/*--------------------------------------------------------------*/
/* 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;
}

/* ---------------------------------------------------------------- */
/* initialize styles */
/* ---------------------------------------------------------------- */
*,
*: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: heisei-maru-gothic-std, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #524845;
}

@media screen and (max-width: 60em) {
  body {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  body {
    font-size: 4vw;
  }
}
@media print {
  html,
  body {
    width: 1024px;
    -webkit-print-color-adjust: exact;
  }
}
img,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

hr {
  border: 0;
  border-top: 1px solid #978b87;
  margin: 3rem 0;
}

a {
  color: #978b87;
}

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

ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 90%;
}

.button,
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;
}

table {
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  text-align: left;
}

b,
strong {
  font-weight: 800;
}

em {
  font-style: normal;
  color: #f18d00;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

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

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

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

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

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

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

/* ---------------------------------------------------------------- */
/* base styles */
/* ---------------------------------------------------------------- */
/* page-main */
.page-main {
  position: relative;
}

/* page-header */
.page-header {
  text-align: center;
}

/* block-section */
.block-section {
  margin-top: 3em;
}

/* page-footer */
.page-footer {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  margin-bottom: 8em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .page-footer {
    width: calc(100% - 2em);
  }
}

/* content-wrapper */
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 2em);
  }
}
.content-wrapper .navi-block {
  position: relative;
  width: 25%;
  padding-top: 6em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .content-wrapper .navi-block {
    width: 100%;
    padding-top: 0;
  }
}
.content-wrapper .content-block {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .content-wrapper .content-block {
    width: 100%;
  }
}

/* page-navi */
.page-navi {
  padding-top: 4em;
  padding-right: 1em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .page-navi {
    padding-top: 0;
    padding-left: 0;
  }
}
.page-navi .navi-item {
  margin-bottom: 1em;
  line-height: 1.6;
}
.page-navi .navi-item a {
  display: inline-block;
  padding-left: 2em;
  background-image: url(../images/ico_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: 1em;
  text-decoration: none;
  color: #524845;
  white-space: nowrap;
}

/* page-navi: hover */
.isnt-touch .page-navi .navi-item a:focus,
.isnt-touch .page-navi .navi-item a:hover {
  color: #f18d00;
}

@media screen and (max-width: 46em) and (orientation: portrait) {
  .navi-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 4em 2.5em 0;
    background-color: #524845;
    -webkit-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  .navi-wrapper.open {
    left: 0;
  }
  .navi-wrapper .page-navi {
    position: absolute;
  }
  .navi-wrapper .page-navi a {
    font-size: 1.125em;
    color: #fff;
  }
}
.navi-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  width: 90%;
  height: 0;
  max-width: 80em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .navi-wrapper.fixed {
    left: 100%;
    width: 100%;
    height: 100%;
    max-width: inherit;
    -webkit-transform: none;
            transform: none;
  }
  .navi-wrapper.fixed.open {
    left: 0;
  }
}
.navi-wrapper.fixed .page-navi {
  width: 25%;
}

/* page-navi: unique */
.page-navi .navi-item.about br {
  display: none;
}
@media screen and (max-width: 70em) {
  .page-navi .navi-item.about br {
    display: inline;
  }
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .page-navi .navi-item.about br {
    display: none;
  }
}
.page-navi .navi-item.policy-02 br {
  display: none;
}
@media screen and (max-width: 82em) {
  .page-navi .navi-item.policy-02 br {
    display: inline;
  }
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .page-navi .navi-item.policy-02 br {
    display: none;
  }
}
.page-navi .navi-item.instagram {
  margin-top: 3em;
}
.page-navi .navi-item.instagram a {
  background-image: url(../images/ico_instagram_01.svg);
}

/* toggle-button */
.toggle-button {
  display: none;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .toggle-button {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 4em;
    height: 4em;
    background-color: #524845;
  }
  .toggle-button .line {
    display: block;
    position: absolute;
    top: 50%;
    left: 33.333%;
    width: 33.333%;
    height: 2px;
    background-color: #f18d00;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .toggle-button .line:nth-of-type(1) {
    -webkit-transform: translateY(-0.4em);
            transform: translateY(-0.4em);
  }
  .toggle-button .line:nth-of-type(3) {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
  }
  .toggle-button.close .line:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .toggle-button.close .line:nth-of-type(2) {
    opacity: 0;
  }
  .toggle-button.close .line:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* ---------------------------------------------------------------- */
/* container style */
/* ---------------------------------------------------------------- */
/* visual-container */
.visual-container {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.visual-container .visual-image {
  width: 100%;
  min-height: 66.666vw;
  overflow: hidden;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .visual-container .visual-image {
    min-height: 100vw;
  }
}
.visual-container .visual-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .visual-container .visual-image img {
    width: 150%;
  }
}
.visual-container .title {
  position: absolute;
  top: 5%;
  left: 4%;
  max-width: 15em;
}
.visual-container .base {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90%;
  max-width: 80em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .visual-container .base {
    width: calc(100% - 2em);
  }
}
.visual-container .base img {
  width: 75%;
  margin-left: 25%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .visual-container .base img {
    width: 100%;
    margin-left: 0;
  }
}

/* event-container */
.event-container {
  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;
  margin-bottom: 1.5em;
  border-top: 1px solid #978b87;
  border-left: 1px solid #978b87;
}
.event-container .event-item {
  position: relative;
  width: 33.333%;
  padding: 3.2em 0.4em 2.8em;
  border-right: 1px solid #978b87;
  border-bottom: 1px solid #978b87;
  background-color: #f8f7f7;
  text-align: center;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .event-container .event-item {
    width: 50%;
  }
}
.event-container .month {
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1em;
  min-width: 4em;
  padding: 0.6em 0.25em 0.4em;
  border-radius: 2em;
  background-color: #f18d00;
  text-align: center;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
}
.event-container .event {
  font-weight: 700;
  font-size: 1.125em;
}

/* price-container */
.price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-container .price-item {
  width: 16em;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 2px solid #978b87;
  text-align: center;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .price-container .price-item {
    margin-top: 1em;
    margin-right: 0;
  }
}
.price-container .price-item:last-of-type {
  margin-right: 0;
}
.price-container .price-item .title {
  padding: 0.5em 0;
  background-color: #978b87;
  font-weight: 700;
  color: #fff;
}
.price-container .price-item .price {
  padding: 0.5em 0;
  background-color: #f8f7f7;
  font-weight: 700;
  font-size: 1.5em;
}
.price-container .price-item .price .unit {
  font-size: 50%;
}

/* process-container */
.process-container {
  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;
  counter-reset: number;
}
.process-container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(33.333% - 0.75em);
  margin-top: 1em;
  padding: 2.2em 0.5em 1.8em;
  background-color: #f8f7f7;
  text-align: center;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .process-container__item {
    width: 100%;
  }
}
.process-container__item::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  padding: 0.6em 0 0.4em;
  border-radius: 50%;
  background-color: #f18d00;
  text-indent: 0;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  line-height: 1;
  color: #fff;
}
/* important-container */
.important-container {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: #524845;
  text-align: center;
}
.important-container .button {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* elements styles */
/* ---------------------------------------------------------------- */
/* typography */
.read {
  text-align: justify;
  hanging-punctuation: allow-end;
  line-height: 2;
}

.large {
  font-size: 200%;
}

.notice {
  text-align: justify;
  hanging-punctuation: allow-end;
  font-size: 0.875em;
  padding-left: 1em;
  text-indent: -1em;
}

span.notice {
  display: inline-block;
}

.attention {
  color: #f18d00;
}

.copyright {
  margin-left: 25%;
  font-size: 0.75em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .copyright {
    margin-left: 0;
  }
}

*::-moz-selection {
  background-color: #dcd8d7;
}

*::selection {
  background-color: #dcd8d7;
}

/* button */
.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.6em 1.5em 0.4em;
  border-radius: 10em;
  background-color: #f18d00;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
.button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f18d00;
  border-radius: 10em;
  opacity: 0;
}

/* button: hover */
.isnt-touch .button:focus, .isnt-touch .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  color: #f18d00;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  opacity: 1;
}

/* icon */
.icon {
  display: inline-block;
}
.icon::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon::before {
  content: "";
  margin-right: 0.5em;
}

/* icon: image */
.icon.arrow::before {
  background-image: url(../images/common/ico_arrow_01.svg);
}
.icon.direction::before {
  background-image: url(../images/common/ico_direction_01.svg);
}
.icon.new-window::before {
  background-image: url(../images/common/ico_new-window_01.svg);
}
.icon.download::before {
  background-image: url(../images/common/ico_download_01.svg);
}

/* icon in button */
.button .icon.arrow::before {
  background-image: url(../images/common/ico_arrow_02.svg);
}
.button .icon.direction::before {
  background-image: url(../images/common/ico_direction_02.svg);
}
.button .icon.new-window::before {
  background-image: url(../images/common/ico_new-window_02.svg);
}
.button .icon.download::before {
  background-image: url(../images/common/ico_download_02.svg);
}

/* icon in button: hover */
.isnt-touch .button .icon {
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.isnt-touch .button:focus .icon.arrow::before, .isnt-touch .button:hover .icon.arrow::before {
  background-image: url(../images/common/ico_arrow_01.svg);
}
.isnt-touch .button:focus .icon.direction::before, .isnt-touch .button:hover .icon.direction::before {
  background-image: url(../images/common/ico_direction_01.svg);
}
.isnt-touch .button:focus .icon.new-window::before, .isnt-touch .button:hover .icon.new-window::before {
  background-image: url(../images/common/ico_new-window_01.svg);
}
.isnt-touch .button:focus .icon.download::before, .isnt-touch .button:hover .icon.download::before {
  background-image: url(../images/common/ico_download_01.svg);
}

/* page-title */
.page-title {
  font-size: 1em;
}
.page-title .logo {
  margin-top: -4em;
  max-width: 12.5em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .page-title .logo {
    max-width: 8em;
    margin-top: -2em;
  }
}

/* section-title */
.section-title {
  margin-bottom: 1.5em;
  font-weight: 800;
  font-size: 1.5em;
}

/* block-title */
.block-title {
  margin-bottom: 1.5em;
  font-weight: 800;
  font-size: 1.25em;
}

.heading-title {
  position: relative;
  padding-left: 1.5em;
  font-weight: 800;
  line-height: 1.5;
}
.heading-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1em;
  height: 1em;
}

h2.heading-title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}
h2.heading-title::before {
  background-image: url(../images/ico_square_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

h3.heading-title {
  margin-bottom: 1em;
  font-size: 1.25em;
}
h3.heading-title::before {
  border-radius: 0.25em;
  background-color: #f18d00;
}

h4.heading-title {
  margin-bottom: 1em;
  font-size: 1.125em;
}
h4.heading-title::before {
  border-radius: 50%;
  background-color: #f18d00;
}

/* list: ol */
ol.list {
  padding-left: 1.5em;
  counter-reset: number;
}
ol.list li {
  text-indent: -1.5em;
}
ol.list li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #f18d00;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.5em;
  line-height: 2;
  color: #fff;
  -webkit-transform: translateY(-0.333em);
          transform: translateY(-0.333em);
}

/* list: ul */
ul.list {
  padding-left: 1em;
}
ul.list li {
  text-indent: -1em;
}
ul.list li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #f18d00;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* qr-codecon */
.qr-code {
  width: 12em;
  margin: 5em 0 6.5em;
}
@media screen and (max-width: 46em) and (orientation: portrait) {
  .qr-code {
    margin: 5em auto 6.5em;
  }
}

/* primary-table */
.primary-table {
  width: 100%;
  white-space: nowrap;
  table-layout: fixed;
}
.primary-table th, .primary-table td {
  padding: 0.5em;
  border: 1px solid #524845;
  text-align: center;
}
.primary-table thead th {
  background-color: #978b87;
  color: #fff;
}
.primary-table tbody th {
  background-color: #dcd8d7;
}
.primary-table tbody td {
  background-color: #f8f7f7;
}

/* divider */
.divider {
  width: 100%;
  height: 0.25em;
  margin: 4em 0;
  border-top: 0;
  background-image: url(../images/dot_divider_01.svg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 0.5em;
}

/* legacy-alert */
.legacy-alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 1em 0;
  background-color: #eb6854;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.6;
  color: white;
}

/* ---------------------------------------------------------------- */
/* layout styles */
/* ---------------------------------------------------------------- */
/* wrapper */
.w-80 {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}

.w-70 {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
}

.w-60 {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}

.w-50 {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}

.w-40 {
  width: 90%;
  max-width: 40em;
  margin: 0 auto;
}

.w-30 {
  width: 90%;
  max-width: 30em;
  margin: 0 auto;
}

.w-20 {
  width: 90%;
  max-width: 20em;
  margin: 0 auto;
}

/* padding */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-5 {
  padding: 5em;
}

.p-6 {
  padding: 6em;
}

.p-7 {
  padding: 7em;
}

.p-8 {
  padding: 8em;
}

.p-9 {
  padding: 9em;
}

.p-10 {
  padding: 10em;
}

/* padding: top */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pt-6 {
  padding-top: 6em;
}

.pt-7 {
  padding-top: 7em;
}

.pt-8 {
  padding-top: 8em;
}

.pt-9 {
  padding-top: 9em;
}

.pt-10 {
  padding-top: 10em;
}

/* padding: right */
.pr-0 {
  padding-right: 0em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.pr-4 {
  padding-right: 4em;
}

.pr-5 {
  padding-right: 5em;
}

.pr-6 {
  padding-right: 6em;
}

.pr-7 {
  padding-right: 7em;
}

.pr-8 {
  padding-right: 8em;
}

.pr-9 {
  padding-right: 9em;
}

.pr-10 {
  padding-right: 10em;
}

/* padding: bottom */
.pb-0 {
  padding-bottom: 0em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-6 {
  padding-bottom: 6em;
}

.pb-7 {
  padding-bottom: 7em;
}

.pb-8 {
  padding-bottom: 8em;
}

.pb-9 {
  padding-bottom: 9em;
}

.pb-10 {
  padding-bottom: 10em;
}

/* padding: left */
.pl-0 {
  padding-left: 0em;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pl-4 {
  padding-left: 4em;
}

.pl-5 {
  padding-left: 5em;
}

.pl-6 {
  padding-left: 6em;
}

.pl-7 {
  padding-left: 7em;
}

.pl-8 {
  padding-left: 8em;
}

.pl-9 {
  padding-left: 9em;
}

.pl-10 {
  padding-left: 10em;
}

/* margin: auto */
.m-auto {
  margin: auto;
}

/* margin: top */
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

/* margin: right */
.mr-0 {
  margin-right: 0em;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mr-4 {
  margin-right: 4em;
}

.mr-5 {
  margin-right: 5em;
}

.mr-6 {
  margin-right: 6em;
}

.mr-7 {
  margin-right: 7em;
}

.mr-8 {
  margin-right: 8em;
}

.mr-9 {
  margin-right: 9em;
}

.mr-10 {
  margin-right: 10em;
}

/* margin: bottom */
.mb-0 {
  margin-bottom: 0em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

.mb-9 {
  margin-bottom: 9em;
}

.mb-10 {
  margin-bottom: 10em;
}

/* margin: left */
.ml-0 {
  margin-left: 0em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.ml-5 {
  margin-left: 5em;
}

.ml-6 {
  margin-left: 6em;
}

.ml-7 {
  margin-left: 7em;
}

.ml-8 {
  margin-left: 8em;
}

.ml-9 {
  margin-left: 9em;
}

.ml-10 {
  margin-left: 10em;
}

/* ---------------------------------------------------------------- */
/* typography styles */
/* ---------------------------------------------------------------- */
/* typography: font-family */
.ff-sans-serif {
  font-family: heisei-maru-gothic-std, sans-serif;
}

/* typography: font-size */
.fz-small {
  font-size: 80%;
}

.fz-big {
  font-size: 120%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* typography: font-style */
.fs-normal {
  font-style: normal;
}

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

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

.fw-bold {
  font-weight: 800;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-800 {
  font-weight: 800;
}

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

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

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

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

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

/* line-brake */
br.pc-br {
  display: inline;
}

br.sp-br {
  display: none;
}

@media screen and (max-width: 46em) and (orientation: portrait) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
/* typography: line-height */
.lh-10 {
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

/* typography: text-align */
.ta-left {
  text-align: left;
}

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

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

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
}
/* typography: decoration */
.td-none {
  text-decoration: none;
}

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

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

/* typography: white-space */
.ws-normal {
  display: inline-block;
  white-space: normal;
}

.ws-nowrap {
  display: inline-block;
  white-space: nowrap;
}

/* typography: white-space */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}