@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  body.is-fixed {
    overflow: hidden;
  }
}
.hdg_ttl02 {
  margin: calc(60 / 1920 * 100%) 0 calc(0 / 1920 * 100%);
}
.hdg_ttl02 > span {
  display: flex;
  align-items: end;
}
.hdg_ttl02 > span span {
  display: inline-block;
}
.hdg_ttl02 > span span:first-of-type {
  font-size: 2.6rem;
  letter-spacing: 2px;
  color: #00ADEC;
  font-weight: bold;
}
.hdg_ttl02 > span span:last-of-type {
  font-family: "font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}
.hdg_ttl02.center {
  text-align: center;
}
.hdg_ttl02.center > span {
  display: inline-block;
  text-align: center;
}
.hdg_ttl02.center > span span {
  display: block;
  font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
  line-height: 1.0em;
}
.hdg_ttl02 .bg-bk {
  color: #0064B6;
  font-size: 1.0em;
  display: inline-block;
  font-weight: bold;
}
.hdg_ttl03 {
  font-size: 2.2rem;
  line-height: 2.2;
  color: #0064B6;
  font-weight: bold;
}
.hdg_ttl03.center {
  margin: calc(70 / 1920 * 100%) 0;
  text-align: center;
}
.ph_dec .item {
  width: 50%;
}
section {
  overflow: hidden;
}
section .txt {
  padding: 0 calc(130 / 1920 * 100%);
  line-height: 2.2;
}
#page #contents {
  position: relative;
}
#page main section {
  overflow: hidden;
}
@media (max-width: 768px) {
  .hdg_ttl02 {
    margin: 40px 0 10px;
    text-align: center;
  }
  .hdg_ttl02 > span {
    display: inline-block;
    height: 62px;
    margin: 0 auto;
  }
  .hdg_ttl02 > span span {
    display: block;
  }
  .hdg_ttl02 > span span:first-of-type {
    height: 26px;
    font-size: 3.2rem;
    margin: 5px 20px 0 20px;
  }
  .hdg_ttl02 > span span:last-of-type {
    font-size: 1.8rem;
    line-height: 1;
  }
  .hdg_ttl03 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .hdg_ttl03.center {
    margin: 20px 0 20px;
  }
  .ph_dec {
    display: block;
  }
  .ph_dec .item {
    width: 100%;
  }
  section .txt {
    padding: 0 20px 30px;
    line-height: 2.4;
  }
}
/*----------------------------
* グローバルメニュー
*----------------------------*/
#gblHeader {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#gblNav {
  position: relative;
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gblNav .menu {
  width: calc(1200 / 1920 * 100%);
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-right: 70px;
}
#gblNav .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gblNav a {
  color: #00ADEC;
}
@media (min-width: 768px) {
  #gblNav .menu li a:hover {
    color: rgba(0, 173, 236, 0.6);
  }
}
#gblNav .menu li a > span {
  display: block;
}
#gblNav .menu li a > span span {
  display: block;
  text-align: center;
}
#gblNav .menu li a > span span:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
  letter-spacing: 0.1em;
}
#gblNav .menu li a > span span:last-of-type {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #0064B6;
  font-weight: bold;
}
#gblNav .menu li.logo {
  width: 230px;
}
#gblNav .menu li.logo a {}
#gblNav .menu li.logo img {
  width: 250px;
}
#gblNav #btnArea {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  margin-top: -16px;
}
#gblNav #btnArea li a {
  display: block;
  height: 32px;
  padding: 0 13px;
  line-height: 30px;
  border: 1px solid #FFF;
}
@media (min-width: 768px) {
  #gblNav #btnArea li a:hover {
    opacity: 0.8;
  }
}
#gblNav #btnArea li a span {
  color: #FFF;
  font-size: 0.8em;
}
#gblNav #btnArea li {
  margin-left: 15px;
}
#spBtn, .spLogo, .snsNavi {
  display: none !important;
}
@media (max-width: 768px) {
  #gblHeader {
    display: block;
  }
  #gblHeader .spLogo {
    position: relative;
    display: block !important;
    width: 130px;
    margin: 0 auto 5px;
    text-align: center;
  }
  #gblHeader .spLogo a {
    display: inline-block;
    width: 130px;
    height: 40px;
    background: url("../images/common/logo01.svg") no-repeat center;
    background-size: contain;
  }
  #gblHeader #gblNav .menu {
    width: calc(1300 / 1920 * 100%);
    min-width: 700px;
  }
  #gblHeader #gblNav .menu li.logo {
    display: none;
  }
  #gblHeader #gblNav #btnArea {
    top: -33px;
  }
  #gblHeader #gblNav #btnArea li a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #gblNav #btnArea {
    display: block;
  }
  #gblNav #btnArea li {
    margin-left: 0;
  }
  #gblHeader {
    height: 94px;
    z-index: 10;
  }
  #gblHeader #gblNav {
    display: none;
    height: 100vh;
    transition: all 0.3s linear;
    width: 100%;
  }
  #gblHeader .spLogo {
    width: 200px;
    height: 75px;
    margin: 0 0 0 1em;
  }
  #gblHeader .spLogo a {
    width: 100%;
    height: 100%;
    background: url("../images/common/logo01.svg") no-repeat left;
    background-size: contain;
  }
  #gblHeader.is-active {
    height: 100vh;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.94);
  }
  #gblHeader.is-active .spLogo {
    width: 200px;
    height: 75px;
    margin-bottom: 30px;
  }
  #gblHeader.is-active .spLogo a {
    width: 100%;
    height: 100%;
    background: url("../images/common/logo01.svg") no-repeat left;
    background-size: contain;
  }
  #gblHeader.is-active #gblNav {
    display: block;
    width: 100%;
    height: auto;
  }
  #gblHeader.is-active #gblNav .menu {
    width: 315px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
    min-width: initial;
  }
  #gblHeader.is-active #gblNav .menu li {
    display: block;
    width: 100%;
  }
  #gblHeader.is-active #gblNav .menu li.logo {
    display: none;
  }
  #gblHeader.is-active #gblNav .menu li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  #gblHeader.is-active #gblNav .menu li a > span {
    color: rgba(0, 173, 236, 0.8);
  }
  #gblHeader.is-active #gblNav .menu li a > span span {
    display: inline-block;
  }
  #gblHeader.is-active #gblNav .menu li a > span span:first-of-type {
    font-size: 2.0rem;
    line-height: 1.2;
  }
  #gblHeader.is-active #gblNav .menu li a > span span:last-of-type {
    margin-left: 2em;
    font-size: 1rem;
    color: rgba(0, 173, 236, 0.8);
  }
  #gblHeader.is-active #gblNav #btnArea {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    justify-content: center;
    top: initial;
    right: initial;
  }
  #gblHeader.is-active #gblNav #btnArea li a {
    width: 85%;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    text-align: center;
    background: #000;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    margin: 15px auto;
  }
  #gblHeader.is-active #gblNav #btnArea li a span {
    color: #FFF;
    font-size: 1.4rem;
  }
  #gblHeader.is-active #gblNav .snsNavi {
    width: 112px;
    margin: 0 auto;
    display: flex !important;
  }
  #gblHeader.is-active #gblNav .snsNavi li a {
    display: inline-block;
    width: 27px;
    height: 27px;
  }
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
}
@media (max-width: 768px) and (min-width: 768px) {
  #gblHeader.is-active #gblNav .snsNavi li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  #gblHeader.is-active #gblNav .snsNavi li:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #spBtn {
    display: block !important;
    position: fixed;
    top: -5px;
    right: 0;
    z-index: 30;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
  }
  #spBtn span {
    position: absolute;
    display: block;
    width: 34px;
    height: 38px;
    top: 28px;
    left: 0px;
  }
  #spBtn span span {
    transition: all 300ms 0s ease;
  }
  #spBtn span span:nth-child(1) {
    display: block;
    width: 38px;
    height: 2px;
    top: 0;
    left: 0;
    background: #0064B6;
  }
  #spBtn span span:nth-child(2) {
    display: block;
    width: 38px;
    height: 2px;
    top: 13px;
    left: 0;
    background: #0064B6;
  }
  #spBtn span span:nth-child(3) {
    display: block;
    width: 38px;
    height: 2px;
    top: 27px;
    left: 0;
    background: #0064B6;
  }
}
@media (max-width: 768px) {
  body.is-fixed #spBtn span span:nth-child(1) {
    top: 13px;
    width: 42px;
    transform: translateY(0) rotate(45deg);
    background: #0064B6;
  }
  body.is-fixed #spBtn span span:nth-child(2) {
    display: none;
  }
  body.is-fixed #spBtn span span:nth-child(3) {
    top: 13px;
    width: 42px;
    transform: translateY(0) rotate(-45deg);
    background: #0064B6;
  }
}
#gblFooter {
  width: 100%;
  background: #39CBF7;
  padding: 50px 0;
}
#gblFooter .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
#gblFooter .inner .logo {
  width: 280px;
  margin-right: calc(380 / 1920 * 100%);
}
#gblFooter .inner .menu {
  flex: 1;
  border-left: solid 1px #FFF;
  font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
  word-spacing: 2px;
  padding-left: 25px;
}
}
#gblFooter .inner .menu li {
  margin-left: 25px;
  line-height: 1;
}
#gblFooter .inner .menu li:not(:last-of-type) {
  margin-bottom: 15px;
}
#gblFooter .inner .menu li a {
  color: #FFF;
}
#gblFooter .fair-link a {
  color: #FFF;
  display: block;
  padding: 2em 2.6em 2em 2em;
  font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
}
#gblFooter .fair-link a:hover {
  background-color: #333;
}
#gblFooter .fair-link {
  border: 1px solid #FFF;
  height: 84px;
  position: relative;
  display: inline-block;
  margin: 20px auto;
}
#gblFooter .fair-link:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
#gblFooter .fair-link span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #gblFooter .inner .menu li a:hover {
    opacity: 0.8;
  }
}
#gblFooter .inner .sns {
  width: 112px;
  display: flex;
}
#gblFooter .inner .sns li a {
  display: inline-block;
  width: 27px;
  height: 27px;
}
@media (min-width: 768px) {
  #gblFooter .inner .sns li a:hover {
    opacity: 0.8;
  }
}
#gblFooter .inner .sns li:not(:first-of-type) {
  margin-left: 15px;
}
#gblFooter .copyright {
  color: #FFF;
  font-size: 1.2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#page-top {
  bottom: 0;
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-color: #000 opacity: 0.6;
  transition: all 0.3s ease 0s;
}
#page-top::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #page-top:hover {
    cursor: pointer;
    opacity: 1;
  }
}
@media (max-width: 1420px) {
  #gblFooter {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  #gblFooter {
    padding: 30px 20px;
  }
  #gblFooter .inner {
    margin: 0 auto 30px;
    flex-wrap: wrap;
  }
  #gblFooter .inner .logo {
    width: 170px;
    margin-right: 20px;
  }
  #gblFooter .inner .menu {
    width: calc(100% - 140px);
  }
  #gblFooter .inner .menu li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #gblFooter .inner .menu li a {
    font-size: 1.4rem;
  }
  #gblFooter .inner .sns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #gblFooter .inner .sns li a {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  #gblFooter .copyright {
    font-size: 1rem;
    text-align: center;
  }
  #page-top {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  #page-top::after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -3px;
  }
}
#side {
  position: absolute;
  background: yellow;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
}
#sp-fixed-menu {
  display: none;
}
@media (max-width: 768px) {
  /*メニューをページ下部に固定*/
  #sp-fixed-menu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  /*メニューを横並びにする*/
  #sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    border-right: 1px solid #fff;
    font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
  }
  #sp-fixed-menu li img {
    width: 28px;
    margin-top: 6px;
  }
  #sp-fixed-menu li div {
    font-size: 0.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #sp-fixed-menu li:first-child {
    background: #333;
    width: 23%;
  }
  #sp-fixed-menu li:last-child {
    background: #000;
    width: 77%;
  }
  /*ボタンを調整*/
  #sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px;
  }
}
/*画像ふわっと出す*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (max-width: 820px) {
  #gblNav .menu {
    width: 80%;
    margin-right: 0;
  }
  #gblHeader {
    height: 70px;
  }
}