@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  font-size: 16px;
  height: -webkit-fill-available;
}
@media (max-width: 400px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 1.125vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  width: 100%;
  background: #fcfcfc;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  min-height: -webkit-fill-available;
}

main {
  width: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

button {
  outline: none;
}

@media (min-width: 560px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
}

.hover_opa:hover {
  opacity: 0.75;
}

main {
  width: 100%;
  overflow-x: hidden;
}
main.child {
  margin-top: 3.94rem;
}
@media (min-width: 1024px) {
  main.child {
    margin-top: 5.56rem;
  }
}

#container {
  position: relative;
}

.mt0 {
  margin-top: 0rem !important;
}
@media (max-width: 559px) {
  .mt0-s {
    margin-top: 0rem !important;
  }
}
@media (min-width: 560px) {
  .mt0-m {
    margin-top: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .mt0-l {
    margin-top: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .mt0-xl {
    margin-top: 0rem !important;
  }
}

.mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 559px) {
  .mb0-s {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 560px) {
  .mb0-m {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .mb0-l {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .mb0-xl {
    margin-bottom: 0rem !important;
  }
}

.pt0 {
  padding-top: 0rem !important;
}
@media (max-width: 559px) {
  .pt0-s {
    padding-top: 0rem !important;
  }
}
@media (min-width: 560px) {
  .pt0-m {
    padding-top: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .pt0-l {
    padding-top: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .pt0-xl {
    padding-top: 0rem !important;
  }
}

.pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 559px) {
  .pb0-s {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 560px) {
  .pb0-m {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .pb0-l {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .pb0-xl {
    padding-bottom: 0rem !important;
  }
}

.mt25 {
  margin-top: 0.25rem !important;
}
@media (max-width: 559px) {
  .mt25-s {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt25-m {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt25-l {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt25-xl {
    margin-top: 0.25rem !important;
  }
}

.mb25 {
  margin-bottom: 0.25rem !important;
}
@media (max-width: 559px) {
  .mb25-s {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb25-m {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb25-l {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb25-xl {
    margin-bottom: 0.25rem !important;
  }
}

.pt25 {
  padding-top: 0.25rem !important;
}
@media (max-width: 559px) {
  .pt25-s {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt25-m {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt25-l {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt25-xl {
    padding-top: 0.25rem !important;
  }
}

.pb25 {
  padding-bottom: 0.25rem !important;
}
@media (max-width: 559px) {
  .pb25-s {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb25-m {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb25-l {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb25-xl {
    padding-bottom: 0.25rem !important;
  }
}

.mt50 {
  margin-top: 0.5rem !important;
}
@media (max-width: 559px) {
  .mt50-s {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt50-m {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt50-l {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt50-xl {
    margin-top: 0.5rem !important;
  }
}

.mb50 {
  margin-bottom: 0.5rem !important;
}
@media (max-width: 559px) {
  .mb50-s {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb50-m {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb50-l {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb50-xl {
    margin-bottom: 0.5rem !important;
  }
}

.pt50 {
  padding-top: 0.5rem !important;
}
@media (max-width: 559px) {
  .pt50-s {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt50-m {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt50-l {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt50-xl {
    padding-top: 0.5rem !important;
  }
}

.pb50 {
  padding-bottom: 0.5rem !important;
}
@media (max-width: 559px) {
  .pb50-s {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb50-m {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb50-l {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb50-xl {
    padding-bottom: 0.5rem !important;
  }
}

.mt75 {
  margin-top: 0.75rem !important;
}
@media (max-width: 559px) {
  .mt75-s {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt75-m {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt75-l {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt75-xl {
    margin-top: 0.75rem !important;
  }
}

.mb75 {
  margin-bottom: 0.75rem !important;
}
@media (max-width: 559px) {
  .mb75-s {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb75-m {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb75-l {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb75-xl {
    margin-bottom: 0.75rem !important;
  }
}

.pt75 {
  padding-top: 0.75rem !important;
}
@media (max-width: 559px) {
  .pt75-s {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt75-m {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt75-l {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt75-xl {
    padding-top: 0.75rem !important;
  }
}

.pb75 {
  padding-bottom: 0.75rem !important;
}
@media (max-width: 559px) {
  .pb75-s {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb75-m {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb75-l {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb75-xl {
    padding-bottom: 0.75rem !important;
  }
}

.mt100 {
  margin-top: 1rem !important;
}
@media (max-width: 559px) {
  .mt100-s {
    margin-top: 1rem !important;
  }
}
@media (min-width: 560px) {
  .mt100-m {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mt100-l {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .mt100-xl {
    margin-top: 1rem !important;
  }
}

.mb100 {
  margin-bottom: 1rem !important;
}
@media (max-width: 559px) {
  .mb100-s {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 560px) {
  .mb100-m {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mb100-l {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .mb100-xl {
    margin-bottom: 1rem !important;
  }
}

.pt100 {
  padding-top: 1rem !important;
}
@media (max-width: 559px) {
  .pt100-s {
    padding-top: 1rem !important;
  }
}
@media (min-width: 560px) {
  .pt100-m {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pt100-l {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .pt100-xl {
    padding-top: 1rem !important;
  }
}

.pb100 {
  padding-bottom: 1rem !important;
}
@media (max-width: 559px) {
  .pb100-s {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 560px) {
  .pb100-m {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pb100-l {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .pb100-xl {
    padding-bottom: 1rem !important;
  }
}

.mt125 {
  margin-top: 1.25rem !important;
}
@media (max-width: 559px) {
  .mt125-s {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt125-m {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt125-l {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt125-xl {
    margin-top: 1.25rem !important;
  }
}

.mb125 {
  margin-bottom: 1.25rem !important;
}
@media (max-width: 559px) {
  .mb125-s {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb125-m {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb125-l {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb125-xl {
    margin-bottom: 1.25rem !important;
  }
}

.pt125 {
  padding-top: 1.25rem !important;
}
@media (max-width: 559px) {
  .pt125-s {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt125-m {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt125-l {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt125-xl {
    padding-top: 1.25rem !important;
  }
}

.pb125 {
  padding-bottom: 1.25rem !important;
}
@media (max-width: 559px) {
  .pb125-s {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb125-m {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb125-l {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb125-xl {
    padding-bottom: 1.25rem !important;
  }
}

.mt150 {
  margin-top: 1.5rem !important;
}
@media (max-width: 559px) {
  .mt150-s {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt150-m {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt150-l {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt150-xl {
    margin-top: 1.5rem !important;
  }
}

.mb150 {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 559px) {
  .mb150-s {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb150-m {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb150-l {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb150-xl {
    margin-bottom: 1.5rem !important;
  }
}

.pt150 {
  padding-top: 1.5rem !important;
}
@media (max-width: 559px) {
  .pt150-s {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt150-m {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt150-l {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt150-xl {
    padding-top: 1.5rem !important;
  }
}

.pb150 {
  padding-bottom: 1.5rem !important;
}
@media (max-width: 559px) {
  .pb150-s {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb150-m {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb150-l {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb150-xl {
    padding-bottom: 1.5rem !important;
  }
}

.mt175 {
  margin-top: 1.75rem !important;
}
@media (max-width: 559px) {
  .mt175-s {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt175-m {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt175-l {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt175-xl {
    margin-top: 1.75rem !important;
  }
}

.mb175 {
  margin-bottom: 1.75rem !important;
}
@media (max-width: 559px) {
  .mb175-s {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb175-m {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb175-l {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb175-xl {
    margin-bottom: 1.75rem !important;
  }
}

.pt175 {
  padding-top: 1.75rem !important;
}
@media (max-width: 559px) {
  .pt175-s {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt175-m {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt175-l {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt175-xl {
    padding-top: 1.75rem !important;
  }
}

.pb175 {
  padding-bottom: 1.75rem !important;
}
@media (max-width: 559px) {
  .pb175-s {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb175-m {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb175-l {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb175-xl {
    padding-bottom: 1.75rem !important;
  }
}

.mt200 {
  margin-top: 2rem !important;
}
@media (max-width: 559px) {
  .mt200-s {
    margin-top: 2rem !important;
  }
}
@media (min-width: 560px) {
  .mt200-m {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mt200-l {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .mt200-xl {
    margin-top: 2rem !important;
  }
}

.mb200 {
  margin-bottom: 2rem !important;
}
@media (max-width: 559px) {
  .mb200-s {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 560px) {
  .mb200-m {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mb200-l {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .mb200-xl {
    margin-bottom: 2rem !important;
  }
}

.pt200 {
  padding-top: 2rem !important;
}
@media (max-width: 559px) {
  .pt200-s {
    padding-top: 2rem !important;
  }
}
@media (min-width: 560px) {
  .pt200-m {
    padding-top: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .pt200-l {
    padding-top: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .pt200-xl {
    padding-top: 2rem !important;
  }
}

.pb200 {
  padding-bottom: 2rem !important;
}
@media (max-width: 559px) {
  .pb200-s {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 560px) {
  .pb200-m {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .pb200-l {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .pb200-xl {
    padding-bottom: 2rem !important;
  }
}

.mt225 {
  margin-top: 2.25rem !important;
}
@media (max-width: 559px) {
  .mt225-s {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt225-m {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt225-l {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt225-xl {
    margin-top: 2.25rem !important;
  }
}

.mb225 {
  margin-bottom: 2.25rem !important;
}
@media (max-width: 559px) {
  .mb225-s {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb225-m {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb225-l {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb225-xl {
    margin-bottom: 2.25rem !important;
  }
}

.pt225 {
  padding-top: 2.25rem !important;
}
@media (max-width: 559px) {
  .pt225-s {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt225-m {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt225-l {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt225-xl {
    padding-top: 2.25rem !important;
  }
}

.pb225 {
  padding-bottom: 2.25rem !important;
}
@media (max-width: 559px) {
  .pb225-s {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb225-m {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb225-l {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb225-xl {
    padding-bottom: 2.25rem !important;
  }
}

.mt250 {
  margin-top: 2.5rem !important;
}
@media (max-width: 559px) {
  .mt250-s {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt250-m {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt250-l {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt250-xl {
    margin-top: 2.5rem !important;
  }
}

.mb250 {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 559px) {
  .mb250-s {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb250-m {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb250-l {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb250-xl {
    margin-bottom: 2.5rem !important;
  }
}

.pt250 {
  padding-top: 2.5rem !important;
}
@media (max-width: 559px) {
  .pt250-s {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt250-m {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt250-l {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt250-xl {
    padding-top: 2.5rem !important;
  }
}

.pb250 {
  padding-bottom: 2.5rem !important;
}
@media (max-width: 559px) {
  .pb250-s {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb250-m {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb250-l {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb250-xl {
    padding-bottom: 2.5rem !important;
  }
}

.mt275 {
  margin-top: 2.75rem !important;
}
@media (max-width: 559px) {
  .mt275-s {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt275-m {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt275-l {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt275-xl {
    margin-top: 2.75rem !important;
  }
}

.mb275 {
  margin-bottom: 2.75rem !important;
}
@media (max-width: 559px) {
  .mb275-s {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb275-m {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb275-l {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb275-xl {
    margin-bottom: 2.75rem !important;
  }
}

.pt275 {
  padding-top: 2.75rem !important;
}
@media (max-width: 559px) {
  .pt275-s {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt275-m {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt275-l {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt275-xl {
    padding-top: 2.75rem !important;
  }
}

.pb275 {
  padding-bottom: 2.75rem !important;
}
@media (max-width: 559px) {
  .pb275-s {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb275-m {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb275-l {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb275-xl {
    padding-bottom: 2.75rem !important;
  }
}

.mt300 {
  margin-top: 3rem !important;
}
@media (max-width: 559px) {
  .mt300-s {
    margin-top: 3rem !important;
  }
}
@media (min-width: 560px) {
  .mt300-m {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mt300-l {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .mt300-xl {
    margin-top: 3rem !important;
  }
}

.mb300 {
  margin-bottom: 3rem !important;
}
@media (max-width: 559px) {
  .mb300-s {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 560px) {
  .mb300-m {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mb300-l {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .mb300-xl {
    margin-bottom: 3rem !important;
  }
}

.pt300 {
  padding-top: 3rem !important;
}
@media (max-width: 559px) {
  .pt300-s {
    padding-top: 3rem !important;
  }
}
@media (min-width: 560px) {
  .pt300-m {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pt300-l {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .pt300-xl {
    padding-top: 3rem !important;
  }
}

.pb300 {
  padding-bottom: 3rem !important;
}
@media (max-width: 559px) {
  .pb300-s {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 560px) {
  .pb300-m {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pb300-l {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .pb300-xl {
    padding-bottom: 3rem !important;
  }
}

main {
  padding-top: 2.25rem;
}
@media (min-width: 1024px) {
  main {
    padding-top: 6.277rem;
  }
}

/* 表示の制御
------------------------------------- */
.dc_display__sp {
  display: none;
}
@media (max-width: 374px) {
  .dc_display__sp {
    display: block;
  }
}

@media (max-width: 559px) {
  .dc_display__tab {
    display: none !important;
  }
}
@media (min-width: 560px) {
  .dc_display__tab {
    display: block;
  }
}

@media (max-width: 1023px) {
  .dc_display__pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .dc_display__pc {
    display: block;
  }
}

.dc_hidden__sp {
  display: block;
}
@media (max-width: 374px) {
  .dc_hidden__sp {
    display: none !important;
  }
}

.dc_hidden__tab {
  display: block;
}
@media (min-width: 560px) {
  .dc_hidden__tab {
    display: none !important;
  }
}

.dc_hidden__pc {
  display: block;
}
@media (min-width: 1024px) {
  .dc_hidden__pc {
    display: none !important;
  }
}

.dc_d-ib {
  display: inline-block;
}

/* コンテナ
------------------------------------- */
.dc_container_small, .dc_container_big, .dc_container {
  width: calc(100% - 1.8rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .dc_container {
    width: 70rem;
    max-width: calc(100% - 4rem);
  }
  .dc_container.right {
    max-width: 80.61rem;
    margin: 0;
    width: auto;
    margin-left: 6rem;
  }
  .dc_container.left {
    max-width: 80.61rem;
    margin: 0;
    width: auto;
    margin-right: 6rem;
  }
}
@media (min-width: 1600px) {
  .dc_container.right {
    margin-left: 12rem;
  }
  .dc_container.left {
    margin-right: 12rem;
  }
}
@media (min-width: 1920px) {
  .dc_container.right {
    margin-left: auto;
  }
  .dc_container.left {
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .dc_container_big {
    width: 86.66rem;
    max-width: calc(100% - 2rem);
  }
}

@media (min-width: 1024px) {
  .dc_container_small {
    width: 54.444rem;
  }
}

/* フォント
------------------------------------- */
.dc_text-align-center {
  text-align: center;
}

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

@media (min-width: 1024px) {
  .dc_text-align-center-pc {
    text-align: center;
  }
}

.dc_lead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.83;
}

p.dc_lead + p.dc_lead {
  margin-top: 1.2rem;
}

.dc_text-align-left--center {
  text-align: left;
}
@media (min-width: 1024px) {
  .dc_text-align-left--center {
    text-align: center;
  }
}

/* パーツ
------------------------------------- */
.dc_ttl_type01 {
  margin-bottom: 0.75rem;
  color: #be3455;
  font-size: 2.142rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1023px) {
  .dc_ttl_type01 {
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1024px) {
  .dc_ttl_type01 {
    margin-bottom: 2.56rem;
    font-size: 3.06rem;
  }
}
.dc_btn_margin {
  margin-top: 4.1rem;
  margin-bottom: 6.7rem;
}

.dc_btn_type01 {
  margin: auto;
  width: 100%;
  max-width: 355px;
  height: 3.88rem;
  padding: 0 1.13rem;
  display: inline-grid;
  align-items: center;
  font-size: 1.56rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  position: relative;
  transition: 0.3s ease-out;
}
@media (min-width: 1024px) {
  .dc_btn_type01 {
    width: 17.11rem;
    height: 3.55rem;
    font-size: 0.9rem;
  }
}

.dc_btn_type01 {
  color: #ffffff;
  text-align: center;
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  border-radius: 1.94rem;
  box-shadow: 0 0.3rem 0 #9b2946, 0 0.6rem 0 #e6e6e6;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.dc_btn_type01::after {
  position: absolute;
  top: 0;
  left: -150%;
  display: block;
  content: "";
  width: 150%;
  height: 150%;
  background: linear-gradient(-25deg, #bd395c 0, #e6476c 100%);
  transition: 0.3s all ease-in-out;
  border-radius: 1.94rem;
  z-index: 0;
  filter: blur(2rem);
}
.dc_btn_type01 span {
  display: block;
  z-index: 3;
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
}
.dc_btn_type01:hover::after {
  left: 0;
  background: linear-gradient(-25deg, #bd395c 0, #e6476c 100%);
}
.dc_btn_type01.re {
  padding: 10px;
  padding-right: 2rem;
}
.dc_btn_type01.re::after {
  transform: scale(-1, 1) translateY(-50%);
}
@media (min-width: 1024px) {
  .dc_btn_type01::before {
    font-size: 1rem;
    right: 1rem;
  }
  .dc_btn_type01.re::before {
    right: unset;
    left: 1rem;
  }
}
.dc_btn_type01.white {
  background: #ffffff;
  color: #be3455;
}
.dc_btn_type01.white::before {
  color: #be3455;
}
.dc_btn_type01.white::after {
  background: transparent;
  border-color: #ffffff;
}
.dc_btn_type01.white:hover {
  background: transparent;
  color: #ffffff;
}
.dc_btn_type01.white:hover::before {
  color: #ffffff;
}

.trimming__16-10 {
  position: relative;
  overflow: hidden;
  padding-top: 62.5%;
}
.trimming__16-10 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trimming__16-9 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.trimming__16-9 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trimming__4-3 {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.trimming__4-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trimming__2-1 {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}
.trimming__2-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trimming__1-1 {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.trimming__1-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#container {
  position: relative;
}

.dc_ttl_type_page {
  font-weight: bold;
  text-align: center;
  color: #be3455;
  font-size: 1.875rem;
}
@media (min-width: 1024px) {
  .dc_ttl_type_page {
    font-size: 3.055rem;
  }
}

.page_contents.links .links__container {
  width: calc(100% - 2.76rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .page_contents.links .links__container {
    max-width: 1029px;
    width: 57.166rem;
  }
}
.page_contents.links .links__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .page_contents.links .links__list {
    gap: 1.722rem;
  }
}
.page_contents.links .links__list__item__link {
  border-radius: 5px;
  color: #be3455;
  border: 2px solid #be3455;
  padding: 0.312rem 1.944rem;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff;
}
.page_contents.links .links__list__item__link:hover {
  color: #ffffff;
  background-color: #be3455;
}
@media (min-width: 1024px) {
  .page_contents.links .links__list__item__link {
    padding: 0.833rem 2.7rem;
    font-size: 1.388rem;
  }
}

/* _header.scss 読み込み
------------------------------------- */
.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  background: #42494b;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: 50;
}
.overlay.body--fixed {
  display: block;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .overlay {
    display: none !important;
  }
}

body:has(.overlay.body--fixed) {
  position: fixed;
}

.PC_overlay {
  display: none;
  position: fixed;
  top: 5.8rem;
  left: 0;
  height: calc(100vh - 5.8rem);
  width: 100vw;
  background: #070707;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .PC_overlay {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 3.94rem;
  z-index: 200;
  transition: 0.3s all ease-in-out;
}
.header.child {
  background: #be3455;
}
.header.is_fixed {
  background: #be3455;
}
@media (min-width: 1024px) {
  .header {
    display: grid;
    place-items: center;
    width: 100%;
    height: 7.17rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .header.child {
    background: #be3455;
    height: 5.56rem;
  }
  .header.is_fixed {
    background: #be3455;
    height: 5.56rem;
  }
}

.header__outer {
  width: 100%;
}
@media (max-width: 1023px) {
  .header__outer {
    padding-right: 4.5rem;
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .header__outer {
    max-width: 979px;
    width: 62.19rem;
    height: 100%;
    display: grid;
    -moz-column-gap: 6.72rem;
         column-gap: 6.72rem;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .header__outer,
  .header__container,
  h1 {
    height: 100%;
  }
}

@media (max-width: 1023px) {
  .header__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header__icon {
  display: grid;
  grid-template-columns: 2.5rem 2.5rem;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
}
@media (min-width: 1024px) {
  .header__icon {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 1.11rem;
    padding-left: 1.15rem;
    padding-right: 1.16rem;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: center;
  }
}

.header__icon__link:hover {
  opacity: 0.75;
}
@media (min-width: 1024px) {
  .header__icon__link img {
    width: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .header__icon__link img {
    width: 4rem;
  }
}

.header__icon__text {
  margin-top: 0.72rem;
  display: block;
  color: #be3455;
  font-size: 0.77rem;
  font-weight: 500;
  text-align: center;
}

.logo__wrap {
  display: flex;
}
.logo__wrap:hover {
  opacity: 0.75;
}
@media (max-width: 1023px) {
  .logo__wrap {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .logo__wrap {
    flex-direction: column;
    align-items: center;
  }
}

.logo {
  display: grid;
  align-items: center;
}
.logo.child.pc {
  display: none;
}
.logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease-out;
}
@media (max-width: 1023px) {
  .logo {
    max-width: 7.7rem;
    margin: auto;
    height: 100%;
    padding: 0.4rem 0.4rem 0.4rem 0.9rem;
  }
  .logo img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .logo {
    max-width: 198px;
    width: 11rem;
  }
  .logo.child {
    display: none;
  }
  .logo.child.pc {
    display: block;
    max-width: 200px;
    width: 11.11rem;
  }
}
@media (min-width: 1600px) {
  .logo {
    max-width: 198px;
    width: 11rem;
  }
  .logo.child {
    display: none;
  }
  .logo.child.pc {
    max-width: 200px;
    width: 11.11rem;
  }
}

.logo_lead {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-weight: 500;
  color: #be3455;
}
@media (min-width: 1024px) {
  .logo_lead {
    margin-top: 0.72rem;
    font-size: 0.77rem;
    line-height: 1;
  }
}

@media (max-width: 1023px) {
  .nav__container {
    position: fixed;
    transition: 0.3s ease-out;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
  .nav__container.nav__list--fixed {
    position: fixed;
    opacity: 1;
    z-index: 101;
    pointer-events: all;
  }
}
@media (max-width: 559px) {
  .nav__container.nav__list--fixed {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .nav__container {
    width: 80vw;
  }
}
@media (min-width: 560px) {
  .nav__container {
    grid-template-columns: 1fr;
    width: 50vw;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .nav__container {
    width: 70%;
    left: 30%;
    grid-template-columns: 1fr;
    height: calc(100% - 4.4rem);
    top: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .nav__container {
    width: auto;
    left: 0 !important;
    top: unset;
    width: 100%;
    height: 100%;
    position: unset;
    transform: unset !important;
  }
}

.nav__btn {
  width: 5.31rem;
  height: 3.94rem;
  z-index: 102;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
}
.nav__btn .nav__btn__container {
  width: 1.5625rem;
}
.nav__btn span {
  display: block;
  width: 1.5625rem;
  height: 2px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.nav__btn span:nth-of-type(2), .nav__btn span:nth-of-type(3) {
  margin-top: 0.44rem;
}
.nav__btn:hover {
  opacity: 0.75;
}
.nav__btn.change span {
  margin-top: 0;
}
.nav__btn:focus {
  outline: 0;
}
@media (min-width: 1024px) {
  .nav__btn {
    width: 4.4rem;
    height: 4.4rem;
    padding-top: 1.6rem;
  }
  .nav__btn .nav__btn__container {
    width: 1.88rem;
  }
  .nav__btn span {
    width: 1.88rem;
  }
}
@media (min-width: 1024px) {
  .nav__btn {
    display: none;
  }
}

.nav__btn.change span {
  background-color: #be3455;
}
.nav__btn.change span:nth-of-type(1) {
  transform: translate(0, 360%) rotate(-45deg);
  position: relative;
  top: 0;
}
.nav__btn.change span:nth-of-type(2) {
  width: 0;
  height: 0;
}
.nav__btn.change span:nth-of-type(3) {
  transform: translate(0, 360%) rotate(45deg);
  position: relative;
  top: -3px;
}

.nav__outer {
  box-sizing: border-box;
}
.nav__outer::before, .nav__outer::after {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .nav__outer {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .nav__container {
    background: #ffffff;
  }
}

@media (max-width: 1023px) {
  .nav__list {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    height: 100%;
    padding: 6.19rem 1.25rem 4.25rem;
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .nav__list {
    margin-left: auto;
    margin-right: -4.17rem;
    max-width: 735px;
    width: calc(100% + 4.17rem);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .nav__item {
    position: relative;
    display: flex;
    max-height: 26.2rem;
  }
  .nav__item.pc {
    display: none;
  }
  .nav__item.download {
    max-width: 285px;
  }
  .nav__item.download .nav__item__link {
    opacity: 1;
    transition: 0.3s all ease-in-out;
  }
  .nav__item.download .nav__item__link:hover {
    opacity: 0.75;
  }
}

.nav__item__link {
  display: block;
  color: #be3455;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.nav__item__link span {
  position: relative;
}
.nav__item__link span::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 118%;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1023px) {
  .nav__item__link span {
    display: block;
    padding-left: 1.19rem;
  }
  .nav__item__link:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .nav__item__link {
    color: #ffffff;
    font-size: 0.94rem;
  }
  .nav__item__link:hover span::after {
    width: 3.89rem;
  }
}
@media (min-width: 1600px) {
  .nav__item__link {
    font-size: 0.9rem;
  }
  .nav__item__link:hover span::after {
    width: 3.89rem;
  }
}

.nav__item__link__img {
  display: block;
  max-width: 300px;
  width: 100%;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25));
}
@media (min-width: 1024px) {
  .nav__item__link__img {
    width: 15.83rem;
  }
}
.nav__item__link__img source,
.nav__item__link__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1023px) {
  .nav__pc {
    display: none !important;
  }
}

.nav__sp {
  font-size: 0.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .nav__sp {
    display: none !important;
  }
}

.pagetop {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 101;
  display: grid;
  place-content: center;
  color: #ffffff;
  background: #be3455;
  transition: 0.3s all ease-in-out;
	&.testhidden {
		display:none;
	}
}
.pagetop:hover {
  background: #e05072;
}
@media (max-width: 1023px) {
  .pagetop {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
  }
}
@media (min-width: 1024px) {
  .pagetop {
    width: 14.66rem;
    height: 3rem;
    left: unset;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 0.63rem;
  }
}

.fixed_dl {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 101;
  display: grid;
  place-content: center;
  color: #ffffff;
  background: #be3455;
  transition: 0.3s all ease-in-out;
	font-size: 0.525rem;
	font-weight: 700;
}
@media (min-width: 1024px) {
	.fixed_dl {
		font-size: 1rem;
	}
}
.fixed_dl:hover {
  background: #e05072;
}
@media (max-width: 1023px) {
  .fixed_dl {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
		border: 1px solid white;
		text-align: center;
		img {
			margin-inline:auto;
		}
  }
}
@media (min-width: 1024px) {
  .fixed_dl {
    width: 14.66rem;
    height: 3rem;
    left: unset;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 0.63rem;
  }
}


/* _footer.scss 読み込み
------------------------------------- */
.cta_tiktok {
  display:grid;
  justify-content: center;
  align-items: center;
	grid-template-columns: repeat(4, 4rem);
  gap:3rem;
  padding: 3rem 0;
  background:#ffffff;
}

.cta_tiktok .icon_img {
  width:4rem;
  transition: .3s;
}

.cta_tiktok .icon_img:hover {
  opacity: 0.6;
}

.cta_contact {
  padding: 3rem 0;
  background:#fcfcfc;
}
.cta_contact_btn {
  display: block;
  width: 18rem;
  margin: auto;
  padding: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  color:#9b2946;
  transform: 0.3s;
}
.cta_contact_btn:hover {
  background: #BE3455;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color:#ffff;
}
.cta_contact_button {
  display:grid;
  align-items: center;
  grid-template-columns: 11% 1fr;
  gap: 0.5rem;
}
.cta_contact_button figcaption {
  font-size:1rem;
}
.cta_contact_button figcaption span {
  display:block;
  font-size:1.4rem;
  font-weight:700;
}

.cta {
  padding-bottom: 1.38rem;
  padding-top: 4.25rem;
  background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/common/cta_sp.png") no-repeat center/cover;
		&.ctaA {
		  background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/common/ctaA_sp.png") no-repeat center/cover;
		}
  }
}
@media (min-width: 470px) {
  .cta {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .cta {
    margin-top: 7.28rem;
    margin-bottom: unset;
    padding-top: 4.17rem;
    padding-bottom: 4.17rem;
    background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/common/cta.png") no-repeat center/cover;
		&.ctaA {
		  background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/common/ctaA.png") no-repeat center/cover;
		}
  }
}
@media (min-width: 470px) {
  .cta.top {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cta.top {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .cta__container {
    max-width: 1050px;
    width: 58.44rem;
  }
}

.cta__inner {
  padding: 1.38rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0.4rem 0.4rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .cta__inner {
    display: grid;
    grid-template-columns: 5fr 3fr;
    padding: 3.17rem 3.06rem;
  }
}

.cta__ttl {
  margin-bottom: 0.2rem;
  color: #be3455;
  font-size: 1.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .cta__ttl {
    margin-bottom: 0.89rem;
    font-size: 3.06rem;
    line-height: 1.2727272727;
    text-align: left;
  }
}

.cta__lead {
  margin-bottom: 1rem;
  color: #be3455;
  font-size: 1.562rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .cta__lead {
    margin-bottom: 2.11rem;
    font-size: 1.388rem;
    text-align: left;
  }
}

.cta__box__link {
  margin: auto;
  display: block;
  max-width: 160px;
  width: 100%;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .cta__box__link {
    margin-left: unset;
    max-width: 234px;
  }
}
.cta__box__link:hover {
  opacity: 0.75;
}

.cta__box__download__img {
  margin: auto;
  width: 100%;
}
.cta__box__download__img img {
  margin: auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__box__img {
  display: none;
}
@media (min-width: 1024px) {
  .cta__box__img {
    display: block;
  }
}

.footer {
  padding-top: 1.19rem;
  background: #be3455;
  color: #ffffff;
}
.footer.footer--wide {
  padding-block: 1.19rem 2rem;
}
@media (min-width: 560px) and (max-width: 1023px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 2.06rem 0 2.17rem;
  }
	.footer.footer--wide {
    padding: 2.06rem 0 2.17rem;
	}
}

@media (min-width: 1024px) {
  .footer__container {
    max-width: 1000px;
    width: 53.78rem;
  }
	.footer__container.footer__container--wide {
		 max-width: 1400px;
     width: 64rem;
	}
}

.footer__inner {
  padding-left: 1.38rem;
  padding-right: 1.38rem;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-left: unset;
    padding-right: unset;
    display: grid;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: center;
  }
}

.footer__logo {
  margin-bottom: 1.06rem;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: unset;
  }
}

.footer__logo__link {
  max-width: 198px;
  width: 100%;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
.footer__logo__link:hover {
  opacity: 0.75;
}
@media (min-width: 1024px) {
  .footer__logo__link {
    margin-right: auto;
    width: 11rem;
  }
}
.footer__logo__link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .footer__column {
    margin-right: -4.5rem;
    width: calc(100% + 4.5rem);
    grid-template-columns: 1fr max-content;
    display: grid;
    justify-content: space-between;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    align-items: center;
  }
}

.footer__list__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.63rem;
}
@media (min-width: 1024px) {
  .footer__list__wrap {
    row-gap: 1.11rem;
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.63rem;
}
@media (min-width: 1024px) {
  .footer__list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__item {
  text-align: left;
}
.footer__item__link {
  color: #ffffff;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
  font-size: 0.94rem;
}
.footer__item__link:hover {
  opacity: 0.75;
}

.footer__download__btn__wrap {
  display: flex;
	flex-direction: column;
	row-gap: 0.6rem;
	column-gap: 1rem;
  margin-inline: auto;
	justify-content: flex-end;
	align-items: flex-end;
  width: 100%;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.footer__download__btn__wrap .footer__download__btn {
	margin: 0;
	place-content: center;
}
.footer__download__btn__wrap .footer__download__btn.footer__download__btn--android {
  width: 100%;
  max-width: 177px;
}
.footer__download__btn {
  display: block;
  margin-left: auto;
  max-width: 146px;
  width: 100%;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1024px) {
	.footer__download__btn__wrap {
		flex-direction: row;
		row-gap: unset;
		display: flex;
		align-items: center;
		column-gap: 1.1rem;
		margin-right: 0;
		width: 100%;
		opacity: 1;
		transition: 0.3s all ease-in-out;
	}
  .footer__download__btn {
    max-width: 174px;
    width: 9.67rem;
  }
	.footer__download__btn__wrap .footer__download__btn.footer__download__btn--android {
		width: 11.6rem;
    max-width: 236px;
	}
}
.footer__download__btn:hover {
  opacity: 0.75;
}
.footer__download__btn img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  margin-top: 1.19rem;
  padding-bottom: 1.19rem;
  font-size: 0.63rem;
  letter-spacing: 0.01em;
}
.copyright.pc {
  display: none;
}
@media (min-width: 1024px) {
  .copyright {
    margin-top: 0.22rem;
    display: none;
  }
  .copyright.pc {
    display: block;
    text-align: center;
    font-size: 0.83rem;
  }
}

@media (min-width: 560px) and (max-width: 1023px) {
  .footer__logo,
  .copyright {
    display: grid;
    place-content: center;
  }
}

/* _animCss.scss 読み込み
------------------------------------- */
/* =============================================
common
============================================= */
.blur {
  opacity: 0;
}
.blur.active {
  animation-name: blurAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.smooth {
  opacity: 0;
}
.smooth.active {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* =============================================
その他アニメーション
============================================= */
.toLeft,
.toRight,
.toTop,
.toBtm,
.op {
  opacity: 0;
}

.toLeft.active {
  animation: toLeft 0.3s ease-out 0s 1 forwards;
}

.toRight.active {
  animation: toRight 0.3s ease-out 0s 1 forwards;
}

.toTop.active {
  animation: toTop 0.3s ease-out 0s 1 forwards;
}

.toBtm.active {
  animation: toBtm 0.3s ease-out 0s 1 forwards;
}

.op.active {
  animation: op 0.3s ease-out 0s 1 forwards;
}

@keyframes toLeft {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toRight {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toTop {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toBtm {
  0% {
    transform: translateY(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */