@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article {
  position: relative;
}

em,
i {
  font-style: normal;
}

sup {
  font-size: 0.7em;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

video {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gl_show_pc {
    display: none;
  }
}

.gl_show_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .gl_show_sp {
    display: block;
  }
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_tx p + p {
  margin-top: 1em;
}

.gl_tx p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group01 + .gl_group01,
.gl_group02 + .gl_group01,
.gl_group03 + .gl_group01 {
  margin-top: 50px;
}

.gl_group01 + .gl_group02,
.gl_group02 + .gl_group02,
.gl_group03 + .gl_group02 {
  margin-top: 80px;
}

.gl_group01 + .gl_group03,
.gl_group02 + .gl_group03,
.gl_group03 + .gl_group03 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group03,
  .gl_group02 + .gl_group03,
  .gl_group03 + .gl_group03 {
    margin-top: 60px;
  }
}

ul.gl_ul {
  padding: 0;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  ul.gl_ul {
    padding-left: 7px;
  }
}

ul.gl_ul li {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li {
    font-size: 1.4rem;
  }
}

ul.gl_ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -15px;
  width: 0.3em;
  height: 0.3em;
  background-color: #aaa;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li::after {
    left: -7px;
  }
}

.gl_externalEmbedded {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gl_externalEmbedded iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gl_heightRatio {
  width: 177vh;
  height: 100vh;
  max-width: 100vw;
}

.ani_active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ani_once {
  text-align: center;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx > div {
  opacity: 0;
}

.xxx.ani_active > div {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

html {
  scroll-padding-top: 0px;
}

body {
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
}

p {
  line-height: 1.6;
  font-size: 1.6rem;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5;
  }
}

.gl_img,
.gl_img_np {
  position: relative;
  overflow: hidden;
  padding-top: calc(700 / 1500 * 100%);
  width: 100%;
  height: 0;
}

@media screen and (max-width: 767px) {
  .gl_img,
  .gl_img_np {
    padding-top: 80%;
  }
}

.gl_img img,
.gl_img_np img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .gl_img_np {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}

.container {
  max-width: 767px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_S {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_W {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .container_W {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.np,
  .container_S.np,
  .container_W.np {
    padding: 0;
  }
}

.sc_p0 {
  padding-top: 0px;
  padding-bottom: 00px;
}

@media screen and (max-width: 767px) {
  .sc_p0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.sc_p1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sc_p1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sc_p2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sc_p2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sc_p3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sc_p3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bigImg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bigImg::after {
  content: "";
  display: block;
  padding-top: 30%;
}

@media screen and (max-width: 767px) {
  .bigImg::after {
    padding-top: 80%;
  }
}

.bigImg .lc_bigImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/library/web/ayumi/img/home_06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.topImage {
  position: relative;
  overflow: hidden;
}

.topImage::after {
  content: "";
  display: block;
  padding-top: 30%;
}

@media screen and (max-width: 767px) {
  .topImage::after {
    padding-top: 60%;
  }
}

.topImage .topImage_bg {
  position: absolute;
  top: 0;
  top: -50%;
  left: 0;
  width: 100%;
  background-image: url("/library/web/ayumi/img/xxx_topimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-animation: fadeIn_up 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_up 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .topImage .topImage_bg {
    top: 0;
  }
}

.topImage .topImage_bg::after {
  content: "";
  display: block;
  padding-top: calc(500 / 1400 * 100%);
}

@media screen and (max-width: 767px) {
  .topImage .topImage_bg::after {
    padding-top: 60%;
  }
}

.topImage .topImage_ttl {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
}

.topImage .topImage_ttl h1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: normal;
}

@media screen and (min-width: 299px) {
  .topImage .topImage_ttl h1 span {
    display: inline-block;
  }
}

.sc_bg_01 {
  background-image: url("/library/web/ayumi/img/comm_bg_02.png");
  background-repeat: repeat;
}

.cm_tx01,
.cm_tx01c {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cm_tx01c p {
  text-align: center;
}

.cm_tx02 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ttl_01,
.ttl_01a {
  position: relative;
  margin-bottom: 60px;
}

.ttl_01 h2,
.ttl_01a h2 {
  text-align: center;
  font-size: 2.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009943;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ttl_01 h2,
  .ttl_01a h2 {
    font-size: 2.4rem;
  }
}

.ttl_01 h2::before,
.ttl_01a h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - (250px / 2));
  width: 250px;
  height: 2px;
  content: "";
  background-color: #8dc556;
}

.ttl_01 .lc_cap,
.ttl_01a .lc_cap {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.5rem;
  color: #8dc556;
  letter-spacing: 0.2em;
  margin: 0;
}

.ttl_01a h2,
.ttl_01a .lc_cap {
  color: #fff;
}

.ttl_01a h2::before {
  background-color: #fff;
}

.ttl_03 {
  background-color: #009943;
  border-radius: 999px;
  color: #fff;
  padding: 15px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_03 {
    border-radius: 30px;
    padding: 20px 15px;
  }
}

.ttl_03 h3 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .ttl_03 h3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 299px) {
  .ttl_03 span {
    display: inline-block;
  }
}

.ttl_04 {
  font-size: 2rem;
  color: #009943;
  margin-bottom: 30px;
}

@media screen and (min-width: 299px) {
  .ttl_04 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ttl_05 {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 299px) {
  .ttl_05 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .ttl_05 {
    font-size: 1.6rem;
  }
}

.ttl_06 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #009943;
  border-bottom: 1px solid #009943;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.btn_01,
.btn_01a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  padding: 15px 30px;
}

.btn_01 p,
.btn_01a p {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .btn_01,
  .btn_01a {
    width: 100%;
  }
}

.btn_01 a,
.btn_01a a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.btn_01 span,
.btn_01a span {
  display: inline-block;
}

.btn_01,
.btn_01a {
  color: #fff;
  border-radius: 999px;
  background-color: #e9ddc3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn_01 p,
.btn_01a p {
  color: #fff;
}

.btn_01::after,
.btn_01a::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn_01:hover,
.btn_01a:hover {
  background-color: #009943;
}

.headerWrap {
  border-bottom: 2px solid #009943;
}

.headerInner {
  max-width: 767px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .headerInner {
    height: 70px;
  }
}

.menu_logo {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_logo a {
  line-height: 0;
}

.menu_logo img {
  display: block;
  height: 55px;
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: fadeIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_logo img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .menu_logo img {
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .menu_logo {
    height: 100%;
  }
}

@-webkit-keyframes productsTop_navFB_box {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes productsTop_navFB_box {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes productsTop_navFB_box_ani2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  45% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  48% {
    -webkit-transform: scale(0, 1) translate(0px, 0);
            transform: scale(0, 1) translate(0px, 0);
  }
  52% {
    -webkit-transform: scale(0, 1) translate(0px, 0);
            transform: scale(0, 1) translate(0px, 0);
  }
  55% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
}

@keyframes productsTop_navFB_box_ani2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  45% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  48% {
    -webkit-transform: scale(0, 1) translate(0px, 0);
            transform: scale(0, 1) translate(0px, 0);
  }
  52% {
    -webkit-transform: scale(0, 1) translate(0px, 0);
            transform: scale(0, 1) translate(0px, 0);
  }
  55% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0px, 0);
            transform: scale(1, 1) translate(0px, 0);
  }
}

.productsTop_navFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .productsTop_navFB {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.productsTop_navFB_box {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: productsTop_navFB_box_ani2 4s 0s linear;
          animation: productsTop_navFB_box_ani2 4s 0s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box {
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    border-radius: 0;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}

.productsTop_navFB_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.productsTop_navFB_box:hover {
  background-color: #e5f1da;
}

.productsTop_navFB_box:hover .productsTop_navFB_box_img {
  -webkit-animation: rotate01 4s linear infinite;
          animation: rotate01 4s linear infinite;
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.01);
            transform: rotate(5deg) scale(1.01);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.01);
            transform: rotate(-5deg) scale(1.01);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

.productsTop_navFB_box_img {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.productsTop_navFB_box_img::after {
  content: "";
  display: block;
  padding-top: 55%;
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_img::after {
    padding-top: 60%;
  }
}

.productsTop_navFB_box_ttl .productsTop_navFB_box_ttl_inner {
  height: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_ttl .productsTop_navFB_box_ttl_inner {
    height: 80px;
    margin-bottom: 20px;
  }
}

.productsTop_navFB_box_ttl .lc_ttl_A,
.productsTop_navFB_box_ttl .lc_ttl_B {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_ttl .lc_ttl_A,
  .productsTop_navFB_box_ttl .lc_ttl_B {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.productsTop_navFB_box_ttl .lc_ttl_A {
  font-size: 1.8rem;
  color: #009943;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-animation: productsTop_navFB_box 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: productsTop_navFB_box 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (min-width: 299px) {
  .productsTop_navFB_box_ttl .lc_ttl_A span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_ttl .lc_ttl_A {
    font-size: 3vw;
    line-height: 1.4;
  }
}

.productsTop_navFB_box_ttl .lc_ttl_B {
  font-size: 2.2rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: productsTop_navFB_box 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: productsTop_navFB_box 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 299px) {
  .productsTop_navFB_box_ttl .lc_ttl_B span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_ttl .lc_ttl_B {
    font-size: 3.7vw;
  }
}

.productsTop_navFB_box_icon {
  width: 17%;
  height: 30px;
  background-image: url("/library/web/ayumi/img/icon_arrow_gr4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box_icon {
    width: 30px;
    bottom: 0px;
  }
}

.productsTop_navFB_box.lc_type_A {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.productsTop_navFB_box.lc_type_A .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_00.png");
}

.productsTop_navFB_box.lc_type_A .productsTop_navFB_box_ttl_inner .lc_ttl_A,
.productsTop_navFB_box.lc_type_A .productsTop_navFB_box_ttl_inner .lc_ttl_B {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.productsTop_navFB_box.lc_type_B .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_01.png");
}

.productsTop_navFB_box.lc_type_C {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.productsTop_navFB_box.lc_type_C .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_02.png");
}

.productsTop_navFB_box.lc_type_C .productsTop_navFB_box_ttl_inner .lc_ttl_A,
.productsTop_navFB_box.lc_type_C .productsTop_navFB_box_ttl_inner .lc_ttl_B {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box.lc_type_C {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .productsTop_navFB_box.lc_type_C .productsTop_navFB_box_ttl_inner .lc_ttl_A,
  .productsTop_navFB_box.lc_type_C .productsTop_navFB_box_ttl_inner .lc_ttl_B {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.productsTop_navFB_box.lc_type_D .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_03.png");
}

@media screen and (max-width: 767px) {
  .productsTop_navFB_box.lc_type_D {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .productsTop_navFB_box.lc_type_D .productsTop_navFB_box_ttl_inner .lc_ttl_A,
  .productsTop_navFB_box.lc_type_D .productsTop_navFB_box_ttl_inner .lc_ttl_B {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.productsTop_navFB_box.lc_type_E {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.productsTop_navFB_box.lc_type_E .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_04.png");
}

.productsTop_navFB_box.lc_type_E .productsTop_navFB_box_ttl_inner .lc_ttl_A,
.productsTop_navFB_box.lc_type_E .productsTop_navFB_box_ttl_inner .lc_ttl_B {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.productsTop_navFB_box.lc_type_F .productsTop_navFB_box_img {
  background-image: url("/library/web/ayumi/img/products_nav_05.png");
}

.page_products_00 .productsTop_navFB_box.lc_type_A,
.page_products_01 .productsTop_navFB_box.lc_type_B,
.page_products_02 .productsTop_navFB_box.lc_type_C,
.page_products_03 .productsTop_navFB_box.lc_type_D,
.page_products_04 .productsTop_navFB_box.lc_type_E,
.page_products_05 .productsTop_navFB_box.lc_type_F {
  background-color: #fffddb;
}

.indexFooterMenu_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .indexFooterMenu_ttl {
    margin-bottom: 20px;
  }
}

.indexFooterMenu_ttl:before, .indexFooterMenu_ttl:after {
  content: "";
  height: 1px;
  background-color: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.indexFooterMenu_ttl p {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .indexFooterMenu_ttl p {
    font-size: 1.8rem;
  }
}

.indexFooterMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.indexFooterMenu_item {
  text-align: center;
  width: 48%;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #f4f1ec;
  border-radius: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
}

@media screen and (max-width: 767px) {
  .indexFooterMenu_item {
    padding: 20px;
    border-radius: 20px;
  }
}

.indexFooterMenu_item:hover {
  background-color: #fffddb;
}

.indexFooterMenu_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .indexFooterMenu_item {
    width: 100%;
  }
}

.indexFooterMenu_item_img img {
  border-radius: 10px;
}

.indexFooterMenu_item_ttl h3 {
  font-size: 2rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 15px;
}

.footerAnchor {
  text-align: right;
  margin-top: 50px;
}

.footerAnchor a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footerAnchor a:hover {
  text-decoration: underline;
  color: #009943;
}

.footerAnchor a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(/library/web/ayumi/img/icon_arrow_gr1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0.5em;
}

.ribbon_footer {
  padding: 30px 0 55px;
  font-size: 11px;
  background: url(/library/web/ayumi/img/footer_musubu_ribbon04.png) bottom right 50px/120px 45px no-repeat, url(/library/web/ayumi/img/footer_musubu_ribbon03.png) bottom left 50px/95px 45px no-repeat, url(/library/web/ayumi/img/footer_musubu_ribbon02.png) bottom 0px left/1px 45px repeat-x;
}

.ribbon_footer_inner {
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ribbon_footer_inner {
    width: 100%;
  }
}

.footerCopyright {
  text-align: right;
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .footerCopyright {
    margin-bottom: 0;
    text-align: center;
  }
}

.footerLogo {
  max-width: 164px;
  padding: 20px;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footerLogo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footerLogo {
    text-align: center;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

#pagetop_wrap.show {
  opacity: 0.4;
}

#pagetop_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#pagetop_wrap {
  opacity: 0;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 2;
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  #pagetop_wrap {
    visibility: hidden;
  }
}

#pagetop_wrap:hover {
  opacity: 1;
}

#pagetop_wrap a {
  text-decoration: none;
  z-index: 5;
}

.products_footerMenu_ttl {
  font-size: 2.3rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .products_footerMenu_ttl {
    font-size: 2rem;
  }
}

.products_footerMenu_ttl .lc_color {
  color: #6eb92c;
  font-size: 1.4em;
}

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

.productsFooterMenu_item {
  position: relative;
  width: calc(50% - 10px);
  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;
  border: 8px solid #8dc556;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .productsFooterMenu_item {
    width: 100%;
  }
}

.productsFooterMenu_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.productsFooterMenu_item:hover {
  background-color: #e5f1da;
}

.productsFooterMenu_item_ttl {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
}

.productsFooterMenu_item_ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 10px;
}

@media screen and (min-width: 299px) {
  .productsFooterMenu_item_ttl p span {
    display: inline-block;
  }
}

.productsFooterMenu_item_img {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.productsFooterMenu_item_img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.productsFooterMenu_item_icon {
  width: 30px;
  height: 20px;
  background-image: url("/library/web/ayumi/img/icon_arrow_gr4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .productsFooterMenu_item_icon {
    width: 30px;
    bottom: 0px;
  }
}

.productsFooterMenu_item.lc_type_A .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_00.png");
}

.productsFooterMenu_item.lc_type_B .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_01.png");
}

.productsFooterMenu_item.lc_type_C .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_02.png");
}

.productsFooterMenu_item.lc_type_D .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_03.png");
}

.productsFooterMenu_item.lc_type_E .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_04.png");
}

.productsFooterMenu_item.lc_type_F .productsFooterMenu_item_img {
  background-image: url("/library/web/ayumi/img/products_nav_05.png");
}

.page_products_00 .productsFooterMenu_item.lc_type_A,
.page_products_01 .productsFooterMenu_item.lc_type_B,
.page_products_02 .productsFooterMenu_item.lc_type_C,
.page_products_03 .productsFooterMenu_item.lc_type_D,
.page_products_04 .productsFooterMenu_item.lc_type_E,
.page_products_05 .productsFooterMenu_item.lc_type_F {
  background-color: #fffddb;
}

.sc_history_top {
  background-color: #e9ddc3;
  padding-bottom: 50px;
}

.history_logo {
  text-align: center;
  margin-bottom: 20px;
}

.common_mainNav {
  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) {
  .common_mainNav {
    display: none;
  }
}

.common_mainNav .common_mainNav_item.lc_type_nen,
.common_mainNav .common_mainNav_item.lc_type_keyword {
  width: 48%;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.common_mainNav .common_mainNav_item.lc_type_nen:hover,
.common_mainNav .common_mainNav_item.lc_type_keyword:hover {
  opacity: 1;
  background-color: #fffddb;
}

.common_mainNavSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .common_mainNavSP {
    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 (max-width: 767px) {
  .common_mainNavSP .common_mainNav_item {
    margin: 0;
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .common_mainNavSP .common_mainNav_item.lc_type_nen,
  .common_mainNavSP .common_mainNav_item.lc_type_keyword {
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common_mainNavSP .common_mainNav_item.lc_type_nen:hover,
  .common_mainNavSP .common_mainNav_item.lc_type_keyword:hover {
    opacity: 1;
    background-color: #fffddb;
  }
}

.page_products_00 .common_mainNav_item.lc_type_keyword,
.page_products_01 .common_mainNav_item.lc_type_keyword,
.page_products_02 .common_mainNav_item.lc_type_keyword,
.page_products_03 .common_mainNav_item.lc_type_keyword,
.page_products_04 .common_mainNav_item.lc_type_keyword,
.page_products_05 .common_mainNav_item.lc_type_keyword {
  opacity: 0.5;
}

.page_index .common_mainNav_item.lc_type_nen {
  opacity: 0.5;
}

.common_mainNav_top .common_mainNav_item.lc_type_keyword,
.common_mainNav_top .common_mainNav_item.lc_type_nen {
  opacity: 1;
}

.historyList_ttl {
  background-color: #009943;
  padding: 15px 20px;
}

.historyList_ttl h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .historyList_ttl h2 {
    font-size: 2.4rem;
  }
}

.historyList_ttl::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(/library/web/ayumi/img/icon_arrow_d_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.historyList {
  margin-top: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .historyList {
    margin-top: 20px;
  }
}

.historyList_startImg {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .historyList_startImg {
    padding: 20px;
  }
}

.historyList_vLine {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .historyList_vLine {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.historyList_vLine_graphic {
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #009943;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .historyList_vLine_graphic {
    left: 80%;
  }
}

@media screen and (max-width: 767px) {
  .historyList_contWrap.lc_cont_type_endYear .historyList_cont_nen {
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 10px;
    position: absolute;
    right: 20%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 767px) {
  .historyList_contWrap.lc_cont_type_endYear .historyList_cont_nen p {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .historyList_contWrap.lc_cont_type_endYear .historyList_cont {
    padding-bottom: 150px;
  }
}

.historyList_contWrap {
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .historyList_contWrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}

.historyList_cont_inner {
  position: relative;
}

.lc_cont_type_R .historyList_cont_inner {
  width: 50%;
  margin-left: auto;
}

.lc_cont_type_L .historyList_cont_inner {
  width: 50%;
  margin-right: auto;
}

.lc_cont_type_C .historyList_cont_inner {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-top: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .lc_cont_type_C .historyList_cont_inner {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lc_cont_type_R .historyList_cont_inner,
  .lc_cont_type_L .historyList_cont_inner,
  .lc_cont_type_C .historyList_cont_inner {
    width: 100%;
    background-color: #fff;
    border: 5px solid #009943;
    border-radius: 30px;
    padding: 20px;
  }
}

.historyList_cont_nen {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .historyList_cont_nen {
    margin-left: 20px;
    text-align: left;
  }
}

.historyList_cont_nen p {
  display: inline-block;
  font-size: 5rem;
  font-family: dinosaur, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #009943;
  background-color: #fff;
  padding: 15px 0;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .historyList_cont_nen p {
    font-size: 6rem;
    background-color: transparent;
    padding: 0;
  }
}

.historyList_cont_ttl {
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .historyList_cont_ttl {
    margin-bottom: 0;
  }
}

.historyList_cont_ttl h3 {
  font-size: 2.3rem;
  line-height: 1.4;
  color: #333;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (min-width: 299px) {
  .historyList_cont_ttl h3 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .historyList_cont_ttl h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.historyList_cont_ttl h3.lc_size2 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_ttl h3.lc_size2 {
    font-size: 2.5rem;
  }
}

.historyList_cont_ttl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.historyList_cont_ttl a:hover + h3 {
  opacity: 0.7;
}

.historyList_cont_ttl h3.lc_linkIcon {
  color: #009943;
}

.historyList_cont_ttl h3.lc_linkIcon::after {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(/library/web/ayumi/img/icon_arrow_gr2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 7px;
  margin-left: 0.2em;
}

.lc_cont_popup .historyList_cont_ttl h3.lc_linkIcon::after {
  background-image: url(/library/web/ayumi/img/icon_arrow_gr5.png);
}

.lc_cont_type_R .historyList_cont_ttl,
.lc_cont_type_L .historyList_cont_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .lc_cont_type_R .historyList_cont_ttl,
  .lc_cont_type_L .historyList_cont_ttl {
    display: block;
  }
}

.lc_cont_type_R .historyList_cont_ttl .historyList_cont_ttl_dotline,
.lc_cont_type_L .historyList_cont_ttl .historyList_cont_ttl_dotline {
  width: 80px;
  border-top: 3px dotted #009943;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 900px) {
  .lc_cont_type_R .historyList_cont_ttl .historyList_cont_ttl_dotline,
  .lc_cont_type_L .historyList_cont_ttl .historyList_cont_ttl_dotline {
    width: calc(80px - 30px);
    margin-left: calc(30px - 10px);
    margin-right: calc(30px - 10px);
  }
}

@media screen and (max-width: 767px) {
  .lc_cont_type_R .historyList_cont_ttl .historyList_cont_ttl_dotline,
  .lc_cont_type_L .historyList_cont_ttl .historyList_cont_ttl_dotline {
    display: none;
  }
}

.lc_cont_type_R .historyList_cont_ttl h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lc_cont_type_R .historyList_cont_ttl .historyList_cont_ttl_dotline {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lc_cont_type_L .historyList_cont_ttl .historyList_cont_ttl_dotline {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.lc_cont_type_R .historyList_cont_body {
  padding-left: calc(30px * 2 + 80px);
}

@media screen and (max-width: 900px) {
  .lc_cont_type_R .historyList_cont_body {
    padding-left: calc(30px * 2 + 80px - 45px);
  }
}

@media screen and (max-width: 767px) {
  .lc_cont_type_R .historyList_cont_body {
    padding-left: 0;
  }
}

.lc_cont_type_L .historyList_cont_body {
  padding-right: calc(30px * 2 + 80px);
}

@media screen and (max-width: 900px) {
  .lc_cont_type_L .historyList_cont_body {
    padding-right: calc(30px * 2 + 80px - 30px);
  }
}

@media screen and (max-width: 767px) {
  .lc_cont_type_L .historyList_cont_body {
    padding-right: 0;
  }
}

.historyList_cont_img {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .historyList_cont_img {
    max-width: 300px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.historyList_cont_tx01 {
  text-align: center;
  color: #009943;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_tx01 {
    font-size: 2.2rem;
  }
}

.historyList_cont_tx02 {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_tx02 {
    font-size: 1.6rem;
  }
}

.historyList_ribbon {
  width: 250px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .historyList_ribbon {
    width: 200px;
    margin-left: 0px;
  }
}

.historyList_contWrap.lc_cont_popup .historyList_clickarea {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.historyList_contWrap.lc_cont_popup .historyList_clickarea:hover {
  opacity: 0.7;
}

.historyList_cont_pop {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 767px) {
  .lc_cont_type_R .historyList_cont_pop {
    margin-left: 95px;
  }
}

@media screen and (min-width: 767px) {
  .lc_cont_type_L .historyList_cont_pop {
    margin-right: 95px;
  }
}

.lc_cont_type_C .historyList_cont_pop {
  max-width: 600px;
}

.historyList_cont_pop_inner {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #e5f1da;
}

@media screen and (max-width: 1024px) {
  .historyList_cont_pop_inner {
    padding: 30px 20px;
    border: 5px solid #e5f1da;
  }
}

.historyList_cont_pop_ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #009943;
  font-size: 2.4rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 299px) {
  .historyList_cont_pop_ttl span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop_ttl {
    font-size: 2.2rem;
  }
}

.historyList_cont_pop_ttl2 {
  margin-bottom: 20px;
  text-align: center;
  color: #009943;
  font-size: 1.7rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 299px) {
  .historyList_cont_pop_ttl2 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop_ttl2 {
    font-size: 1.7rem;
  }
}

.historyList_cont_pop_tx01 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop_tx01 {
    font-size: 1.4rem;
  }
}

.historyList_cont_pop_tx02 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop_tx02 {
    font-size: 1.2rem;
  }
}

.historyList_cont_pop p + p {
  margin-top: 10px;
}

.historyList_cont_pop_img {
  text-align: center;
  margin-top: 20px;
}

.historyList_cont_pop_link {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .historyList_cont_pop_link {
    text-align: left;
    font-size: 1.4rem;
  }
}

.historyList_cont_pop_link a {
  display: inline-block;
  position: relative;
  pointer-events: auto;
  padding-left: calc(1em + 10px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.historyList_cont_pop_link a:hover {
  color: #009943;
  text-decoration: underline;
}

.historyList_cont_pop_link a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/library/web/ayumi/img/icon_arrow_gr3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.historyList_spotQA {
  z-index: 5;
  position: relative;
  pointer-events: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .historyList_spotQA {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
}

.historyList_spotQA_inner {
  border: 5px solid #009943;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.historyList_spotQA_icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/library/web/ayumi/img/icon_spotqa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
  margin-left: -10px;
  position: relative;
  z-index: 2;
}

.historyList_spotQA_illust {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 140px;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .historyList_spotQA_illust {
    width: 130px;
    height: 130px;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -50px;
  }
}

.historyList_spotQA_cont_boxA {
  padding: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .historyList_spotQA_cont_boxA {
    padding: 30px 20px;
    padding-top: 40px;
  }
}

.historyList_spotQA_cont_boxA p {
  text-align: center;
  font-size: 1.7rem;
  color: #009943;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (min-width: 299px) {
  .historyList_spotQA_cont_boxA p span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .historyList_spotQA_cont_boxA p {
    font-size: 1.8rem;
  }
}

.historyList_spotQA_cont_boxB {
  padding: 10px;
  background-color: #009943;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.historyList_spotQA_cont_boxB:hover {
  background-color: #8dc556;
}

.historyList_spotQA_cont_boxB a {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}

.historyList_spotQA_cont_boxB a::after {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/library/web/ayumi/img/icon_arrow_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0px;
  margin-left: 0.2em;
}

.historyList_group {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .historyList_group {
    margin-top: 0;
    display: none;
  }
}

.active.historyList_group::after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background-color: #fff;
  z-index: 2;
  position: relative;
  border-top: 2px solid #ccc;
  margin-top: 40px;
}

.active.historyList_group:last-child::after {
  display: none;
}

.historyList .historyList_group_index:first-of-type {
  border-top: 2px solid #ccc;
  padding-top: 20px;
}

.historyList_group_index {
  background-color: #fff;
  padding-bottom: 35px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 767px) {
  .historyList_group_index {
    display: block;
  }
}

.historyList_group_index_inner {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 4px 4px #ccc;
          box-shadow: 0px 4px 4px #ccc;
  padding-bottom: 20px;
}

.historyList_group_index_FB {
  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;
}

.historyList_group_index_FB_boxA {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.historyList_group_index_FB_boxA p {
  font-family: dinosaur, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 80px;
  line-height: 1;
  color: #009943;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.historyList_group_index_FB_boxB {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 2px solid #009943;
}

.historyList_group_index_FB_boxB .lc_boxB_ttl {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  color: #009943;
  margin-bottom: 5px;
}

.historyList_group_index_FB_boxB .lc_boxB_tx01 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: calc(0.7em + 10px);
}

@media screen and (min-width: 299px) {
  .historyList_group_index_FB_boxB .lc_boxB_tx01 span {
    display: inline-block;
  }
}

.historyList_group_index_FB_boxB .lc_boxB_tx01::before {
  display: inline-block;
  content: "■";
  font-size: 0.7em;
  color: #009943;
  position: absolute;
  top: 5px;
  left: 0;
}

.historyList_group_index_FB_boxB .lc_boxB_tx01 + .lc_boxB_tx01 {
  margin-top: 7px;
}

.historyList_group_index_acIcon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  z-index: 5;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/library/web/ayumi/img/icon_icon_ac_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .historyList_group_index_acIcon {
  background-image: url(/library/web/ayumi/img/icon_icon_ac_up.png);
}

@media screen and (min-width: 767px) {
  .historyList_1954 .historyList_cont_img {
    max-width: 250px;
  }
}

.historyList_1954 .historyList_spotCont_img {
  max-width: 170px;
  z-index: 3;
  position: absolute;
  left: 220px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .historyList_1954 .historyList_spotCont_img {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    max-width: 200px;
    margin-top: -20px;
    margin-bottom: -50px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1955 {
    margin-top: -50px;
  }
}

.historyList_1957 h3 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .historyList_1957 h3 {
    text-align: center;
  }
}

.historyList_1957 .historyList_cont_img {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .historyList_1962 {
    margin-top: -250px;
  }
}

.historyList_1967 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1967 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1980 {
    margin-top: -200px;
  }
}

.historyList_1980 .historyList_cont_ttl h3 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .historyList_1980 .historyList_cont_ttl h3 {
    text-align: center;
  }
}

.historyList_1980 .historyList_cont_img {
  max-width: 180px;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .historyList_1980 .historyList_cont_img {
    max-width: 160px;
  }
}

.historyList_1980 .historyList_spotQA_illust {
  background-image: url(/library/web/ayumi/img/index_history_1980b.png);
}

@media screen and (min-width: 767px) {
  .historyList_1980 .historyList_spotQA_illust {
    right: -70px;
    top: -20px;
  }
}

@media screen and (min-width: 900px) {
  .historyList_1980 .historyList_spotQA_illust {
    right: -60px;
    top: -20px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1980_2 {
    margin-top: -400px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1983 .historyList_cont_inner {
    margin-top: -0px;
  }
}

.historyList_1983 .historyList_ribbon {
  width: 170px;
  height: 50px;
  background-image: url(/library/web/ayumi/img/index_history_1983b.png);
}

@media screen and (max-width: 767px) {
  .historyList_1983 .historyList_ribbon {
    width: 180px;
    height: 80px;
  }
}

.historyList_1983 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1983 .historyList_cont_img {
    max-width: 180px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1986 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1988 .historyList_cont_img {
    max-width: 280px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1988_2 {
    margin-top: -170px;
  }
}

.historyList_1988_2 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1988_2 .historyList_cont_img {
    max-width: 180px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1989 {
    margin-top: -80px;
  }
}

.historyList_1989 .historyList_cont_img {
  max-width: 100px;
}

@media screen and (min-width: 767px) {
  .historyList_1989 .historyList_cont_img {
    max-width: 120px;
  }
}

.historyList_1989 .historyList_spotQA_illust {
  background-image: url(/library/web/ayumi/img/index_history_1990b.png);
}

@media screen and (min-width: 767px) {
  .historyList_1989 .historyList_spotQA_illust {
    right: -60px;
    top: -40px;
  }
}

@media screen and (min-width: 900px) {
  .historyList_1989 .historyList_spotQA_illust {
    right: -60px;
    top: -40px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1990 {
    margin-top: -250px;
  }
}

.historyList_1990 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1990 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1991 {
    margin-top: -100px;
  }
}

.historyList_1991 .historyList_spotQA_illust {
  background-image: url(/library/web/ayumi/img/index_history_1991_2b.png);
}

@media screen and (min-width: 767px) {
  .historyList_1991 .historyList_spotQA_illust {
    right: -80px;
    top: -40px;
  }
}

@media screen and (min-width: 900px) {
  .historyList_1991 .historyList_spotQA_illust {
    right: -70px;
    bottom: -20px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1991_2 {
    margin-top: -130px;
  }
}

.historyList_1991_2 .historyList_cont_img {
  max-width: 50px;
}

@media screen and (min-width: 767px) {
  .historyList_1991_2 .historyList_cont_img {
    max-width: 60px;
  }
}

.historyList_1992 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1992 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1992_2 {
    margin-top: -280px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1992_2 .historyList_cont_img {
    max-width: 200px;
  }
}

.historyList_1992_2 .historyList_spotQA_illust {
  background-image: url(/library/web/ayumi/img/index_history_1992_2b.png);
}

@media screen and (min-width: 767px) {
  .historyList_1992_2 .historyList_spotQA_illust {
    left: -70px;
    top: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .historyList_1992_2 .historyList_spotQA_illust {
    right: -60px;
    left: auto;
    top: -0px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1993 {
    margin-top: -190px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1993 .historyList_cont_img {
    max-width: 230px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1995 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1996_2 {
    margin-top: -20px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1997 .historyList_cont_img {
    max-width: 280px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1997_2 {
    margin-top: -130px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_1999 {
    margin-top: -30px;
  }
}

.historyList_1999 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_1999 .historyList_cont_img {
    max-width: 180px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2000 {
    margin-top: -30px;
  }
}

.historyList_2000 .historyList_cont_bgi {
  background-image: url("/library/web/ayumi/img/index_history_2000bg.png");
  bottom: -60px;
  left: -100px;
  width: 350px;
  height: 350px;
}

.historyList_2003 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_2003 .historyList_cont_img {
    max-width: 240px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2005 {
    margin-top: -350px;
  }
}

.historyList_2005 .historyList_ribbon {
  width: 230px;
  height: 70px;
  background-image: url(/library/web/ayumi/img/index_history_2005b.png);
}

@media screen and (max-width: 767px) {
  .historyList_2005 .historyList_ribbon {
    width: 200px;
  }
}

.historyList_2005 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_2005 .historyList_cont_img {
    max-width: 240px;
  }
}

.historyList_2007 h3 {
  text-align: center;
}

.historyList_2007 .historyList_cont_img {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .historyList_2007 .historyList_cont_img {
    padding-bottom: 0;
  }
}

.historyList_2007 .historyList_cont_pop_tx01 .lc_bold {
  font-size: 1.1em;
  font-weight: bold;
}

.historyList_2008 .historyList_spotQA_illust {
  background-image: url(/library/web/ayumi/img/index_history_2008.png);
}

@media screen and (min-width: 767px) {
  .historyList_2008 .historyList_spotQA_illust {
    right: -110px;
    bottom: 20px;
  }
}

@media screen and (min-width: 900px) {
  .historyList_2008 .historyList_spotQA_illust {
    right: -80px;
    bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2008_2 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 1024px) {
  .historyList_2011 .historyList_spotQA {
    margin-right: 30px;
  }
}

.historyList_2011 .historyList_spotQA_illust {
  width: 150px;
  height: 150px;
  background-image: url(/library/web/ayumi/img/index_history_2011.png);
}

@media screen and (min-width: 767px) {
  .historyList_2011 .historyList_spotQA_illust {
    right: -80px;
    top: -50px;
  }
}

@media screen and (min-width: 900px) {
  .historyList_2011 .historyList_spotQA_illust {
    right: -80px;
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .historyList_2011 .historyList_spotQA_illust {
    left: 40px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2011_2 {
    margin-top: 0px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .historyList_2011_2 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2011_2 .historyList_cont_img {
    max-width: 260px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2011_3 {
    margin-top: -170px;
    margin-bottom: 120px;
  }
}

.historyList_2013 .historyList_cont_img {
  max-width: 200px;
}

@media screen and (min-width: 767px) {
  .historyList_2013 .historyList_cont_img {
    max-width: 260px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2013_2 {
    margin-top: -130px;
  }
}

.historyList_2013_2 .historyList_cont_img {
  max-width: 250px;
}

@media screen and (min-width: 767px) {
  .historyList_2013_2 .historyList_cont_img {
    max-width: 260px;
  }
}

.historyList_2014 .historyList_cont_img {
  max-width: 150px;
}

@media screen and (min-width: 767px) {
  .historyList_2014 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2014_2 {
    margin-top: -220px;
  }
}

@media screen and (min-width: 1300px) {
  .historyList_2014_2 {
    margin-bottom: 100px;
  }
}

.historyList_2014_2 .historyList_spotCont_img {
  max-width: 300px;
  z-index: 3;
  position: absolute;
  right: -160px;
  bottom: -150px;
}

@media screen and (max-width: 1300px) {
  .historyList_2014_2 .historyList_spotCont_img {
    position: relative;
    left: 60%;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .historyList_2014_2 .historyList_spotCont_img {
    max-width: 280px;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2015 {
    margin-top: -40px;
  }
}

.historyList_2015 .historyList_cont_img {
  max-width: 130px;
}

@media screen and (min-width: 767px) {
  .historyList_2015 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2016 {
    margin-top: -80px;
  }
}

.historyList_2016_2 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_2016_2 .historyList_cont_img {
    max-width: 160px;
  }
}

.historyList_2016_2 .historyList_cont_bgi {
  background-image: url("/library/web/ayumi/img/index_history_2016_2bg.png");
  bottom: -170px;
  left: 0px;
  width: 350px;
  height: 350px;
}

@media screen and (min-width: 767px) {
  .historyList_2017 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}

.historyList_2017 h3 {
  text-align: center;
}

.historyList_2017 .historyList_cont_img {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .historyList_2017 .historyList_cont_img {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2018_2 {
    margin-top: -30px;
  }
}

.historyList_2018_2 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_2018_2 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2019 {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .historyList_2019 .historyList_spotQA {
    margin-left: 0px;
    margin-top: -150px;
    margin-bottom: 100px;
  }
}

.historyList_2019 .historyList_spotQA_illust {
  display: none;
}

.historyList_2019 .historyList_spotQA_icon {
  display: none;
}

.historyList_2019 .historyList_spotQA_cont_boxA_img {
  max-width: 300px;
  padding: 15px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .historyList_2019 .historyList_spotQA_cont_boxA_img {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2019_2 .historyList_cont_img {
    max-width: 260px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2019_3 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2019_4 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2020 .historyList_cont_img {
    max-width: 300px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2020_2 {
    margin-top: -80px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2020_2 .historyList_cont_img {
    max-width: 300px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2020_3 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2020_3 .historyList_cont_img {
    max-width: 300px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2021 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2021_2 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2022 {
    margin-top: -0px;
  }
}

.historyList_2022 .historyList_cont_img {
  max-width: 180px;
}

@media screen and (min-width: 767px) {
  .historyList_2022 .historyList_cont_img {
    max-width: 160px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2023_1 {
    margin-top: -220px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2023_2 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2023_3 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 767px) {
  .historyList_2024 {
    margin-top: -100px;
  }
}

.page_products .sc_products_top {
  background-color: #e9ddc3;
  padding-bottom: 50px;
}

.page_products .productsTop_ttlWrap {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_products .productsTop_ttlWrap {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.page_products .productsTop_ttl01 {
  font-size: 5rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6eb92c;
  margin-bottom: 20px;
}

@media screen and (min-width: 299px) {
  .page_products .productsTop_ttl01 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_products .productsTop_ttl01 {
    font-size: 3.5rem;
  }
}

.page_products .productsTop_ttl02 {
  font-size: 2rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 299px) {
  .page_products .productsTop_ttl02 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_products .productsTop_ttl02 {
    font-size: 2rem;
  }
}

.page_products .sc_products_qatitle {
  background-color: #8dc556;
  padding-top: 0;
}

.page_products .qatitleWrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .page_products .qatitleWrap {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.page_products .qatitle_boxWrap {
  width: 70%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxWrap {
    width: 100%;
  }
}

.page_products .qatitle_boxQ {
  position: relative;
  width: 100%;
  min-width: 120px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxQ {
    padding-left: 10px;
  }
}

.page_products .qatitle_boxQ::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(15px * -2);
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxQ::before {
    margin-top: 0;
    top: 100%;
    left: 50%;
    right: auto;
    margin-left: calc(15px * -2);
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}

.page_products .qatitle_boxQ p {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8dc556;
  position: relative;
  padding-left: calc(40px + 20px);
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxQ p {
    font-size: 2rem;
  }
}

.page_products .qatitle_boxQ p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/library/web/ayumi/img/qatitle_box_icon_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxQ p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.page_products .qatitle_boxA {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxA {
    padding: 0 10px;
    padding-left: 10px;
  }
}

.page_products .qatitle_boxA p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  min-height: 20px;
  position: relative;
  padding-left: calc(40px + 20px);
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_boxA p {
    font-size: 1.4rem;
  }
}

.page_products .qatitle_boxA p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/library/web/ayumi/img/qatitle_box_icon_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -5px;
  left: 0;
}

.page_products .qatitle_illust {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .page_products .qatitle_illust {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .page_products .qatitle_illust {
    width: 160px;
    height: 160px;
    margin-bottom: -25px;
    position: relative;
    z-index: 2;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.page_products .sc_products_cont {
  padding-bottom: 0;
}

.page_products .products_introWrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_products .products_introWrap {
    margin-bottom: 0px;
  }
}

.page_products .products_introTtlWrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_products .products_introTtlWrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.page_products .products_intro_ttl01 {
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8dc556;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_products .products_intro_ttl01 {
    font-size: 2.4rem;
  }
}

.page_products .products_intro_ttl02 {
  font-size: 1.8rem;
  text-align: center;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .page_products .products_intro_ttl02 {
    font-size: 1.5rem;
  }
}

.page_products .products_introTextWrap {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.page_products .products_introTextWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products .products_introTextWrap::before {
    background-image: none;
  }
}

.page_products .products_introTextWrap p {
  position: relative;
}

.page_products .products_introTextWrap p + p {
  margin-top: 20px;
}

.page_products .products_introImgWrap {
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .page_products .products_introImgWrap {
    display: block;
    padding-bottom: 35px;
  }
}

.page_products .products_contWrap {
  border-top: 2px solid #8dc556;
  padding-top: 50px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.page_products .products_contGroup01,
.page_products .products_contGroup02 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .page_products .products_contGroup01,
  .page_products .products_contGroup02 {
    margin-bottom: 0;
    border-bottom: 1px solid #8dc556;
    padding-bottom: 35px;
  }
}

.page_products .products_contGroup01.lc_noborder,
.page_products .products_contGroup02.lc_noborder {
  border-bottom: none;
}

.page_products .products_contGroup01 + .products_contGroup01,
.page_products .products_contGroup02 + .products_contGroup01 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .page_products .products_contGroup01 + .products_contGroup01,
  .page_products .products_contGroup02 + .products_contGroup01 {
    margin-top: 0;
    padding-top: 35px;
  }
}

.page_products .products_contGroup01 + .products_contGroup02 {
  margin-top: 25px;
}

.page_products .products_contTtl h3 {
  font-size: 2.2rem;
  color: #009943;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding-left: calc(0.7em + 15px);
}

.page_products .products_contTtl h3 .lc_nen {
  font-size: 1.5em;
}

@media screen and (min-width: 299px) {
  .page_products .products_contTtl h3 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_products .products_contTtl h3 {
    font-size: 1.8rem;
  }
}

.page_products .products_contTtl h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -5px;
  margin: auto;
  vertical-align: middle;
  left: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.6em solid #009943;
}

.page_products .products_contTextWrap p {
  font-size: 1.5rem;
}

.page_products .products_contTextWrap p + p {
  margin-top: 15px;
}

.page_products .products_contTextWrap a {
  color: #009943;
  text-decoration: underline;
}

.page_products .products_contImgWrap {
  text-align: center;
}

.page_products .products_btn_01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #6eb92c;
  border-radius: 10px;
  max-width: 350px;
  padding: 12px 30px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page_products .products_btn_01 p {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_products .products_btn_01 {
    width: 100%;
  }
}

.page_products .products_btn_01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.page_products .products_btn_01 span {
  display: inline-block;
}

.page_products .products_btn_01:hover {
  opacity: 0.7;
}

.page_products .products_btn_01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("/library/web/ayumi/img/icon_arrow_wh2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page_products .products_contLinkBtn01 {
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_products .products_contLinkBtn01 {
    text-align: left;
    font-size: 1.4rem;
  }
}

.page_products .products_contLinkBtn01 p {
  display: inline-block;
  position: relative;
  padding-left: calc(1em + 10px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_products .products_contLinkBtn01 p:hover {
  color: #009943;
  text-decoration: underline;
}

.page_products .products_contLinkBtn01 p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page_products .products_contLinkBtn01 p::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/library/web/ayumi/img/icon_arrow_gr3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.page_products .products_contLinkBtn01.lc_icon_newwindow p::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/library/web/ayumi/img/icon_newwindow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.page_products .products_cont_customBox01 {
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 20px 40px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_products .products_cont_customBox01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page_products .products_cont_customBox01 li {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: calc(1em + 0.5em);
}

@media screen and (max-width: 767px) {
  .page_products .products_cont_customBox01 li {
    font-size: 1.4rem;
  }
}

.page_products .products_cont_customBox01 li::before {
  display: inline-block;
  content: "■";
  width: 1em;
  height: 1em;
  color: #009943;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: calc(-1em - 0.5em);
  margin-right: 0.5em;
}

.page_products .products_cont_customBox01 li + li {
  margin-top: 5px;
}

.page_products .products_cont_customBox01 p {
  text-align: right;
}

.page_products .products_contFB_R,
.page_products .products_contFB_L {
  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) {
  .page_products .products_contFB_R,
  .page_products .products_contFB_L {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_products .products_contFB_boxA {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

@media screen and (max-width: 767px) {
  .page_products .products_contFB_boxA {
    width: 100%;
    margin-top: 30px;
    max-width: 450px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.page_products .products_contFB_boxA .lc_img {
  text-align: center;
}

.page_products .products_contFB_boxA .lc_img img + img {
  margin-top: 20px;
}

.page_products .products_contFB_boxB {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 767px) {
  .page_products .products_contFB_boxB {
    width: 100%;
  }
}

.page_products .products_contFB_L .products_contFB_boxA {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .page_products .products_contFB_L .products_contFB_boxA {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .page_products .products_contFB_L .products_contFB_boxA {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page_products .products_contFB_L .products_contFB_boxB {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page_products .products_contFB_R .products_contFB_boxA {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .page_products .products_contFB_R .products_contFB_boxA {
    margin-left: auto;
  }
}

.page_products_00 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_00.png);
}

.page_products_00 .products_introTextWrap::before {
  background-image: url("/library/web/ayumi/img/products_00_intro_bg.jpg");
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_00 .products_introTextWrap::before {
    background-image: none;
  }
}

.page_products_00 #cstm_products_00_A .products_contImgWrap {
  margin-top: 30px;
}

.page_products_00 #cstm_products_00_A .products_btn_01 {
  margin-top: 50px;
}

.page_products_01 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_01.png);
}

.page_products_01 .products_introTextWrap::before {
  background-image: url("/library/web/ayumi/img/products_01_intro_bg.jpg");
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_01 .products_introTextWrap::before {
    background-image: none;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_B .lc_img {
    margin-top: -10px;
    margin-left: -50px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_C .lc_img {
    margin-top: -40px;
    margin-right: -50px;
  }
}

.page_products_01 #cstm_products_01_C .products_cont_customBox01 li {
  font-size: 1.4em;
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_D .lc_img {
    margin-top: 0px;
    margin-left: -50px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_E .lc_img {
    margin-top: -100px;
    margin-right: -50px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_F .products_contFB_boxA {
    width: 30%;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_01 #cstm_products_01_F .lc_img {
    margin-top: -40px;
    margin-left: 0;
  }
}

.page_products_02 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_02.png);
}

.page_products_02 .products_introTextWrap::before {
  background-image: none;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_02 .products_introTextWrap::before {
    background-image: none;
  }
}

.page_products_02 .products_introTextWrap p {
  text-align: center;
}

.page_products_02 .products_introTextWrap_img {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_A .products_contFB_boxA {
    width: 27%;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_C .products_contFB_boxA {
    width: 27%;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_D .products_contFB_boxA {
    width: 27%;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_E .products_contFB_boxA {
    width: 27%;
    margin-top: -80px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_F .products_contFB_boxA {
    width: 25%;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_G .products_contFB_boxA {
    width: 27%;
  }
}

.page_products_02 #cstm_products_02_H .products_contFB_boxA .lc_pc {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .page_products_02 #cstm_products_02_H .products_contFB_boxA .lc_pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .page_products_02 #cstm_products_02_H .products_contFB_boxA .lc_sp {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .page_products_02 #cstm_products_02_H .products_contFB_boxA {
    width: 27%;
  }
}

.page_products_03 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_03.png);
}

.page_products_03 .products_introTextWrap::before {
  background-image: url("/library/web/ayumi/img/products_03_intro_bg.jpg");
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_03 .products_introTextWrap::before {
    background-image: none;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_03 #cstm_products_03_A .lc_img {
    margin-right: -50px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_03 #cstm_products_03_B .products_contFB_boxA {
    width: 40%;
    margin-left: -50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_C .products_contFB_boxA {
    width: 30%;
    margin-top: -100px;
    padding: 30px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_E .products_contFB_boxA {
    width: 30%;
    padding: 30px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_F .products_contFB_boxA {
    width: 40%;
  }
  .page_products_03 #cstm_products_03_F .products_contFB_boxA .lc_img {
    width: 70%;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_G .products_contFB_boxA {
    width: 40%;
    margin-top: -50px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_I .products_contFB_boxA {
    padding: 20px;
  }
}

@media screen and (min-width: 767px) {
  .page_products_03 #cstm_products_03_J .products_contFB_boxA {
    width: 30%;
    padding: 30px;
  }
}

.page_products_04 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_04.png);
}

.page_products_04 .products_introTextWrap::before {
  background-image: url("/library/web/ayumi/img/products_04_intro_bg.jpg");
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_04 .products_introTextWrap::before {
    background-image: none;
  }
}

.page_products_04 #cstm_products_04_A .products_contImgWrap {
  margin-top: 30px;
  text-align: left;
}

.page_products_04 #cstm_products_04_B .products_contFB_boxA img + img {
  margin-top: 30px;
}

.page_products_05 .qatitle_illust {
  background-image: url(/library/web/ayumi/img/products_nav_05.png);
}

.page_products_05 .products_introTextWrap::before {
  background-image: url("/library/web/ayumi/img/products_05_intro_bg.jpg");
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .page_products_05 .products_introTextWrap::before {
    background-image: none;
  }
}

.page_products_05 .products_cont_customBox01 {
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page_products_05 .products_cont_customBox01 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.page_products_05 .products_cont_customBox01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 40px;
}

.page_products_05 .products_cont_customBox01 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page_products_05 .products_cont_customBox01 li {
    width: 100%;
  }
}

.page_products_05 .products_cont_customBox01 li + li {
  margin: 0;
}

.page_products_05 .products_cont_customBox01 p {
  margin-top: -15px;
}

.page_products_05 .products_cont_customBox01 .lc_ttl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page_products_05 #cstm_products_05_A .products_contFB_boxA a {
  display: block;
  margin-top: 30px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page_products_05 #cstm_products_05_A .products_contFB_boxA a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page_products_05 #cstm_products_05_A .products_contFB_boxA a {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_05 #cstm_products_05_A .lc_img {
    margin-right: -50px;
    margin-top: -30px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_05 #cstm_products_05_B .lc_img {
    margin-left: -50px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_05 #cstm_products_05_C .lc_img {
    margin-right: -50px;
    padding: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .page_products_05 #cstm_products_05_D .products_contFB_boxA {
    padding: 30px;
  }
}
/*# sourceMappingURL=style.css.map */