@charset "UTF-8";
/*!
 * Theme Name: MJBL
 * Theme URI: http://underscores.me/
 * Author: INNOCENT Inc.
 * Author URI: http://innocent.ne.jp/
 * Description: Theme of MJBL
 * Version: 1.0.0
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: mjbl
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned.
 *
 * MJBL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 * */
@font-face {
  font-family: "Steradian";
  src: url("../fonts/5748240/666c9b69-6050-4a54-9fae-38a6c7ac7741.woff2") format("woff2"), url("../fonts/5748240/a645b4c0-08e7-44d6-92d5-5c8b649eea6d.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Steradian";
  src: url("../fonts/5748272/b897868d-cb8c-45bb-8ad7-fcd5b65a974e.woff2") format("woff2"), url("../fonts/5748272/24f57262-994e-4f47-812c-3c2cf942a0d9.woff") format("woff");
  font-weight: 700;
}
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* normalize: html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* normalize: text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* normalize: grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* normalize: forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* normalize: tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ========================================================================== */
/* iniize */
/* ========================================================================== */
/* iniize: base */
/* -------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #001a3f;
}
@media print {
  body {
    zoom: 1;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 4vw;
  }
}
/* iniize: divider */
/* -------------------------------------------------------------------------- */
hr {
  border: 0;
  border-top: 0.125em solid #f2f4f8;
  margin: 2em 0;
}

/* iniize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 500;
  color: #001a3f;
}

.isnt-touch a:focus, .isnt-touch a:hover {
  color: #73b8e6;
}

/* iniize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* iniize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iniize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em;
}

/* iniize: table */
/* -------------------------------------------------------------------------- */
table {
  width: 100%;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}

/* iniize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 {
  font-size: 3em;
  line-height: 1.2;
}

h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

h3 {
  font-size: 2em;
  line-height: 1.3;
}

h4 {
  font-size: 1.5em;
  line-height: 1.4;
}

h5 {
  font-size: 1.25em;
  line-height: 1.5;
}

h6 {
  font-size: 1.125em;
  line-height: 1.6;
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: box */
/* -------------------------------------------------------------------------- */
.hb-box {
  position: relative;
  padding: 3em;
}
.hb-box--base {
  background-color: #f5f5f5;
}
.hb-box--border {
  border: 1px solid #e0e0e0;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.hb-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.75em 3em;
  border: 0.125em solid #73b8e6;
  border-radius: 0.333em;
  background-color: #73b8e6;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.hb-button--pri {
  background-color: #73b8e6;
}
.hb-button--ter {
  background-color: #d3e9f9;
}
.hb-button--outline {
  border: 0.125em solid #73b8e6;
  background-color: #fff;
  color: #73b8e6;
}

.isnt-touch .hb-button {
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .hb-button:focus, .isnt-touch .hb-button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  color: #fff;
}
.isnt-touch .hb-button--outline:focus, .isnt-touch .hb-button--outline:hover {
  color: #73b8e6;
}

/* elements: clearfix */
/* -------------------------------------------------------------------------- */
.hb-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.hb-color--ini {
  color: #fff !important;
}

.hb-color--pri {
  color: #001a3f !important;
}

.hb-color--sec {
  color: #73b8e6 !important;
}

.hb-color--ter {
  color: #d3e9f9 !important;
}

.hb-color--qua {
  color: #f2f4f8 !important;
}

.hb-color--gray-98 {
  color: #fafafa !important;
}

.hb-color--gray-96 {
  color: #f5f5f5 !important;
}

.hb-color--gray-92 {
  color: #ebebeb !important;
}

.hb-color--gray-88 {
  color: #e0e0e0 !important;
}

.hb-color--gray-80 {
  color: #cccccc !important;
}

.hb-color--gray-72 {
  color: #b8b6b6 !important;
}

.hb-color--gray-64 {
  color: #a3a2a2 !important;
}

.hb-color--gray-56 {
  color: #8f8d8d !important;
}

.hb-color--gray-48 {
  color: #7a7979 !important;
}

.hb-color--gray-40 {
  color: #666464 !important;
}

.hb-color--gray-32 {
  color: #525050 !important;
}

.hb-color--gray-24 {
  color: #3d3d3d !important;
}

.hb-color--gray-16 {
  color: #292828 !important;
}

.hb-color--gray-08 {
  color: #141414 !important;
}

.hb-color--yellow {
  color: #fabe00 !important;
}

.hb-color--red {
  color: #d62e60 !important;
}

.hb-color--green {
  color: #14a83b !important;
}

.hb-color--blue {
  color: #0062b2 !important;
}

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-ini {
  background-color: #fff;
}

.bg-pri {
  background-color: #001a3f;
}

.bg-sec {
  background-color: #73b8e6;
}

.bg-ter {
  background-color: #d3e9f9;
}

.bg-qua {
  background-color: #f2f4f8;
}

.bg-gray-98 {
  background-color: #fafafa;
}

.bg-gray-96 {
  background-color: #f5f5f5;
}

.bg-gray-92 {
  background-color: #ebebeb;
}

.bg-gray-88 {
  background-color: #e0e0e0;
}

.bg-gray-80 {
  background-color: #cccccc;
}

.bg-gray-72 {
  background-color: #b8b6b6;
}

.bg-gray-64 {
  background-color: #a3a2a2;
}

.bg-gray-56 {
  background-color: #8f8d8d;
}

.bg-gray-48 {
  background-color: #7a7979;
}

.bg-gray-40 {
  background-color: #666464;
}

.bg-gray-32 {
  background-color: #525050;
}

.bg-gray-24 {
  background-color: #3d3d3d;
}

.bg-gray-16 {
  background-color: #292828;
}

.bg-gray-08 {
  background-color: #141414;
}

.bg-yellow {
  background-color: #fabe00;
}

.bg-red {
  background-color: #d62e60;
}

.bg-green {
  background-color: #14a83b;
}

.bg-blue {
  background-color: #0062b2;
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
.hb-icon {
  position: relative;
}
.hb-icon::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.hb-icon--arrow.prev::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hb-icon--phone::before {
  background-image: url(../images/ico_phone_pri_01.svg);
}

.isnt-touch a.hb-icon:focus.hb-icon--phone::before, .isnt-touch a.hb-icon:hover.hb-icon--phone::before {
  background-image: url(../images/ico_phone_sec_01.svg);
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.hb-base-label {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  height: 1.6em;
  background-color: #001a3f;
  color: #fff;
  white-space: nowrap;
}
.hb-base-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6em 1.6em 0 0;
  border-color: #001a3f transparent transparent transparent;
}
.hb-base-label--sec {
  background-color: #73b8e6;
}
.hb-base-label--ter {
  background-color: #d3e9f9;
  color: #001a3f;
}
.hb-base-label--disable {
  background-color: #b8b6b6;
}

.hb-label {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0.333em;
  border: 0.125em solid #73b8e6;
  border-color: #73b8e6;
  font-weight: 500;
  color: #73b8e6;
}

/* elements: link */
/* ---------------------------------------------------------------- */
a.hb-link {
  display: inline-block;
  position: relative;
  padding: 0 4em 0.25em 0;
  border-bottom: solid 1px #001a3f;
  text-decoration: none;
}
a.hb-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/ico_direction_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.isnt-touch a.hb-link:focus, .isnt-touch a.hb-link:hover {
  border-color: #73b8e6;
}
.isnt-touch a.hb-link:focus::after, .isnt-touch a.hb-link:hover::after {
  background-image: url(../images/ico_direction_sec_01.svg);
}

/* elements: list */
/* ---------------------------------------------------------------- */
ul.hb-list > li {
  position: relative;
  padding-left: 1em;
}
ul.hb-list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #001a3f;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

ol.hb-list {
  counter-reset: number;
}
ol.hb-list > li {
  position: relative;
  padding-left: 2em;
}
ol.hb-list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-family: "Roboto", sans-serif;
  color: #001a3f;
}
ol.hb-list--big-number > li {
  padding-left: 0;
}
ol.hb-list--big-number > li::before {
  display: table;
  content: counter(number);
  position: relative;
  top: auto;
  left: auto;
  width: 2em;
  height: 2em;
  margin: 0 auto 1em;
  padding: 0.5em 0;
  background-color: #001a3f;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  color: #fff;
}
ol.hb-list--big-number > li:nth-of-type(3n+1)::before {
  background-color: #d3e9f9;
  color: #001a3f;
}
ol.hb-list--big-number > li:nth-of-type(3n+2)::before {
  background-color: #73b8e6;
}
ol.hb-list--big-number > li:nth-of-type(3n+3)::before {
  background-color: #f2f4f8;
}

dl.hb-list {
  margin-top: 0;
}
dl.hb-list dt {
  font-weight: 700;
}
dl.hb-list dd {
  margin-left: 1em;
  text-indent: -1em;
}
dl.hb-list dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #73b8e6;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* elements: slick-slide */
/* -------------------------------------------------------------------------- */
.slick-slide {
  padding: 1em;
}

/* elements: slick-arrow */
/* -------------------------------------------------------------------------- */
.slick-arrow {
  position: absolute;
  top: calc(50% - 2em);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #001a3f;
  background-image: url(../images/ico_direction_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
}
.slick-arrow.slick-prev {
  left: -4em;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1279px) {
  .slick-arrow.slick-prev {
    left: -3em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .slick-arrow.slick-prev {
    left: -4em;
  }
}
.slick-arrow.slick-next {
  right: -4em;
}
@media screen and (max-width: 1279px) {
  .slick-arrow.slick-next {
    right: -3em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .slick-arrow.slick-next {
    right: -4em;
  }
}

.isnt-touch .slick-arrow {
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: transform, background-color, opacity;
  transition-property: transform, background-color, opacity;
  transition-property: transform, background-color, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .slick-arrow:focus, .isnt-touch .slick-arrow:hover {
  cursor: pointer;
  background-color: #73b8e6;
}
/* elements: slick-dots */
/* -------------------------------------------------------------------------- */
.slick-dots {
  position: absolute;
  bottom: -1em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.5em;
  margin-bottom: 0;
  line-height: 0;
}
.slick-dots li + li {
  margin-left: 1em;
}
.slick-dots button {
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  text-indent: 100%;
  background-color: #001a3f;
}
.slick-dots .slick-active button {
  background-color: #73b8e6;
}

.isnt-touch .slick-dots button:focus, .isnt-touch .slick-dots button:hover {
  cursor: pointer;
  background-color: #d3e9f9;
}

/* elements: pri-table */
/* -------------------------------------------------------------------------- */
.hb-pri-table {
  border-top: 0.125em solid #73b8e6;
}
.hb-pri-table th,
.hb-pri-table td {
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .hb-pri-table th,
.hb-pri-table td {
    padding: 1em;
  }
}
.hb-pri-table th {
  border-bottom: 1px solid #e0e0e0;
  background-color: #001a3f;
  background-color: #f5f5f5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hb-pri-table th {
    width: 3em;
  }
  .hb-pri-table th .text {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
  }
}
.hb-pri-table td {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.hb-pri-table thead th,
.hb-pri-table thead td {
  border-bottom: 1px solid #7a7979;
  background-color: #001a3f;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

/* elements: sec-table */
/* -------------------------------------------------------------------------- */
.hb-sec-table {
  border-bottom: 1px solid #e0e0e0;
}
.hb-sec-table th,
.hb-sec-table td {
  border-top: 1px solid #e0e0e0;
  padding: 1em 0;
}
.hb-sec-table th {
  padding-right: 1em;
  white-space: nowrap;
}
.hb-sec-table thead th,
.hb-sec-table thead td {
  border-top: 0;
}

table ol,
table ul {
  margin-bottom: 0;
}
table p {
  margin-bottom: 0.5em;
}

/* elements: base-text */
/* -------------------------------------------------------------------------- */
.hb-base-text {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 0.5em;
  line-height: 1;
}
.hb-base-text--ini {
  background-color: #fff;
}
.hb-base-text--pri {
  background-color: #001a3f;
  color: #fff;
}
.hb-base-text--sec {
  background-color: #73b8e6;
  color: #fff;
}
.hb-base-text--ter {
  background-color: #d3e9f9;
}

/* elements: underline-text */
/* -------------------------------------------------------------------------- */
.hb-underline-text {
  display: inline;
}
.hb-underline-text--sec {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #73b8e6));
  background: -o-linear-gradient(top, transparent 80%, #73b8e6 10%);
  background: linear-gradient(to bottom, transparent 80%, #73b8e6 10%);
}
.hb-underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #d3e9f9));
  background: -o-linear-gradient(top, transparent 80%, #d3e9f9 10%);
  background: linear-gradient(to bottom, transparent 80%, #d3e9f9 10%);
}

/* elements: ej-title */
/* -------------------------------------------------------------------------- */
.hb-ej-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hb-ej-title {
    margin-bottom: 1.5em;
  }
}
.hb-ej-title__en {
  margin-bottom: 0.125em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 100%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .hb-ej-title__en {
    margin-bottom: 0.25em;
    font-size: 70%;
  }
}
.hb-ej-title__ja {
  font-size: 33.333%;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .hb-ej-title__ja {
    font-size: 50%;
  }
}
.hb-ej-title--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hb-ej-title--number {
  position: relative;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .hb-ej-title--number {
    padding: 0.2em 0 0 2.5em;
  }
}
.hb-ej-title__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  line-height: 1;
}
.hb-ej-title__number path {
  fill: none;
  stroke: #001a3f;
  stroke-width: 3px;
}

/* elements: page-title */
/* -------------------------------------------------------------------------- */
.hb-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
}
.hb-page-title__en {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 300%;
  letter-spacing: 0.2em;
}
.hb-page-title__ja {
  font-weight: 300;
}

/* elements: balloon-title */
/* -------------------------------------------------------------------------- */
.hb-balloon-title {
  display: table;
  position: relative;
  padding: 0.5em 1em;
  background-color: #001a3f;
  color: #fff;
}
.hb-balloon-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - .5em);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 1em 0;
  border-color: transparent #001a3f transparent transparent;
}

/* ========================================================================== */
/* Primary header */
/* ========================================================================== */
/* pri-header */
/* -------------------------------------------------------------------------- */
.hb-pri-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 1em 1.5em;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media print {
  .hb-pri-header {
    position: absolute;
  }
}
.hb-pri-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.hb-pri-header a {
  display: inline-block;
  text-decoration: none;
}
.hb-pri-header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.hb-pri-header.is-fixed {
  background-color: white;
}
@media print {
  .hb-pri-header.is-fixed {
    background-color: rgba(255, 255, 255, 0);
  }
}
.hb-pri-header.is-fixed::before {
  opacity: 1;
}
@media print {
  .hb-pri-header.is-fixed::before {
    opacity: 0;
  }
}

/* pri-header: title */
/* -------------------------------------------------------------------------- */
.hb-pri-header__title {
  width: 12em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-header__title {
    width: 10em;
  }
}

/* pri-header: pri-menu */
/* -------------------------------------------------------------------------- */
.hb-pri-header .hb-pri-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.hb-pri-header .hb-pri-menu__item {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1;
}
.hb-pri-header .hb-pri-menu__item a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.25em;
}
.hb-pri-header .hb-pri-menu__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #001a3f;
}

.isnt-touch .hb-pri-header .hb-pri-menu__item a {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .hb-pri-header .hb-pri-menu__item a::after {
  -webkit-transition-property: height, background-color;
  -o-transition-property: height, background-color;
  transition-property: height, background-color;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .hb-pri-header .hb-pri-menu__item a:focus::after, .isnt-touch .hb-pri-header .hb-pri-menu__item a:hover::after {
  height: 3px;
  background-color: #73b8e6;
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
.hb-pri-footer {
  position: relative;
}

/* pri-footer: wrapper */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__wrapper {
  padding-bottom: 2em;
  background-color: rgba(242, 244, 248, 0.9);
}

/* pri-footer: visual */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__visual {
  position: relative;
  height: 20vw;
  overflow: hidden;
  opacity: 0.95;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__visual {
    height: 50vw;
  }
}
@media print {
  .hb-pri-footer__visual {
    height: 15em;
  }
}
.hb-pri-footer__visual img {
  position: absolute;
  top: -100%;
  left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__visual img {
    top: 0;
  }
}

/* pri-footer: logo */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__logo {
  position: relative;
  margin-top: -3.2em;
  margin-left: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo {
    margin-top: -3em;
  }
}
.hb-pri-footer__logo a {
  display: inline-block;
}
.hb-pri-footer__logo--tagline {
  display: block;
  width: 13.5em;
  margin-bottom: 0.75em;
}
.hb-pri-footer__logo--wrapper {
  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;
  width: 41.25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo--wrapper {
    width: 22em;
  }
}
.hb-pri-footer__logo--hako {
  width: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo--hako {
    width: 8em;
  }
}
.hb-pri-footer__logo--bune {
  width: 9.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo--bune {
    width: 7.6em;
  }
}
.hb-pri-footer__logo--symbol-pc {
  width: 19.625em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo--symbol-pc {
    display: none;
  }
}
.hb-pri-footer__logo--symbol-sp {
  width: 4.25em;
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-pri-footer__logo--symbol-sp {
    display: block;
  }
}

/* pri-footer: navi */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__navi {
  margin: 1.5em 0 0 1.5em;
  font-family: "Roboto", sans-serif;
}

/* pri-footer: address */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__address {
  margin-top: 5em;
  margin-left: 1.5em;
}
.hb-pri-footer__address__content {
  font-size: 0.875em;
  letter-spacing: 0.2;
  line-height: 2.25;
}
.hb-pri-footer__address__tel {
  margin-bottom: 2em;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
}
.hb-pri-footer__address__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.1;
}

/* pri-footer: scroll-top */
/* -------------------------------------------------------------------------- */
.hb-pri-footer__scroll-top {
  position: absolute;
  bottom: 20em;
  right: 4em;
  padding-top: 1.5em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}
.hb-pri-footer__scroll-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - .75em);
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/ico_direction_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.isnt-touch .hb-pri-footer__scroll-top:focus, .isnt-touch .hb-pri-footer__scroll-top:hover {
  cursor: pointer;
  color: #73b8e6;
}
.isnt-touch .hb-pri-footer__scroll-top:focus::before, .isnt-touch .hb-pri-footer__scroll-top:hover::before {
  background-image: url(../images/ico_direction_sec_01.svg);
}

/* ========================================================================== */
/* BG Wrapper */
/* ========================================================================== */
.hb-bg-wrapper {
  overflow: hidden;
  background-image: url(../images/bgi_oblique-lin_01.svg);
  background-position: 0 0;
  background-size: 30em;
}

/* elements: legacy-alert */
/* -------------------------------------------------------------------------- */
.legacy-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 10px 0;
  background-color: red;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
}

/* ========================================================================== */
/* Home visual */
/* ========================================================================== */
.hb-home-visual {
  position: relative;
}
.hb-home-visual__image {
  position: relative;
  height: 50vw;
  overflow: hidden;
  opacity: 0.95;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-visual__image {
    height: 106.66vw;
  }
}
@media print {
  .hb-home-visual__image {
    height: 50em;
  }
}
.hb-home-visual__image img {
  position: absolute;
  bottom: -15%;
  left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-visual__image img {
    bottom: -10%;
    width: 175%;
    left: -37.5%;
  }
}
.hb-home-visual__catch {
  position: absolute;
  top: 35%;
  left: 10%;
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-visual__catch {
    top: 30%;
    font-size: 1em;
  }
}
.hb-home-visual__assist {
  position: absolute;
  bottom: -2em;
  right: 2%;
  padding-bottom: 5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  overflow: hidden;
}
@media screen and (max-height: 50vw) {
  .hb-home-visual__assist {
    position: fixed;
  }
}
.hb-home-visual__assist::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #001a3f;
  -webkit-animation: assist-bar 2s linear infinite;
          animation: assist-bar 2s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: animation, top;
}
@media print {
  .hb-home-visual__assist::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes assist-bar {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes assist-bar {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
/* ========================================================================== */
/* News List */
/* ========================================================================== */
.hb-news-list {
  margin-bottom: 0;
}
.hb-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.875em;
  margin-bottom: 0;
  padding: 1em 0;
  border-top: 1px dotted #001a3f;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-news-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5em 0;
  }
}
.hb-news-list__item:last-of-type {
  border-bottom: 1px dotted #001a3f;
}
.hb-news-list__item a {
  text-decoration: none;
}
.hb-news-list__item__category {
  display: inline-block;
  position: relative;
  min-width: 8em;
  min-height: 1.6em;
  margin-right: 2.5em;
  padding-left: 1em;
  background-color: #001a3f;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
}
.hb-news-list__item__category::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6em 1.6em 0 0;
  border-color: #001a3f transparent transparent transparent;
}
.hb-news-list__item__category--release {
  background-color: #d62e60;
}
.hb-news-list__item__category--release::after {
  border-color: #d62e60 transparent transparent transparent;
}
.hb-news-list__item__category--information {
  background-color: #78c8c0;
}
.hb-news-list__item__category--information::after {
  border-color: #78c8c0 transparent transparent transparent;
}
.hb-news-list__item__date {
  min-width: 7em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-news-list__item__title {
    margin-top: 1em;
  }
}

/* ========================================================================== */
/* Parallax Image */
/* ========================================================================== */
.hb-parallax-image {
  width: 100%;
  height: 25vw;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-parallax-image {
    height: 50vw;
    background-attachment: inherit;
  }
}

/* ========================================================================== */
/* Philosophy visual */
/* ========================================================================== */
.hb-philosophy-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.hb-philosophy-visual__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #87b7e0;
  opacity: 0.95;
}
.hb-philosophy-visual__image img {
  position: absolute;
  bottom: -5em;
  left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-visual__image img {
    left: -37.5%;
    width: 175%;
    bottom: -2.5em;
  }
}
.hb-philosophy-visual__content {
  position: relative;
  padding: 10em 0 25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-visual__content {
    padding: 5em 7.5% 15em;
  }
}
.hb-philosophy-visual__catch {
  font-weight: 300;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-visual__catch {
    letter-spacing: 0.15em;
  }
}
.hb-philosophy-visual__read {
  text-align: justify;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-visual__read {
    white-space: normal;
  }
}
.hb-philosophy-visual__logo {
  margin-top: 3em;
  width: 25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-visual__logo {
    width: 100%;
  }
}

/* ========================================================================== */
/* Profile List */
/* ========================================================================== */
.hb-profile-list {
  margin-bottom: 0;
}
.hb-profile-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.875em;
  margin-bottom: 0;
  padding: 1em 0;
  border-top: 1px dotted #001a3f;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-profile-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5em 0;
  }
}
.hb-profile-list__item:last-of-type {
  border-bottom: 1px dotted #001a3f;
}
.hb-profile-list__item__title {
  font-weight: 700;
  min-width: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-profile-list__item__data {
    margin-top: 1em;
  }
}

/* ========================================================================== */
/* Home content */
/* ========================================================================== */
/* home: ej-title */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-ej-title {
    font-size: 2em;
  }
}

/* home: philosophy-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-philosophy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6em 10% 0;
  background-color: rgba(242, 244, 248, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-philosophy-section {
    display: block;
    padding: 6em 7.5% 0;
  }
}
.hb-home-content .hb-philosophy-section .hb-content {
  width: 48%;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-philosophy-section .hb-content {
    width: inherit;
    margin-top: 0;
  }
}
.hb-home-content .hb-philosophy-section .hb-catch {
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: 2.375em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.hb-home-content .hb-philosophy-section .hb-read {
  margin-bottom: 2em;
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  color: #3d3d3d;
}
.hb-home-content .hb-philosophy-section .hb-link {
  font-family: "Roboto", sans-serif;
}

/* home: concept-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-concept-section {
  position: relative;
  padding: 8em 10% 30em;
  background-color: rgba(242, 244, 248, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-concept-section {
    padding: 8em 7.5% 18em;
  }
}
.hb-home-content .hb-concept-section .hb-content {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-concept-section .hb-content {
    width: inherit;
  }
}
.hb-home-content .hb-concept-section .hb-catch {
  margin-bottom: 1.5em;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-concept-section .hb-catch {
    margin-bottom: 1em;
    font-size: 1.25em;
  }
}
.hb-home-content .hb-concept-section .hb-read {
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  color: #3d3d3d;
}
.hb-home-content .hb-concept-section .hb-image {
  position: absolute;
  bottom: -8em;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-concept-section .hb-image {
    bottom: 0;
  }
}

/* home: project-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-project-section {
  padding: 8em 10% 6em;
  background-color: rgba(242, 244, 248, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-project-section {
    padding: 6em 7.5%;
  }
}
.hb-home-content .hb-project-section .hb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-project-section .hb-content {
    display: block;
  }
}
.hb-home-content .hb-project-section .hb-catch {
  margin-bottom: 1.5em;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-project-section .hb-catch {
    margin-bottom: 1em;
    font-size: 1.25em;
  }
}
.hb-home-content .hb-project-section .hb-read {
  width: 50%;
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-project-section .hb-read {
    width: inherit;
  }
}
.hb-home-content .hb-project-section .hb-image--secondary {
  width: 110%;
  margin: 3em 0 1.5em -5%;
}

/* home: news-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6em 10%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-news-section {
    display: block;
    padding: 4em 7.5%;
  }
}
.hb-home-content .hb-news-section .hb-ej-title {
  margin-bottom: 1em;
}
.hb-home-content .hb-news-section .hb-content {
  width: 70%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-news-section .hb-content {
    width: inherit;
  }
}

/* home: company-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-company-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6em 10% 10em;
  background-color: rgba(242, 244, 248, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-company-section {
    display: block;
    padding: 4em 7.5% 6em;
  }
}
.hb-home-content .hb-company-section .hb-ej-title {
  margin-bottom: 1em;
}
.hb-home-content .hb-company-section .hb-content {
  width: 70%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-company-section .hb-content {
    width: inherit;
  }
}
.hb-home-content .hb-company-section .hb-image {
  position: absolute;
  bottom: -8em;
  left: 0;
  z-index: 1;
  width: 40%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-company-section .hb-image {
    width: 70%;
    bottom: -5em;
  }
}

/* home: message-section */
/* -------------------------------------------------------------------------- */
.hb-home-content .hb-message-section {
  position: relative;
  padding: 14em 10% 10em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-message-section {
    padding: 10em 7.5% 6em;
  }
}
.hb-home-content .hb-message-section .hb-shape {
  position: absolute;
  top: 20em;
  right: 0;
  width: 36em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-message-section .hb-shape {
    top: 15em;
    width: 15em;
  }
}
.hb-home-content .hb-message-section .hb-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hb-home-content .hb-message-section .hb-catch {
  width: 100%;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-message-section .hb-catch {
    font-size: 1.25em;
  }
}
.hb-home-content .hb-message-section .hb-read-block {
  width: 48%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-home-content .hb-message-section .hb-read-block {
    width: inherit;
  }
}
.hb-home-content .hb-message-section .hb-read {
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  color: #3d3d3d;
}
.hb-home-content .hb-message-section .hb-sign {
  text-align: right;
}
.hb-home-content .hb-message-section .hb-sign img {
  margin-top: 1em;
  width: 10em;
}

/* ========================================================================== */
/* Philosophy content */
/* ========================================================================== */
/* philosophy: page-header */
/* -------------------------------------------------------------------------- */
.hb-philosophy-content .hb-sec-header__wrapper {
  padding: 6em 0 5em;
  background-color: rgba(255, 255, 255, 0.9);
}
.hb-philosophy-content .hb-sec-header .hb-page-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-sec-header .hb-page-title__en {
    letter-spacing: 0.15em;
  }
}

/* philosophy: mission-section & vision-section */
/* -------------------------------------------------------------------------- */
.hb-philosophy-content .hb-mission-section,
.hb-philosophy-content .hb-vision-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6em 10%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-mission-section,
.hb-philosophy-content .hb-vision-section {
    display: block;
    padding: 4em 7.5%;
  }
}
.hb-philosophy-content .hb-mission-section .hb-content,
.hb-philosophy-content .hb-vision-section .hb-content {
  width: 70%;
  margin-top: -0.25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-mission-section .hb-content,
.hb-philosophy-content .hb-vision-section .hb-content {
    width: inherit;
    margin-top: 0;
  }
}
.hb-philosophy-content .hb-mission-section .hb-catch,
.hb-philosophy-content .hb-vision-section .hb-catch {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-mission-section .hb-catch,
.hb-philosophy-content .hb-vision-section .hb-catch {
    font-size: 1.666em;
  }
}
.hb-philosophy-content .hb-mission-section .hb-read,
.hb-philosophy-content .hb-vision-section .hb-read {
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  color: #3d3d3d;
}
.hb-philosophy-content .hb-vision-section {
  position: relative;
  padding-bottom: 8em;
  background-color: rgba(242, 244, 248, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-vision-section {
    padding-bottom: 6em;
  }
}
.hb-philosophy-content .hb-vision-section .hb-image {
  position: absolute;
  bottom: -8em;
  left: 0;
  width: 40%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-vision-section .hb-image {
    width: 70%;
    bottom: -5em;
  }
}

/* philosophy: wrapper */
/* -------------------------------------------------------------------------- */
.hb-main .hb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10em 10% 8em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-main .hb-wrapper {
    display: block;
    padding: 8em 7.5% 6em;
  }
}

/* philosophy: value-section & spirit-section */
/* -------------------------------------------------------------------------- */
.hb-philosophy-content .hb-value-section ul.hb-list,
.hb-philosophy-content .hb-spirit-section ul.hb-list {
  font-weight: 300;
  letter-spacing: 0.15em;
}
.hb-philosophy-content .hb-value-section ul.hb-list > li,
.hb-philosophy-content .hb-spirit-section ul.hb-list > li {
  margin-bottom: 1em;
  padding-left: 2em;
}
.hb-philosophy-content .hb-value-section ul.hb-list > li::before,
.hb-philosophy-content .hb-spirit-section ul.hb-list > li::before {
  content: "";
  top: 0.5em;
  width: 1.2em;
  height: 0;
  border-bottom: 0.666em solid #001a3f;
  border-right: 0.666em solid transparent;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.hb-philosophy-content .hb-value-section {
  margin-right: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-philosophy-content .hb-value-section {
    margin: 0 0 5em 0;
  }
}

/* philosophy: parallax-image */
/* -------------------------------------------------------------------------- */
.hb-philosophy-content .hb-parallax-image {
  background-image: url(../images/img_member_01.jpg);
}

/* ========================================================================== */
/* Animation */
/* ========================================================================== */
.hb-split-text span {
  display: inline-block;
}

.hb-ej-title.iv-item .hb-ej-title__en,
.hb-ej-title.iv-item .hb-ej-title__ja {
  opacity: 0;
  -webkit-transform: translate(-3vw, -1vw);
      -ms-transform: translate(-3vw, -1vw);
          transform: translate(-3vw, -1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-ej-title.iv-item .hb-ej-title__ja {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hb-ej-title.iv-item .hb-ej-title__number path {
  stroke-opacity: 0;
  stroke-dasharray: 10em;
  stroke-dashoffset: 10em;
  will-change: animation;
}
.hb-ej-title.iv-item.is-show .hb-ej-title__en,
.hb-ej-title.iv-item.is-show .hb-ej-title__ja {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.hb-ej-title.iv-item.is-show .hb-ej-title__number path {
  -webkit-animation: stroke 2.5s ease-out forwards;
          animation: stroke 2.5s ease-out forwards;
}

@-webkit-keyframes stroke {
  0% {
    stroke-opacity: 0;
    stroke-dashoffset: 10em;
  }
  50% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  0% {
    stroke-opacity: 0;
    stroke-dashoffset: 10em;
  }
  50% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 1;
    stroke-dashoffset: 0;
  }
}
.hb-visual-image-anim.iv-item img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 10s;
       -o-transition-duration: 10s;
          transition-duration: 10s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: transform;
}
.hb-visual-image-anim.iv-item.is-show img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hb-main-catch-anim.iv-item span {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 200vw;
          perspective: 200vw;
  -webkit-transform: translate(-3vw, -1vw);
      -ms-transform: translate(-3vw, -1vw);
          transform: translate(-3vw, -1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-main-catch-anim.iv-item span:nth-child(1) {
  -webkit-transform: translateY(6vw) translateX(-5vw) translateZ(2vw) rotateX(90deg) rotateY(74deg);
          transform: translateY(6vw) translateX(-5vw) translateZ(2vw) rotateX(90deg) rotateY(74deg);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.hb-main-catch-anim.iv-item span:nth-child(2) {
  -webkit-transform: translateY(-1vw) translateX(5vw) translateZ(1vw) rotateX(151deg) rotateY(73deg);
          transform: translateY(-1vw) translateX(5vw) translateZ(1vw) rotateX(151deg) rotateY(73deg);
  -webkit-transition-delay: 0.05s;
       -o-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.hb-main-catch-anim.iv-item span:nth-child(3) {
  -webkit-transform: translateY(1vw) translateX(2vw) translateZ(-3vw) rotateX(79deg) rotateY(97deg);
          transform: translateY(1vw) translateX(2vw) translateZ(-3vw) rotateX(79deg) rotateY(97deg);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hb-main-catch-anim.iv-item span:nth-child(4) {
  -webkit-transform: translateY(-4vw) translateX(4vw) translateZ(4vw) rotateX(157deg) rotateY(128deg);
          transform: translateY(-4vw) translateX(4vw) translateZ(4vw) rotateX(157deg) rotateY(128deg);
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hb-main-catch-anim.iv-item span:nth-child(5) {
  -webkit-transform: translateY(3vw) translateX(-5vw) translateZ(6vw) rotateX(178deg) rotateY(87deg);
          transform: translateY(3vw) translateX(-5vw) translateZ(6vw) rotateX(178deg) rotateY(87deg);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hb-main-catch-anim.iv-item span:nth-child(6) {
  -webkit-transform: translateY(7vw) translateX(-7vw) translateZ(2vw) rotateX(162deg) rotateY(70deg);
          transform: translateY(7vw) translateX(-7vw) translateZ(2vw) rotateX(162deg) rotateY(70deg);
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.hb-main-catch-anim.iv-item span:nth-child(7) {
  -webkit-transform: translateY(-4vw) translateX(-3vw) translateZ(8vw) rotateX(87deg) rotateY(118deg);
          transform: translateY(-4vw) translateX(-3vw) translateZ(8vw) rotateX(87deg) rotateY(118deg);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.hb-main-catch-anim.iv-item span:nth-child(8) {
  -webkit-transform: translateY(-3vw) translateX(5vw) translateZ(7vw) rotateX(124deg) rotateY(102deg);
          transform: translateY(-3vw) translateX(5vw) translateZ(7vw) rotateX(124deg) rotateY(102deg);
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.hb-main-catch-anim.iv-item span:nth-child(9) {
  -webkit-transform: translateY(3vw) translateX(-1vw) translateZ(0vw) rotateX(174deg) rotateY(130deg);
          transform: translateY(3vw) translateX(-1vw) translateZ(0vw) rotateX(174deg) rotateY(130deg);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.hb-main-catch-anim.iv-item span:nth-child(10) {
  -webkit-transform: translateY(-3vw) translateX(-5vw) translateZ(1vw) rotateX(73deg) rotateY(78deg);
          transform: translateY(-3vw) translateX(-5vw) translateZ(1vw) rotateX(73deg) rotateY(78deg);
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.hb-main-catch-anim.iv-item span:nth-child(11) {
  -webkit-transform: translateY(0vw) translateX(2vw) translateZ(-2vw) rotateX(177deg) rotateY(95deg);
          transform: translateY(0vw) translateX(2vw) translateZ(-2vw) rotateX(177deg) rotateY(95deg);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hb-main-catch-anim.iv-item span:nth-child(12) {
  -webkit-transform: translateY(-7vw) translateX(-3vw) translateZ(-4vw) rotateX(85deg) rotateY(110deg);
          transform: translateY(-7vw) translateX(-3vw) translateZ(-4vw) rotateX(85deg) rotateY(110deg);
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.hb-main-catch-anim.iv-item span:nth-child(13) {
  -webkit-transform: translateY(4vw) translateX(4vw) translateZ(1vw) rotateX(172deg) rotateY(115deg);
          transform: translateY(4vw) translateX(4vw) translateZ(1vw) rotateX(172deg) rotateY(115deg);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hb-main-catch-anim.iv-item span:nth-child(14) {
  -webkit-transform: translateY(-2vw) translateX(5vw) translateZ(-7vw) rotateX(109deg) rotateY(148deg);
          transform: translateY(-2vw) translateX(5vw) translateZ(-7vw) rotateX(109deg) rotateY(148deg);
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.hb-main-catch-anim.iv-item span:nth-child(15) {
  -webkit-transform: translateY(-3vw) translateX(6vw) translateZ(-3vw) rotateX(70deg) rotateY(153deg);
          transform: translateY(-3vw) translateX(6vw) translateZ(-3vw) rotateX(70deg) rotateY(153deg);
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.hb-main-catch-anim.iv-item span:nth-child(16) {
  -webkit-transform: translateY(4vw) translateX(1vw) translateZ(-7vw) rotateX(98deg) rotateY(97deg);
          transform: translateY(4vw) translateX(1vw) translateZ(-7vw) rotateX(98deg) rotateY(97deg);
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.hb-main-catch-anim.iv-item span:nth-child(17) {
  -webkit-transform: translateY(-3vw) translateX(5vw) translateZ(-3vw) rotateX(154deg) rotateY(134deg);
          transform: translateY(-3vw) translateX(5vw) translateZ(-3vw) rotateX(154deg) rotateY(134deg);
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hb-main-catch-anim.iv-item span:nth-child(18) {
  -webkit-transform: translateY(-7vw) translateX(3vw) translateZ(-4vw) rotateX(72deg) rotateY(72deg);
          transform: translateY(-7vw) translateX(3vw) translateZ(-4vw) rotateX(72deg) rotateY(72deg);
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.hb-main-catch-anim.iv-item span:nth-child(19) {
  -webkit-transform: translateY(7vw) translateX(4vw) translateZ(-1vw) rotateX(180deg) rotateY(87deg);
          transform: translateY(7vw) translateX(4vw) translateZ(-1vw) rotateX(180deg) rotateY(87deg);
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.hb-main-catch-anim.iv-item span:nth-child(20) {
  -webkit-transform: translateY(-4vw) translateX(2vw) translateZ(5vw) rotateX(138deg) rotateY(170deg);
          transform: translateY(-4vw) translateX(2vw) translateZ(5vw) rotateX(138deg) rotateY(170deg);
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.hb-main-catch-anim.iv-item span:nth-child(21) {
  -webkit-transform: translateY(-2vw) translateX(-6vw) translateZ(7vw) rotateX(117deg) rotateY(176deg);
          transform: translateY(-2vw) translateX(-6vw) translateZ(7vw) rotateX(117deg) rotateY(176deg);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.hb-main-catch-anim.iv-item span:nth-child(22) {
  -webkit-transform: translateY(4vw) translateX(-7vw) translateZ(-3vw) rotateX(142deg) rotateY(83deg);
          transform: translateY(4vw) translateX(-7vw) translateZ(-3vw) rotateX(142deg) rotateY(83deg);
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.hb-main-catch-anim.iv-item span:nth-child(23) {
  -webkit-transform: translateY(8vw) translateX(0vw) translateZ(3vw) rotateX(73deg) rotateY(80deg);
          transform: translateY(8vw) translateX(0vw) translateZ(3vw) rotateX(73deg) rotateY(80deg);
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hb-main-catch-anim.iv-item span:nth-child(24) {
  -webkit-transform: translateY(5vw) translateX(3vw) translateZ(-7vw) rotateX(76deg) rotateY(88deg);
          transform: translateY(5vw) translateX(3vw) translateZ(-7vw) rotateX(76deg) rotateY(88deg);
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.hb-main-catch-anim.iv-item span:nth-child(25) {
  -webkit-transform: translateY(-2vw) translateX(-6vw) translateZ(-2vw) rotateX(127deg) rotateY(144deg);
          transform: translateY(-2vw) translateX(-6vw) translateZ(-2vw) rotateX(127deg) rotateY(144deg);
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.hb-main-catch-anim.iv-item span:nth-child(26) {
  -webkit-transform: translateY(-2vw) translateX(5vw) translateZ(-1vw) rotateX(122deg) rotateY(159deg);
          transform: translateY(-2vw) translateX(5vw) translateZ(-1vw) rotateX(122deg) rotateY(159deg);
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.hb-main-catch-anim.iv-item span:nth-child(27) {
  -webkit-transform: translateY(2vw) translateX(6vw) translateZ(7vw) rotateX(75deg) rotateY(125deg);
          transform: translateY(2vw) translateX(6vw) translateZ(7vw) rotateX(75deg) rotateY(125deg);
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.hb-main-catch-anim.iv-item span:nth-child(28) {
  -webkit-transform: translateY(-3vw) translateX(3vw) translateZ(7vw) rotateX(153deg) rotateY(75deg);
          transform: translateY(-3vw) translateX(3vw) translateZ(7vw) rotateX(153deg) rotateY(75deg);
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.hb-main-catch-anim.iv-item span:nth-child(29) {
  -webkit-transform: translateY(-7vw) translateX(5vw) translateZ(6vw) rotateX(144deg) rotateY(146deg);
          transform: translateY(-7vw) translateX(5vw) translateZ(6vw) rotateX(144deg) rotateY(146deg);
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.hb-main-catch-anim.iv-item span:nth-child(30) {
  -webkit-transform: translateY(-3vw) translateX(-4vw) translateZ(-4vw) rotateX(170deg) rotateY(175deg);
          transform: translateY(-3vw) translateX(-4vw) translateZ(-4vw) rotateX(170deg) rotateY(175deg);
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.hb-main-catch-anim.iv-item span:nth-child(31) {
  -webkit-transform: translateY(0vw) translateX(0vw) translateZ(7vw) rotateX(180deg) rotateY(95deg);
          transform: translateY(0vw) translateX(0vw) translateZ(7vw) rotateX(180deg) rotateY(95deg);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.hb-main-catch-anim.iv-item span:nth-child(32) {
  -webkit-transform: translateY(-2vw) translateX(3vw) translateZ(7vw) rotateX(162deg) rotateY(85deg);
          transform: translateY(-2vw) translateX(3vw) translateZ(7vw) rotateX(162deg) rotateY(85deg);
  -webkit-transition-delay: 1.55s;
       -o-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.hb-main-catch-anim.iv-item span:nth-child(33) {
  -webkit-transform: translateY(4vw) translateX(-2vw) translateZ(-6vw) rotateX(92deg) rotateY(167deg);
          transform: translateY(4vw) translateX(-2vw) translateZ(-6vw) rotateX(92deg) rotateY(167deg);
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.hb-main-catch-anim.iv-item span:nth-child(34) {
  -webkit-transform: translateY(-2vw) translateX(-1vw) translateZ(1vw) rotateX(61deg) rotateY(154deg);
          transform: translateY(-2vw) translateX(-1vw) translateZ(1vw) rotateX(61deg) rotateY(154deg);
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.hb-main-catch-anim.iv-item span:nth-child(35) {
  -webkit-transform: translateY(-4vw) translateX(-4vw) translateZ(-7vw) rotateX(101deg) rotateY(127deg);
          transform: translateY(-4vw) translateX(-4vw) translateZ(-7vw) rotateX(101deg) rotateY(127deg);
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.hb-main-catch-anim.iv-item span:nth-child(36) {
  -webkit-transform: translateY(-6vw) translateX(-3vw) translateZ(-4vw) rotateX(64deg) rotateY(68deg);
          transform: translateY(-6vw) translateX(-3vw) translateZ(-4vw) rotateX(64deg) rotateY(68deg);
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.hb-main-catch-anim.iv-item span:nth-child(37) {
  -webkit-transform: translateY(5vw) translateX(6vw) translateZ(-6vw) rotateX(170deg) rotateY(88deg);
          transform: translateY(5vw) translateX(6vw) translateZ(-6vw) rotateX(170deg) rotateY(88deg);
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.hb-main-catch-anim.iv-item span:nth-child(38) {
  -webkit-transform: translateY(-7vw) translateX(-1vw) translateZ(5vw) rotateX(114deg) rotateY(83deg);
          transform: translateY(-7vw) translateX(-1vw) translateZ(5vw) rotateX(114deg) rotateY(83deg);
  -webkit-transition-delay: 1.85s;
       -o-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.hb-main-catch-anim.iv-item span:nth-child(39) {
  -webkit-transform: translateY(7vw) translateX(-1vw) translateZ(0vw) rotateX(119deg) rotateY(97deg);
          transform: translateY(7vw) translateX(-1vw) translateZ(0vw) rotateX(119deg) rotateY(97deg);
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.hb-main-catch-anim.iv-item span:nth-child(40) {
  -webkit-transform: translateY(-2vw) translateX(3vw) translateZ(4vw) rotateX(101deg) rotateY(145deg);
          transform: translateY(-2vw) translateX(3vw) translateZ(4vw) rotateX(101deg) rotateY(145deg);
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.hb-main-catch-anim.iv-item span:nth-child(41) {
  -webkit-transform: translateY(6vw) translateX(2vw) translateZ(-3vw) rotateX(109deg) rotateY(108deg);
          transform: translateY(6vw) translateX(2vw) translateZ(-3vw) rotateX(109deg) rotateY(108deg);
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.hb-main-catch-anim.iv-item span:nth-child(42) {
  -webkit-transform: translateY(-3vw) translateX(4vw) translateZ(5vw) rotateX(126deg) rotateY(86deg);
          transform: translateY(-3vw) translateX(4vw) translateZ(5vw) rotateX(126deg) rotateY(86deg);
  -webkit-transition-delay: 2.05s;
       -o-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.hb-main-catch-anim.iv-item span:nth-child(43) {
  -webkit-transform: translateY(0vw) translateX(1vw) translateZ(-7vw) rotateX(73deg) rotateY(86deg);
          transform: translateY(0vw) translateX(1vw) translateZ(-7vw) rotateX(73deg) rotateY(86deg);
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.hb-main-catch-anim.iv-item span:nth-child(44) {
  -webkit-transform: translateY(8vw) translateX(7vw) translateZ(4vw) rotateX(90deg) rotateY(180deg);
          transform: translateY(8vw) translateX(7vw) translateZ(4vw) rotateX(90deg) rotateY(180deg);
  -webkit-transition-delay: 2.15s;
       -o-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.hb-main-catch-anim.iv-item span:nth-child(45) {
  -webkit-transform: translateY(-4vw) translateX(-4vw) translateZ(-4vw) rotateX(69deg) rotateY(141deg);
          transform: translateY(-4vw) translateX(-4vw) translateZ(-4vw) rotateX(69deg) rotateY(141deg);
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.hb-main-catch-anim.iv-item span:nth-child(46) {
  -webkit-transform: translateY(-6vw) translateX(5vw) translateZ(4vw) rotateX(83deg) rotateY(173deg);
          transform: translateY(-6vw) translateX(5vw) translateZ(4vw) rotateX(83deg) rotateY(173deg);
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.hb-main-catch-anim.iv-item span:nth-child(47) {
  -webkit-transform: translateY(7vw) translateX(8vw) translateZ(1vw) rotateX(136deg) rotateY(101deg);
          transform: translateY(7vw) translateX(8vw) translateZ(1vw) rotateX(136deg) rotateY(101deg);
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.hb-main-catch-anim.iv-item span:nth-child(48) {
  -webkit-transform: translateY(-5vw) translateX(-2vw) translateZ(-7vw) rotateX(158deg) rotateY(83deg);
          transform: translateY(-5vw) translateX(-2vw) translateZ(-7vw) rotateX(158deg) rotateY(83deg);
  -webkit-transition-delay: 2.35s;
       -o-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.hb-main-catch-anim.iv-item span:nth-child(49) {
  -webkit-transform: translateY(-6vw) translateX(-1vw) translateZ(3vw) rotateX(84deg) rotateY(105deg);
          transform: translateY(-6vw) translateX(-1vw) translateZ(3vw) rotateX(84deg) rotateY(105deg);
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.hb-main-catch-anim.iv-item span:nth-child(50) {
  -webkit-transform: translateY(8vw) translateX(-2vw) translateZ(-1vw) rotateX(145deg) rotateY(123deg);
          transform: translateY(8vw) translateX(-2vw) translateZ(-1vw) rotateX(145deg) rotateY(123deg);
  -webkit-transition-delay: 2.45s;
       -o-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.hb-main-catch-anim.iv-item span:nth-child(51) {
  -webkit-transform: translateY(7vw) translateX(-2vw) translateZ(-6vw) rotateX(143deg) rotateY(61deg);
          transform: translateY(7vw) translateX(-2vw) translateZ(-6vw) rotateX(143deg) rotateY(61deg);
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.hb-main-catch-anim.iv-item.is-show span {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
          transform: translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
}

.hb-catch-anim.iv-item span {
  opacity: 0;
  -webkit-transform: translate(-3vw, -1vw);
      -ms-transform: translate(-3vw, -1vw);
          transform: translate(-3vw, -1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-catch-anim.iv-item span:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.hb-catch-anim.iv-item span:nth-child(2) {
  -webkit-transition-delay: 0.02s;
       -o-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.hb-catch-anim.iv-item span:nth-child(3) {
  -webkit-transition-delay: 0.04s;
       -o-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.hb-catch-anim.iv-item span:nth-child(4) {
  -webkit-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.hb-catch-anim.iv-item span:nth-child(5) {
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.hb-catch-anim.iv-item span:nth-child(6) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hb-catch-anim.iv-item span:nth-child(7) {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.hb-catch-anim.iv-item span:nth-child(8) {
  -webkit-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.hb-catch-anim.iv-item span:nth-child(9) {
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.hb-catch-anim.iv-item span:nth-child(10) {
  -webkit-transition-delay: 0.18s;
       -o-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.hb-catch-anim.iv-item span:nth-child(11) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hb-catch-anim.iv-item span:nth-child(12) {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.hb-catch-anim.iv-item span:nth-child(13) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.hb-catch-anim.iv-item span:nth-child(14) {
  -webkit-transition-delay: 0.26s;
       -o-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.hb-catch-anim.iv-item span:nth-child(15) {
  -webkit-transition-delay: 0.28s;
       -o-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.hb-catch-anim.iv-item span:nth-child(16) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.hb-catch-anim.iv-item span:nth-child(17) {
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.hb-catch-anim.iv-item span:nth-child(18) {
  -webkit-transition-delay: 0.34s;
       -o-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.hb-catch-anim.iv-item span:nth-child(19) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.hb-catch-anim.iv-item span:nth-child(20) {
  -webkit-transition-delay: 0.38s;
       -o-transition-delay: 0.38s;
          transition-delay: 0.38s;
}
.hb-catch-anim.iv-item span:nth-child(21) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.hb-catch-anim.iv-item span:nth-child(22) {
  -webkit-transition-delay: 0.42s;
       -o-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.hb-catch-anim.iv-item span:nth-child(23) {
  -webkit-transition-delay: 0.44s;
       -o-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.hb-catch-anim.iv-item span:nth-child(24) {
  -webkit-transition-delay: 0.46s;
       -o-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
.hb-catch-anim.iv-item span:nth-child(25) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.hb-catch-anim.iv-item span:nth-child(26) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hb-catch-anim.iv-item span:nth-child(27) {
  -webkit-transition-delay: 0.52s;
       -o-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
.hb-catch-anim.iv-item span:nth-child(28) {
  -webkit-transition-delay: 0.54s;
       -o-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.hb-catch-anim.iv-item span:nth-child(29) {
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.hb-catch-anim.iv-item span:nth-child(30) {
  -webkit-transition-delay: 0.58s;
       -o-transition-delay: 0.58s;
          transition-delay: 0.58s;
}
.hb-catch-anim.iv-item span:nth-child(31) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hb-catch-anim.iv-item span:nth-child(32) {
  -webkit-transition-delay: 0.62s;
       -o-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.hb-catch-anim.iv-item span:nth-child(33) {
  -webkit-transition-delay: 0.64s;
       -o-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.hb-catch-anim.iv-item span:nth-child(34) {
  -webkit-transition-delay: 0.66s;
       -o-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
.hb-catch-anim.iv-item span:nth-child(35) {
  -webkit-transition-delay: 0.68s;
       -o-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
.hb-catch-anim.iv-item span:nth-child(36) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.hb-catch-anim.iv-item span:nth-child(37) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.hb-catch-anim.iv-item span:nth-child(38) {
  -webkit-transition-delay: 0.74s;
       -o-transition-delay: 0.74s;
          transition-delay: 0.74s;
}
.hb-catch-anim.iv-item span:nth-child(39) {
  -webkit-transition-delay: 0.76s;
       -o-transition-delay: 0.76s;
          transition-delay: 0.76s;
}
.hb-catch-anim.iv-item span:nth-child(40) {
  -webkit-transition-delay: 0.78s;
       -o-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
.hb-catch-anim.iv-item span:nth-child(41) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hb-catch-anim.iv-item span:nth-child(42) {
  -webkit-transition-delay: 0.82s;
       -o-transition-delay: 0.82s;
          transition-delay: 0.82s;
}
.hb-catch-anim.iv-item span:nth-child(43) {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.hb-catch-anim.iv-item span:nth-child(44) {
  -webkit-transition-delay: 0.86s;
       -o-transition-delay: 0.86s;
          transition-delay: 0.86s;
}
.hb-catch-anim.iv-item span:nth-child(45) {
  -webkit-transition-delay: 0.88s;
       -o-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.hb-catch-anim.iv-item span:nth-child(46) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.hb-catch-anim.iv-item span:nth-child(47) {
  -webkit-transition-delay: 0.92s;
       -o-transition-delay: 0.92s;
          transition-delay: 0.92s;
}
.hb-catch-anim.iv-item span:nth-child(48) {
  -webkit-transition-delay: 0.94s;
       -o-transition-delay: 0.94s;
          transition-delay: 0.94s;
}
.hb-catch-anim.iv-item span:nth-child(49) {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.hb-catch-anim.iv-item span:nth-child(50) {
  -webkit-transition-delay: 0.98s;
       -o-transition-delay: 0.98s;
          transition-delay: 0.98s;
}
.hb-catch-anim.iv-item span:nth-child(51) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.hb-catch-anim.iv-item.is-show span {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.hb-lr-anim.iv-item {
  opacity: 0;
  -webkit-transform: translate(-3vw, -1vw);
      -ms-transform: translate(-3vw, -1vw);
          transform: translate(-3vw, -1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-lr-anim.iv-item.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.hb-rl-anim.iv-item {
  opacity: 0;
  -webkit-transform: translate(3vw, 1vw);
      -ms-transform: translate(3vw, 1vw);
          transform: translate(3vw, 1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-rl-anim.iv-item.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.hb-zoom-anim.iv-item {
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-zoom-anim.iv-item.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hb-pri-footer__logo.iv-item .hb-pri-footer__logo--tagline, .hb-pri-footer__logo.iv-item .hb-pri-footer__logo--hako, .hb-pri-footer__logo.iv-item .hb-pri-footer__logo--bune, .hb-pri-footer__logo.iv-item .hb-pri-footer__logo--symbol-pc, .hb-pri-footer__logo.iv-item .hb-pri-footer__logo--symbol-sp {
  opacity: 0;
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: opacity, transform;
}
.hb-pri-footer__logo.iv-item .hb-pri-footer__logo--hako {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hb-pri-footer__logo.iv-item .hb-pri-footer__logo--bune {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hb-pri-footer__logo.iv-item .hb-pri-footer__logo--symbol-pc, .hb-pri-footer__logo.iv-item .hb-pri-footer__logo--symbol-sp {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.hb-pri-footer__logo.iv-item.is-show .hb-pri-footer__logo--tagline, .hb-pri-footer__logo.iv-item.is-show .hb-pri-footer__logo--hako, .hb-pri-footer__logo.iv-item.is-show .hb-pri-footer__logo--bune, .hb-pri-footer__logo.iv-item.is-show .hb-pri-footer__logo--symbol-pc, .hb-pri-footer__logo.iv-item.is-show .hb-pri-footer__logo--symbol-sp {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: padding */
/* -------------------------------------------------------------------------- */
.hb-p-0 {
  padding: 0 !important;
}

.hb-p-d5 {
  padding: 0.5em !important;
}

.hb-p-1 {
  padding: 1em !important;
}

.hb-p-2 {
  padding: 2em !important;
}

.hb-p-3 {
  padding: 3em !important;
}

.hb-p-4 {
  padding: 4em !important;
}

.hb-p-5 {
  padding: 5em !important;
}

.hb-p-6 {
  padding: 6em !important;
}

.hb-p-7 {
  padding: 7em !important;
}

.hb-p-8 {
  padding: 8em !important;
}

.hb-p-9 {
  padding: 9em !important;
}

.hb-p-10 {
  padding: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-p-0 {
    padding: 0 !important;
  }

  .hb-sp-p-d5 {
    padding: 0.5em !important;
  }

  .hb-sp-p-1 {
    padding: 1em !important;
  }

  .hb-sp-p-2 {
    padding: 2em !important;
  }

  .hb-sp-p-3 {
    padding: 3em !important;
  }

  .hb-sp-p-4 {
    padding: 4em !important;
  }

  .hb-sp-p-5 {
    padding: 5em !important;
  }

  .hb-sp-p-6 {
    padding: 6em !important;
  }

  .hb-sp-p-7 {
    padding: 7em !important;
  }

  .hb-sp-p-8 {
    padding: 8em !important;
  }

  .hb-sp-p-9 {
    padding: 9em !important;
  }

  .hb-sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.hb-pt-0 {
  padding-top: 0 !important;
}

.hb-pt-d5 {
  padding-top: 0.5em !important;
}

.hb-pt-1 {
  padding-top: 1em !important;
}

.hb-pt-2 {
  padding-top: 2em !important;
}

.hb-pt-3 {
  padding-top: 3em !important;
}

.hb-pt-4 {
  padding-top: 4em !important;
}

.hb-pt-5 {
  padding-top: 5em !important;
}

.hb-pt-6 {
  padding-top: 6em !important;
}

.hb-pt-7 {
  padding-top: 7em !important;
}

.hb-pt-8 {
  padding-top: 8em !important;
}

.hb-pt-9 {
  padding-top: 9em !important;
}

.hb-pt-10 {
  padding-top: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-pt-0 {
    padding-top: 0 !important;
  }

  .hb-sp-pt-d5 {
    padding-top: 0.5em !important;
  }

  .hb-sp-pt-1 {
    padding-top: 1em !important;
  }

  .hb-sp-pt-2 {
    padding-top: 2em !important;
  }

  .hb-sp-pt-3 {
    padding-top: 3em !important;
  }

  .hb-sp-pt-4 {
    padding-top: 4em !important;
  }

  .hb-sp-pt-5 {
    padding-top: 5em !important;
  }

  .hb-sp-pt-6 {
    padding-top: 6em !important;
  }

  .hb-sp-pt-7 {
    padding-top: 7em !important;
  }

  .hb-sp-pt-8 {
    padding-top: 8em !important;
  }

  .hb-sp-pt-9 {
    padding-top: 9em !important;
  }

  .hb-sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.hb-pr-0 {
  padding-right: 0em !important;
}

.hb-pr-d5 {
  padding-right: 0.5em !important;
}

.hb-pr-1 {
  padding-right: 1em !important;
}

.hb-pr-1d5 {
  padding-right: 1.5em !important;
}

.hb-pr-2 {
  padding-right: 2em !important;
}

.hb-pr-2d5 {
  padding-right: 2.5em !important;
}

.hb-pr-3 {
  padding-right: 3em !important;
}

.hb-pr-3d5 {
  padding-right: 3.5em !important;
}

.hb-pr-4 {
  padding-right: 4em !important;
}

.hb-pr-4d5 {
  padding-right: 4.5em !important;
}

.hb-pr-5 {
  padding-right: 5em !important;
}

.hb-pr-6 {
  padding-right: 6em !important;
}

.hb-pr-7 {
  padding-right: 7em !important;
}

.hb-pr-8 {
  padding-right: 8em !important;
}

.hb-pr-9 {
  padding-right: 9em !important;
}

.hb-pr-10 {
  padding-right: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-pr-0 {
    padding-right: 0em !important;
  }

  .hb-sp-pr-d5 {
    padding-right: 0.5em !important;
  }

  .hb-sp-pr-1 {
    padding-right: 1em !important;
  }

  .hb-sp-pr-1d5 {
    padding-right: 1.5em !important;
  }

  .hb-sp-pr-2 {
    padding-right: 2em !important;
  }

  .hb-sp-pr-2d5 {
    padding-right: 2.5em !important;
  }

  .hb-sp-pr-3 {
    padding-right: 3em !important;
  }

  .hb-sp-pr-3d5 {
    padding-right: 3.5em !important;
  }

  .hb-sp-pr-4 {
    padding-right: 4em !important;
  }

  .hb-sp-pr-4d5 {
    padding-right: 4.5em !important;
  }

  .hb-sp-pr-5 {
    padding-right: 5em !important;
  }

  .hb-sp-pr-6 {
    padding-right: 6em !important;
  }

  .hb-sp-pr-7 {
    padding-right: 7em !important;
  }

  .hb-sp-pr-8 {
    padding-right: 8em !important;
  }

  .hb-sp-pr-9 {
    padding-right: 9em !important;
  }

  .hb-sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.hb-pb-0 {
  padding-bottom: 0em !important;
}

.hb-pb-d5 {
  padding-bottom: 0.5em !important;
}

.hb-pb-1 {
  padding-bottom: 1em !important;
}

.hb-pb-1d5 {
  padding-bottom: 1.5em !important;
}

.hb-pb-2 {
  padding-bottom: 2em !important;
}

.hb-pb-2d5 {
  padding-bottom: 2.5em !important;
}

.hb-pb-3 {
  padding-bottom: 3em !important;
}

.hb-pb-3d5 {
  padding-bottom: 3.5em !important;
}

.hb-pb-4 {
  padding-bottom: 4em !important;
}

.hb-pb-4d5 {
  padding-bottom: 4.5em !important;
}

.hb-pb-5 {
  padding-bottom: 5em !important;
}

.hb-pb-6 {
  padding-bottom: 6em !important;
}

.hb-pb-7 {
  padding-bottom: 7em !important;
}

.hb-pb-8 {
  padding-bottom: 8em !important;
}

.hb-pb-9 {
  padding-bottom: 9em !important;
}

.hb-pb-10 {
  padding-bottom: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-pb-0 {
    padding-bottom: 0em !important;
  }

  .hb-sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }

  .hb-sp-pb-1 {
    padding-bottom: 1em !important;
  }

  .hb-sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }

  .hb-sp-pb-2 {
    padding-bottom: 2em !important;
  }

  .hb-sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }

  .hb-sp-pb-3 {
    padding-bottom: 3em !important;
  }

  .hb-sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }

  .hb-sp-pb-4 {
    padding-bottom: 4em !important;
  }

  .hb-sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }

  .hb-sp-pb-5 {
    padding-bottom: 5em !important;
  }

  .hb-sp-pb-6 {
    padding-bottom: 6em !important;
  }

  .hb-sp-pb-7 {
    padding-bottom: 7em !important;
  }

  .hb-sp-pb-8 {
    padding-bottom: 8em !important;
  }

  .hb-sp-pb-9 {
    padding-bottom: 9em !important;
  }

  .hb-sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.hb-pl-0 {
  padding-left: 0em !important;
}

.hb-pl-d5 {
  padding-left: 0.5em !important;
}

.hb-pl-1 {
  padding-left: 1em !important;
}

.hb-pl-1d5 {
  padding-left: 1.5em !important;
}

.hb-pl-2 {
  padding-left: 2em !important;
}

.hb-pl-2d5 {
  padding-left: 2.5em !important;
}

.hb-pl-3 {
  padding-left: 3em !important;
}

.hb-pl-3d5 {
  padding-left: 3.5em !important;
}

.hb-pl-4 {
  padding-left: 4em !important;
}

.hb-pl-4d5 {
  padding-left: 4.5em !important;
}

.hb-pl-5 {
  padding-left: 5em !important;
}

.hb-pl-6 {
  padding-left: 6em !important;
}

.hb-pl-7 {
  padding-left: 7em !important;
}

.hb-pl-8 {
  padding-left: 8em !important;
}

.hb-pl-9 {
  padding-left: 9em !important;
}

.hb-pl-10 {
  padding-left: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-pl-0 {
    padding-left: 0em !important;
  }

  .hb-sp-pl-d5 {
    padding-left: 0.5em !important;
  }

  .hb-sp-pl-1 {
    padding-left: 1em !important;
  }

  .hb-sp-pl-1d5 {
    padding-left: 1.5em !important;
  }

  .hb-sp-pl-2 {
    padding-left: 2em !important;
  }

  .hb-sp-pl-2d5 {
    padding-left: 2.5em !important;
  }

  .hb-sp-pl-3 {
    padding-left: 3em !important;
  }

  .hb-sp-pl-3d5 {
    padding-left: 3.5em !important;
  }

  .hb-sp-pl-4 {
    padding-left: 4em !important;
  }

  .hb-sp-pl-4d5 {
    padding-left: 4.5em !important;
  }

  .hb-sp-pl-5 {
    padding-left: 5em !important;
  }

  .hb-sp-pl-6 {
    padding-left: 6em !important;
  }

  .hb-sp-pl-7 {
    padding-left: 7em !important;
  }

  .hb-sp-pl-8 {
    padding-left: 8em !important;
  }

  .hb-sp-pl-9 {
    padding-left: 9em !important;
  }

  .hb-sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.hb-m-auto {
  margin: 0 auto !important;
}

/* layout: margin top */
/* -------------------------------------------------------------------------- */
.hb-mt-0 {
  margin-top: 0 !important;
}

.hb-mt-d5 {
  margin-top: 0.5em !important;
}

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

.hb-mt-1d5 {
  margin-top: 1.5em !important;
}

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

.hb-mt-2d5 {
  margin-top: 2.5em !important;
}

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

.hb-mt-3d5 {
  margin-top: 3.5em !important;
}

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

.hb-mt-4d5 {
  margin-top: 4.5em !important;
}

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

.hb-mt-6 {
  margin-top: 6em !important;
}

.hb-mt-7 {
  margin-top: 7em !important;
}

.hb-mt-8 {
  margin-top: 8em !important;
}

.hb-mt-9 {
  margin-top: 9em !important;
}

.hb-mt-10 {
  margin-top: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-mt-0 {
    margin-top: 0 !important;
  }

  .hb-sp-mt-d5 {
    margin-top: 0.5em !important;
  }

  .hb-sp-mt-1 {
    margin-top: 1em !important;
  }

  .hb-sp-mt-1d5 {
    margin-top: 1.5em !important;
  }

  .hb-sp-mt-2 {
    margin-top: 2em !important;
  }

  .hb-sp-mt-2d5 {
    margin-top: 2.5em !important;
  }

  .hb-sp-mt-3 {
    margin-top: 3em !important;
  }

  .hb-sp-mt-3d5 {
    margin-top: 3.5em !important;
  }

  .hb-sp-mt-4 {
    margin-top: 4em !important;
  }

  .hb-sp-mt-4d5 {
    margin-top: 4.5em !important;
  }

  .hb-sp-mt-5 {
    margin-top: 5em !important;
  }

  .hb-sp-mt-6 {
    margin-top: 6em !important;
  }

  .hb-sp-mt-7 {
    margin-top: 7em !important;
  }

  .hb-sp-mt-8 {
    margin-top: 8em !important;
  }

  .hb-sp-mt-9 {
    margin-top: 9em !important;
  }

  .hb-sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.hb-mr-0 {
  margin-right: 0 !important;
}

.hb-mr-d5 {
  margin-right: 0.5em !important;
}

.hb-mr-1 {
  margin-right: 1em !important;
}

.hb-mr-1d5 {
  margin-right: 1.5em !important;
}

.hb-mr-2 {
  margin-right: 2em !important;
}

.hb-mr-2d5 {
  margin-right: 2.5em !important;
}

.hb-mr-3 {
  margin-right: 3em !important;
}

.hb-mr-3d5 {
  margin-right: 3.5em !important;
}

.hb-mr-4 {
  margin-right: 4em !important;
}

.hb-mr-4d5 {
  margin-right: 4.5em !important;
}

.hb-mr-5 {
  margin-right: 5em !important;
}

.hb-mr-6 {
  margin-right: 6em !important;
}

.hb-mr-7 {
  margin-right: 7em !important;
}

.hb-mr-8 {
  margin-right: 8em !important;
}

.hb-mr-9 {
  margin-right: 9em !important;
}

.hb-mr-10 {
  margin-right: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-mr-0 {
    margin-right: 0 !important;
  }

  .hb-sp-mr-d5 {
    margin-right: 0.5em !important;
  }

  .hb-sp-mr-1 {
    margin-right: 1em !important;
  }

  .hb-sp-mr-1d5 {
    margin-right: 1.5em !important;
  }

  .hb-sp-mr-2 {
    margin-right: 2em !important;
  }

  .hb-sp-mr-2d5 {
    margin-right: 2.5em !important;
  }

  .hb-sp-mr-3 {
    margin-right: 3em !important;
  }

  .hb-sp-mr-3d5 {
    margin-right: 3.5em !important;
  }

  .hb-sp-mr-4 {
    margin-right: 4em !important;
  }

  .hb-sp-mr-4d5 {
    margin-right: 4.5em !important;
  }

  .hb-sp-mr-5 {
    margin-right: 5em !important;
  }

  .hb-sp-mr-6 {
    margin-right: 6em !important;
  }

  .hb-sp-mr-7 {
    margin-right: 7em !important;
  }

  .hb-sp-mr-8 {
    margin-right: 8em !important;
  }

  .hb-sp-mr-9 {
    margin-right: 9em !important;
  }

  .hb-sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.hb-mb-0 {
  margin-bottom: 0 !important;
}

.hb-mb-d5 {
  margin-bottom: 0.5em !important;
}

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

.hb-mb-1d5 {
  margin-bottom: 1.5em !important;
}

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

.hb-mb-2d5 {
  margin-bottom: 2.5em !important;
}

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

.hb-mb-3d5 {
  margin-bottom: 3.5em !important;
}

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

.hb-mb-4d5 {
  margin-bottom: 4.5em !important;
}

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

.hb-mb-6 {
  margin-bottom: 6em !important;
}

.hb-mb-7 {
  margin-bottom: 7em !important;
}

.hb-mb-8 {
  margin-bottom: 8em !important;
}

.hb-mb-9 {
  margin-bottom: 9em !important;
}

.hb-mb-10 {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-mb-0 {
    margin-bottom: 0 !important;
  }

  .hb-sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }

  .hb-sp-mb-1 {
    margin-bottom: 1em !important;
  }

  .hb-sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }

  .hb-sp-mb-2 {
    margin-bottom: 2em !important;
  }

  .hb-sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }

  .hb-sp-mb-3 {
    margin-bottom: 3em !important;
  }

  .hb-sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }

  .hb-sp-mb-4 {
    margin-bottom: 4em !important;
  }

  .hb-sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }

  .hb-sp-mb-5 {
    margin-bottom: 5em !important;
  }

  .hb-sp-mb-6 {
    margin-bottom: 6em !important;
  }

  .hb-sp-mb-7 {
    margin-bottom: 7em !important;
  }

  .hb-sp-mb-8 {
    margin-bottom: 8em !important;
  }

  .hb-sp-mb-9 {
    margin-bottom: 9em !important;
  }

  .hb-sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.hb-ml-0 {
  margin-left: 0 !important;
}

.hb-ml-d5 {
  margin-left: 0.5em !important;
}

.hb-ml-1 {
  margin-left: 1em !important;
}

.hb-ml-1d5 {
  margin-left: 1.5em !important;
}

.hb-ml-2 {
  margin-left: 2em !important;
}

.hb-ml-2d5 {
  margin-left: 2.5em !important;
}

.hb-ml-3 {
  margin-left: 3em !important;
}

.hb-ml-3d5 {
  margin-left: 3.5em !important;
}

.hb-ml-4 {
  margin-left: 4em !important;
}

.hb-ml-4d5 {
  margin-left: 4.5em !important;
}

.hb-ml-5 {
  margin-left: 5em !important;
}

.hb-ml-6 {
  margin-left: 6em !important;
}

.hb-ml-7 {
  margin-left: 7em !important;
}

.hb-ml-8 {
  margin-left: 8em !important;
}

.hb-ml-9 {
  margin-left: 9em !important;
}

.hb-ml-10 {
  margin-left: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-ml-0 {
    margin-left: 0 !important;
  }

  .hb-sp-ml-d5 {
    margin-left: 0.5em !important;
  }

  .hb-sp-ml-1 {
    margin-left: 1em !important;
  }

  .hb-sp-ml-1d5 {
    margin-left: 1.5em !important;
  }

  .hb-sp-ml-2 {
    margin-left: 2em !important;
  }

  .hb-sp-ml-2d5 {
    margin-left: 2.5em !important;
  }

  .hb-sp-ml-3 {
    margin-left: 3em !important;
  }

  .hb-sp-ml-3d5 {
    margin-left: 3.5em !important;
  }

  .hb-sp-ml-4 {
    margin-left: 4em !important;
  }

  .hb-sp-ml-4d5 {
    margin-left: 4.5em !important;
  }

  .hb-sp-ml-5 {
    margin-left: 5em !important;
  }

  .hb-sp-ml-6 {
    margin-left: 6em !important;
  }

  .hb-sp-ml-7 {
    margin-left: 7em !important;
  }

  .hb-sp-ml-8 {
    margin-left: 8em !important;
  }

  .hb-sp-ml-9 {
    margin-left: 9em !important;
  }

  .hb-sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: width */
/* -------------------------------------------------------------------------- */
.hb-w-100p {
  width: 100% !important;
}

.hb-w-90p {
  width: 90% !important;
}

.hb-w-80p {
  width: 80% !important;
}

.hb-w-70p {
  width: 70% !important;
}

.hb-w-60p {
  width: 60% !important;
}

.hb-w-50p {
  width: 50% !important;
}

.hb-w-40p {
  width: 40% !important;
}

.hb-w-20p {
  width: 20% !important;
}

.hb-w-10p {
  width: 10% !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-w-100p {
    width: 100% !important;
  }

  .hb-sp-w-90p {
    width: 90% !important;
  }

  .hb-sp-w-80p {
    width: 80% !important;
  }

  .hb-sp-w-70p {
    width: 70% !important;
  }

  .hb-sp-w-60p {
    width: 60% !important;
  }

  .hb-sp-w-50p {
    width: 50% !important;
  }

  .hb-sp-w-40p {
    width: 40% !important;
  }

  .hb-sp-w-20p {
    width: 20% !important;
  }

  .hb-sp-w-10p {
    width: 10% !important;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: color */
/* -------------------------------------------------------------------------- */
.hb-color-ini {
  color: #fff;
}

.hb-color-pri {
  color: #001a3f;
}

.hb-color-sec {
  color: #73b8e6;
}

.hb-color-ter {
  color: #d3e9f9;
}

.hb-color-qua {
  color: #f2f4f8;
}

/* typography: font-family */
/* -------------------------------------------------------------------------- */
.hb-ff-en {
  font-family: "Steradian", sans-serif;
}

.hb-ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.hb-fz-minimum {
  font-size: 50%;
}

.hb-fz-small {
  font-size: 75%;
}

.hb-fz-medium {
  font-size: 125%;
}

.hb-fz-large {
  font-size: 150%;
}

.hb-fz-huge {
  font-size: 200%;
}

.hb-fz-10 {
  font-size: 0.625em;
}

.hb-fz-12 {
  font-size: 0.75em;
}

.hb-fz-14 {
  font-size: 0.875em;
}

.hb-fz-16 {
  font-size: 1em;
}

.hb-fz-18 {
  font-size: 1.125em;
}

.hb-fz-20 {
  font-size: 1.25em;
}

.hb-fz-22 {
  font-size: 1.375em;
}

.hb-fz-24 {
  font-size: 1.5em;
}

.hb-fz-28 {
  font-size: 1.75em;
}

.hb-fz-32 {
  font-size: 2em;
}

.hb-fz-36 {
  font-size: 2.25em;
}

.hb-fz-40 {
  font-size: 2.5em;
}

.hb-fz-44 {
  font-size: 2.75em;
}

.hb-fz-48 {
  font-size: 3em;
}

.hb-fz-42 {
  font-size: 3.25em;
}

.hb-fz-56 {
  font-size: 3.5em;
}

.hb-fz-60 {
  font-size: 3.75em;
}

.hb-fz-64 {
  font-size: 4em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-fz-10 {
    font-size: 0.625em;
  }

  .hb-sp-fz-12 {
    font-size: 0.75em;
  }

  .hb-sp-fz-14 {
    font-size: 0.875em;
  }

  .hb-sp-fz-16 {
    font-size: 1em;
  }

  .hb-sp-fz-18 {
    font-size: 1.125em;
  }

  .hb-sp-fz-20 {
    font-size: 1.25em;
  }

  .hb-sp-fz-22 {
    font-size: 1.375em;
  }

  .hb-sp-fz-24 {
    font-size: 1.5em;
  }

  .hb-sp-fz-28 {
    font-size: 1.75em;
  }

  .hb-sp-fz-32 {
    font-size: 2em;
  }

  .hb-sp-fz-36 {
    font-size: 2.25em;
  }

  .hb-sp-fz-40 {
    font-size: 2.5em;
  }

  .hb-sp-fz-44 {
    font-size: 2.75em;
  }

  .hb-sp-fz-48 {
    font-size: 3em;
  }

  .hb-sp-fz-42 {
    font-size: 3.25em;
  }

  .hb-sp-fz-56 {
    font-size: 3.5em;
  }

  .hb-sp-fz-60 {
    font-size: 3.75em;
  }

  .hb-sp-fz-64 {
    font-size: 4em;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.hb-fs-normal {
  font-style: normal;
}

.hb-fs-italic {
  font-style: italic;
}

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.hb-fw-normal {
  font-weight: 500;
}

.hb-fw-bold {
  font-weight: 700;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.hb-ls-0 {
  letter-spacing: 0;
}

.hb-ls-1 {
  letter-spacing: 0.1em;
}

.hb-ls-2 {
  letter-spacing: 0.2em;
}

.hb-ls-3 {
  letter-spacing: 0.3em;
}

.hb-ls-4 {
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-ls-0 {
    letter-spacing: 0;
  }

  .hb-sp-ls-1 {
    letter-spacing: 0.1em;
  }

  .hb-sp-ls-2 {
    letter-spacing: 0.2em;
  }

  .hb-sp-ls-3 {
    letter-spacing: 0.3em;
  }

  .hb-sp-ls-4 {
    letter-spacing: 0.4em;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  br.hb-pc-br {
    display: inline;
  }

  br.hb-sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.hb-pc-br {
    display: none;
  }

  br.hb-sp-br {
    display: inline;
  }
}
@media print {
  br.hb-sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.hb-lh-10 {
  line-height: 1;
}

.hb-lh-12 {
  line-height: 1.2;
}

.hb-lh-14 {
  line-height: 1.4;
}

.hb-lh-16 {
  line-height: 1.6;
}

.hb-lh-18 {
  line-height: 1.8;
}

.hb-lh-20 {
  line-height: 2;
}

.hb-lh-22 {
  line-height: 2.2;
}

.hb-lh-24 {
  line-height: 2.4;
}

.hb-lh-26 {
  line-height: 2.6;
}

.hb-lh-28 {
  line-height: 2.8;
}

.hb-lh-30 {
  line-height: 3;
}

.hb-lh-32 {
  line-height: 3.2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .hb-sp-lh-10 {
    line-height: 1;
  }

  .hb-sp-lh-12 {
    line-height: 1.2;
  }

  .hb-sp-lh-14 {
    line-height: 1.4;
  }

  .hb-sp-lh-16 {
    line-height: 1.6;
  }

  .hb-sp-lh-18 {
    line-height: 1.8;
  }

  .hb-sp-lh-20 {
    line-height: 2;
  }

  .hb-sp-lh-22 {
    line-height: 2.2;
  }

  .hb-sp-lh-24 {
    line-height: 2.4;
  }

  .hb-sp-lh-26 {
    line-height: 2.6;
  }

  .hb-sp-lh-28 {
    line-height: 2.8;
  }

  .hb-sp-lh-30 {
    line-height: 3;
  }

  .hb-sp-lh-32 {
    line-height: 3.2;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.hb-ta-left {
  text-align: left;
}

.hb-ta-center {
  text-align: center;
}

.hb-ta-right {
  text-align: right;
}

@media screen and (max-width: 40em) {
  .hb-sp-ta-left {
    text-align: left;
  }

  .hb-sp-ta-center {
    text-align: center;
  }

  .hb-sp-ta-right {
    text-align: right;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.sp-td-none {
  text-decoration: none;
}

.sp-td-underline {
  text-decoration: underline;
}

.sp-td-overline {
  text-decoration: overline;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
.hb-ws-normal {
  white-space: normal;
}

.hb-ws-nowrap {
  white-space: nowrap;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
.hb-wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/*# sourceMappingURL=style.css.map */