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

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

/* 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.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * 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.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* 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;
}

/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
  }
}
/* Webフォント */
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-VariableFont_wght.woff2) format("woff2");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-VariableFont_wght.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic";
  src: url(../fonts/ZenKakuGothic-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic";
  src: url(../fonts/ZenKakuGothic-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic";
  src: url(../fonts/ZenKakuGothic-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
._montserrat {
  font-family: "Montserrat", sans-serif;
}

._zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

._outfit {
  font-family: "Outfit", sans-serif;
}

._zenmaru {
  font-family: "Zen Maru Gothic", serif;
}

b, strong, .bold {
  font-weight: 600;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #282828;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1080px) {
  body {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  body {
    line-height: 2.1em;
    font-size: 1.6rem;
  }
}

/* =============================================
- Animation
================================================ */
@-webkit-keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_illust {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 1;
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  30% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  70% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@keyframes rotate_illust {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 1;
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  30% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
            animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  70% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@-webkit-keyframes rotate_illust2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    opacity: 0;
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
    opacity: 0;
  }
}
@keyframes rotate_illust2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    opacity: 0;
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn__Up {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 30%, 0) scaleY(1.1);
            transform: translate3d(0, 30%, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceIn__Up {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 30%, 0) scaleY(1.1);
            transform: translate3d(0, 30%, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn__Down {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80%, 0) scaleY(1.1);
            transform: translate3d(0, -80%, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d(0, 15px, 0) scaleY(0.985);
            transform: translate3d(0, 15px, 0) scaleY(0.985);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes bounceIn__Down {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80%, 0) scaleY(1.1);
            transform: translate3d(0, -80%, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d(0, 15px, 0) scaleY(0.985);
            transform: translate3d(0, 15px, 0) scaleY(0.985);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes poy {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -30%);
            transform: scale(0.9, 1.2) translate(0%, -30%);
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poy {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -30%);
            transform: scale(0.9, 1.2) translate(0%, -30%);
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

section {
  padding: 60px 5vw;
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding: 100px 35px 100px 35px;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 120px 40px 120px 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  position: relative;
}

#wrapper {
  position: relative;
  z-index: 11;
}

/* ======================================================
	header
========================================================= */
/* ======================================================
	h_logo
========================================================= */
.h_logo {
  position: absolute;
  left: 0px;
  top: 20px;
  padding: 0px 5vw;
  line-height: 1em;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .h_logo {
    top: 25px;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .h_logo {
    top: 35px;
    padding: 0px 40px;
  }
}

.h_logo_img {
  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;
  gap: 0px 10px;
}
@media screen and (min-width: 768px) {
  .h_logo_img {
    width: 36vw;
  }
}
@media screen and (min-width: 1080px) {
  .h_logo_img {
    width: 345px;
  }
}
@media screen and (min-width: 1280px) {
  .h_logo_img {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .h_logo_img .logo {
    width: 64.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .h_logo_img .logo {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .h_logo_img .logo {
    width: 252px;
  }
}
@media screen and (max-width: 767px) {
  .h_logo_img .sdgs {
    width: 20.8vw;
  }
}
@media screen and (min-width: 768px) {
  .h_logo_img .sdgs {
    width: 26%;
  }
}
@media screen and (min-width: 1280px) {
  .h_logo_img .sdgs {
    width: 92px;
  }
}
@media screen and (min-width: 768px) {
  .h_logo_img .logo img, .h_logo_img .sdgs img {
    width: 100%;
  }
}

/* ======================================================
	globalnav
========================================================= */
@media screen and (max-width: 767px) {
  /* ======================================================
  	layout
  ========================================================= */
  .global_nav_head {
    display: none;
  }
  .global_nav_item._nav05, .global_nav_item._nav06, .global_nav_item._nav07 {
    display: none;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  #global_nav {
    position: fixed;
    z-index: 99;
    padding: 0px 5vw 20px 5vw;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .global_nav_column {
    background-color: #fff;
    padding: 2.8vw 5vw 1.8vw 5vw;
    border-radius: 40px;
    position: relative;
    z-index: 9999;
  }
  .global_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_nav_item {
    line-height: 1em;
  }
  .global_nav_link {
    display: inline-block;
    line-height: 1em;
    width: 14.6666666667vw;
  }
  .global_nav_link .icon {
    width: 6.4vw;
    height: 5.8666666667vw;
    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;
    margin: 0px auto;
  }
  .global_nav_link .icon svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_link .text {
    text-align: center;
    font-size: 2.9333333333vw;
    font-weight: 600;
    line-height: 1.2em;
    color: #656565;
    margin-top: 0.3em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_link.current .icon svg path {
    fill: #DF217D;
  }
  .global_nav_link.current .text {
    color: #DF217D;
  }
  .global_nav_link.current._circle .icon svg path {
    fill: #fff;
  }
  .global_nav_link._circle {
    background-color: #DF217D;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    border-radius: 50%;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 2vw;
    margin-top: -5.8666666667vw;
    padding: 0px;
  }
  .global_nav_link._circle .text {
    color: #fff;
  }
  #global_nav_btn .line {
    position: relative;
    width: 4.8vw;
    height: 5.8666666667vw;
    margin: 0px auto;
  }
  #global_nav_btn .line span {
    width: 100%;
    height: 1px;
    background-color: #898989;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  #global_nav_btn .line span:before, #global_nav_btn .line span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #898989;
    position: absolute;
    left: 0px;
  }
  #global_nav_btn .line span:before {
    top: -6px;
  }
  #global_nav_btn .line span:after {
    bottom: -6px;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  .h_logo {
    z-index: 11;
  }
  #global_nav_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 22;
  }
  .global_nav {
    position: relative;
    z-index: 99;
  }
  .global_nav_layout {
    z-index: 999;
  }
  .global_nav_layout {
    position: fixed;
    bottom: 30vw;
    left: 0px;
    padding: 0px 5vw;
    width: 100%;
  }
  .global_nav_modal .global_nav_modal_block {
    background-color: #fff;
    border-radius: 40px;
    width: 100%;
    max-height: calc(100vh - 30vw - 5vh);
    overflow: scroll;
    padding: 40px 6.5vw;
  }
  /* ======================================================
  	global_nav_service
  ========================================================= */
  .global_nav_service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 15%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global_nav_service_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_service_list {
    gap: 0px 2%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_service_list {
    gap: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_service_item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_service_item {
    width: 15%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1280px) {
  .global_nav_service_item {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_service_item .img {
    position: relative;
    overflow: hidden;
  }
  .global_nav_service_item .img img {
    width: 100%;
    border-radius: 50%;
  }
  .global_nav_service_item .text {
    margin-top: 0.6em;
    text-align: center;
    color: #282828;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  /* ======================================================
  	global_nav_shop_list
  ========================================================= */
  .global_nav_shop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global_nav_shop_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_shop_list {
    gap: 0px 2%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_shop_list {
    gap: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_shop_item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_shop_item {
    width: 15%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1280px) {
  .global_nav_shop_item {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_shop_item .img {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 24vw;
    border-radius: 50%;
  }
  .global_nav_shop_item .img img {
    width: 70%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .global_nav_shop_item .category {
    line-height: 1em;
    text-align: center;
    margin-top: 10px;
  }
  .global_nav_shop_item .category a, .global_nav_shop_item .category span {
    display: inline-block;
    line-height: 1em;
    background-color: #fff;
    color: #DF217D;
    border: 1px solid #DF217D;
    line-height: 1em;
    padding: 0.2em 8px 0.3em 8px;
    border-radius: 40px;
    text-align: center;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_shop_item .category a:hover, .global_nav_shop_item .category span:hover {
    background-color: #DF217D;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_shop_item .name, .global_nav_shop_item .sub {
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.05em;
  }
  .global_nav_shop_item .name {
    margin-top: 0.5em;
    color: #282828;
    font-size: 4vw;
  }
  .global_nav_shop_item .sub {
    margin-top: 0.3em;
    color: #5C5C5C;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  /* ======================================================
  	global_nav_contact
  ========================================================= */
  .global_nav_modal._contact .global_nav_modal_block {
    background-color: #F7F0DE;
  }
  .global_nav_modal_title {
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    font-size: 6.9333333333vw;
    margin-bottom: 0.8em;
  }
  .global_nav_modal_contact .btn_link, .global_nav_modal_phone .btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
  }
  .global_nav_modal_contact .btn_link .text, .global_nav_modal_contact .btn_link .note, .global_nav_modal_contact .btn_link .label, .global_nav_modal_phone .btn_link .text, .global_nav_modal_phone .btn_link .note, .global_nav_modal_phone .btn_link .label {
    line-height: 1em;
  }
  .global_nav_modal_contact .btn_link .text, .global_nav_modal_phone .btn_link .text {
    position: relative;
    display: block;
  }
  .global_nav_modal_contact .btn_link {
    background-color: #fff;
    color: #282828;
    padding: 2em 0px;
  }
  .global_nav_modal_contact .btn_link .label {
    position: relative;
    top: -0.1em;
    font-size: 4.2666666667vw;
    background-color: #DF217D;
    color: #fff;
    padding: 0.15em 0.5em 0.25em 0.5em;
    border-radius: 5px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_modal_contact .btn_link .label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_modal_contact .btn_link .text {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_modal_contact .btn_link .text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_modal_contact .btn_link .text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_modal_phone {
    margin-top: 3.5vw;
  }
  .global_nav_modal_phone .btn_link {
    padding: 1em 0px 1.2em 0px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #282828;
  }
  .global_nav_modal_phone .btn_link .text {
    font-size: 8vw;
    padding-left: 10.6666666667vw;
  }
  .global_nav_modal_phone .btn_link .text:before {
    content: "";
    width: 8.8vw;
    height: 6.1333333333vw;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2.4vw;
    background-image: url(../img/icon/phone_green.svg);
    background-size: cover;
  }
  .global_nav_modal_phone .btn_link .note {
    display: inline-block;
    font-size: 3.2vw;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_modal_phone .btn_link .note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_modal_support {
    margin-top: 20px;
    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;
  }
  .global_nav_modal_support .title {
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
  .global_nav_modal_support .number {
    position: relative;
    margin-left: 3vw;
  }
  .global_nav_modal_support .number:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.4;
  }
  .global_nav_modal_support .number .text a {
    position: relative;
    color: #282828;
    font-size: 5.3333333333vw;
    padding-left: 8vw;
    font-weight: 600;
  }
  .global_nav_modal_support .number .text a:before {
    content: "";
    width: 6.1333333333vw;
    height: 4.2666666667vw;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1.8666666667vw;
    background-image: url(../img/icon/phone_green.svg);
    background-size: cover;
  }
  .global_nav_modal_support .number .note {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  /* ======================================================
  	global_nav_moadl_list
  ========================================================= */
  .global_nav_modal.modal04 .global_nav_modal_block {
    max-height: 100vh;
    width: 100vw;
    margin: 0px -5vw -30vw -5vw;
    border-radius: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_moadl_list {
    border-top: 1px solid #D9BFCB;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_moadl_item_link {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 23px 0px;
    font-size: 4.2666666667vw;
    line-height: 1.2em;
    color: #282828;
    border-bottom: 1px solid #D9BFCB;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_moadl_item_link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_moadl_item_link._haschild .text {
    display: inline-block;
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
    color: #DF217D;
    font-size: 80%;
    padding-left: 1.2em;
  }
  .global_nav_moadl_item_link._haschild .text:before, .global_nav_moadl_item_link._haschild .text:after {
    content: "";
    width: 9px;
    height: 1px;
    background-color: #DF217D;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_moadl_item_link._haschild .text:before, .global_nav_moadl_item_link._haschild .text:after {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_moadl_item_link._haschild .text:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .global_nav_moadl_item_link._haschild._open .text:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .global_nav_moadl_child_list {
    padding-top: 10px;
    display: none;
  }
  .global_nav_moadl_child_list .global_nav_moadl_item_link {
    padding: 8px 0px;
    border-width: 0px;
    font-size: 3.7333333333vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_moadl_child_list .global_nav_moadl_item_link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_moadl_child_list .global_nav_moadl_item_link:before {
    content: "";
    width: 12px;
    height: 5px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0%;
    background-image: url(../img/icon/arrow_pink.svg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -1px;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_moadl_child_list .global_nav_moadl_item_link:hover {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1080px) {
  .global_nav_moadl_child_list .global_nav_moadl_item_link:hover:before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_sns_list {
    padding: 40px 0px;
  }
  .global_nav_sns_item + .global_nav_sns_item {
    margin-top: 25px;
  }
  .global_nav_sns_item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 10px;
  }
  .global_nav_sns_item .icon {
    width: 15%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_sns_item .icon {
    width: 46px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_sns_item .text {
    font-weight: 600;
    font-size: 4.2666666667vw;
    line-height: 1.4em;
    color: #282828;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global_nav_sns_item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_sns_item .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_sns_item .text span {
    display: block;
    font-size: 2.9333333333vw;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .global_nav_sns_item .text span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_moadl_item_link:not(._haschild) {
    position: relative;
  }
  .global_nav_moadl_item_link:not(._haschild):before {
    content: "";
    width: 16px;
    height: 8px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(../img/icon/arrow_pink_L.svg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -4px;
  }
  .global_nav_modal_bottom {
    padding: 40px 5vw 100px 5vw;
    background-color: #F7F0DE;
    margin: 0px -6.5vw;
  }
  .global_nav_modal_bottom_list {
    max-width: 70%;
    margin: 0px auto 0px auto;
  }
  .global_nav_modal_bottom .lifeco .logo a {
    display: inline-block;
    max-width: 145px;
  }
  .global_nav_modal_bottom .lifeco .intro {
    margin-top: 10px;
  }
  .global_nav_modal_bottom .lifeco .link {
    text-align: center;
    margin-top: 10px;
  }
  .global_nav_modal_bottom .lifeco .link a {
    position: relative;
    display: inline-block;
    color: #A5C300;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 5px 35px 5px 5px;
  }
  .global_nav_modal_bottom .lifeco .link a:after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../img/icon/blank_green.svg);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -16px;
  }
  .global_nav_modal_bottom .jpea .note {
    font-size: 1.2rem;
  }
  .global_nav_modal_bottom_text {
    max-width: 90%;
    margin: 20px auto 0px auto;
  }
  .global_nav_modal .global_nav_close_btn {
    width: 55px;
    height: 55px;
    background-color: #fff;
    margin: 0px auto 15px auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .global_nav_modal .global_nav_close_btn .line {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    top: 35%;
    margin-left: -10px;
  }
  .global_nav_modal .global_nav_close_btn .line:before, .global_nav_modal .global_nav_close_btn .line:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #DF217D;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .global_nav_modal .global_nav_close_btn .line:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global_nav_modal .global_nav_close_btn .line:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global_nav_modal .global_nav_close_btn .text {
    font-size: 1rem;
    line-height: 1em;
    position: absolute;
    left: 50%;
    bottom: 12px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  /* ======================================================
  	movie
  ========================================================= */
  #global_nav_overlay {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #global_nav_overlay:not(.current) {
    opacity: 0;
    visibility: hidden;
  }
  .global_nav_layout {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav_layout:not(.current) {
    opacity: 0;
    visibility: hidden;
  }
  .global_nav_layout.current04 {
    bottom: auto;
    top: 0px;
  }
  .global_nav_child_content {
    display: none;
  }
  .global_nav_modal .global_nav_modal_block {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .global_nav_modal:not(.current) {
    display: none;
  }
  .global_nav_modal:not(.current) .global_nav_modal_block {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	global_nav
  ========================================================= */
  .global_nav_item._nav03 {
    display: none;
  }
  #global_nav_btn {
    display: none;
  }
  /* ======================================================
  	header
  ========================================================= */
  #header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-right: 15px;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .h_container {
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #global_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  #global_nav .global_nav_contents {
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	global_nav_column
  ========================================================= */
  .global_nav_column {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 2vw 0px 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
    width: 57vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_column {
    padding: 20px 45px 0px 45px;
    border-radius: 0px 0px 30px 30px;
    width: 640px;
  }
}
@media screen and (min-width: 768px) {
  body .global_nav_column {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body._scrolled .global_nav_column {
    -webkit-transform: translateY(-10.8vw);
            transform: translateY(-10.8vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  body._scrolled .global_nav_column {
    -webkit-transform: translateY(-9.8vw);
            transform: translateY(-9.8vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  body._scrolled .global_nav_column {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  body._scrolled .global_nav_column {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	global_nav_head
  ========================================================= */
  .global_nav_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 15px;
  }
  .global_nav_phone .number a {
    position: relative;
    color: #282828;
    font-size: 3vw;
    padding-left: 4.2vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_phone .number a {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding-left: 42px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_phone .number a:before {
    content: "";
    width: 3.2552083333vw;
    height: 2.2135416667vw;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.78125vw;
    background-image: url(../img/icon/phone_green.svg);
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_phone .number a:before {
    width: 34px;
    height: 22px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_phone .note {
    font-size: 1.4vw;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_phone .note {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 15px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_contact .btn a {
    border-radius: 40px;
    position: relative;
    display: inline-block;
    color: #DF217D;
    width: 100%;
    padding: 0.7em 15px 0.7em 15px;
    text-align: center;
    border: 1px solid #DF217D;
    font-size: 1.8vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact .btn a {
    padding: 0.9em 25px 0.9em 25px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact .btn a:hover {
    background-color: #DF217D;
    border: 1px solid #DF217D;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_contact .global_nav_faq {
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact .global_nav_faq {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_contact .global_nav_faq a {
    position: relative;
    color: #282828;
    font-size: 1.3rem;
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact .global_nav_faq a {
    padding-left: 28px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_contact .global_nav_faq a:before, .global_nav_contact .global_nav_faq a:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_contact .global_nav_faq a:before {
    background-image: url(../img/icon/faq.svg);
  }
  .global_nav_contact .global_nav_faq a:after {
    background-image: url(../img/icon/faq_hover.svg);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_contact .global_nav_faq a:hover {
    color: #DF217D;
  }
  .global_nav_contact .global_nav_faq a:hover:before {
    opacity: 0;
  }
  .global_nav_contact .global_nav_faq a:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	global_nav_list
  ========================================================= */
  .global_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item {
    line-height: 1em;
  }
  .global_nav_link {
    position: relative;
    z-index: 222;
    display: inline-block;
    padding: 13px 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_link {
    padding: 16px 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_link .icon {
    display: none;
  }
  .global_nav_link .text {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #282828;
    font-size: 1.6vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_link .text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_link:after {
    content: "";
    width: calc(100% - 0.4em);
    height: 3px;
    background-color: #DF217D;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_link:after {
    width: calc(100% - 1em);
    height: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_link:hover .text {
    color: #DF217D;
  }
  .global_nav_link:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	global_nav
  ========================================================= */
  #global_nav_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 33;
  }
  .global_nav_column {
    position: relative;
    z-index: 9999;
  }
  .global_nav_layout {
    display: none;
  }
  .global_nav_modal {
    display: none;
  }
  .global_nav_child_content {
    position: absolute;
    top: 0px;
    left: 50%;
    padding-top: 170px;
  }
  .global_nav_child_content_inner {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    width: 80vw;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_child_content_inner {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
    padding: 40px 50px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_child_content_inner {
    width: 1030px;
    -webkit-transform: translateX(-68%);
            transform: translateX(-68%);
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_content_inner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 32vw;
    top: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_child_content_inner:before {
    right: 350px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item._nav02 .global_nav_child_content_inner:before {
    right: 32vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_item._nav02 .global_nav_child_content_inner:before {
    right: 39.9vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_item._nav02 .global_nav_child_content_inner:before {
    right: 32.7vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_item._nav02 .global_nav_child_content_inner:before {
    right: 495px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item._nav04 .global_nav_child_content_inner:before {
    right: 32vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_item._nav04 .global_nav_child_content_inner:before {
    right: 31.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_item._nav04 .global_nav_child_content_inner:before {
    right: 26.3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_item._nav04 .global_nav_child_content_inner:before {
    right: 411px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item._nav05 .global_nav_child_content_inner:before {
    right: 22vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_item._nav05 .global_nav_child_content_inner:before {
    right: 21vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_item._nav05 .global_nav_child_content_inner:before {
    right: 17.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_item._nav05 .global_nav_child_content_inner:before {
    right: 298px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item._nav06 .global_nav_child_content_inner:before {
    right: 10.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_item._nav06 .global_nav_child_content_inner:before {
    right: 10.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_item._nav06 .global_nav_child_content_inner:before {
    right: 8.7vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_item._nav06 .global_nav_child_content_inner:before {
    right: 185px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_item._nav07 .global_nav_child_content_inner:before {
    right: 2vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_item._nav07 .global_nav_child_content_inner:before {
    right: 87px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_title_area {
    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;
    gap: 0px 15px;
  }
  .global_nav_child_title_area .title {
    font-size: 2rem;
    line-height: 1.1em;
  }
  .global_nav_child_title_area .sub {
    color: #DF217D;
    font-size: 1.6rem;
  }
  .global_nav_child_list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_child_list {
    margin-top: 35px;
    gap: 0px 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_child_list {
    gap: 0px 30px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  .global_nav_child_item {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_item .img {
    overflow: hidden;
    border-radius: 10px;
  }
  .global_nav_child_item .img img {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_child_item .text {
    margin-top: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_child_item .text span {
    position: relative;
    color: #282828;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
  }
  .global_nav_child_item .text span:before {
    content: "";
    width: 12px;
    height: 5px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0%;
    background-image: url(../img/icon/arrow_pink.svg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -1px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .global_nav_child_item a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .global_nav_child_item a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .global_nav_child_item a:hover .text {
    margin-right: -20px;
  }
  .global_nav_child_item a:hover .text span {
    padding-left: 20px;
  }
  .global_nav_child_item a:hover .text span:before {
    opacity: 1;
  }
  .global_nav_child_bottomlink {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .global_nav_child_bottomlink {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_bottomlink a {
    display: inline-block;
    color: #282828;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .global_nav_child_bottomlink a:before {
    content: "";
    width: 12px;
    height: 5px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0%;
    background-image: url(../img/icon/arrow_pink.svg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -1px;
    opacity: 0;
  }
  .global_nav_child_bottomlink a + a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .global_nav_child_bottomlink a + a {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1380px) {
  .global_nav_child_bottomlink a + a {
    margin-left: 45px;
  }
}
@media screen and (min-width: 768px) {
  .global_nav_child_bottomlink a:hover {
    padding-left: 20px;
  }
  .global_nav_child_bottomlink a:hover:before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* ======================================================
  	hover
  ========================================================= */
  #global_nav_overlay {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #global_nav_overlay:not(.current) {
    opacity: 0;
    visibility: hidden;
  }
  .global_nav_child_content:not(.current) {
    opacity: 0;
    visibility: hidden;
  }
  .global_nav_child_content_inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav_child_content_inner:not(.current) {
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
  }
}
/* ======================================================
	footer
========================================================= */
/* ======================================================
	fixed_contact
========================================================= */
#fixed_contact {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body._scrolled #fixed_contact {
  opacity: 1;
}

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

@media screen and (min-width: 768px) {
  #fixed_contact {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 55;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (min-width: 1080px) {
  #fixed_contact {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 1080px) {
  .fixed_contact_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 20px;
  }
}

.fixed_contact_phone .phone {
  text-align: center;
}
.fixed_contact_phone .phone a {
  position: relative;
  color: #282828;
  font-size: 3vw;
  padding-left: 4.2vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .fixed_contact_phone .phone a {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .fixed_contact_phone .phone a {
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    padding-left: 42px;
  }
}
.fixed_contact_phone .phone a:before {
  content: "";
  width: 3.2552083333vw;
  height: 2.2135416667vw;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.78125vw;
  background-image: url(../img/icon/phone_green.svg);
  background-size: cover;
}
@media screen and (min-width: 1080px) {
  .fixed_contact_phone .phone a:before {
    width: 34px;
    height: 22px;
    margin-top: -9px;
  }
}
.fixed_contact_phone .note {
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .fixed_contact_phone .note {
    margin-top: 0.4em;
  }
}

.fixed_contact_btn {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .fixed_contact_btn {
    margin-top: 0px;
  }
}
.fixed_contact_btn .btn_link {
  display: inline-block;
  background-color: #fff;
  color: #DF217D;
  border: 1px solid #DF217D;
  line-height: 1em;
  width: 100%;
  padding: 1.1em 0px 1.1em 0px;
  text-align: center;
  font-weight: 600;
  border-radius: 60px;
  font-size: 4.2666666667vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .fixed_contact_btn .btn_link {
    font-size: 1.6rem;
    min-width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .fixed_contact_btn .btn_link {
    padding: 1.3em 0px 1.3em 0px;
    letter-spacing: 0.05em;
    max-width: 280px;
  }
}
.fixed_contact_btn .btn_link .label {
  background-color: #fff;
  color: #DF217D;
  line-height: 1em;
  padding: 0px 0.2em;
  border-radius: 3px;
  margin-right: 0.4em;
  font-size: 90%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .fixed_contact_btn .btn_link .label {
    letter-spacing: 0.05em;
    padding: 0px 0.4em;
    margin-right: 0.5em;
  }
}
.fixed_contact_btn .btn_link._pink {
  background-color: #DF217D;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .fixed_contact_btn .btn_link:hover {
    background-color: #fff;
    border-color: #DF217D;
    color: #DF217D;
  }
  .fixed_contact_btn .btn_link:hover .label {
    color: #fff;
    background-color: #DF217D;
  }
}

/* ======================================================
	cta_section
========================================================= */
.cta_section {
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .cta_section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
  }
}
.cta_section .contents_inner {
  max-width: 1100px;
  margin: 0px auto;
}
.cta_section:before {
  content: "";
  width: 100vw;
  height: 50vw;
  border-radius: 50% 50% 0 0;
  background-color: #FFF3F8;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .cta_section:before {
    top: 60px;
    width: 105vw;
  }
}
@media screen and (min-width: 1280px) {
  .cta_section:before {
    top: 80px;
    width: 110vw;
  }
}

.cta_block {
  position: relative;
  z-index: 11;
  background-color: #DF217D;
  color: #fff;
  border-radius: 25px;
  padding: 30px 8vw;
}
@media screen and (min-width: 768px) {
  .cta_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 80px;
  }
}
@media screen and (min-width: 1280px) {
  .cta_block {
    padding: 45px 130px;
  }
}
.cta_block:before {
  content: "";
  width: 122px;
  height: 92px;
  background-image: url(../img/common/cta_fig01_sp.webp);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -61px;
}
@media screen and (min-width: 1080px) {
  .cta_block:before {
    width: 172px;
    margin-left: -106px;
    background-image: url(../img/common/cta_fig01.webp);
  }
}

@media screen and (min-width: 768px) {
  .cta_block_title {
    width: 46%;
  }
}
@media screen and (min-width: 1280px) {
  .cta_block_title {
    width: 43%;
  }
}

@media screen and (min-width: 768px) {
  .cta_block_links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1080px) {
  .cta_block_title .content_title .sub {
    font-size: 2.6rem;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_title .content_title .title {
    font-size: 4rem;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .cta_block_title .intro_text {
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

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

.cta_block_btn + .cta_block_btn {
  margin-top: 10px;
}

.cta_block_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
}
.cta_block_btn_link._mail {
  padding: 2em 0px;
  background-color: #fff;
  border: 1px solid;
  color: #DF217D;
}
.cta_block_btn_link._tel {
  padding: 1em 0px 1.2em 0px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._tel {
    padding-left: 25px;
  }
}
.cta_block_btn .icon {
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .icon {
    width: 48px;
    height: 48px;
    background-color: rgba(223, 33, 125, 0.1);
    border-radius: 50px;
    left: 25px;
    top: 50%;
    margin-top: -24px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .icon:before, .cta_block_btn .icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .icon:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .arrow {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #FAD6DA;
    border-radius: 50px;
    right: 25px;
    top: 50%;
    margin-top: -11px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .arrow:before, .cta_block_btn .arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn .arrow:after {
    opacity: 0;
  }
}
.cta_block_btn .in {
  line-height: 1em;
  text-align: left;
  display: inline-block;
}
.cta_block_btn .text, .cta_block_btn .note, .cta_block_btn .label {
  line-height: 1em;
}
.cta_block_btn .label {
  position: relative;
  top: -0.1em;
  font-size: 4.2666666667vw;
  background-color: #DF217D;
  color: #fff;
  padding: 0.15em 0.4em 0.25em 0.5em;
  border-radius: 5px;
  margin-right: 0.7em;
}
@media screen and (min-width: 768px) {
  .cta_block_btn .label {
    font-size: 1.6rem;
  }
}
.cta_block_btn .text {
  position: relative;
  display: block;
}
.cta_block_btn .note {
  display: inline-block;
  font-size: 3.2vw;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .cta_block_btn .note {
    font-size: 1.2rem;
  }
}

.cta_block_btn_link._mail .text {
  font-size: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta_block_btn_link._mail .text {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._mail .text {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._mail .icon:before, .cta_block_btn_link._mail .icon:after {
    width: 26px;
    height: 19px;
    margin-top: -8px;
    margin-left: -13px;
  }
}
.cta_block_btn_link._mail .icon:before {
  background-image: url(../img/icon/cta_icon01.svg);
}
.cta_block_btn_link._mail .icon:after {
  background-image: url(../img/icon/cta_icon01_h.svg);
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._mail .arrow:before, .cta_block_btn_link._mail .arrow:after {
    width: 10px;
    height: 8px;
    margin-top: -4px;
    margin-left: -5px;
  }
}
.cta_block_btn_link._mail .arrow:before {
  background-image: url(../img/icon/cta_arrow.svg);
}
.cta_block_btn_link._mail .arrow:after {
  background-image: url(../img/icon/cta_arrow_h.svg);
}
.cta_block_btn_link._tel .text {
  font-size: 8vw;
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .cta_block_btn_link._tel .text {
    font-size: 3rem;
    padding-left: 40px;
  }
}
.cta_block_btn_link._tel .text:before {
  content: "";
  width: 8.8vw;
  height: 6.1333333333vw;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.4vw;
  background-image: url(../img/icon/tel.svg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cta_block_btn_link._tel .text:before {
    width: 33px;
    height: 23px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._tel .icon {
    background-color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._tel .icon:before, .cta_block_btn_link._tel .icon:after {
    width: 19px;
    height: 30px;
    margin-top: -15px;
    margin-left: -9px;
  }
}
.cta_block_btn_link._tel .icon:before {
  background-image: url(../img/icon/cta_icon02.svg);
}
.cta_block_btn_link._tel .icon:after {
  background-image: url(../img/icon/cta_icon02_h.svg);
}

.cta_block_btn_link._mail {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block_btn_link._mail .label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block_btn_link._mail .icon, .cta_block_btn_link._mail .arrow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block_btn_link._mail .icon:before, .cta_block_btn_link._mail .icon:after, .cta_block_btn_link._mail .arrow:before, .cta_block_btn_link._mail .arrow:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .cta_block_btn_link._mail:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border-color: #fff;
  }
  .cta_block_btn_link._mail:hover .icon, .cta_block_btn_link._mail:hover .arrow {
    background-color: #fff;
  }
  .cta_block_btn_link._mail:hover .label {
    color: #DF217D;
    background-color: #fff;
  }
}

.cta_block_note {
  margin-top: 20px;
  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;
}
.cta_block_note .title {
  font-size: 3.4666666667vw;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .cta_block_note .title {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .cta_block_note .title {
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_note .title br {
    display: none;
  }
}
.cta_block_note .number {
  position: relative;
  padding-left: 5vw;
  margin-left: 3vw;
}
@media screen and (min-width: 768px) {
  .cta_block_note .number {
    padding-left: 20px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_note .number {
    padding-left: 25px;
    margin-left: 15px;
  }
}
.cta_block_note .number:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.cta_block_note .number .text a {
  position: relative;
  color: #fff;
  font-size: 5.3333333333vw;
  padding-left: 8vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cta_block_note .number .text a {
    font-size: 2rem;
    padding-left: 30px;
  }
}
.cta_block_note .number .text a:before {
  content: "";
  width: 6.1333333333vw;
  height: 4.2666666667vw;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1.8666666667vw;
  background-image: url(../img/icon/tel.svg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cta_block_note .number .text a:before {
    width: 23px;
    height: 16px;
    margin-top: -7px;
  }
}
.cta_block_note .number .note {
  font-size: 3.2vw;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .cta_block_note .number .note {
    font-size: 1.2rem;
  }
}

/* ======================================================
	footer
========================================================= */
#footer {
  position: relative;
  background-color: #FFF3F8;
  padding: 60px 5vw 0px 5vw;
  margin-top: -20px;
}
@media screen and (min-width: 1080px) {
  #footer {
    padding: 80px 35px 0px 35px;
  }
}
@media screen and (min-width: 1280px) {
  #footer {
    padding: 80px 40px 0px 40px;
  }
}
#footer .contents_inner {
  max-width: 100%;
}

.f_head_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .f_head_logo {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .f_content {
    position: relative;
    padding-bottom: 55vw;
  }
}
@media screen and (min-width: 1080px) {
  .f_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 5%;
    max-width: 1080px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 1080px) {
  .f_intro {
    width: 45%;
  }
}

@media screen and (min-width: 1080px) {
  .f_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ======================================================
	f_intro_block
========================================================= */
@media screen and (min-width: 768px) {
  .f_intro_block {
    max-width: 80%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1080px) {
  .f_intro_block {
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .f_intro_block_text {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}

.f_intro_no1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_intro_no1 {
    width: 324px;
    margin-inline: auto;
  }
}

.f_intro_note {
  font-size: 2.9333333333vw;
  line-height: 1.5em;
  margin: 25px auto 0px auto;
}
@media screen and (max-width: 767px) {
  .f_intro_note {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .f_intro_note {
    font-size: 1.1rem;
    text-align: center;
  }
  .f_intro_note br {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .f_intro_note {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .f_intro_sns_list {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .f_intro_sns_list {
    max-width: 60%;
    margin: 30px auto 0px auto;
  }
}
@media screen and (min-width: 1080px) {
  .f_intro_sns_list {
    max-width: 100%;
    margin-top: 45px;
  }
}

.f_intro_sns_item + .f_intro_sns_item {
  margin-top: 15px;
}

.f_intro_sns_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .f_intro_sns_item > a:hover {
    opacity: 0.7;
  }
}
.f_intro_sns_item .icon {
  width: 15%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_intro_sns_item .icon {
    width: 46px;
  }
}
.f_intro_sns_item .text {
  font-weight: 600;
  font-size: 4.2666666667vw;
  line-height: 1.4em;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .f_intro_sns_item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .f_intro_sns_item .text {
    font-size: 1.6rem;
  }
}
.f_intro_sns_item .text span {
  display: block;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .f_intro_sns_item .text span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1079px) {
  .f_nav_list_bottom {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_list_bottom {
    margin-top: 70px;
  }
}
.f_nav_list_bottom .f_nav_child_list {
  display: block;
}
@media screen and (min-width: 1080px) {
  .f_nav_list_bottom .f_nav_child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 20px;
    padding-left: 0px;
  }
}

/* ======================================================
	f_nav_list
========================================================= */
.f_nav {
  margin-top: 25px;
}
@media screen and (min-width: 1080px) {
  .f_nav {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1080px) {
  .f_nav_list {
    border-top: 1px solid #D9BFCB;
  }
}

.f_nav_item_link {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 23px 0px;
  font-size: 4.2666666667vw;
  line-height: 1.2em;
  color: #282828;
  border-bottom: 1px solid #D9BFCB;
}
@media screen and (min-width: 768px) {
  .f_nav_item_link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_item_link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_item_link:hover {
    color: #DF217D;
  }
}
.f_nav_item_link._haschild .text {
  display: inline-block;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  color: #DF217D;
  font-size: 80%;
  padding-left: 1.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.f_nav_item_link._haschild .text:before, .f_nav_item_link._haschild .text:after {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #DF217D;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .f_nav_item_link._haschild .text:before, .f_nav_item_link._haschild .text:after {
    margin-top: 0px;
  }
}
.f_nav_item_link._haschild .text:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.f_nav_item_link._haschild._open .text:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.f_nav_child_list {
  padding-top: 10px;
  display: none;
}
@media screen and (min-width: 1080px) {
  .f_nav_child_list {
    padding-left: 20px;
  }
}
.f_nav_child_list .f_nav_item_link {
  padding: 8px 0px;
  border-width: 0px;
  font-size: 3.7333333333vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .f_nav_child_list .f_nav_item_link {
    font-size: 1.5rem;
  }
}
.f_nav_child_list .f_nav_item_link:before {
  content: "";
  width: 12px;
  height: 5px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0%;
  background-image: url(../img/icon/arrow_pink.svg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -1px;
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .f_nav_child_list .f_nav_item_link:hover {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_child_list .f_nav_item_link:hover:before {
    opacity: 1;
  }
}

.f_copyright {
  margin-top: 30px;
  padding-bottom: 40px;
  color: #898989;
  line-height: 1.6em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1080px) {
  .f_copyright {
    text-align: center;
    margin-top: 70px;
    padding-bottom: 40px;
  }
}

/* ======================================================
	gotop
========================================================= */
@media screen and (max-width: 1079px) {
  #gotop {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #gotop {
    position: absolute;
    right: 40px;
    top: -100px;
  }
}
@media screen and (min-width: 1280px) {
  #gotop {
    top: -130px;
    right: 60px;
  }
}
#gotop a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  #gotop a:hover {
    opacity: 0.6;
  }
}

@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@media screen and (min-width: 1080px) {
  #gotop a {
    -webkit-animation: vertical01 2s ease-in-out infinite alternate;
    animation: vertical01 2s ease-in-out infinite alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

/* ======================================================
	f_bottom
========================================================= */
.f_bottom {
  position: relative;
  padding: 30px 5vw;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  .f_bottom {
    margin: 0px -5vw;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .f_bottom {
    padding: 40px 30px 150px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .f_bottom {
    padding: 30px 35px 130px 35px;
    margin: 0px -35px;
  }
}
@media screen and (min-width: 1280px) {
  .f_bottom {
    padding: 30px 40px 140px 40px;
    margin: 0px -40px;
  }
}

@media screen and (min-width: 1080px) {
  .f_bottom_text {
    max-width: 540px;
    margin: 0px auto;
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

.f_bottom_list {
  max-width: 70%;
  margin: 30px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .f_bottom_list {
    border-top: 1px solid #D9BFCB;
    padding-top: 40px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1080px) {
  .f_bottom_list {
    max-width: 860px;
    margin: 40px auto 0px auto;
  }
}

@media screen and (min-width: 1080px) {
  .f_bottom .lifeco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .f_bottom .lifeco .logo {
    padding-top: 5px;
  }
}
.f_bottom .lifeco .intro {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .f_bottom .lifeco .intro {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .f_bottom .lifeco .text {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
.f_bottom .lifeco .link {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .f_bottom .lifeco .link {
    text-align: left;
  }
}
.f_bottom .lifeco .link a {
  position: relative;
  display: inline-block;
  color: #898989;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 35px 5px 5px;
}
@media screen and (min-width: 1080px) {
  .f_bottom .lifeco .link a {
    font-size: 1.4rem;
    padding-left: 0px;
  }
}
.f_bottom .lifeco .link a:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/icon/blank.svg);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .f_bottom .jpea {
    margin-top: 30px;
  }
}
.f_bottom .jpea .note {
  font-size: 1.2rem;
}
@media screen and (min-width: 1080px) {
  .f_bottom .jpea .note {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

/* ======================================================
	components
========================================================= */
/* ======================================================
	breadcrumb
========================================================= */
/* ======================================================
	breadcrumb
========================================================= */
#wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 11;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    top: 90px;
  }
}

#page_body .breadcrumb_list {
  padding-bottom: 15px;
  border-bottom: 1px solid #282828;
}
@media screen and (min-width: 768px) {
  #page_body .breadcrumb_list {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  #page_body .breadcrumb_list {
    padding-bottom: 25px;
  }
}

.breadcrumb {
  padding: 20px 5vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .breadcrumb {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding: 30px 40px;
  }
}
.breadcrumb_list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb_item + .breadcrumb_item {
  position: relative;
  padding-left: 16px;
  margin-left: 8px;
  line-height: 1em;
}
.breadcrumb_item + .breadcrumb_item:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #646464;
  position: absolute;
  left: 0px;
  top: 0.65em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}

.breadcrumb_ttl {
  color: #646464;
  font-size: 1.3rem;
  line-height: 1.3em;
  padding: 0.2em 0px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_ttl {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb_link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb_link:hover {
    opacity: 0.5;
  }
}

.breadcrumb._black .breadcrumb_item:before {
  border-color: #282828;
}
.breadcrumb._black .breadcrumb_link, .breadcrumb._black .breadcrumb_ttl {
  color: #282828;
}

.breadcrumb_item:last-child .breadcrumb_link, .breadcrumb_item:last-child .breadcrumb_ttl {
  cursor: default;
  pointer-events: none;
  color: #DF217D;
}

/* ======================================================
	btn
========================================================= */
/* ======================================================
	btn_standard
========================================================= */
.btn_standard {
  border-radius: 40px;
  position: relative;
  display: inline-block;
  color: #282828;
  line-height: 1em;
  width: 100%;
  padding: 1.5em 0px 1.5em 20px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .btn_standard {
    padding: 1.3em 0px 1.3em 20px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1080px) {
  .btn_standard {
    padding: 1.5em 0px 1.5em 35px;
    border-radius: 60px;
  }
}
.btn_standard .text {
  position: relative;
  z-index: 11;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn_standard .text {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .btn_standard .text {
    display: inline-block;
  }
}
.btn_standard .text span {
  font-size: 75%;
  display: block;
  line-height: 1.6em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .btn_standard .text span {
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.btn_standard .arrow {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 11;
  margin-top: -17px;
}
.btn_standard .arrow span {
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}
.btn_standard .arrow span:before, .btn_standard .arrow span:after {
  content: "";
  width: 12px;
  height: 5px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0%;
  left: 0%;
}
.btn_standard .arrow span:before {
  background-image: url(../img/icon/arrow.svg);
}
.btn_standard .arrow span:after {
  background-image: url(../img/icon/arrow_white.svg);
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.btn_standard:before, .btn_standard:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 40px;
}
.btn_standard:after {
  background-color: #fff;
}
.btn_standard:before {
  background-color: #DF217D;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 11;
}

.btn_standard .arrow._pink {
  background-color: #DF217D;
  border-color: #DF217D;
}
.btn_standard .arrow._pink span:before {
  background-image: url(../img/icon/arrow_white.svg);
}
.btn_standard .arrow._pink span:after {
  background-image: url(../img/icon/arrow_pink.svg);
}
.btn_standard .arrow._hover_pink span:before {
  background-image: url(../img/icon/arrow.svg);
}
.btn_standard .arrow._hover_pink span:after {
  background-image: url(../img/icon/arrow_pink.svg);
}
.btn_standard .arrow._hover_white span:before {
  background-image: url(../img/icon/arrow.svg);
}
.btn_standard .arrow._hover_white span:after {
  background-image: url(../img/icon/arrow_white.svg);
}
.btn_standard .arrow._arrow_pink span:before {
  background-image: url(../img/icon/arrow_pink.svg);
}
.btn_standard .arrow._arrow_pink span:after {
  background-image: url(../img/icon/arrow_white.svg);
}

.btn_standard._right {
  padding-left: 0px;
  padding-right: 15px;
}
.btn_standard._right .arrow {
  left: auto;
  right: 15px;
}
.btn_standard._short {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .btn_standard._short {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .btn_standard._short {
    padding-left: 15px;
  }
}

.btn_standard._green {
  color: #fff;
}
.btn_standard._green:after {
  background-color: #1A8E42;
}
.btn_standard._pink {
  color: #fff;
}
.btn_standard._pink:after {
  background-color: #DF217D;
}
.btn_standard._pink:before {
  background-color: #282828;
}
.btn_standard._noborder {
  border-width: 0px;
}
.btn_standard._noborder:before, .btn_standard._noborder:after {
  display: none;
}
.btn_standard._blank {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .btn_standard._blank {
    max-width: 400px;
  }
}
.btn_standard._blank .text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .btn_standard._blank .text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .btn_standard._blank .text {
    font-size: 1.9rem;
  }
}
.btn_standard._back {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  width: auto;
  padding: 8px 0px;
}
.btn_standard._back .text {
  color: #282828;
  font-size: 1.4rem;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_standard._back .text:after {
  right: auto;
  left: 0px;
  -webkit-transform: scale(-1, -1) rotate(45deg);
          transform: scale(-1, -1) rotate(45deg);
}
.btn_standard._back .text:before {
  content: "";
  background-image: url(../img/icon/arrow_pink.svg);
  background-size: cover;
  width: 14px;
  height: 6px;
  background-position: center;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_standard._back .arrow {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_standard._back:after, .btn_standard._back:before {
  display: none;
}
@media screen and (min-width: 1080px) {
  .btn_standard._back:hover .text {
    color: #DF217D;
  }
  .btn_standard._back:hover .text:before {
    margin-left: -5px;
  }
}

.btn_standard._more {
  padding-left: 0px;
}
@media screen and (min-width: 1080px) {
  .btn_standard._more {
    cursor: pointer;
  }
}
.btn_standard._more:before {
  display: none;
}
.btn_standard._more .text {
  color: #282828;
}
.btn_standard._more .arrow {
  background-color: #DF217D;
  border-color: #DF217D;
  left: auto;
  right: 15px;
}
.btn_standard._more .arrow span {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
}
.btn_standard._more .arrow span:before, .btn_standard._more .arrow span:after {
  width: 10px;
  height: 10px;
}
.btn_standard._more .arrow span:before {
  background-image: url(../img/icon/plus.svg);
}
.btn_standard._more .arrow span:after {
  display: none;
}
@media screen and (min-width: 1080px) {
  .btn_standard._more:hover .arrow {
    background-color: #282828;
    border-color: #282828;
  }
  .btn_standard._more:hover .arrow span:before {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.btn_standard {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_standard:before, .btn_standard:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_standard .icon:before, .btn_standard .icon:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_standard .arrow {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_standard .arrow:before, .btn_standard .arrow:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .btn_standard:hover {
    color: #fff;
  }
  .btn_standard:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .btn_standard:hover .arrow span:before {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn_standard:hover .arrow span:after {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .btn_standard:hover .arrow._pink {
    background-color: #fff;
  }
  .btn_standard:hover .icon:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn_standard:hover .icon:after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* ======================================================
	btn_ajax_more
========================================================= */
.alm-btn-wrap {
  text-align: center;
}

.btn_ajax_more {
  border-radius: 40px;
  position: relative;
  display: inline-block;
  color: #282828;
  line-height: 1em;
  width: 100%;
  padding: 1.5em 0px 1.5em 0px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_ajax_more {
    padding: 1.3em 0px 1.3em 0px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1080px) {
  .btn_ajax_more {
    padding: 1.5em 0px 1.5em 0px;
    border-radius: 60px;
    cursor: pointer;
  }
}
.btn_ajax_more span span {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  right: 15px;
  top: 50%;
  border-radius: 50%;
  background-color: #DF217D;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_ajax_more span span {
    right: 20px;
  }
}
.btn_ajax_more span span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
  left: 50%;
  top: 50%;
  background-image: url(../img/icon/plus.svg);
  background-size: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_ajax_more:hover {
  color: #DF217D;
  border-color: #DF217D;
}
/* ======================================================
	title
========================================================= */
/* ======================================================
	content_title
========================================================= */
.content_title {
  margin-bottom: 15px;
}
.content_title .sub {
  font-size: 6.4vw;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #DF217D;
}
@media screen and (min-width: 768px) {
  .content_title .sub {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_title .sub {
    font-size: 2.8rem;
  }
}
.content_title .subtext {
  position: relative;
  font-size: 4vw;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #DF217D;
}
@media screen and (min-width: 768px) {
  .content_title .subtext {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_title .subtext {
    letter-spacing: 0.15em;
  }
}
.content_title .subtext .icon {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
}
.content_title .title {
  display: inline-block;
  position: relative;
  font-size: 6.9333333333vw;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .content_title .title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_title .title {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6em;
  }
}
.content_title .title sup {
  position: relative;
  top: -0.7em;
  font-size: 50%;
  padding-left: 0.2em;
}
.content_title .title ._large {
  font-size: 210%;
  padding-right: 0.1em;
  position: relative;
  bottom: -0.05em;
}
@media screen and (min-width: 1080px) {
  .content_title .title ._large {
    font-size: 6rem;
  }
}
.content_title .title ._marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0)), color-stop(0%, #FFF45F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #FFF45F 0%);
  margin-right: 0.2em;
}
@media screen and (min-width: 1080px) {
  .content_title .title ._marker {
    letter-spacing: 0.05em;
    padding: 0px 0.2em 0.1em 0.2em;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(0%, #FFF45F));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 60%, #FFF45F 0%);
    background-repeat: no-repeat;
    background-position: bottom -0.1em center;
  }
}

@media screen and (min-width: 768px) {
  .content_title._small .subtext {
    font-size: 1.6rem;
  }
}
.content_title._small .title {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .content_title._small .title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_title._small .title {
    font-size: 2.6rem;
  }
}

.content_title._white .sub, .content_title._white .subtext {
  color: #fff;
  opacity: 0.5;
}
.content_title._white .title {
  color: #fff;
}

.content_title .subtext._store {
  padding: 5px 0px 5px 40px;
}
@media screen and (min-width: 1080px) {
  .content_title .subtext._store {
    padding: 5px 0px 5px 48px;
  }
}
.content_title .subtext._store .icon {
  width: 32px;
  height: 30px;
  background-image: url(../img/icon/store.svg);
  margin-top: -2px;
}
@media screen and (min-width: 1080px) {
  .content_title .subtext._store .icon {
    width: 36px;
    height: 34px;
  }
}

/* ======================================================
	content_subtitle
========================================================= */
.content_subtitle {
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_subtitle {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 1080px) {
  .content_subtitle {
    font-size: 3rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .content_subtitle {
    font-size: 3.5rem;
    letter-spacing: 0.15em;
  }
}
.content_subtitle ._marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0)), color-stop(0%, #FFF45F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #FFF45F 0%);
}
.content_subtitle._mbn {
  margin-bottom: 0px;
}
.content_subtitle._fs30 {
  font-size: 5.6vw;
}
@media screen and (min-width: 768px) {
  .content_subtitle._fs30 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_subtitle._fs30 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .content_subtitle._fs30 {
    font-size: 3rem;
  }
}

/* ======================================================
	visual
========================================================= */
/* ======================================================
	page_visual
========================================================= */
#page_visual {
  background-color: #FFFAF5;
  padding: 100px 5vw 15px;
}
@media screen and (min-width: 768px) {
  #page_visual {
    padding: 150px 5vw 25px;
  }
}
@media screen and (min-width: 1080px) {
  #page_visual {
    padding: 200px 0 40px;
  }
}
#page_visual .contents_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#page_visual._inpage {
  padding-top: 40px;
}
@media screen and (min-width: 1080px) {
  #page_visual._inpage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#page_visual .icon_category_list {
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  #page_visual .icon_category_list {
    margin-top: 30px;
  }
}

.page_visual_top {
  font-size: 3.2vw;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_visual_top {
    font-size: 1.3rem;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1080px) {
  .page_visual_top {
    font-size: 1.4rem;
  }
}

.page_visual_title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page_visual_title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .page_visual_title {
    font-size: 3.6rem;
  }
}

.page_visual_title_en {
  font-size: 3.2vw;
  font-weight: 700;
  color: #DF217D;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_visual_title_en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .page_visual_title_en {
    font-size: 1.6rem;
  }
}

.page_visual_text {
  margin-top: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_visual_text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .page_visual_text {
    margin-top: 40px;
    max-width: 950px;
  }
}
.page_visual_text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page_visual_text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .page_visual_text p {
    font-size: 1.6rem;
  }
}

/* ======================================================
	parts
========================================================= */
/* ======================================================
	animation
========================================================= */
/* =============================================
- gnav
================================================ */
/*# sourceMappingURL=base.css.map */