@charset "UTF-8";
/*!
 * Theme Name: Tokyo Aloe
 * Theme URI: http://underscores.me/
 * Author: INNOCENT Inc.
 * Author URI: http://innocent.design
 * Description: Tokyo Aloe Wordpress Theme
 * 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: tokyoaloe
 * Tags:
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned.
 *
 * Tokyo Aloe 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/
 * */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Jost:wght@300&display=swap");
@font-face {
  font-family: "Antro Vectra";
  src: url("./fonts/Antro_Vectra.woff2") format("woff2"), url("./fonts/Antro_Vectra.woff") format("woff");
  font-style: normal;
  letter-spacing: 0 !important;
}
/* ========================================================================== */
/* 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 */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  font-weight: 300;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #727171;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 3vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  color: #727171;
}

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

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

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

/* initialize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1em;
}

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

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

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

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

/* initialize: table */
/* -------------------------------------------------------------------------- */
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 400;
}

/* initialize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 500;
}

em {
  font-style: normal;
  font-weight: 400;
  color: #96cc8b;
}

small {
  display: inline-block;
}

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: 2em;
  line-height: 1.4;
}

h2 {
  font-size: 1.75em;
  line-height: 1.45;
}

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

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

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

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

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: box */
/* -------------------------------------------------------------------------- */
.box {
  position: relative;
  margin-bottom: 1.5em;
  padding: 3em;
  border-radius: 1.5em;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .box {
    padding: 1.5em;
  }
}
.box--sec {
  background-color: #50bfcf;
}
.box--ter {
  background-color: #96cc8b;
}
.box--border {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.note-box {
  position: relative;
  margin-bottom: 1.5em;
  padding: 5em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .note-box {
    padding: 3em;
  }
}
.note-box::before, .note-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.note-box::before {
  border-width: 0 0 3em 3em;
  border-color: transparent transparent #ffffff transparent;
}
.note-box::after {
  border-width: 3em 3em 0 0;
  border-color: #e0e0e0 transparent transparent transparent;
}
.note-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0deg, #e0e0e0 1px, transparent 1px);
  background-size: 4px 100%, 100% 3em;
  line-height: 3em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .note-box__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.5em;
  }
}
.note-box__title {
  padding-bottom: 1em;
  border-bottom: 1px solid #727171;
}
.note-box__read {
  width: 36em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .note-box__read {
    width: 100%;
  }
}
.note-box__read:last-of-type {
  margin-bottom: 0;
}
.note-box__image {
  width: 16em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .note-box__image {
    width: 20em;
    margin: 2em auto 0;
  }
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1.5em 5em 1.5em 3em;
  border: 0;
  border-radius: 5em;
  background-image: none;
  background-color: #50bfcf;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}
.button--green {
  background-color: #d0e8cb;
}
.button--brown {
  background-color: #ece7da;
}
.button--blue {
  background-color: #cbe2e8;
}
.button--pink {
  background-color: #e8cad0;
}
.button--gray {
  background-color: #a3a3a3;
}

a.button,
button.button {
  text-decoration: none;
}
a.button::before,
button.button::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.75em);
  right: 2em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
a.button::before,
button.button::before {
  background-image: url(./images/icon/ico_arrow_ini_01.svg);
}
a.button[target=_blank]::before,
button.button[target=_blank]::before {
  background-image: url(./images/icon/ico_newtab_ini_01.svg);
}
a.button[data-fancybox]::before,
button.button[data-fancybox]::before {
  background-image: url(./images/icon/ico_modal_ini_01.svg);
}
a.button[href^="mailto:"]::before,
button.button[href^="mailto:"]::before {
  background-image: url(./images/icon/ico_email_ini_01.svg);
}
a.button[href^="tel:"]::before,
button.button[href^="tel:"]::before {
  background-image: url(./images/icon/ico_phone_ini_01.svg);
}
a.button[href$=".pdf"]::before, a.button[href$=".xlsx"]::before, a.button[href$=".xls"]::before, a.button[href$=".docx"]::before, a.button[href$=".doc"]::before, a.button[href$=".pptx"]::before, a.button[href$=".ppt"]::before, a.button[href$=".txt"]::before,
button.button[href$=".pdf"]::before,
button.button[href$=".xlsx"]::before,
button.button[href$=".xls"]::before,
button.button[href$=".docx"]::before,
button.button[href$=".doc"]::before,
button.button[href$=".pptx"]::before,
button.button[href$=".ppt"]::before,
button.button[href$=".txt"]::before {
  background-image: url(./images/icon/ico_file_ini_01.svg);
}
a.button[href*="tokyoaloe-online.jp"]::before,
button.button[href*="tokyoaloe-online.jp"]::before {
  background-image: url(./images/icon/ico_ec_ini_01.svg);
}
a.button--amazon, a.button--cosme, a.button--rakuten,
button.button--amazon,
button.button--cosme,
button.button--rakuten {
  color: #727171;
}
a.button--amazon::before, a.button--cosme::before, a.button--rakuten::before,
button.button--amazon::before,
button.button--cosme::before,
button.button--rakuten::before {
  background-color: #ffffff;
  top: calc(50% - 1.25em);
  right: 1.25em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-size: 1em;
}
a.button--amazon,
button.button--amazon {
  background-color: #ece7da;
}
a.button--amazon::before,
button.button--amazon::before {
  background-image: url(./images/icon/ico_amazon_01.svg) !important;
}
a.button--cosme,
button.button--cosme {
  background-color: #d0e8cb;
}
a.button--cosme::before,
button.button--cosme::before {
  background-image: url(./images/icon/ico_cosme_01.svg) !important;
}
a.button--rakuten,
button.button--rakuten {
  background-color: #cbe2e8;
}
a.button--rakuten::before,
button.button--rakuten::before {
  background-image: url(./images/icon/ico_rakuten_01.svg) !important;
}
a.button--green, a.button--brown, a.button--blue,
button.button--green,
button.button--brown,
button.button--blue {
  color: #727171;
}
a.button--green::before, a.button--brown::before, a.button--blue::before,
button.button--green::before,
button.button--brown::before,
button.button--blue::before {
  background-image: url(./images/icon/ico_arrow_pri_01.svg);
}
a.button--green[target=_blank]::before, a.button--brown[target=_blank]::before, a.button--blue[target=_blank]::before,
button.button--green[target=_blank]::before,
button.button--brown[target=_blank]::before,
button.button--blue[target=_blank]::before {
  background-image: url(./images/icon/ico_newtab_pri_01.svg);
}
a.button--green[data-fancybox]::before, a.button--brown[data-fancybox]::before, a.button--blue[data-fancybox]::before,
button.button--green[data-fancybox]::before,
button.button--brown[data-fancybox]::before,
button.button--blue[data-fancybox]::before {
  background-image: url(./images/icon/ico_modal_pri_01.svg);
}
a.button--green[href^="mailto:"]::before, a.button--brown[href^="mailto:"]::before, a.button--blue[href^="mailto:"]::before,
button.button--green[href^="mailto:"]::before,
button.button--brown[href^="mailto:"]::before,
button.button--blue[href^="mailto:"]::before {
  background-image: url(./images/icon/ico_email_pri_01.svg);
}
a.button--green[href^="tel:"]::before, a.button--brown[href^="tel:"]::before, a.button--blue[href^="tel:"]::before,
button.button--green[href^="tel:"]::before,
button.button--brown[href^="tel:"]::before,
button.button--blue[href^="tel:"]::before {
  background-image: url(./images/icon/ico_phone_pri_01.svg);
}
a.button--green[href$=".pdf"]::before, a.button--green[href$=".xlsx"]::before, a.button--green[href$=".xls"]::before, a.button--green[href$=".docx"]::before, a.button--green[href$=".doc"]::before, a.button--green[href$=".pptx"]::before, a.button--green[href$=".ppt"]::before, a.button--green[href$=".txt"]::before, a.button--brown[href$=".pdf"]::before, a.button--brown[href$=".xlsx"]::before, a.button--brown[href$=".xls"]::before, a.button--brown[href$=".docx"]::before, a.button--brown[href$=".doc"]::before, a.button--brown[href$=".pptx"]::before, a.button--brown[href$=".ppt"]::before, a.button--brown[href$=".txt"]::before, a.button--blue[href$=".pdf"]::before, a.button--blue[href$=".xlsx"]::before, a.button--blue[href$=".xls"]::before, a.button--blue[href$=".docx"]::before, a.button--blue[href$=".doc"]::before, a.button--blue[href$=".pptx"]::before, a.button--blue[href$=".ppt"]::before, a.button--blue[href$=".txt"]::before,
button.button--green[href$=".pdf"]::before,
button.button--green[href$=".xlsx"]::before,
button.button--green[href$=".xls"]::before,
button.button--green[href$=".docx"]::before,
button.button--green[href$=".doc"]::before,
button.button--green[href$=".pptx"]::before,
button.button--green[href$=".ppt"]::before,
button.button--green[href$=".txt"]::before,
button.button--brown[href$=".pdf"]::before,
button.button--brown[href$=".xlsx"]::before,
button.button--brown[href$=".xls"]::before,
button.button--brown[href$=".docx"]::before,
button.button--brown[href$=".doc"]::before,
button.button--brown[href$=".pptx"]::before,
button.button--brown[href$=".ppt"]::before,
button.button--brown[href$=".txt"]::before,
button.button--blue[href$=".pdf"]::before,
button.button--blue[href$=".xlsx"]::before,
button.button--blue[href$=".xls"]::before,
button.button--blue[href$=".docx"]::before,
button.button--blue[href$=".doc"]::before,
button.button--blue[href$=".pptx"]::before,
button.button--blue[href$=".ppt"]::before,
button.button--blue[href$=".txt"]::before {
  background-image: url(./images/icon/ico_file_pri_01.svg);
}

.isnt-touch a.button,
.isnt-touch button.button {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.isnt-touch a.button:focus, .isnt-touch a.button:hover,
.isnt-touch button.button:focus,
.isnt-touch button.button:hover {
  cursor: pointer;
  background-color: #50bfcf;
  color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.isnt-touch a.button:focus::before, .isnt-touch a.button:hover::before,
.isnt-touch button.button:focus::before,
.isnt-touch button.button:hover::before {
  background-image: url(./images/icon/ico_arrow_ini_01.svg);
}
.isnt-touch a.button:focus[target=_blank]::before, .isnt-touch a.button:hover[target=_blank]::before,
.isnt-touch button.button:focus[target=_blank]::before,
.isnt-touch button.button:hover[target=_blank]::before {
  background-image: url(./images/icon/ico_newtab_ini_01.svg);
}
.isnt-touch a.button:focus[data-fancybox]::before, .isnt-touch a.button:hover[data-fancybox]::before,
.isnt-touch button.button:focus[data-fancybox]::before,
.isnt-touch button.button:hover[data-fancybox]::before {
  background-image: url(./images/icon/ico_modal_ini_01.svg);
}
.isnt-touch a.button:focus[href^="mailto:"]::before, .isnt-touch a.button:hover[href^="mailto:"]::before,
.isnt-touch button.button:focus[href^="mailto:"]::before,
.isnt-touch button.button:hover[href^="mailto:"]::before {
  background-image: url(./images/icon/ico_email_ini_01.svg);
}
.isnt-touch a.button:focus[href^="tel:"]::before, .isnt-touch a.button:hover[href^="tel:"]::before,
.isnt-touch button.button:focus[href^="tel:"]::before,
.isnt-touch button.button:hover[href^="tel:"]::before {
  background-image: url(./images/icon/ico_phone_ini_01.svg);
}
.isnt-touch a.button:focus[href$=".pdf"]::before, .isnt-touch a.button:focus[href$=".xlsx"]::before, .isnt-touch a.button:focus[href$=".xls"]::before, .isnt-touch a.button:focus[href$=".docx"]::before, .isnt-touch a.button:focus[href$=".doc"]::before, .isnt-touch a.button:focus[href$=".pptx"]::before, .isnt-touch a.button:focus[href$=".ppt"]::before, .isnt-touch a.button:focus[href$=".txt"]::before, .isnt-touch a.button:hover[href$=".pdf"]::before, .isnt-touch a.button:hover[href$=".xlsx"]::before, .isnt-touch a.button:hover[href$=".xls"]::before, .isnt-touch a.button:hover[href$=".docx"]::before, .isnt-touch a.button:hover[href$=".doc"]::before, .isnt-touch a.button:hover[href$=".pptx"]::before, .isnt-touch a.button:hover[href$=".ppt"]::before, .isnt-touch a.button:hover[href$=".txt"]::before,
.isnt-touch button.button:focus[href$=".pdf"]::before,
.isnt-touch button.button:focus[href$=".xlsx"]::before,
.isnt-touch button.button:focus[href$=".xls"]::before,
.isnt-touch button.button:focus[href$=".docx"]::before,
.isnt-touch button.button:focus[href$=".doc"]::before,
.isnt-touch button.button:focus[href$=".pptx"]::before,
.isnt-touch button.button:focus[href$=".ppt"]::before,
.isnt-touch button.button:focus[href$=".txt"]::before,
.isnt-touch button.button:hover[href$=".pdf"]::before,
.isnt-touch button.button:hover[href$=".xlsx"]::before,
.isnt-touch button.button:hover[href$=".xls"]::before,
.isnt-touch button.button:hover[href$=".docx"]::before,
.isnt-touch button.button:hover[href$=".doc"]::before,
.isnt-touch button.button:hover[href$=".pptx"]::before,
.isnt-touch button.button:hover[href$=".ppt"]::before,
.isnt-touch button.button:hover[href$=".txt"]::before {
  background-image: url(./images/icon/ico_file_ini_01.svg);
}
.isnt-touch a.button:focus[href*="tokyoaloe-online.jp"]::before, .isnt-touch a.button:hover[href*="tokyoaloe-online.jp"]::before,
.isnt-touch button.button:focus[href*="tokyoaloe-online.jp"]::before,
.isnt-touch button.button:hover[href*="tokyoaloe-online.jp"]::before {
  background-image: url(./images/icon/ico_ec_ini_01.svg);
}
.isnt-touch a.button:focus--amazon::before, .isnt-touch a.button:hover--amazon::before,
.isnt-touch button.button:focus--amazon::before,
.isnt-touch button.button:hover--amazon::before {
  background-image: url(./images/icon/ico_amazon_01.svg);
}
.isnt-touch a.button:focus--cosme::before, .isnt-touch a.button:hover--cosme::before,
.isnt-touch button.button:focus--cosme::before,
.isnt-touch button.button:hover--cosme::before {
  background-image: url(./images/icon/ico_cosme_01.svg);
}
.isnt-touch a.button:focus--rakuten::before, .isnt-touch a.button:hover--rakuten::before,
.isnt-touch button.button:focus--rakuten::before,
.isnt-touch button.button:hover--rakuten::before {
  background-image: url(./images/icon/ico_rakuten_01.svg);
}
.isnt-touch a.button[disabled]:focus, .isnt-touch a.button[disabled]:hover,
.isnt-touch button.button[disabled]:focus,
.isnt-touch button.button[disabled]:hover {
  cursor: not-allowed;
  background-color: #e0e0e0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

.color-pri {
  color: #727171 !important;
}

.color-sec {
  color: #50bfcf !important;
}

.color-ter {
  color: #96cc8b !important;
}

.color-qua {
  color: #d0e8cb !important;
}

.color-qui {
  color: #ece7da !important;
}

.color-sen {
  color: #f9f8f4 !important;
}

.color-sep {
  color: #cbe2e8 !important;
}

.color-oct {
  color: #e8cad0 !important;
}

.color-non {
  color: #eb7199 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-ini {
  background-color: #ffffff !important;
}

.bg-pri {
  background-color: #727171 !important;
}

.bg-sec {
  background-color: #50bfcf !important;
}

.bg-ter {
  background-color: #96cc8b !important;
}

.bg-qua {
  background-color: #d0e8cb !important;
}

.bg-qui {
  background-color: #ece7da !important;
}

.bg-sen {
  background-color: #f9f8f4 !important;
}

.bg-sep {
  background-color: #cbe2e8 !important;
}

.bg-oct {
  background-color: #e8cad0 !important;
}

.bg-non {
  background-color: #eb7199 !important;
}

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

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

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

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

.bg-gray-80 {
  background-color: #ccc !important;
}

.bg-gray-72 {
  background-color: #b8b8b8 !important;
}

.bg-gray-64 {
  background-color: #a3a3a3 !important;
}

.bg-gray-56 {
  background-color: #8f8f8f !important;
}

.bg-gray-48 {
  background-color: #7a7a7a !important;
}

.bg-gray-40 {
  background-color: #666 !important;
}

.bg-gray-32 {
  background-color: #525252 !important;
}

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

.bg-gray-16 {
  background-color: #292929 !important;
}

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

/* elements: contact-button */
/* -------------------------------------------------------------------------- */
.contact-button {
  padding: 1em 3em;
  border: 1px solid #8f8f8f;
  border-radius: 0.333em;
  text-align: center;
  -webkit-transition: padding 0.2 ease-out;
  transition: padding 0.2 ease-out;
}

.isnt-touch .contact-button:focus, .isnt-touch .contact-button:hover {
  border-color: #50bfcf;
}

.is-scroll .site-menu__item--contact .contact-button {
  padding: 0.5em 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-menu__item--contact .contact-button {
    padding: 1.5em 3em;
  }
}

/* elements: ec-button */
/* -------------------------------------------------------------------------- */
.ec-button {
  display: inline-block;
}
.ec-button__svg {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Jost:wght@300&display=swap");
  width: 100%;
  height: auto;
}
.ec-button__icon {
  fill: none;
  stroke: #727171;
  stroke-miterlimit: 10;
  stroke-width: 0.75;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ec-button__dot {
  fill: #727171;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ec-button__dot__left {
  -webkit-transform: translateX(-0.2em);
          transform: translateX(-0.2em);
}
.ec-button__dot__right {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.ec-button__circle {
  fill: none;
  stroke: #727171;
  stroke-miterlimit: 10;
  stroke-width: 0.75;
  opacity: 0;
}
.ec-button__typo {
  fill: #727171;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ec-button__ja {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 8px;
}
.ec-button__en {
  font-family: "Jost";
  font-weight: 300;
  font-size: 8px;
}

.isnt-touch .ec-button:focus .ec-button__icon, .isnt-touch .ec-button:hover .ec-button__icon {
  stroke: #50bfcf;
}
.isnt-touch .ec-button:focus .ec-button__dot, .isnt-touch .ec-button:hover .ec-button__dot {
  fill: #50bfcf;
}
.isnt-touch .ec-button:focus .ec-button__typo, .isnt-touch .ec-button:hover .ec-button__typo {
  fill: #50bfcf;
}

.is-scroll .site-menu__item--ec .ec-button__dot {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-menu__item--ec .ec-button__dot {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.is-scroll .site-menu__item--ec .ec-button__typo {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-menu__item--ec .ec-button__typo {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* elements: form-control */
/* -------------------------------------------------------------------------- */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
}
.form-control::-ms-expand {
  display: none;
}

/* elements: text */
/* -------------------------------------------------------------------------- */
.form-control[type=text], .form-control[type=email], .form-control[type=password], .form-control[type=search], .form-control[type=tel], .form-control[type=url], .form-control[type=number], .form-control[type=month], .form-control[type=week] {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #f5f5f5;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  font-size: 1.25em;
}
.form-control[type=text][readonly], .form-control[type=email][readonly], .form-control[type=password][readonly], .form-control[type=search][readonly], .form-control[type=tel][readonly], .form-control[type=url][readonly], .form-control[type=number][readonly], .form-control[type=month][readonly], .form-control[type=week][readonly] {
  background-color: #ebebeb;
}
.form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=password]:focus, .form-control[type=search]:focus, .form-control[type=tel]:focus, .form-control[type=url]:focus, .form-control[type=number]:focus, .form-control[type=month]:focus, .form-control[type=week]:focus {
  border: 2px solid #96cc8b;
  background-color: #ffffff;
  outline: 0;
}
.form-control[type=text]::-webkit-input-placeholder, .form-control[type=email]::-webkit-input-placeholder, .form-control[type=password]::-webkit-input-placeholder, .form-control[type=search]::-webkit-input-placeholder, .form-control[type=tel]::-webkit-input-placeholder, .form-control[type=url]::-webkit-input-placeholder, .form-control[type=number]::-webkit-input-placeholder, .form-control[type=month]::-webkit-input-placeholder, .form-control[type=week]::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-moz-placeholder, .form-control[type=email]::-moz-placeholder, .form-control[type=password]::-moz-placeholder, .form-control[type=search]::-moz-placeholder, .form-control[type=tel]::-moz-placeholder, .form-control[type=url]::-moz-placeholder, .form-control[type=number]::-moz-placeholder, .form-control[type=month]::-moz-placeholder, .form-control[type=week]::-moz-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]:-ms-input-placeholder, .form-control[type=email]:-ms-input-placeholder, .form-control[type=password]:-ms-input-placeholder, .form-control[type=search]:-ms-input-placeholder, .form-control[type=tel]:-ms-input-placeholder, .form-control[type=url]:-ms-input-placeholder, .form-control[type=number]:-ms-input-placeholder, .form-control[type=month]:-ms-input-placeholder, .form-control[type=week]:-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-ms-input-placeholder, .form-control[type=email]::-ms-input-placeholder, .form-control[type=password]::-ms-input-placeholder, .form-control[type=search]::-ms-input-placeholder, .form-control[type=tel]::-ms-input-placeholder, .form-control[type=url]::-ms-input-placeholder, .form-control[type=number]::-ms-input-placeholder, .form-control[type=month]::-ms-input-placeholder, .form-control[type=week]::-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::placeholder, .form-control[type=email]::placeholder, .form-control[type=password]::placeholder, .form-control[type=search]::placeholder, .form-control[type=tel]::placeholder, .form-control[type=url]::placeholder, .form-control[type=number]::placeholder, .form-control[type=month]::placeholder, .form-control[type=week]::placeholder {
  color: #a3a3a3;
}

/* elements: radio */
/* -------------------------------------------------------------------------- */
.form-control[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__radio {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
}
.form-control__radio::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #ebebeb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=radio]:checked + .form-control__radio::before {
  border: 0.3125em solid #96cc8b;
  background-color: #ffffff;
}

/* elements: checkbox */
/* -------------------------------------------------------------------------- */
.form-control[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__checkbox {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.25em;
}
.form-control__checkbox::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #ebebeb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=checkbox]:checked + .form-control__checkbox::before {
  border: 1px solid #96cc8b;
  background-color: #96cc8b;
}

.form-control[type=checkbox]:checked + .form-control__checkbox::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  left: 0.3em;
  top: 0;
  bottom: 0;
  width: 0.4em;
  height: 0.6em;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  margin: auto;
}

/* elements: select */
/* -------------------------------------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
}
.form-select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.125em solid #525252;
  border-right: 0.125em solid #525252;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.form-select select.form-control {
  width: 100%;
  height: 2.4em;
  padding: 0 2em 0 1em;
  border: 2px solid #ebebeb;
  border-radius: 0.25em;
  background-color: #ebebeb;
  cursor: pointer;
  font-size: 1.25em;
}
.form-select select.form-control:focus {
  outline: 0;
  border: 2px solid #96cc8b;
  background-color: #ffffff;
}

/* elements: textarea */
/* -------------------------------------------------------------------------- */
textarea.form-control {
  display: block;
  width: 100%;
  height: 10em;
  padding: 1em;
  border: none;
  border: 2px solid #f5f5f5;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  resize: vertical;
  font-size: 1.25em;
}
textarea.form-control:focus {
  outline: 0;
  border: 2px solid #96cc8b;
  background-color: #ffffff;
}

/* elements: hover-image */
/* -------------------------------------------------------------------------- */
.isnt-touch .hover-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -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;
}
.isnt-touch .hover-image img {
  position: relative;
}
.isnt-touch .hover-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5%;
  left: 0.5%;
  width: 99%;
  height: 99%;
  -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;
}
.isnt-touch .hover-image::before {
  background-color: #50bfcf;
}
.isnt-touch .hover-image:focus, .isnt-touch .hover-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.isnt-touch .hover-image:focus::before, .isnt-touch .hover-image:hover::before {
  -webkit-transform: translate(5%, 5%);
          transform: translate(5%, 5%);
}

/* elements: rough-hr */
/* -------------------------------------------------------------------------- */
.rough-hr {
  width: 100%;
  height: 4px;
  border-top: 0;
  background-image: url(./images/common/bgi_rough-line_01.svg);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 400px;
}
.rough-hr--blue {
  background-image: url(./images/common/bgi_rough-line_02.svg);
}
.rough-hr--dot {
  background-image: url(./images/common/bgi_rough-line-dot_01.svg);
  background-position: 2px center;
}
.rough-hr--dot.rough-hr--blue {
  background-image: url(./images/common/bgi_rough-line-dot_02.svg);
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
.icon {
  position: relative;
  background-image: none !important;
}
.icon::before {
  text-decoration: none;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon::before {
  background-image: url(./images/icon/ico_arrow_pri_01.svg);
}
.icon[target=_blank]::before {
  background-image: url(./images/icon/ico_newtab_pri_01.svg);
}
.icon[href="/contact/"]::before {
  background-image: url(./images/icon/ico_email_pri_01.svg);
}
.icon[data-fancybox]::before {
  background-image: url(./images/icon/ico_modal_pri_01.svg);
}
.icon[href^="mailto:"]::before {
  background-image: url(./images/icon/ico_email_pri_01.svg);
}
.icon[href^="tel:"]::before {
  background-image: url(./images/icon/ico_phone_pri_01.svg);
}
.icon[href$=".pdf"]::before, .icon[href$=".xlsx"]::before, .icon[href$=".xls"]::before, .icon[href$=".docx"]::before, .icon[href$=".doc"]::before, .icon[href$=".pptx"]::before, .icon[href$=".ppt"]::before, .icon[href$=".txt"]::before {
  background-image: url(./images/icon/ico_file_pri_01.svg);
}
.icon[href^="https://www.instagram.com"]::before {
  background-image: url(./images/icon/ico_instagram_pri_01.svg) !important;
}
.icon[href^="https://twitter.com"]::before, .icon[href^="https://x.com"]::before {
  background-image: url(./images/icon/ico_x_pri_01.svg) !important;
}
.icon[href^="https://www.facebook.com"]::before {
  background-image: url(./images/icon/ico_facebook_pri_01.svg) !important;
}
.icon--button {
  text-decoration: none;
}
.icon--button::before {
  width: 3em;
  height: 2em;
  border: 1px solid #727171;
  border-radius: 10em;
  margin-right: 1em;
  background-size: 1em;
}

.isnt-touch a.icon:focus::before,
.isnt-touch a.icon:hover::before {
  border-color: #50bfcf;
  background-image: url(./images/icon/ico_arrow_sec_01.svg);
}
.isnt-touch a.icon:focus[target=_blank]::before,
.isnt-touch a.icon:hover[target=_blank]::before {
  background-image: url(./images/icon/ico_newtab_sec_01.svg);
}
.isnt-touch a.icon:focus[data-fancybox]::before,
.isnt-touch a.icon:hover[data-fancybox]::before {
  background-image: url(./images/icon/ico_modal_sec_01.svg);
}
.isnt-touch a.icon:focus[href^="mailto:"]::before,
.isnt-touch a.icon:hover[href^="mailto:"]::before {
  background-image: url(./images/icon/ico_email_sec_01.svg);
}
.isnt-touch a.icon:focus[href^="tel:"]::before,
.isnt-touch a.icon:hover[href^="tel:"]::before {
  background-image: url(./images/icon/ico_phone_sec_01.svg);
}
.isnt-touch a.icon:focus[href$=".pdf"]::before, .isnt-touch a.icon:focus[href$=".xlsx"]::before, .isnt-touch a.icon:focus[href$=".xls"]::before, .isnt-touch a.icon:focus[href$=".docx"]::before, .isnt-touch a.icon:focus[href$=".doc"]::before, .isnt-touch a.icon:focus[href$=".pptx"]::before, .isnt-touch a.icon:focus[href$=".ppt"]::before, .isnt-touch a.icon:focus[href$=".txt"]::before,
.isnt-touch a.icon:hover[href$=".pdf"]::before,
.isnt-touch a.icon:hover[href$=".xlsx"]::before,
.isnt-touch a.icon:hover[href$=".xls"]::before,
.isnt-touch a.icon:hover[href$=".docx"]::before,
.isnt-touch a.icon:hover[href$=".doc"]::before,
.isnt-touch a.icon:hover[href$=".pptx"]::before,
.isnt-touch a.icon:hover[href$=".ppt"]::before,
.isnt-touch a.icon:hover[href$=".txt"]::before {
  background-image: url(./images/icon/ico_file_sec_01.svg);
}
.isnt-touch a.icon:focus[href^="https://www.instagram.com"]::before,
.isnt-touch a.icon:hover[href^="https://www.instagram.com"]::before {
  background-image: url(./images/icon/ico_instagram_hex_01.svg) !important;
}
.isnt-touch a.icon:focus[href^="https://twitter.com"]::before, .isnt-touch a.icon:focus[href^="https://x.com"]::before,
.isnt-touch a.icon:hover[href^="https://twitter.com"]::before,
.isnt-touch a.icon:hover[href^="https://x.com"]::before {
  background-image: url(./images/icon/ico_x_hex_01.svg) !important;
}
.isnt-touch a.icon:focus[href^="https://www.facebook.com"]::before,
.isnt-touch a.icon:hover[href^="https://www.facebook.com"]::before {
  background-image: url(./images/icon/ico_facebook_hex_01.svg) !important;
}

.icon--circle::before {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  border: 0.25em solid #50bfcf;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
}
.icon--bar::before {
  width: 0.125em;
  height: 1.6em;
  vertical-align: middle;
  margin-right: 0.875em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #50bfcf;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 0.333em;
  background-color: #727171;
  color: #ffffff;
}
.label--sec {
  background-color: #50bfcf;
}
.label--ter {
  background-color: #96cc8b;
}
.label--qua {
  background-color: #d0e8cb;
  color: #727171 !important;
}
.label--qui {
  background-color: #ece7da;
  color: #727171 !important;
}
.label--sen {
  background-color: #f9f8f4;
  color: #727171 !important;
}
.label--sep {
  background-color: #cbe2e8;
  color: #727171 !important;
}
.label--oct {
  background-color: #e8cad0;
  color: #727171 !important;
}
.label--non {
  background-color: #eb7199;
  color: #727171 !important;
}
.label--disable {
  background-color: #b8b8b8;
}
.label--info {
  background-color: #96cc8b;
}
.label--new-release {
  background-color: #50bfcf;
}
.label--careers {
  background-color: #90a0d8;
}
.label--campaign {
  background-color: #e49cc0;
}
.label--border {
  border: 1px solid #727171;
  background-color: transparent;
  color: #727171 !important;
}
.label--border.label--sec {
  border-color: #50bfcf;
  color: #50bfcf !important;
}
.label--border.label--ter {
  border-color: #96cc8b;
  color: #96cc8b !important;
}
.label--border.label--qua {
  border-color: #d0e8cb;
  color: #d0e8cb !important;
}
.label--border.label--qui {
  border-color: #ece7da;
  color: #ece7da !important;
}
.label--border.label--sen {
  border-color: #f9f8f4;
  color: #f9f8f4 !important;
}
.label--border.label--sep {
  border-color: #cbe2e8;
  color: #cbe2e8 !important;
}
.label--border.label--oct {
  border-color: #e8cad0;
  color: #e8cad0 !important;
}
.label--border.label--non {
  border-color: #eb7199;
  color: #eb7199 !important;
}
.label--border.label--disable {
  border-color: #b8b8b8;
  color: #b8b8b8 !important;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #50bfcf;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
ul.list > li ul li::before {
  content: "○";
}
ul.list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list--flex > li {
  margin-right: 1em;
}

ul.base-list > li {
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
}
ul.base-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0.6375em;
  width: 0.125em;
  height: 1.2em;
  background-color: #50bfcf;
}

ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 2em;
}
ol.list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  color: #50bfcf;
}
ol.list--brackets > li::before {
  content: "(" counter(number) ")";
}
ol.list--circle > li::before {
  content: counter(number);
  top: 0.25em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #50bfcf;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.25;
}

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

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: inline-block;
}
.logo__typo {
  fill: #231815;
}

.isnt-touch .logo:focus .logo__typo, .isnt-touch .logo:hover .logo__typo {
  fill: #727171;
}

/* elements: media */
/* -------------------------------------------------------------------------- */
.pc-image {
  display: inline;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pc-image {
    display: none;
  }
}

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

/* elements: slick-slider */
/* -------------------------------------------------------------------------- */
.slick-slider {
  overflow: hidden;
}

/* elements: slick-slide */
/* -------------------------------------------------------------------------- */
.slick-slide {
  line-height: 0;
}

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

.isnt-touch .slick-arrow {
  cursor: pointer;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .slick-slider:focus .slick-arrow, .isnt-touch .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.isnt-touch .slick-slider:focus .slick-arrow.slick-prev, .isnt-touch .slick-slider:hover .slick-arrow.slick-prev {
  -webkit-transform: translateX(0) scaleX(-1) scaleY(1);
          transform: translateX(0) scaleX(-1) scaleY(1);
}
.isnt-touch .slick-slider:focus .slick-arrow.slick-next, .isnt-touch .slick-slider:hover .slick-arrow.slick-next {
  -webkit-transform: translateX(0) scaleX(1) scaleY(1);
          transform: translateX(0) scaleX(1) scaleY(1);
}
.isnt-touch .slick-slider .slick-arrow.slick-prev:focus, .isnt-touch .slick-slider .slick-arrow.slick-prev:hover {
  -webkit-transform: scaleX(-1.2) scaleY(1.2);
          transform: scaleX(-1.2) scaleY(1.2);
}
.isnt-touch .slick-slider .slick-arrow.slick-next:focus, .isnt-touch .slick-slider .slick-arrow.slick-next:hover {
  -webkit-transform: scaleX(1.2) scaleY(1.2);
          transform: scaleX(1.2) scaleY(1.2);
}

/* elements: slick-dots */
/* -------------------------------------------------------------------------- */
.slick-dots {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  line-height: 0;
}
.slick-dots li {
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}
.slick-dots button {
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  outline: none;
  text-indent: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}

.isnt-touch .slick-dots button {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .slick-dots button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.isnt-touch .slick-slider button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* elements: slick-counter */
/* -------------------------------------------------------------------------- */
.slick-counter {
  position: absolute;
  top: -2.5em;
  right: 2.5em;
  width: 2em;
  height: 2em;
  font-family: "Antro Vectra", serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .slick-counter {
    top: -3.5em;
    right: calc(50% - 1em);
    font-size: 1.5em;
  }
}
.slick-counter__current, .slick-counter__total {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  text-align: center;
}
.slick-counter__current {
  top: 0;
  left: 0;
}
.slick-counter__total {
  right: 0;
  bottom: 0;
}
.slick-counter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #727171;
  -webkit-transform: rotate(45deg) scaleY(1.25);
          transform: rotate(45deg) scaleY(1.25);
}

/* elements: spacer */
/* -------------------------------------------------------------------------- */
.spacer {
  height: 2em;
}
.spacer--l2 {
  height: 4em;
}
.spacer--l3 {
  height: 6em;
}
.spacer--l4 {
  height: 8em;
}

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
  padding-right: 1em;
  padding-bottom: 0.5em;
}
.table th {
  white-space: nowrap;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.25em;
}
.table--pri th,
.table--pri td {
  padding: 1.5em;
  vertical-align: top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .table--pri th,
  .table--pri td {
    padding: 1.25em 1em;
  }
}
.table--pri th {
  border-radius: 0.5em 0 0 0.5em;
}
.table--pri td:last-of-type {
  border-radius: 0 0.5em 0.5em 0;
}
.table--pri tbody th {
  background-color: #ebebeb;
}
.table--pri tbody td {
  background-color: #fafafa;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #727171;
  color: #ffffff;
}
.table--sec th,
.table--sec td {
  padding: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.table--sec thead th,
.table--sec thead td {
  color: #a3a3a3;
}

/* elements: base-text */
/* -------------------------------------------------------------------------- */
.base-text {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 0.5em;
  line-height: 1;
}
.base-text--ini {
  background-color: #ffffff;
}
.base-text--pri {
  background-color: #727171;
  color: #ffffff;
}
.base-text--sec {
  background-color: #50bfcf;
  color: #ffffff;
}
.base-text--ter {
  background-color: #96cc8b;
}

/* elements: underline-text */
/* -------------------------------------------------------------------------- */
.underline-text {
  display: inline;
}
.underline-text--sec {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #50bfcf));
  background: linear-gradient(to bottom, transparent 80%, #50bfcf 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #96cc8b));
  background: linear-gradient(to bottom, transparent 80%, #96cc8b 10%);
}

/* elements: title */
/* -------------------------------------------------------------------------- */
.multi-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;
}
.multi-title__pri {
  font-size: 125%;
}
.multi-title__sec {
  margin-top: 1em;
  font-size: 75%;
}
.multi-title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.multi-title--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.multi-title--freehand .multi-title__pri {
  -webkit-transform: rotate(-13.6deg);
          transform: rotate(-13.6deg);
  font-family: "Antro Vectra", serif;
  font-size: 400%;
  color: #50bfcf;
}
.multi-title--freehand .multi-title__sec {
  margin-top: -0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #50bfcf;
}

.multi-title--left.multi-title--freehand .multi-title__pri {
  -webkit-transform: translateX(-0.5em) rotate(-13.6deg);
          transform: translateX(-0.5em) rotate(-13.6deg);
}
.multi-title--left.multi-title--freehand .multi-title__sec {
  margin-top: 0.25em;
}

.illust-title {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .illust-title {
    font-size: 0.75em;
  }
}
.illust-title__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 6em;
  margin-right: 0.5em;
}
.illust-title .multi-title {
  margin-bottom: 0;
  line-height: 1.2;
}
.illust-title .multi-title__pri {
  font-size: 200%;
}
.illust-title .multi-title__sec {
  letter-spacing: 0.2em;
}

.balloon-title {
  position: relative;
  background-image: url(./images/common/bgi_balloon_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.balloon-title::before {
  content: "";
  display: block;
  padding-top: 37.5%;
}
.balloon-title__text {
  position: absolute;
  top: 42.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
}

.rough-line-title__text {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0.5em 0.5em;
}
.rough-line-title__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  border-top: 0;
  background-image: url(./images/common/bgi_rough-line_02.svg);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 300px;
}

/* elements: to-top */
/* -------------------------------------------------------------------------- */
.to-top {
  display: block;
  position: fixed;
  right: 3em;
  bottom: 8em;
  width: 4em;
  height: 4em;
  border: 1px solid #727171;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(7em);
          transform: translateX(7em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .to-top {
    display: none;
  }
}
.to-top::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-image: url(./images/icon/ico_arrow_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.to-top.is-scroll {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.isnt-touch .to-top:hover {
  border-color: #50bfcf;
  color: #50bfcf;
}
.isnt-touch .to-top:hover::before {
  background-image: url(./images/icon/ico_arrow_sec_01.svg);
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  position: relative;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 8em;
  padding: 1.5em 2.5%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-property: height, padding, background-color;
  transition-property: height, padding, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    padding: 0 4em 0 1em;
  }
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.site-header a {
  display: inline-block;
  text-decoration: none;
}

.site-header.is-scroll {
  height: 4em;
  padding: 0 2.5%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-scroll {
    padding: 0 1em;
  }
}
.site-header.is-scroll::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-scroll.is-open::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* site-title */
/* -------------------------------------------------------------------------- */
.site-title {
  position: relative;
  z-index: 1;
  width: 20em;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-title {
    width: 15em;
  }
}

.site-header.is-scroll .site-title {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-scroll .site-title {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* site-navi */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 2em;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition-property: height, padding, opacity;
    transition-property: height, padding, opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-open .site-navi {
    height: 100vh;
    opacity: 1;
    padding: 8em 2em 4em;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/* site-menu */
/* -------------------------------------------------------------------------- */
.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #e0e0e0;
  }
}
.site-menu__item {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item {
    width: 100%;
    font-size: 1.125em;
    border-bottom: 1px solid #e0e0e0;
  }
}
.site-menu__item > a:not(.contact-button, .ec-button) {
  position: relative;
  padding: 0 1em;
  line-height: 5;
  -webkit-transition: line-height 0.2s ease-out;
  transition: line-height 0.2s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item > a:not(.contact-button, .ec-button) {
    display: inline-block;
    width: 100%;
    padding: 0 3em 0 0;
    line-height: 4;
  }
}
.site-menu__item--contact {
  margin-left: 4em;
  text-align: center;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item--contact {
    width: 15em;
    margin-top: 3em;
    margin-left: 0;
    border-bottom: 0;
    font-size: 1em;
  }
  .site-menu__item--contact .contact-button {
    width: 100%;
    padding: 1.5em 3em;
  }
}
.site-menu__item--ec {
  margin-left: 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item--ec {
    width: 6em;
    margin-top: 3em;
    margin-left: 1.5em;
    padding-right: 0;
    border-bottom: 0;
  }
}
.site-menu__item--ec .ec-button {
  width: 5em;
  height: 5em;
  padding: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item--ec .ec-button {
    width: 6em;
    height: 6em;
  }
}

.isnt-touch .site-header.is-scroll .site-menu__item--ec .ec-button:focus .ec-button__typo, .isnt-touch .site-header.is-scroll .site-menu__item--ec .ec-button:hover .ec-button__typo {
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch .site-header.is-scroll .site-menu__item--ec .ec-button:focus .ec-button__typo, .isnt-touch .site-header.is-scroll .site-menu__item--ec .ec-button:hover .ec-button__typo {
    opacity: 1;
  }
}

.site-header.is-scroll .site-menu__item > a:not(.contact-button, .ec-button) {
  line-height: 4;
}

/* site-menu: current */
/* -------------------------------------------------------------------------- */
.story-content .site-menu__item--story > a {
  color: #50bfcf;
}
.story-content.customer-content .site-menu__child__item--customer > a {
  color: #50bfcf;
}
.story-content.grower-content .site-menu__child__item--grower > a {
  color: #50bfcf;
}
.story-content.history-content .site-menu__child__item--history > a {
  color: #50bfcf;
}

.products-content .site-menu__item--products > a {
  color: #50bfcf;
}
.products-content.alojin-content .site-menu__child__item--alojin > a {
  color: #50bfcf;
}
.products-content.alovivi-content .site-menu__child__item--alovivi > a {
  color: #50bfcf;
}
.products-content.the-aloe-content .site-menu__child__item--the-aloe > a {
  color: #50bfcf;
}
.products-content.healthy-foods-content .site-menu__child__item--healthy-foods > a {
  color: #50bfcf;
}

.company-content .site-menu__item--company > a {
  color: #50bfcf;
}

.careers-content .site-menu__item--careers > a {
  color: #50bfcf;
}

.news-content .site-menu__item--news > a {
  color: #50bfcf;
}

/* site-menu__child */
/* -------------------------------------------------------------------------- */
.site-menu__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__child {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.site-menu__child__item {
  min-width: 16em;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__child__item:last-of-type {
    margin-bottom: 1em;
  }
}
.site-menu__child__item > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__child__item > a {
    padding: 1em;
  }
}

.isnt-touch .site-menu__child__item > a:focus, .isnt-touch .site-menu__child__item > a:hover {
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch .site-menu__child__item > a:focus, .isnt-touch .site-menu__child__item > a:hover {
    background-color: transparent;
  }
}

/* site-menu__child: toggle */
/* -------------------------------------------------------------------------- */
.site-menu__item .site-menu__child {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition-property: max-height opacity, -webkit-transform;
  transition-property: max-height opacity, -webkit-transform;
  transition-property: max-height opacity, transform;
  transition-property: max-height opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item .site-menu__child {
    -webkit-transform: none;
            transform: none;
  }
}

.isnt-touch .site-menu__item:focus .site-menu__child, .isnt-touch .site-menu__item:hover .site-menu__child {
  max-height: 20em;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-menu__item .site-menu__child {
    opacity: 1;
  }
  .site-menu__item.is-open .site-menu__child {
    max-height: 10em;
  }
}
/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  position: absolute;
  display: none;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button--pri {
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
}
.toggle-button--pri .toggle-button__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  height: 1px;
  background-color: #727171;
}
.toggle-button--sec {
  top: 0;
  right: 0;
  width: 3em;
  height: 4em;
}
.toggle-button--sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 1em;
  height: 1em;
  background-image: url(./images/icon/ico_direction_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.toggle-button--sec.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-button--sec.is-close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.isnt-touch .site-menu__item:focus .toggle-button--sec::before, .isnt-touch .site-menu__item:hover .toggle-button--sec::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
}
@keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
}
@keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_o 0.3s ease-in forwards;
          animation: tbl_1_o 0.3s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_o 0.3s ease-in forwards;
          animation: tbl_2_o 0.3s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_o 0.3s ease-in forwards;
          animation: tbl_3_o 0.3s ease-in forwards;
}

.toggle-button--pri.is-close .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_c 0.3s ease-in forwards;
          animation: tbl_1_c 0.3s ease-in forwards;
}
.toggle-button--pri.is-close .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_c 0.3s ease-in forwards;
          animation: tbl_2_c 0.3s ease-in forwards;
}
.toggle-button--pri.is-close .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_c 0.3s ease-in forwards;
          animation: tbl_3_c 0.3s ease-in forwards;
}

/* ========================================================================== */
/* Site aside */
/* ========================================================================== */
.site-aside {
  margin-top: 8em;
  padding: 4em 2.5%;
  background-color: #fafafa;
}
.site-aside .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.site-aside .link__item {
  width: 20em;
  margin-right: 1.5em;
  margin-bottom: 0;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-aside .link__item {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.site-aside .link__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-aside .link__item:last-of-type {
    margin-bottom: 0;
  }
}
.site-aside .link .button {
  width: 100%;
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding: 8em 2.5% 6em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer {
    padding: 8em 5% 6em;
  }
}

/* footer-catch */
/* -------------------------------------------------------------------------- */
.footer-catch {
  margin-bottom: 1.5em;
  text-align: center;
}
.footer-catch__text {
  display: inline-block;
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
  font-size: 1.5em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-catch__text {
    font-size: 1.25em;
  }
}

/* footer-logo */
/* -------------------------------------------------------------------------- */
.footer-logo {
  margin-bottom: 6em;
  text-align: center;
}
.footer-logo .logo {
  width: 25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-logo .logo {
    width: 20em;
  }
}

/* footer-menu */
/* -------------------------------------------------------------------------- */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-menu {
    width: 100%;
    margin-bottom: 6em;
    border-top: 1px solid #e0e0e0;
  }
}
.footer-menu a {
  display: inline-block;
  text-decoration: none;
}
.footer-menu__item {
  margin-right: 1.5em;
  margin-bottom: 3em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.125em;
  }
}
.footer-menu__item > a:not(.contact-button, .ec-button) {
  width: 100%;
  padding: 1em;
}
.footer-menu__item--news {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-menu__item--contact {
    margin-top: 3em;
    border-bottom: 0;
    width: 15em;
  }
}
.footer-menu__item--ec {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-menu__item--ec {
    margin-top: 3em;
    border-bottom: 0;
    width: 6em;
  }
}
.footer-menu__item--ec .ec-button {
  width: 6em;
}

/* sns-menu */
/* -------------------------------------------------------------------------- */
.site-footer .sns-menu {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer .sns-menu {
    font-size: 1.25em;
  }
}

/* footer-notice */
/* -------------------------------------------------------------------------- */
.footer-notice {
  margin-bottom: 3em;
  text-align: center;
  font-size: 0.75em;
  line-height: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-notice {
    text-align: left;
  }
}

/* footer-copyright */
/* -------------------------------------------------------------------------- */
.footer-copyright {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 0.75em;
}

/* ========================================================================== */
/* Common */
/* ========================================================================== */
.animsition {
  overflow: hidden;
}

.page-main {
  padding-top: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-main {
    padding-top: 6em;
  }
}

.page-header__wrapper {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-header .breadcrumb {
  width: 100%;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-header .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-header .local-navi {
    display: none;
  }
}

.page-footer {
  position: relative;
}
.page-footer__wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-footer .breadcrumb {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-footer .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 4em auto 3em;
  }
}
.page-footer .local-navi {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-footer .local-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-bottom: 4em;
  }
}

.page-section {
  padding: 8em 0;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion {
  margin-bottom: 1em;
}
.accordion__trigger {
  position: relative;
  margin-bottom: 0.25em;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.25em;
  background-color: #ebebeb;
  cursor: pointer;
  line-height: 1.6;
}
.accordion__trigger__icon {
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, transform, color;
  transition-property: background-color, transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion__trigger__icon::before, .accordion__trigger__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #727171;
  -webkit-transition-property: background-color, width, -webkit-transform;
  transition-property: background-color, width, -webkit-transform;
  transition-property: background-color, transform, width;
  transition-property: background-color, transform, width, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion__trigger__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion.is-open .accordion__trigger__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.is-open .accordion__trigger__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.accordion__target {
  display: none;
  padding: 1.5em;
  border-radius: 0.5em;
  border: 1px solid #e0e0e0;
}

.isnt-touch .accordion__trigger {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.isnt-touch .accordion__trigger:focus, .isnt-touch .accordion__trigger:hover {
  background-color: #d0e8cb;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, transform, color;
  transition-property: background-color, transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.isnt-touch .accordion__trigger:focus .accordion__trigger__icon::before, .isnt-touch .accordion__trigger:focus .accordion__trigger__icon::after, .isnt-touch .accordion__trigger:hover .accordion__trigger__icon::before, .isnt-touch .accordion__trigger:hover .accordion__trigger__icon::after {
  width: 1em;
}

/* ========================================================================== */
/* story Card */
/* ========================================================================== */
.story-card {
  position: relative;
  height: 100%;
}
.story-card__anchor {
  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;
  text-decoration: none;
  padding-bottom: 3em;
}
.story-card__image {
  display: block;
  overflow: hidden;
}
.story-card__content {
  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;
  padding: 2em 2em 3em;
}
.story-card__title {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.story-card__read {
  line-height: 1.8;
  color: #727171;
}
.story-card .icon.icon--button::before {
  position: absolute;
  bottom: 2em;
  right: 1.5em;
  margin-right: 0;
}

.isnt-touch .story-card__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .story-card__anchor:focus .story-card__image img, .isnt-touch .story-card__anchor:hover .story-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.story-card.iv-item .story-card__image {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.story-card.iv-item.is-inview .story-card__image {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* Breadcrumb container */
/* ========================================================================== */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb {
    font-size: 0.875em;
  }
}
.breadcrumb__item {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  background-image: url(./images/icon/ico_direction_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 0.5em;
  vertical-align: middle;
}
.breadcrumb__item a {
  display: inline-block;
  text-decoration: none;
}
.breadcrumb__item:first-of-type {
  margin-left: 0;
}
.breadcrumb__item:first-of-type::before {
  width: 1.5em;
  height: 1.5em;
  background-image: url(./images/icon/ico_home_sec_01.svg);
  margin-right: 1em;
}

/* ========================================================================== */
/* Category List */
/* ========================================================================== */
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5em 5% 1em;
  background-color: #ebebeb;
  font-size: 0.875em;
  line-height: 2;
}
.category-list__title {
  margin-right: 1.5em;
}
.category-list__item {
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #ccc;
}
.category-list__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.column > .column__item {
  margin-bottom: 3em;
}
.column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--col-2 > .column__item {
  width: calc(50% - 2em);
  margin-left: 4em;
}
.column--col-2 > .column__item:nth-of-type(odd) {
  margin-left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--col-2 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-3 > .column__item {
  width: calc(33.333% - 2em);
  margin-left: 3em;
}
.column--col-3 > .column__item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--col-3 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-4 > .column__item {
  width: calc(25% - 1.125em);
  margin-left: 1.5em;
}
.column--col-4 > .column__item:nth-of-type(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--col-4 > .column__item {
    width: calc(50% - 0.75em);
  }
  .column--col-4 > .column__item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.column--col-5 > .column__item {
  width: calc(20% - 1.2em);
  margin-left: 1.5em;
}
.column--col-5 > .column__item:nth-of-type(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--col-5 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--sp-col-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--sp-col-2 > .column__item {
    width: calc(50% - 1em);
    margin-left: 2em;
  }
  .column--sp-col-2 > .column__item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.column--content-image {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column--content-image > .column__content {
  width: 64%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--content-image > .column__content {
    width: 100%;
  }
}
.column--content-image > .column__image {
  width: 32%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--content-image > .column__image {
    width: 75%;
    margin: 0 auto 1.5em;
  }
}
.column--image-wide > .column__content {
  width: 56%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-wide > .column__content {
    width: 100%;
  }
}
.column--image-wide > .column__image {
  width: 40%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-wide > .column__image {
    width: 100%;
    margin: 0 auto 1.5em;
  }
}
.column--image-narrow > .column__content {
  width: 72%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-narrow > .column__content {
    width: 100%;
  }
}
.column--image-narrow > .column__image {
  width: 24%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-narrow > .column__image {
    width: 50%;
    margin: 0 auto 1.5em;
  }
}
.column--image-minimum > .column__content {
  width: 80%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-minimum > .column__content {
    width: 100%;
  }
}
.column--image-minimum > .column__image {
  width: 16%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--image-minimum > .column__image {
    width: 50%;
    margin: 0 auto 1.5em;
  }
}

.column--limit-2 > .column__item:nth-of-type(n+3) {
  display: none;
}
.column--limit-3 > .column__item:nth-of-type(n+4) {
  display: none;
}
.column--limit-4 > .column__item:nth-of-type(n+5) {
  display: none;
}
.column.is-open > .column__item {
  display: block;
}

/* ========================================================================== */
/* Content Banner */
/* ========================================================================== */
.content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content-banner__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 3em 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-banner__content {
    width: 100%;
    padding: 3em 4em;
  }
}
.content-banner__image {
  width: 50%;
  min-height: 30em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-banner__image {
    width: 100%;
    min-height: 20em;
  }
}
.content-banner--story .content-banner__content {
  background-color: #96cc8b;
  color: #ffffff;
}
.content-banner--story .content-banner__content .multi-title__pri,
.content-banner--story .content-banner__content .multi-title__sec {
  color: #ffffff;
}
.content-banner--story .content-banner__title .multi-title__pri {
  -webkit-transform: translateX(-0.5em) rotate(-10deg);
          transform: translateX(-0.5em) rotate(-10deg);
}
.content-banner--story .content-banner__read {
  font-size: 1.125em;
  line-height: 1.8;
}
.content-banner--story .content-banner__link {
  font-size: 1.125em;
}
.content-banner--story .content-banner__link a {
  display: inline-block;
  color: #ffffff;
}
.content-banner--story .content-banner__link a.icon::before {
  border-color: #ffffff;
  background-image: url(./images/icon/ico_arrow_ini_01.svg);
}
.content-banner--story .content-banner__image {
  background-image: url(./images/story/img_intro_01.webp);
}

.isnt-touch .content-banner__link a {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.isnt-touch .content-banner__link a:focus,
.isnt-touch .content-banner__link a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ========================================================================== */
/* Embed */
/* ========================================================================== */
/* google-maps */
/* -------------------------------------------------------------------------- */
.google-maps {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
  border-radius: 1em;
}
.google-maps::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .google-maps::before {
    padding-top: 100%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* youtube */
/* -------------------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* twitter */
/* -------------------------------------------------------------------------- */
.twitter-timeline__wrapper {
  position: relative;
  width: 100%;
  max-height: 30em;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .twitter-timeline__wrapper {
    max-height: 40em;
  }
}
.twitter-timeline__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6em;
  height: 1.6em;
  background-image: url(./images/common/img_loading_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.twitter-timeline__wrapper .twitter-timeline {
  position: relative;
}

/* ========================================================================== */
/* Header Title */
/* ========================================================================== */
.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4em;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.header-title__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-title__content {
    width: 100%;
    padding: 2.5em 0;
  }
}
.header-title__content .multi-title__pri {
  -webkit-transform: translateX(0.1em);
          transform: translateX(0.1em);
  letter-spacing: 0.2em;
}
.header-title__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;
  margin-bottom: 0;
}
.header-title__title__pri {
  font-family: "Jost", sans-serif;
  font-size: 1.5em;
}
.header-title__title__sec {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.header-title__read {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.8;
}
.header-title__image {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-title__image {
    width: 100%;
  }
}
.header-title__image::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.header-title__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ========================================================================== */
/* Local Menu */
/* ========================================================================== */
.local-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 2em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .local-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.local-menu__item {
  margin-right: 2em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .local-menu__item {
    margin-right: 1em;
  }
}
.local-menu__item:last-of-type {
  margin-right: 0;
}
.local-menu__button {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: #f9f8f4;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -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;
}
.local-menu__text {
  text-align: center;
}

.isnt-touch .local-menu__item:not(.local-menu__item--active) .local-menu__button:focus, .isnt-touch .local-menu__item:not(.local-menu__item--active) .local-menu__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* current */
/* -------------------------------------------------------------------------- */
.story-content.customer-content .local-menu__item--customer .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.story-content.customer-content .local-menu__item--customer .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.story-content.grower-content .local-menu__item--grower .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.story-content.grower-content .local-menu__item--grower .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.story-content.history-content .local-menu__item--history .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.story-content.history-content .local-menu__item--history .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec-content.products-content .local-menu__item--brands .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.sec-content.products-content .local-menu__item--brands .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-content.alojin-content .local-menu__item--alojin .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.products-content.alojin-content .local-menu__item--alojin .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-content.alovivi-content .local-menu__item--alovivi .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.products-content.alovivi-content .local-menu__item--alovivi .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-content.the-aloe-content .local-menu__item--the-aloe .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.products-content.the-aloe-content .local-menu__item--the-aloe .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-content.healthy-foods-content .local-menu__item--healthy-foods .local-menu__button {
  position: relative;
  background-color: #96cc8b;
  color: #ffffff !important;
}
.products-content.healthy-foods-content .local-menu__item--healthy-foods .local-menu__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-image: url(./images/icon/ico_direction_ter_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* ========================================================================== */
/* Flex */
/* ========================================================================== */
/* flex: default */
/* -------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex > * {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.flex > *:last-of-type {
  margin-right: 0;
}
.flex--jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex--jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* ========================================================================== */
/* Form process */
/* ========================================================================== */
.form-process {
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.25em;
  background-color: #d0e8cb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form-process {
    font-size: 0.875em;
  }
}
.form-process__item {
  width: 33.333%;
  margin-bottom: 0;
  padding: 1em 0;
  text-align: center;
  line-height: 1.6;
  color: #8f8f8f;
}
.form-process__item::before {
  display: inline-block;
  width: 1.6em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #ffffff;
  counter-increment: number;
  content: counter(number);
  font-family: "Jost", sans-serif;
  color: #96cc8b;
}
.form-process__item--active {
  background-color: #96cc8b;
  color: #ffffff;
}

/* ========================================================================== */
/* Form */
/* ========================================================================== */
.form {
  margin-bottom: 0;
}
.form__footer {
  margin-top: 1.5em;
  text-align: center;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__col {
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .form__col:last-of-type {
    margin-bottom: 0;
  }
}
.form__col--narrow {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col--narrow {
    width: 100%;
  }
}
.form__col--middle {
  width: calc(33.333% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--full {
  width: 100%;
}
.form__title {
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.6;
}
.form__title .label {
  margin-left: 0.5em;
  font-size: 80%;
}
.form__error {
  margin: 0.5em 0;
  color: #eb7199;
}
.form__item {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.form__item:last-of-type {
  margin-right: 0;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__group__title {
  width: 100%;
}
.form__group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group--column .form__item {
  margin-right: 0;
  margin-bottom: 0.5em;
}
.form__group--column .form__item:last-of-type {
  margin-bottom: 0;
}
.form__label + .form__label {
  margin-left: 1em;
}
.form__required {
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  background-color: #50bfcf;
  font-size: 0.625em;
  color: #ffffff;
}
.form__value {
  display: inline-block;
  font-size: 1.25em;
  line-height: 2;
}
.form .form-control[type=text], .form .form-control[type=email], .form .form-control[type=password], .form .form-control[type=search], .form .form-control[type=tel], .form .form-control[type=url], .form .form-control[type=number], .form .form-control[type=month], .form .form-control[type=week] {
  width: 100%;
  font-size: 1.25em;
}
.form textarea.form-control {
  width: 100%;
  height: 15em;
}
.form img#captcha_img {
  width: 12em;
}
.form input#captcha {
  max-width: 8em;
}

.isnt-touch .form__label:focus, .isnt-touch .form__label:hover {
  color: #50bfcf;
}

.form__section--captcha .form__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#error_message {
  margin: 1.5em 0;
  padding: 0.5em;
  border-radius: 0.25em;
  background-color: #eb7199;
  text-align: center;
  font-size: 1.25em;
  color: #ffffff;
}

/* ========================================================================== */
/* Lecture Card */
/* ========================================================================== */
.lecture-card {
  position: relative;
  background-color: #cbe2e8;
}
.lecture-card a {
  position: static;
  text-decoration: none;
}
.lecture-card a.icon::before {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 1;
  margin-right: 0;
}
.lecture-card__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.lecture-card__image::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.lecture-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lecture-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
  padding-bottom: 5em;
}
.lecture-card__title {
  font-size: 1.25em;
}
.lecture-card__read {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.8;
}
.lecture-card__date {
  position: absolute;
  bottom: 1.65em;
  left: 2em;
  font-size: 0.875em;
  color: #a3a3a3;
}
.lecture-card__new {
  position: absolute;
  top: -3em;
  right: -2em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-color: #e8cad0;
  text-align: center;
  font-family: "Antro Vectra", serif;
  font-size: 0.75em;
  line-height: 6;
  color: #50bfcf;
}
.lecture-card__new::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5em);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2em 0.6em 0 0.6em;
  border-color: #e8cad0 transparent transparent transparent;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(45deg) translateY(2.75em);
          transform: rotate(45deg) translateY(2.75em);
}

.isnt-touch .lecture-card__image img {
  width: 100%;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.isnt-touch a.icon::before {
  right: 1.5em;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.isnt-touch .lecture-card a:focus .lecture-card__image img,
.isnt-touch .lecture-card a:hover .lecture-card__image img {
  width: 110%;
}
.isnt-touch .lecture-card a:focus.icon::before,
.isnt-touch .lecture-card a:hover.icon::before {
  right: 1em;
}

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

/* ========================================================================== */
/* News List */
/* ========================================================================== */
.news-list {
  margin-bottom: 0;
  border-top: 1px solid #e0e0e0;
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-list__title {
  margin-right: 1.5em;
  font-size: 1.2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-list__title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
.news-list__title .icon {
  display: inline-block;
  padding-left: 4em;
}
.news-list__title .icon::before {
  position: absolute;
  top: -0.125em;
  left: 0;
}
.news-list__title span.icon--button::before {
  background-image: url(./images/icon/ico_comment_pri_01.svg);
}
.news-list__category {
  min-width: 8em;
  margin-left: 1.5em;
  white-space: nowrap;
  text-align: center;
}
.news-list__date {
  margin-top: 0.25em;
  margin-left: auto;
  font-family: "Jost", sans-serif;
  color: #a3a3a3;
}
.news-list__link {
  padding-top: 1.5em;
  text-align: right;
}

/* ========================================================================== */
/* Product Card */
/* ========================================================================== */
.product-card {
  position: relative;
}
.product-card__anchor {
  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;
  text-decoration: none;
  padding-bottom: 3em;
}
.product-card__image {
  overflow: hidden;
  margin-bottom: 2em;
}
.product-card__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;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
}
.product-card__title__pri {
  font-family: "Jost", sans-serif;
  font-size: 1.75em;
  line-height: 1.2;
}
.product-card__title__sec {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.product-card__read {
  text-align: center;
  font-size: 1em;
  line-height: 1.8;
  color: #727171;
}
.product-card__category {
  font-size: 0.75em;
}
.product-card .icon.icon--button::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5em);
  margin-right: 0;
}

.isnt-touch .product-card__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .product-card__anchor:focus .product-card__image img, .isnt-touch .product-card__anchor:hover .product-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-card.iv-item .product-card__image {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.product-card.iv-item.is-inview .product-card__image {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* Product */
/* ========================================================================== */
.product {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product {
    width: 90%;
  }
}
.product__header {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__image {
  width: calc(50% - 4em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__image {
    width: 90%;
    margin: 0 auto 3em;
  }
}
.product__thumbnail {
  margin-top: 3em;
}
.product__thumbnail .swiper-button-next,
.product__thumbnail .swiper-button-prev {
  top: 0;
  width: 16.666%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
}
.product__thumbnail .swiper-button-next::after,
.product__thumbnail .swiper-button-prev::after {
  font-size: 2em;
  color: #727171;
}
.product__thumbnail .swiper-button-next.swiper-button-disabled,
.product__thumbnail .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product__thumbnail .swiper-button-prev {
  left: 0;
}
.product__thumbnail .swiper-button-next {
  right: 0;
}
.product__thumbnail .swiper-slide {
  position: relative;
}
.product__thumbnail .swiper-slide img {
  position: relative;
  width: calc(100% - 1em);
  margin: 0.5em;
}
.product__thumbnail .swiper-slide-thumb-active::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2em solid #96cc8b;
}
.product__intro {
  width: calc(50% - 4em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__intro {
    width: 100%;
  }
}
.product__intro__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.product__title {
  line-height: 1.4;
}
.product__label {
  float: right;
  width: 8em;
}
.product__category {
  font-size: 0.875em;
}
.product__read {
  margin-top: 3em;
}
.product__read p {
  font-size: 1.25em;
  line-height: 2;
}
.product__nocie p {
  line-height: 1.8;
}
.product__detail {
  margin-top: 3em;
}
.product__detail .table {
  width: 100%;
}
.product__detail .table th {
  width: 6em;
}
.product__purchase {
  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-top: 3em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__purchase {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product__purchase li {
  width: calc(50% - 0.25em);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__purchase li {
    width: 24em;
  }
}
.product__purchase .button {
  width: 100%;
  white-space: nowrap;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__purchase .button {
    width: 100%;
    font-size: 1.125em;
  }
}
.product__content {
  width: 100%;
  margin-top: 4em;
  font-size: 1.125em;
}
.product__content .accordion__trigger {
  font-size: 1.25em;
}
.product__content h1,
.product__content h2,
.product__content h3,
.product__content h4,
.product__content h5,
.product__content h6 {
  font-weight: 500;
}
.product__content h1 {
  font-size: 1.5em;
}
.product__content h2 {
  font-size: 1.375em;
}
.product__content h3 {
  font-size: 1.25em;
}
.product__content h4 {
  font-size: 1.125em;
}
.product__content h5 {
  font-size: 1em;
}
.product__content h6 {
  font-size: 1em;
}
.product__content p {
  text-align: justify;
  line-height: 2;
}
.product__content ul > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.8;
}
.product__content ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.75em;
  color: #50bfcf;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.product__content ul > li ul li::before {
  content: "●";
}
.product__content ol {
  counter-reset: number;
}
.product__content ol > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.8;
}
.product__content ol > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-weight: 400;
  color: #50bfcf;
}
.product__content hr {
  margin-top: 3em;
  margin-bottom: 3em;
}
.product__content figure figcaption {
  font-size: 0.875em;
  color: #a3a3a3;
}
.product__footer {
  margin-top: 4em;
  padding-bottom: 0.5em;
}
.product__footer .product__purchase {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}
.product__footer .product__purchase li {
  width: 18em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .product__footer .product__purchase li {
    width: 24em;
    margin-right: 0;
  }
}
.product__footer .product__purchase li:last-of-type {
  margin-right: 0;
}
.product__prev {
  padding: 3em 1.5em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
  text-align: center;
}

/* ========================================================================== */
/* Privacy Policy */
/* ========================================================================== */
/* ========================================================================== */
/* Rough */
/* ========================================================================== */
.rough {
  position: relative;
  overflow: hidden;
}
.rough__edge {
  display: block;
  position: absolute;
}
.rough__edge--top, .rough__edge--bottom {
  width: calc(100% + 2px);
  height: 0.5em;
  background-image: url(./images/common/bgi_rough-edge_ini_01.webp);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 50em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .rough__edge--top, .rough__edge--bottom {
    height: 0.333em;
    background-size: 33.333em;
  }
}
.rough__edge--right, .rough__edge--left {
  width: 0.5em;
  height: calc(100% + 2px);
  background-image: url(./images/common/bgi_rough-edge_ini_02.webp);
  background-repeat: repeat-y;
  background-position: center right;
  background-size: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .rough__edge--right, .rough__edge--left {
    width: 0.333em;
    background-size: 0.333em;
  }
}
.rough__edge--top {
  top: -1px;
  left: -1px;
}
.rough__edge--right {
  top: -1px;
  right: -1px;
}
.rough__edge--bottom {
  bottom: -1px;
  left: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rough__edge--left {
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rough--hor .rough__edge--right,
.rough--hor .rough__edge--left {
  display: none;
}
.rough--ver .rough__edge--top,
.rough--ver .rough__edge--bottom {
  display: none;
}
.rough--sen .rough__edge--top, .rough--sen .rough__edge--bottom {
  background-image: url(./images/common/bgi_rough-edge_sen_01.webp);
}
.rough--sen .rough__edge--right, .rough--sen .rough__edge--left {
  background-image: url(./images/common/bgi_rough-edge_sen_02.webp);
}

/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  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;
  position: absolute;
  top: 40vw;
  right: 2.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-assist {
    top: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.scroll-assist__title {
  margin-bottom: 0.5em;
  font-family: "Antro Vectra", serif;
  font-size: 0.875em;
  color: #50bfcf;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-assist__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 0.75em;
  }
}
.scroll-assist__line {
  position: relative;
  width: 1px;
  height: 6em;
  overflow: hidden;
}
.scroll-assist__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #50bfcf;
  -webkit-animation: scroll-assist_line 2s ease-in-out infinite;
          animation: scroll-assist_line 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-assist_line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll-assist_line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* ========================================================================== */
/* SNS Menu */
/* ========================================================================== */
.sns-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.sns-menu__title {
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: "Jost", sans-serif;
}
.sns-menu__item {
  margin-bottom: 0;
  margin-right: 1.5em;
}
.sns-menu__item:last-of-type {
  margin-right: 0;
}
.sns-menu__item .icon {
  display: inline-block;
  line-height: 1;
}
.sns-menu__item .icon::before {
  width: 2em;
  height: 2em;
  margin-right: 0;
}

/* ========================================================================== */
/* Story Animation */
/* ========================================================================== */
.story-anim {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 90em;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fafafa;
  opacity: 1;
  -webkit-transition: opacity 2s ease-out 32s;
  transition: opacity 2s ease-out 32s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim {
    aspect-ratio: 3/4;
  }
}

@-webkit-keyframes intro_scenery {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes intro_scenery {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes intro_aloe_l {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@keyframes intro_aloe_l {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@-webkit-keyframes intro_aloe_r {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(33.333%);
            transform: translateX(33.333%);
  }
}
@keyframes intro_aloe_r {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(33.333%);
            transform: translateX(33.333%);
  }
}
@-webkit-keyframes intro_top-bottom {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
  }
}
@keyframes intro_top-bottom {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
  }
}
@-webkit-keyframes intro_left-right {
  0% {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
    opacity: 0;
  }
}
@keyframes intro_left-right {
  0% {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
    opacity: 0;
  }
}
@-webkit-keyframes intro_left-stop {
  0% {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes intro_left-stop {
  0% {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
    opacity: 0;
  }
  33.333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  66.666% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.story-anim__image {
  position: absolute;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image {
    font-size: 0.75em;
  }
}
.story-anim__image--scenery {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
.story-anim__image--aloe-l, .story-anim__image--aloe-r {
  bottom: -1em;
  width: 25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--aloe-l, .story-anim__image--aloe-r {
    width: 20em;
  }
}
.story-anim__image--aloe-l {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.story-anim__image--aloe-r {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.story-anim__image--cat {
  bottom: 20%;
  left: 48%;
  width: 6em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--cat {
    bottom: 33.333%;
    left: 64%;
  }
}
.story-anim__image--girl {
  bottom: 20%;
  left: 32%;
  width: 8em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--girl {
    bottom: 33.333%;
  }
}
.story-anim__image--boy {
  bottom: 20%;
  left: 20%;
  width: 5.5em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--boy {
    bottom: 33.333%;
    left: 12%;
  }
}
.story-anim__image--mother-child {
  bottom: 20%;
  left: 50%;
  width: 10em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--mother-child {
    bottom: 33.333%;
    left: 64%;
  }
}
.story-anim__image--man-container {
  bottom: 50%;
  left: 28%;
  width: 8em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--man-container {
    bottom: 20%;
    left: 12.5%;
  }
}
.story-anim__image--aunt-aloe {
  bottom: 50%;
  left: 12%;
  width: 10em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--aunt-aloe {
    bottom: 72.5%;
    left: 22.5%;
  }
}
.story-anim__image--aloe {
  bottom: 30%;
  left: 24%;
  width: 7.5em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--aloe {
    left: 28%;
  }
}
.story-anim__image--woman-agero {
  bottom: 30%;
  left: 28%;
  width: 15em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--woman-agero {
    left: 32%;
  }
}
.story-anim__image--woman-facecial {
  bottom: 30%;
  left: 24%;
  width: 20em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__image--woman-facecial {
    bottom: 50%;
    left: 25%;
  }
}
.story-anim__read {
  position: absolute;
  opacity: 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__read {
    font-size: 1.125em;
  }
}
.story-anim__read--pri {
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__read--pri {
    left: 30%;
  }
}
.story-anim__read--sec {
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__read--sec {
    left: 25%;
  }
}
.story-anim__read--ter {
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__read--ter {
    top: 15%;
    left: 25%;
  }
}
.story-anim__read--qua {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  font-size: 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__read--qua {
    left: 25%;
    font-size: 1.5em;
  }
}

.story-anim.iv-item.is-inview .story-anim__image--scenery {
  -webkit-animation: intro_scenery 6s linear forwards;
          animation: intro_scenery 6s linear forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--aloe-l, .story-anim.iv-item.is-inview .story-anim__image--aloe-r {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--aloe-l {
  -webkit-animation-name: intro_aloe_l;
          animation-name: intro_aloe_l;
}
.story-anim.iv-item.is-inview .story-anim__image--aloe-r {
  -webkit-animation-name: intro_aloe_r;
          animation-name: intro_aloe_r;
}
.story-anim.iv-item.is-inview .story-anim__image--cat {
  -webkit-animation: intro_left-right 6s ease-in-out 6s forwards;
          animation: intro_left-right 6s ease-in-out 6s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--girl {
  -webkit-animation: intro_left-right 6s ease-in-out 6.5s forwards;
          animation: intro_left-right 6s ease-in-out 6.5s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--boy {
  -webkit-animation: intro_left-right 6s ease-in-out 7s forwards;
          animation: intro_left-right 6s ease-in-out 7s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--mother-child {
  -webkit-animation: intro_left-right 6s ease-in-out 10s forwards;
          animation: intro_left-right 6s ease-in-out 10s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--man-container {
  -webkit-animation: intro_left-right 6s ease-in-out 10.5s forwards;
          animation: intro_left-right 6s ease-in-out 10.5s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--aunt-aloe {
  -webkit-animation: intro_left-right 6s ease-in-out 11s forwards;
          animation: intro_left-right 6s ease-in-out 11s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--woman-agero {
  -webkit-animation: intro_left-right 6s ease-in-out 14s forwards;
          animation: intro_left-right 6s ease-in-out 14s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--aloe {
  -webkit-animation: intro_left-right 6s ease-in-out 14.5s forwards;
          animation: intro_left-right 6s ease-in-out 14.5s forwards;
}
.story-anim.iv-item.is-inview .story-anim__image--woman-facecial {
  -webkit-animation: intro_left-stop 6s ease-in-out 18s forwards;
          animation: intro_left-stop 6s ease-in-out 18s forwards;
}
.story-anim.iv-item.is-inview .story-anim__read--pri {
  -webkit-animation: intro_left-right 6s ease-in-out 6s forwards;
          animation: intro_left-right 6s ease-in-out 6s forwards;
}
.story-anim.iv-item.is-inview .story-anim__read--sec {
  -webkit-animation: intro_left-right 6s ease-in-out 10s forwards;
          animation: intro_left-right 6s ease-in-out 10s forwards;
}
.story-anim.iv-item.is-inview .story-anim__read--ter {
  -webkit-animation: intro_left-right 6s ease-in-out 14s forwards;
          animation: intro_left-right 6s ease-in-out 14s forwards;
}
.story-anim.iv-item.is-inview .story-anim__read--qua {
  -webkit-animation: intro_left-stop 6s ease-in-out 18s forwards;
          animation: intro_left-stop 6s ease-in-out 18s forwards;
}

.story-anim__replay {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  padding: 0.5em 1.5em;
  border-radius: 5em;
  background-color: #96cc8b;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -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;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-anim__replay {
    font-size: 0.875em;
  }
}

.isnt-touch .story-anim__replay:focus, .isnt-touch .story-anim__replay:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ========================================================================== */
/* Tabs */
/* ========================================================================== */
/* tabs-navi */
/* -------------------------------------------------------------------------- */
.tabs-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.125em;
  border: 1px solid #e0e0e0;
  border-radius: 0.375em;
}
.tabs-navi__item {
  padding: 0.75em 0;
  border-radius: 0.25em;
  text-align: center;
  color: #727171;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tabs-navi__item {
    padding: 0.5em 1em;
  }
}
.tabs-navi__item.active {
  background-color: #50bfcf;
}

.isnt-touch .tabs-navi__item {
  cursor: pointer;
}
.isnt-touch .tabs-navi__item:focus, .isnt-touch .tabs-navi__item:hover {
  color: #ece7da;
}
.isnt-touch .tabs-navi__item.active:focus, .isnt-touch .tabs-navi__item.active:hover {
  color: #727171;
}

/* tabs-content */
/* -------------------------------------------------------------------------- */
.tabs-content {
  margin-top: 1.5em;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.show {
  display: block;
}

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
.visual {
  position: relative;
}
.visual__slide {
  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;
  max-height: 45em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__slide {
    max-height: inherit;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__slide img {
    width: 200%;
  }
}
.visual__slide--hands, .visual__slide--field {
  background-color: #3e5246;
}
.visual__slide--hands img, .visual__slide--field img {
  opacity: 0.8;
}
.visual__slide--back {
  background-color: #727171;
}
.visual__slide--back img {
  opacity: 0.9;
}
.visual__slide .rough__edge {
  z-index: 1;
}
.visual__catch {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 2;
  font-size: 2em;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__catch {
    left: 33.333%;
    font-size: 1.5em;
  }
}
.visual__catch__line {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.visual__catch__line:nth-of-type(2) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.visual__banner {
  position: absolute;
  bottom: -3em;
  left: -2em;
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__banner {
    bottom: -5em;
  }
}
.visual__banner__anchor {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 12.5em;
  height: 12.5em;
  text-decoration: none;
}
.visual__banner__anchor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #96cc8b;
}
.visual__banner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 1.5em;
  left: calc(50% - 3.5em);
  width: 7em;
  height: 0;
}
.visual__banner__image img {
  width: 50%;
}
.visual__banner__content {
  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;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.visual__banner__title {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.visual__banner__caption {
  margin-bottom: 0.5em;
  font-family: "Jost", sans-serif;
}
.visual__banner .icon--button::before {
  margin-right: 0;
  border-color: #ffffff;
  background-image: url(./images/icon/ico_arrow_ini_01.svg);
}

.isnt-touch .visual__banner__anchor::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .visual__banner__anchor:focus::before, .isnt-touch .visual__banner__anchor:hover::before {
  background-color: #50bfcf;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.visual__intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  background-image: url(./images/home/img_scenery_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 2s ease-out 4s;
  transition: opacity 2s ease-out 4s;
}
.visual__intro img {
  position: absolute;
  top: 50%;
  width: auto;
  height: 200%;
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__intro img {
    height: 150%;
  }
}
.visual__intro img:nth-of-type(1) {
  left: 0;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__intro img:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.visual__intro img:nth-of-type(2) {
  right: 0;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__intro img:nth-of-type(2) {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.visual.is-loaded .visual__intro {
  opacity: 0;
}
.visual.is-loaded .visual__catch__line {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.visual.is-loaded .visual__intro img:nth-of-type(1) {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.visual.is-loaded .visual__intro img:nth-of-type(2) {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.visual.is-loaded .visual__intro::before {
  opacity: 0;
}

.visual__slider.swiper {
  overflow: visible;
}
.visual__slider.swiper .swiper-pagination {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: -2em;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .visual__slider.swiper .swiper-pagination {
    left: -1.125em;
  }
}
.visual__slider.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5em 0;
}
.visual__slider.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #96cc8b;
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  width: 90%;
  margin: 0 auto;
}
.content-wrapper--w8 {
  width: 80%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--w8 {
    width: 90%;
  }
}
.content-wrapper--w7 {
  width: 70%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--w7 {
    width: 90%;
  }
}
.content-wrapper--w6 {
  width: 60%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--w6 {
    width: 90%;
  }
}
.content-wrapper--w5 {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--w5 {
    width: 90%;
  }
}

/* ========================================================================== */
/* Home Content */
/* ========================================================================== */
/* home-content */
/* -------------------------------------------------------------------------- */
.home-content .site-aside {
  margin-top: 0;
}

/* page-header */
/* -------------------------------------------------------------------------- */
.home-content .page-header {
  position: relative;
  padding-bottom: 8em;
}
.home-content .page-header .visual {
  margin-bottom: 6em;
}
.home-content .page-header .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-content .page-header .intro__content {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .intro__content {
    width: 80%;
    margin: 0 auto 4em;
  }
}
.home-content .page-header .intro__image {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .intro__image {
    width: 80%;
    margin: 0 auto;
  }
}
.home-content .page-header .intro__image img:nth-of-type(1) {
  width: 75%;
  border-radius: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .intro__image img:nth-of-type(1) {
    width: 66.666%;
  }
}
.home-content .page-header .intro__image img:nth-of-type(2) {
  margin-top: 5em;
  margin-left: 20%;
  border-radius: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .intro__image img:nth-of-type(2) {
    width: 90%;
  }
}
.home-content .page-header .intro .read {
  font-size: 1.5em;
  line-height: 2;
}
.home-content .page-header .intro .intro__content.iv-item .read {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-content .page-header .intro .intro__content.iv-item .read:nth-of-type(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-content .page-header .intro .intro__content.iv-item .read:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-content .page-header .intro .intro__content.iv-item .read:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.home-content .page-header .intro .intro__content.iv-item .read:nth-of-type(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-content .page-header .intro .intro__content.iv-item .read:nth-of-type(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.home-content .page-header .intro .intro__content.iv-item.is-inview .read {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-content .page-header .intro .intro__image.iv-item img {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-content .page-header .intro .intro__image.iv-item img:nth-of-type(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-content .page-header .intro .intro__image.iv-item img:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-content .page-header .intro .intro__image.iv-item.is-inview img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* page-section--product */
/* -------------------------------------------------------------------------- */
.home-content .page-section--product {
  position: relative;
  padding-bottom: 6em;
  background-color: #f9f8f4;
}

/* page-section--story */
/* -------------------------------------------------------------------------- */
.home-content .page-section--story {
  padding-bottom: 0;
}
.home-content .page-section--story .multi-title--freehand .multi-title__sec {
  margin-top: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-section--story .content-wrapper {
    width: 75%;
  }
}
.home-content .page-section--story .column {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-content .page-section--story .column__item {
  background-color: #f9f8f4;
}

/* page-section--news */
/* -------------------------------------------------------------------------- */
.home-content .page-section--news {
  position: relative;
}
.home-content .page-section--news .content-wrapper {
  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) {
  .home-content .page-section--news .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-content .page-section--news .multi-title__pri {
  -webkit-transform: translateX(-0.5em) rotate(-13.6deg);
          transform: translateX(-0.5em) rotate(-13.6deg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-section--news .multi-title {
    margin-bottom: 3em;
  }
}
.home-content .page-section--news .news-list {
  width: 60em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-section--news .news-list {
    width: 100%;
  }
}

/* decor */
/* -------------------------------------------------------------------------- */
.home-content .page-header .decor {
  position: absolute;
  bottom: -0.5em;
  left: 8%;
  z-index: 1;
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-header .decor {
    left: 5%;
  }
}
.home-content .page-section--product .decor {
  position: absolute;
  bottom: -0.5em;
  left: 88%;
  z-index: 1;
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-section--product .decor {
    left: 75%;
  }
}
.home-content .page-section--news .decor {
  position: absolute;
  bottom: -0.5em;
  left: 20%;
  z-index: 1;
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-content .page-section--news .decor {
    left: 15%;
  }
}
.home-content .decor.iv-item {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-content .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* story Content */
/* ========================================================================== */
/* rough-hr */
/* -------------------------------------------------------------------------- */
.story-content .site-aside {
  margin-top: 0;
}
.story-content .rough-hr {
  width: 80%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .story-content .rough-hr {
    width: 90%;
  }
}
.story-content .page-section {
  position: relative;
}

/* ========================================================================== */
/* story Content */
/* ========================================================================== */
.sec-content.story-content .site-aside {
  margin-top: 4em;
  background-color: transparent;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sec-content.story-content .site-aside {
    margin-top: 0;
  }
}
.sec-content.story-content .index-wrapper {
  position: relative;
  margin-top: 4em;
  padding: 6em 12em 4em;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sec-content.story-content .index-wrapper {
    padding: 6em 10% 4em;
  }
}
.sec-content.story-content .index-wrapper .column__item {
  background-color: #ffffff;
}
.sec-content.story-content .decor {
  position: absolute;
  bottom: -0.5em;
  left: 90%;
  z-index: 1;
  width: 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sec-content.story-content .decor {
    left: 80%;
    width: 5em;
  }
}
.sec-content.story-content .decor.iv-item {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.sec-content.story-content .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ========================================================================== */
/* story Content: Customer Content */
/* ========================================================================== */
/* page-section: customer */
/* -------------------------------------------------------------------------- */
.customer-content .page-section--customer {
  padding: 9em 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer {
    padding: 8em 0 4em;
  }
}
.customer-content .page-section--customer .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-content .page-section--customer .column__image {
  position: relative;
  width: calc(50% - 2em);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .column__image {
    width: 100%;
  }
}
.customer-content .page-section--customer .column__content {
  width: calc(50% - 2em);
  padding-right: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .column__content {
    width: 100%;
    padding: 0 10%;
  }
}
.customer-content .page-section--customer .image {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .image {
    width: calc(100% - 2em);
    margin-bottom: 5em;
  }
}
.customer-content .page-section--customer .image img,
.customer-content .page-section--customer .image .dummy-image {
  position: relative;
  width: calc(100% - 3em);
  border-radius: 0 2em 2em 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .image img,
  .customer-content .page-section--customer .image .dummy-image {
    width: calc(100% - 2em);
    border-radius: 0 1.5em 1.5em 0;
  }
}
.customer-content .page-section--customer .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f8f4;
  border-radius: 0 2em 2em 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .image::before {
    top: 2em;
    border-radius: 0 1.5em 1.5em 0;
  }
}
.customer-content .page-section--customer .title {
  font-size: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .title {
    font-size: 1.75em;
  }
}
.customer-content .page-section--customer .read {
  font-size: 1.25em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .read {
    font-size: 1.125em;
  }
}
.customer-content .page-section--customer .name {
  text-align: right;
}
.customer-content .page-section--customer .number {
  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;
  position: absolute;
  top: -1.25em;
  left: 20%;
  z-index: 1;
  font-size: 4em;
  line-height: 1;
  color: #50bfcf;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer .number {
    left: 66.666%;
    font-size: 3em;
  }
}
.customer-content .page-section--customer .number__pri {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-family: "Antro Vectra", serif;
}
.customer-content .page-section--customer .number__sec {
  margin-top: -0.25em;
  font-size: 125%;
  font-family: "Jost", sans-serif;
}
.customer-content .page-section--customer.page-section--reverse .column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.customer-content .page-section--customer.page-section--reverse .column__content {
  padding-right: 0;
  padding-left: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer.page-section--reverse .column__content {
    padding: 0 10%;
  }
}
.customer-content .page-section--customer.page-section--reverse .image {
  margin-left: 2em;
}
.customer-content .page-section--customer.page-section--reverse .image img,
.customer-content .page-section--customer.page-section--reverse .image .dummy-image {
  margin-left: 3em;
  border-radius: 2em 0 0 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer.page-section--reverse .image img,
  .customer-content .page-section--customer.page-section--reverse .image .dummy-image {
    margin-left: 2em;
    border-radius: 1.5em 0 0 1.5em;
  }
}
.customer-content .page-section--customer.page-section--reverse .image::before {
  border-radius: 2em 0 0 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer.page-section--reverse .image::before {
    border-radius: 1.5em 0 0 1.5em;
  }
}
.customer-content .page-section--customer.page-section--reverse .number {
  left: auto;
  right: 20%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .page-section--customer.page-section--reverse .number {
    right: 66.666%;
  }
}
.customer-content .page-section--customer .image.iv-item {
  opacity: 0;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.customer-content .page-section--customer .image.iv-item::before {
  opacity: 0;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.customer-content .page-section--customer .image.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.customer-content .page-section--customer .image.iv-item.is-inview::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.customer-content .decor {
  position: absolute;
  bottom: -0.5em;
  z-index: 1;
}
.customer-content .decor--1 {
  left: 20%;
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .decor--1 {
    left: 15%;
  }
}
.customer-content .decor--2 {
  left: 70%;
  width: 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .decor--2 {
    left: 30%;
  }
}
.customer-content .decor--3 {
  left: 60%;
  width: 4.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-content .decor--3 {
    left: 10%;
  }
}
.customer-content .decor.iv-item {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.customer-content .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ========================================================================== */
/* story Content: grower Content */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.grower-content .site-aside {
  margin-top: 4em;
  background-color: transparent;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .site-aside {
    margin-top: 0;
    background-color: #fafafa;
  }
}
.grower-content .page-header {
  position: relative;
  padding-bottom: 8em;
}
.grower-content .page-header .wrapper--sec {
  padding: 0 20%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .wrapper--sec {
    padding: 0 10%;
  }
}
.grower-content .page-header .column {
  margin-top: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .column {
    margin-top: 6em;
  }
}
.grower-content .page-header .column__content, .grower-content .page-header .column__image {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .column__content, .grower-content .page-header .column__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .column__image {
    margin-top: 3em;
  }
}
.grower-content .page-header .column .read {
  font-size: 1.5em;
  line-height: 2.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .column .read {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-header .column .image {
    font-size: 0.7em;
  }
}
.grower-content .page-header .column .image--pri {
  width: 27.5em;
  margin: 0 0 0 10em;
}
.grower-content .page-header .column .image--pri img {
  border-radius: 1.5em;
}
.grower-content .page-header .column .image--sec {
  width: 20em;
  margin: 2.5em 0 0 5em;
}
.grower-content .page-header .column .image--sec img {
  border-radius: 1em;
}
.grower-content .page-header .column__content.iv-item .read {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.grower-content .page-header .column__content.iv-item .read:nth-of-type(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.grower-content .page-header .column__content.iv-item .read:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.grower-content .page-header .column__content.iv-item .read:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.grower-content .page-header .column__content.iv-item .read:nth-of-type(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.grower-content .page-header .column__content.iv-item .read:nth-of-type(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.grower-content .page-header .column__content.iv-item.is-inview .read {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.grower-content .page-header .column__image.iv-item .image {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.grower-content .page-header .column__image.iv-item .image:nth-of-type(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.grower-content .page-header .column__image.iv-item .image:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.grower-content .page-header .column__image.iv-item.is-inview .image {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.grower-content .decor {
  position: absolute;
  bottom: -0.5em;
  z-index: 1;
}
.grower-content .decor--1 {
  left: 10%;
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .decor--1 {
    left: 66.666%;
  }
}
.grower-content .decor--2 {
  left: 40%;
  width: 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .decor--2 {
    left: 60%;
  }
}
.grower-content .decor--3 {
  left: 60%;
  width: 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .decor--3 {
    left: 70%;
  }
}
.grower-content .decor.iv-item {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.grower-content .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* page-section: voice */
/* -------------------------------------------------------------------------- */
.grower-content .page-section--voice {
  position: relative;
  padding: 8em 5%;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice {
    padding: 6em 5%;
  }
}
.grower-content .page-section--voice .balloon-title {
  position: absolute;
  top: 5em;
  left: 42.5%;
  z-index: 1;
  width: 16em;
  font-size: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .balloon-title {
    top: 3em;
    left: 50%;
  }
}
.grower-content .page-section--voice .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grower-content .page-section--voice .column__image {
  width: 50%;
  width: calc(50% + 5em);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .column__image {
    width: 100%;
    margin-bottom: 3em;
  }
}
.grower-content .page-section--voice .column__image img {
  border-radius: 2em;
}
.grower-content .page-section--voice .column__content {
  position: relative;
  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;
  width: calc(50% - 10em);
}
.grower-content .page-section--voice .column__content::before, .grower-content .page-section--voice .column__content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url(./images/common/bgi_rough-line-dot_01.svg);
  background-repeat: repeat-x;
  background-position: 2px center;
  background-size: 400px;
}
.grower-content .page-section--voice .column__content::before {
  top: 0;
}
.grower-content .page-section--voice .column__content::after {
  bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .column__content {
    width: 100%;
  }
}
.grower-content .page-section--voice .column__content .wrapper {
  padding: 3em 10%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .column__content .wrapper {
    padding: 3em 0;
  }
}
.grower-content .page-section--voice .column .name {
  font-size: 2em;
}
.grower-content .page-section--voice .column .name__small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 50%;
}
.grower-content .page-section--voice .note-box {
  margin: 0 10em 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .note-box {
    margin: 0 0 4em;
  }
}
.grower-content .page-section--voice .note-box::before {
  border-width: 0 0 3em 3em;
  border-color: transparent transparent #f9f8f4 transparent;
}
.grower-content .page-section--voice .note-box__title {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grower-content .page-section--voice .note-box__title {
    font-size: 1.5em;
  }
}
.grower-content .page-section--voice .note-box__read {
  font-size: 1.125em;
}
.grower-content .page-section--voice .image.iv-item {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.grower-content .page-section--voice .image.iv-item.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* story Content: History Content */
/* ========================================================================== */
/* header-title__image */
/* -------------------------------------------------------------------------- */
.history-content .header-title__image img {
  margin-top: -4em;
}

/* page-section: story */
/* -------------------------------------------------------------------------- */
.history-content .page-section--story {
  padding: 6em 10% 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story {
    padding: 6em 0 0;
  }
}
.history-content .page-section--story .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history-content .page-section--story .column__image {
  width: calc(50% - 5em);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story .column__image {
    width: 100%;
    padding: 0 10%;
  }
}
.history-content .page-section--story .column__content {
  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;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story .column__content {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 3em;
  }
}
.history-content .page-section--story .image {
  position: relative;
  margin-bottom: 0;
}
.history-content .page-section--story .title {
  position: relative;
  z-index: 2;
  font-size: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story .title {
    font-size: 1.75em;
  }
}
.history-content .page-section--story .read {
  position: relative;
  z-index: 1;
  font-size: 1.25em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story .read {
    font-size: 1.125em;
  }
}
.history-content .page-section--story .name {
  text-align: right;
}
.history-content .page-section--story .number {
  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;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
  -webkit-transform: translateX(-4em);
          transform: translateX(-4em);
  font-family: "Jost", sans-serif;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story .number {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.history-content .page-section--story .number::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.history-content .page-section--story .number__pri {
  position: relative;
  margin-bottom: 1em;
}
.history-content .page-section--story .number__sec {
  position: relative;
  font-size: 400%;
}
.history-content .page-section--story.page-section--reverse .column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history-content .page-section--story:nth-of-type(1) .number::before, .history-content .page-section--story:nth-of-type(4) .number::before {
  top: 0;
  left: 2em;
  width: 7em;
  height: 7em;
  background-image: url(./images/common/img_droplet_01.svg);
}
.history-content .page-section--story:nth-of-type(2) .number, .history-content .page-section--story:nth-of-type(5) .number {
  -webkit-transform: translate(-2em);
          transform: translate(-2em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--story:nth-of-type(2) .number, .history-content .page-section--story:nth-of-type(5) .number {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.history-content .page-section--story:nth-of-type(2) .number::before, .history-content .page-section--story:nth-of-type(5) .number::before {
  top: 2em;
  left: 0;
  width: 7em;
  height: 7em;
  background-image: url(./images/common/img_droplet_02.svg);
}
.history-content .page-section--story:nth-of-type(3) .number::before, .history-content .page-section--story:nth-of-type(6) .number::before {
  top: 3em;
  left: 0;
  width: 7em;
  height: 7em;
  background-image: url(./images/common/img_droplet_03.svg);
}
.history-content .page-section--story .image.iv-item {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.history-content .page-section--story .image.iv-item.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* page-section: history */
/* -------------------------------------------------------------------------- */
.history-content .page-section--history {
  padding: 6em 0;
}
.history-content .page-section--history .box {
  padding: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--history .box {
    padding: 2.5em;
  }
}
.history-content .page-section--history .table th {
  width: 5em;
}
.history-content .page-section--history .decor {
  position: absolute;
  bottom: -1em;
  left: 70%;
  width: 15em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .history-content .page-section--history .decor {
    left: 66.666%;
    width: 12.5em;
  }
}
.history-content .page-section--history .decor.iv-item {
  opacity: 0;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.history-content .page-section--history .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ========================================================================== */
/* Company Content */
/* ========================================================================== */
/* rough-line-title */
/* -------------------------------------------------------------------------- */
.company-content .site-aside {
  margin-top: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .site-aside {
    margin-top: 4em;
  }
}
.company-content .page-section {
  position: relative;
}
.company-content .rough-line-title {
  font-size: 1.5em;
}

/* page-section: message */
/* -------------------------------------------------------------------------- */
.company-content .page-section.page-section--message {
  padding: 8em 15%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message {
    padding: 6em 10% 10em;
  }
}
.company-content .page-section.page-section--message .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company-content .page-section.page-section--message .column__image {
  width: calc(50% - 2em);
  margin-bottom: 0;
  padding-top: 7em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .column__image {
    width: 80%;
    margin: 0 auto 3em;
    padding-top: 0;
  }
}
.company-content .page-section.page-section--message .column__content {
  width: calc(50% - 2em);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .column__content {
    width: 100%;
    margin-bottom: 3em;
  }
}
.company-content .page-section.page-section--message .column + .column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 4em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .column + .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-content .page-section.page-section--message .catch {
  margin: 1.5em 0 0.5em;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .catch {
    font-size: 2em;
  }
}
.company-content .page-section.page-section--message .read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .read {
    font-size: 1.125em;
  }
}
.company-content .page-section.page-section--message .name {
  margin-top: 3em;
  text-align: right;
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--message .name {
    font-size: 1em;
  }
}
.company-content .page-section.page-section--message .name img {
  max-width: 10em;
  margin-left: 1em;
}
.company-content .page-section.page-section--message .image.iv-item {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.company-content .page-section.page-section--message .image.iv-item.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* page-section: philosophy */
/* -------------------------------------------------------------------------- */
.company-content .page-section.page-section--philosophy {
  padding: 8em 15%;
  background-color: #f9f8f4;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--philosophy {
    padding: 6em 5%;
  }
}
.company-content .page-section.page-section--philosophy .title {
  margin: 6em 0 3em;
  font-size: 1em;
}
.company-content .page-section.page-section--philosophy .catch {
  font-size: 3em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--philosophy .catch {
    font-size: 2.5em;
  }
}
.company-content .page-section.page-section--philosophy .catch.iv-item {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.company-content .page-section.page-section--philosophy .catch.iv-item.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* page-section: group */
/* -------------------------------------------------------------------------- */
.company-content .page-section.page-section--group {
  padding: 8em 15% 0;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--group {
    padding: 6em 10% 0;
  }
}
.company-content .page-section.page-section--group .title {
  margin: 3em 0 1.5em;
  font-size: 2em;
  letter-spacing: 0.2em;
}
.company-content .page-section.page-section--group .read {
  font-size: 1.25em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--group .read {
    text-align: justify;
  }
}
.company-content .page-section.page-section--group .figure__caption {
  font-size: 1.25em;
}
.company-content .page-section.page-section--group .figure svg {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
}
.company-content .page-section.page-section--group .figure svg tspan {
  font-family: "Noto Sans JP", sans-serif;
}
.company-content .page-section.page-section--group .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 50em;
  margin: 5em auto 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--group .column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4em auto 0;
  }
}
.company-content .page-section.page-section--group .column .column__item {
  margin-bottom: 0;
}
.company-content .page-section.page-section--group .column .column__item:nth-of-type(1) {
  width: 30.8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--group .column .column__item:nth-of-type(1) {
    margin-bottom: 2em;
  }
}
.company-content .page-section.page-section--group .column .column__item:nth-of-type(2) {
  width: 16em;
}

/* page-section: profile */
/* -------------------------------------------------------------------------- */
.company-content .page-section.page-section--profile {
  padding: 8em 15% 12em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .page-section.page-section--profile {
    padding: 6em 5% 12em;
  }
}
.company-content .page-section.page-section--profile .rough-line-title {
  margin-bottom: 3em;
  text-align: center;
}

/* company-content */
/* -------------------------------------------------------------------------- */
.company-content .decor {
  position: absolute;
  bottom: -0.25em;
  z-index: 1;
  width: 8em;
}
.company-content .decor--1 {
  left: 75%;
  width: 6em;
  -webkit-transform: scale(0.5) translateX(0);
          transform: scale(0.5) translateX(0);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--1 {
    left: 35%;
  }
}
.company-content .decor--2 {
  left: 80%;
  width: 6em;
  -webkit-transform: scale(0.5) translateX(0);
          transform: scale(0.5) translateX(0);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--2 {
    left: 50%;
  }
}
.company-content .decor--3 {
  left: 82.5%;
  width: 12em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--3 {
    left: 55%;
  }
}
.company-content .decor--4 {
  left: 10%;
  width: 5em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--4 {
    left: 5%;
    width: 3.75em;
  }
}
.company-content .decor--5 {
  left: 20%;
  width: 8em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--5 {
    left: 20%;
    width: 6em;
  }
}
.company-content .decor--6 {
  left: 60%;
  width: 4.5em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--6 {
    left: 50%;
    width: 3.375em;
  }
}
.company-content .decor--7 {
  left: 70%;
  width: 6em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--7 {
    left: 65%;
    width: 4.5em;
  }
}
.company-content .decor--8 {
  left: 85%;
  width: 5em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--8 {
    left: 85%;
    width: 3.75em;
  }
}
.company-content .decor--9 {
  left: 37.5%;
  width: 8em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--9 {
    left: 15%;
  }
}
.company-content .decor--10 {
  left: 48%;
  width: 4em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--10 {
    left: 45%;
  }
}
.company-content .decor--11 {
  left: 55%;
  width: 6em;
  -webkit-transform: scale(1) translateX(-1em);
          transform: scale(1) translateX(-1em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-content .decor--11 {
    left: 62.5%;
  }
}
.company-content .decor.iv-item {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.company-content .decor.iv-item.decor--2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.company-content .decor.iv-item.decor--3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.company-content .decor.iv-item.decor--4 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.company-content .decor.iv-item.decor--5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.company-content .decor.iv-item.decor--6 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.company-content .decor.iv-item.decor--7 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.company-content .decor.iv-item.decor--8 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.company-content .decor.iv-item.decor--10 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.company-content .decor.iv-item.decor--11 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.company-content .decor.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

/* ========================================================================== */
/* Products Content */
/* ========================================================================== */
/* site-aside */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .products-content .site-aside {
    margin-top: 0;
  }
}

/* sec-content */
/* -------------------------------------------------------------------------- */
.sec-content.products-content .site-aside {
  margin-top: 4em;
  background-color: transparent;
}
.sec-content.products-content .page-section--index {
  margin-top: 4em;
  padding: 6em 0 4em;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sec-content.products-content .page-section--index {
    padding: 6em 5%;
  }
}

/* ter-content */
/* -------------------------------------------------------------------------- */
.ter-content.products-content .site-aside {
  margin-top: 4em;
}
.ter-content.products-content .page-section--index {
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .ter-content.products-content .page-section--index .column__item {
    width: calc(50% - 1em);
    margin-right: 2em;
    margin-bottom: 3em;
  }
  .ter-content.products-content .page-section--index .column__item:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ========================================================================== */
/* Careers Content */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.careers-content .illust-title__illust {
  width: 10em;
  margin-right: 2em;
}
.careers-content .site-aside {
  margin-top: 0;
}
.careers-content .rough-hr {
  width: 80%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .careers-content .rough-hr {
    width: 90%;
  }
}

.careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careers__title {
  width: 15em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .careers__title {
    width: 100%;
  }
}
.careers__content {
  width: calc(100% - 15em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .careers__content {
    width: 100%;
  }
}

/* ========================================================================== */
/* News Content */
/* ========================================================================== */
/* site-aside */
/* -------------------------------------------------------------------------- */
.news-content .site-aside {
  margin-top: 4em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-content .site-aside {
    margin-top: 0;
  }
}

.news-content.archive-content .site-aside {
  margin-top: 0;
  background-color: transparent;
}

/* page-section--index */
/* -------------------------------------------------------------------------- */
.news-content .page-section--index {
  padding: 6em 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-content .page-section--index {
    padding: 4em 0;
  }
}

/* page-article--news */
/* -------------------------------------------------------------------------- */
.news-content .page-article--news {
  padding: 4em 0;
}

/* site-aside */
/* -------------------------------------------------------------------------- */
.news-content .page-section--twitter {
  padding: 6em 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-content .page-section--twitter {
    padding: 4em 0;
  }
}

/* ========================================================================== */
/* Contact Content */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
/* page-section */
/* -------------------------------------------------------------------------- */
.contact-content .page-section {
  padding: 5em 0;
}
.contact-content .site-aside {
  margin-top: 0;
}
.contact-content .rough-hr {
  width: 80%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-content .rough-hr {
    width: 90%;
  }
}
.contact-content .form-process {
  margin-bottom: 4em;
}
.contact-content .form__section--privacy-policy .box {
  position: relative;
  max-height: 25em;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.5em;
}
.contact-content .page-section--phonecall a[href^="tel:"] {
  text-decoration: none;
}
.contact-content .page-section--thanks .decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 3em 0;
}
.contact-content .page-section--thanks .decor__item {
  margin: 0 1em;
}
.contact-content .page-section--thanks .decor__item--boy {
  width: 4.5em;
}
.contact-content .page-section--thanks .decor__item--girl {
  width: 6em;
}
.contact-content .page-section--thanks .decor__item--cat {
  width: 5.5em;
}

/* form__section */
/* -------------------------------------------------------------------------- */
/* page-section--thanks */
/* -------------------------------------------------------------------------- */
/* confirm-content */
/* -------------------------------------------------------------------------- */
/* form__section--address */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Documentation Content */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.doc-content .site-aside {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-6 {
    padding-left: 6em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: 0 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: width */
/* -------------------------------------------------------------------------- */
.w-100p {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
}
.w-d5e {
  width: 0.5em !important;
}

.w-1e {
  width: 1em !important;
}

.w-1d5e {
  width: 1.5em !important;
}

.w-2 {
  width: 2em !important;
}

.w-2d5e {
  width: 2.5em !important;
}

.w-3e {
  width: 3em !important;
}

.w-3d5e {
  width: 3.5em !important;
}

.w-4e {
  width: 43em !important;
}

.w-4d5e {
  width: 4.5em !important;
}

.w-5e {
  width: 5em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-w-d5e {
    width: 0.5em !important;
  }
  .sp-w-1e {
    width: 1em !important;
  }
  .sp-w-1d5e {
    width: 1.5em !important;
  }
  .sp-w-2 {
    width: 2em !important;
  }
  .sp-w-2d5e {
    width: 2.5em !important;
  }
  .sp-w-3e {
    width: 3em !important;
  }
  .sp-w-3d5e {
    width: 3.5em !important;
  }
  .sp-w-4e {
    width: 43em !important;
  }
  .sp-w-4d5e {
    width: 4.5em !important;
  }
  .sp-w-5e {
    width: 5em !important;
  }
}
/* layout: float */
/* -------------------------------------------------------------------------- */
.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .fl-right {
    float: none;
  }
  .fl-left {
    float: none;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff-serif {
  font-family: serif !important;
}

.ff-antro-vectra {
  font-family: "Antro Vectra", serif !important;
}

.ff-jost {
  font-family: "Jost", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-fz-10 {
    font-size: 0.625em !important;
  }
  .sp-fz-12 {
    font-size: 0.75em !important;
  }
  .sp-fz-14 {
    font-size: 0.875em !important;
  }
  .sp-fz-16 {
    font-size: 1em !important;
  }
  .sp-fz-18 {
    font-size: 1.125em !important;
  }
  .sp-fz-20 {
    font-size: 1.25em !important;
  }
  .sp-fz-22 {
    font-size: 1.375em !important;
  }
  .sp-fz-24 {
    font-size: 1.5em !important;
  }
  .sp-fz-28 {
    font-size: 1.75em !important;
  }
  .sp-fz-32 {
    font-size: 2em !important;
  }
  .sp-fz-36 {
    font-size: 2.25em !important;
  }
  .sp-fz-40 {
    font-size: 2.5em !important;
  }
  .sp-fz-44 {
    font-size: 2.75em !important;
  }
  .sp-fz-48 {
    font-size: 3em !important;
  }
  .sp-fz-42 {
    font-size: 3.25em !important;
  }
  .sp-fz-56 {
    font-size: 3.5em !important;
  }
  .sp-fz-60 {
    font-size: 3.75em !important;
  }
  .sp-fz-64 {
    font-size: 4em !important;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal !important;
}

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

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-100 {
  font-weight: 100 !important;
}

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

.fw-300 {
  font-weight: 300 !important;
}

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

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

.fw-900 {
  font-weight: 900 !important;
}

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

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

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

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

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

.ls-5 {
  letter-spacing: 0.5em !important;
}

.ls-6 {
  letter-spacing: 0.6em !important;
}

.ls-7 {
  letter-spacing: 0.7em !important;
}

.ls-8 {
  letter-spacing: 0.8em !important;
}

.ls-9 {
  letter-spacing: 0.9em !important;
}

.ls-10 {
  letter-spacing: 1em !important;
}

.ls-11 {
  letter-spacing: 1.1em !important;
}

.ls-12 {
  letter-spacing: 1.2em !important;
}

.ls-13 {
  letter-spacing: 1.3em !important;
}

.ls-14 {
  letter-spacing: 1.4em !important;
}

.ls-15 {
  letter-spacing: 1.5em !important;
}

.ls-16 {
  letter-spacing: 1.6em !important;
}

.ls-17 {
  letter-spacing: 1.7em !important;
}

.ls-18 {
  letter-spacing: 1.8em !important;
}

.ls-19 {
  letter-spacing: 1.9em !important;
}

.ls-20 {
  letter-spacing: 2em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0 !important;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em !important;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em !important;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em !important;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em !important;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em !important;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em !important;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em !important;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em !important;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em !important;
  }
  .sp-ls-10 {
    letter-spacing: 1em !important;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em !important;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em !important;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em !important;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em !important;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em !important;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em !important;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em !important;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em !important;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em !important;
  }
  .sp-ls-20 {
    letter-spacing: 2em !important;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1 !important;
}

.lh-1d2 {
  line-height: 1.2 !important;
}

.lh-1d4 {
  line-height: 1.4 !important;
}

.lh-1d6 {
  line-height: 1.6 !important;
}

.lh-1d8 {
  line-height: 1.8 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-2d2 {
  line-height: 2.2 !important;
}

.lh-2d4 {
  line-height: 2.4 !important;
}

.lh-2d6 {
  line-height: 2.6 !important;
}

.lh-2d8 {
  line-height: 2.8 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-3d2 {
  line-height: 3.2 !important;
}

.lh-3d4 {
  line-height: 3.4 !important;
}

.lh-3d6 {
  line-height: 3.6 !important;
}

.lh-3d8 {
  line-height: 3.8 !important;
}

.lh-4 {
  line-height: 4 !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1 !important;
  }
  .sp-lh-1d2 {
    line-height: 1.2 !important;
  }
  .sp-lh-1d4 {
    line-height: 1.4 !important;
  }
  .sp-lh-1d6 {
    line-height: 1.6 !important;
  }
  .sp-lh-1d8 {
    line-height: 1.8 !important;
  }
  .sp-lh-2 {
    line-height: 2 !important;
  }
  .sp-lh-2d2 {
    line-height: 2.2 !important;
  }
  .sp-lh-2d4 {
    line-height: 2.4 !important;
  }
  .sp-lh-2d6 {
    line-height: 2.6 !important;
  }
  .sp-lh-2d8 {
    line-height: 2.8 !important;
  }
  .sp-lh-3 {
    line-height: 3 !important;
  }
  .sp-lh-3d2 {
    line-height: 3.2 !important;
  }
  .sp-lh-3d4 {
    line-height: 3.4 !important;
  }
  .sp-lh-3d6 {
    line-height: 3.6 !important;
  }
  .sp-lh-3d8 {
    line-height: 3.8 !important;
  }
  .sp-lh-4 {
    line-height: 4 !important;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left !important;
}

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

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

.ta-justify {
  text-align: justify !important;
}

@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;
  }
  .sp-ta-justify {
    text-align: justify !important;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.sp-td-none {
  text-decoration: none !important;
}

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

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

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

.ws-nowrap {
  white-space: nowrap !important;
}

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

/* ========================================================================== */
/* Wordpress */
/* ========================================================================== */
/* ========================================================================== */
/* News Article */
/* ========================================================================== */
/* page-article */
/* -------------------------------------------------------------------------- */
/* article-header */
/* -------------------------------------------------------------------------- */
.page-article--news .article-header .status {
  margin-bottom: 1.5em;
}
.page-article--news .article-header time {
  color: #50bfcf;
}

/* article-footer */
/* -------------------------------------------------------------------------- */
.page-article--news .article-footer {
  text-align: center;
}

/* inline */
/* -------------------------------------------------------------------------- */
.page-article--news strong {
  font-weight: 500;
}

/* headding */
/* -------------------------------------------------------------------------- */
.page-article--news h1 {
  font-weight: 500;
}
.page-article--news h2,
.page-article--news h3,
.page-article--news h4,
.page-article--news h5,
.page-article--news h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
.page-article--news h1 {
  margin-top: 0;
}
.page-article--news h2::before {
  content: "";
  display: inline-block;
  width: 0.125em;
  height: 1.6em;
  vertical-align: middle;
  margin-right: 0.875em;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  border-radius: 0.0625em;
  background-color: #50bfcf;
}
.page-article--news h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.666em;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
  border: 0.25em solid #50bfcf;
  border-radius: 50%;
}
.page-article--news h4::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  margin-right: 0.666em;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
  background-color: #50bfcf;
  border-radius: 50%;
}

/* paragraph */
/* -------------------------------------------------------------------------- */
.page-article--news p {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}

/* -------------------------------------------------------------------------- */
.page-article--news ul {
  font-size: 1.25em;
  line-height: 1.8;
}
.page-article--news ul > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.8;
}
.page-article--news ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.75em;
  color: #50bfcf;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.page-article--news ul > li ul li::before {
  content: "●";
}

/* -------------------------------------------------------------------------- */
.page-article--news ol {
  counter-reset: number;
  font-size: 1.25em;
  line-height: 1.8;
}
.page-article--news ol > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.8;
}
.page-article--news ol > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-weight: 400;
  color: #50bfcf;
}

/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Block Editor */
/* ========================================================================== */
/* font-size */
/* -------------------------------------------------------------------------- */
.has-extra-small-font-size {
  font-size: 0.75em;
}

.has-small-font-size {
  font-size: 0.875em;
}

.has-normal-font-size {
  font-size: 1em;
}

.has-large-font-size {
  font-size: 1.125em;
}

.has-extra-large-font-size {
  font-size: 1.25em;
}

.has-huge-font-size {
  font-size: 1.5em;
}

.has-gigantic-font-size {
  font-size: 2em;
}

/* color */
/* -------------------------------------------------------------------------- */
.has-initial-color {
  color: #50bfcf;
}

.has-primary-color {
  color: #727171;
}

.has-secondary-color {
  color: #50bfcf;
}

.has-tertiary-color {
  color: #96cc8b;
}

.has-quaternary-color {
  color: #d0e8cb;
}

.has-quinary-color {
  color: #ece7da;
}

.has-gray-98-color {
  color: #fafafa;
}

.has-gray-96-color {
  color: #f5f5f5;
}

.has-gray-92-color {
  color: #ebebeb;
}

.has-gray-88-color {
  color: #e0e0e0;
}

.has-gray-80-color {
  color: #ccc;
}

.has-gray-72-color {
  color: #b8b8b8;
}

.has-gray-64-color {
  color: #a3a3a3;
}

.has-gray-56-color {
  color: #8f8f8f;
}

.has-gray-48-color {
  color: #7a7a7a;
}

.has-gray-32-color {
  color: #525252;
}

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

.has-gray-20-color {
  color: #333;
}

.has-gray-16-color {
  color: #292929;
}

.has-gray-08-color {
  color: #141414;
}

/* background-color */
/* -------------------------------------------------------------------------- */
.has-background {
  padding: 1.5em;
}

.has-initial-background-color {
  background-color: #50bfcf;
}

.has-primary-background-color {
  background-color: #727171;
}

.has-secondary-background-color {
  background-color: #50bfcf;
}

.has-tertiary-background-color {
  background-color: #96cc8b;
}

.has-quaternary-background-color {
  background-color: #d0e8cb;
}

.has-quinary-background-color {
  background-color: #ece7da;
}

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

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

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

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

.has-gray-80-background-color {
  background-color: #ccc;
}

.has-gray-72-background-color {
  background-color: #b8b8b8;
}

.has-gray-64-background-color {
  background-color: #a3a3a3;
}

.has-gray-56-background-color {
  background-color: #8f8f8f;
}

.has-gray-48-background-color {
  background-color: #7a7a7a;
}

.has-gray-32-background-color {
  background-color: #525252;
}

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

.has-gray-20-background-color {
  background-color: #333;
}

.has-gray-16-background-color {
  background-color: #292929;
}

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

/* separator */
/* -------------------------------------------------------------------------- */
.wp-block-separator {
  margin: 2em auto;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.wp-block-separator.has-background {
  padding: 0;
}

/* image */
/* -------------------------------------------------------------------------- */
.wp-block-image .wp-element-caption {
  margin-top: 1em;
  color: #8f8f8f;
}

/* table */
/* -------------------------------------------------------------------------- */
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.25em;
  font-size: 1.25em;
  line-height: 1.8;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1em;
  border: 0;
  vertical-align: top;
}
.wp-block-table table th {
  white-space: nowrap;
}
.wp-block-table table tbody th {
  background-color: #ebebeb;
}
.wp-block-table table tbody td {
  background-color: #fafafa;
}
.wp-block-table table tbody td:first-of-type {
  white-space: nowrap;
  font-weight: 500;
  background-color: #ebebeb;
}
.wp-block-table table tbody th + td:first-of-type {
  white-space: normal;
  font-weight: 300;
  background-color: #fafafa;
}
.wp-block-table table thead th,
.wp-block-table table thead td {
  background-color: #727171;
  color: #ffffff;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes table {
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes table tbody tr > * {
  background-color: #f5f5f5;
}
.wp-block-table.is-style-stripes table tbody tr > *:first-of-type {
  background-color: #f5f5f5;
}
.wp-block-table.is-style-stripes table tbody tr:nth-of-type(even) > * {
  background-color: #ebebeb;
}

/* group */
/* -------------------------------------------------------------------------- */
.wp-block-group__inner-container > h2, .wp-block-group__inner-container h3, .wp-block-group__inner-container h4, .wp-block-group__inner-container h5, .wp-block-group__inner-container h6 {
  margin-top: 0.5em;
}

/* media-text */
/* -------------------------------------------------------------------------- */
.wp-block-media-text {
  -ms-grid-columns: 16% 1fr;
  grid-template-columns: 16% 1fr;
}
.wp-block-media-text .wp-block-media-text__content {
  margin-left: 4%;
  padding: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .wp-block-media-text .wp-block-media-text__media {
    width: 50%;
    margin: 0 auto 1.5em;
  }
}

/* button */
/* -------------------------------------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  padding: 1em 3em;
}
.wp-block-button__link.has-background {
  padding: 1em 3em;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 1em 3em;
}

.isnt-touch .page-article .wp-block-button__link:focus, .isnt-touch .page-article .wp-block-button__link:hover {
  background-color: #50bfcf;
  color: #ffffff;
}

/* ========================================================================== */
/* nav-links */
/* ========================================================================== */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-links > * {
  margin: 0 1em;
  font-size: 1.125em;
}

/* ========================================================================== */
/* wp-pagenavi */
/* ========================================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-pagenavi > * {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 0.25em;
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 3;
}
.wp-pagenavi a {
  background-image: none;
  text-decoration: none;
  color: #a3a3a3;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  opacity: 0.5;
}
.wp-pagenavi .page {
  background-color: #f5f5f5;
}
.wp-pagenavi .current {
  background-color: #50bfcf;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  overflow: hidden;
  text-indent: -100%;
  background-color: #a3a3a3;
  background-image: url(./images/icon/ico_direction_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.isnt-touch .wp-pagenavi > a:focus, .isnt-touch .wp-pagenavi > a:hover {
  background-color: #cbe2e8;
}

/* ========================================================================== */
/* Custom wpcf7 */
/* ========================================================================== */
.wpcf7-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.wpcf7-spinner {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  background-color: #727171;
}
.wpcf7-spinner::before {
  background-color: #ffffff;
  top: 0.25em;
  left: 0.25em;
  width: 0.375em;
  height: 0.375em;
}

.dummy-image {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #ccc;
}
.dummy-image::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.dummy-image__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
}

/* ここから追記 */
.indent_li::before {
  content: "\00a0" !important;
  padding-left: 4em;
}

/* .indent>li:nth-of-type(4),li:nth-of-type(5) {
 * padding-left: 4em
 * } */
/*# sourceMappingURL=style.css.map */