/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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.6; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  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"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* 2025/02/09追記 */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
    --s-font-b09601bd: Lato;
    --s-font-f6ad4da7: 'Noto Sans JP';
    --s-font-08a2451d: Lusitana;
    --s-font-969828c6: 'DM Sans';
  
    --rebranding-loading-bg: #e5e5e5;
    --rebranding-loading-bar: #222;
}
:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, loop-box, main, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    border: 0;
    font-family: sans-serif;
    line-height: 1.8;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    color: #333;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px;
}
.fixed {
    z-index: 2;
}
.sd, .sd.richText * {
    transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}
.sd {
    flex-wrap: nowrap;
    max-width: 100%;
    pointer-events: all;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    position: relative;
}
.fixed {
    z-index: 2;
}
.sd, .sd.richText * {
    transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}
.button, .link {
    cursor: pointer;
}
.sd.text, .sd:where(.icon) {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.image {
    position: relative;
}
.image:before {
    background-position: 50%;
    background-size: cover;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%;
    z-index: -2;
}
.sd.section {
    align-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
.sd.section-inner {
    position: static !important;
}
.material-icons {
    align-items: center;
    display: inline-flex;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* ボディ */
.body-wrapper {
    position: relative;
    z-index: 1;
}

/* セクション */
.sd.section {
    align-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
.sd.section-inner {
    position: static !important;
}

/* ローディングアニメーション */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.loading.fade-out {
    opacity: 0;
}
/* .loading .appear {
    animation: gentleFadeIn 1.2s ease-out;
}
@keyframes gentleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
} */
.sd[data-s-c42d6583-c7a1-4ff3-a008-9140e65f9851] {
    align-content: center;
    align-items: center;
    background: #ffffff;
    bottom: 0px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: center;
    left: 0px;
    margin: 0 0 0 0;
    opacity: 1;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: -3;
    max-width: 100%;
    width: 100%;
}
.sd[data-s-d740f761-4670-41e0-ab57-584a643cba6e] {
    flex: none;
    height: auto;
    margin: 0 0 0 0;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-d740f761-4670-41e0-ab57-584a643cba6e] {
        flex: none;
        margin: 0 0 0 0;
        width: 100%;
    }
}
.sd[data-s-15af50fb-2579-4614-b88e-baa6fc9c6f4c] {
    flex: none;
    height: auto;
    width: 324px;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-15af50fb-2579-4614-b88e-baa6fc9c6f4c] {
        flex: none;
        width: 53%;
        max-width: 53%;
    }
}

/* アニメーション */
.fade-up-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.fade-up-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 透明から表示(移動なし) */
.fade-in-element {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.fade-in-element.is-visible {
    opacity: 1;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

.c-header__sns-list li {
  border-left: 1px solid #223e69;
}
.c-header__sns-list li:first-child {
  border: none;
}
.c-header__sns-list li a {
  margin: -5px 0;
}

@media only screen and (min-width: 1024px) {
  .c-header__top .c-header__right {
    width: auto;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

.c-header__nav-item {
  flex: 1;
}

.header_nav_theme_category_wrap {
  position: relative;
}
.header_nav_theme_category_toggle {
  color: #000;
  font-size: 13px;
  text-align: justify;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  height: 0;
  min-height: 0;
  opacity: 0;
  transition: ease .3s;
  z-index: -1;
  overflow: hidden;
}
.header_nav_theme_category_toggle.open {
  opacity: 1;
  min-height: 200px;
  z-index: 1;
  overflow: initial;
}

.header_nav_theme_category_toggle li {
  background: #FFF;
  line-height: 1;
  padding: 13px 10px;
}
.header_nav_theme_category_toggle li a {
  transition: ease .5s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDguNzggMTEuNjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoxLjFweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIj48cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9Ii4zMiAuNDUgNy44NCA1Ljg0IC4zMiAxMS4yNCIvPjwvZz48L3N2Zz4=');
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: block;
  padding: 7px 0 7px 5px;
  transition: .5s ease;
}
.header_nav_theme_category_toggle li a:hover {
  color: #000;
  opacity: 0.6;
}


.header_nav_search {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav_search label {
  display: none;
}

.header_nav_search #hs_cos_wrapper_search_input {
  position: relative;
  width: fit-content;
}
.header_nav_search #hs_cos_wrapper_search_input::after {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5LjU0IDE5LjU1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzczYzBlMTtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iX+ODrOOCpOODpOODvF8xLTIiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjcxLDExLjE1YzEuOTktMi43NSwxLjc1LTYuNjItLjcyLTkuMDlDOS4yNS0uNjgsNC43OS0uNjgsMi4wNSwyLjA1Yy0yLjc0LDIuNzQtMi43NCw3LjIsMCw5Ljk0LDIuNDcsMi40Nyw2LjM1LDIuNzEsOS4wOS43MmwuNTQuNTQsMS41Ni0xLjU2LS41NC0uNTRaTTEwLjYzLDEwLjYzYy0xLjk5LDEuOTktNS4yMiwxLjk5LTcuMjEsMC0xLjk5LTEuOTktMS45OS01LjIyLDAtNy4yMSwxLjk5LTEuOTksNS4yMi0xLjk5LDcuMjEsMCwxLjk5LDEuOTksMS45OSw1LjIyLDAsNy4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS4xNSwxNi43NWwtNS4yOC00LjcxLTEuODMsMS44Myw0LjcxLDUuMjhjLjQ4LjYyLDEuMzQuNTMsMi4xMi0uMjUuNzgtLjc4LjktMS42Ny4yOC0yLjE1WiIvPjwvZz48L3N2Zz4=');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.header_nav_search .hs-search-field__input {
  border: 0;
  border-radius: 25px;
  width: 200px;
  height: 50px;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 1360px) {
  .header_nav_search .hs-search-field__input {
    height: 40px;
  }
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header_nav_theme_category_sp {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .header_nav_theme_category_sp li {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4LjIgMTguMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOi44NXB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iX+ODrOOCpOODpOODvF8xLTIiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTguMiAxNy43OCAuNDMgMTcuNzggLjQzIDAiLz48L2c+PC9zdmc+);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: auto 13px;
    line-height: 20px;
    padding-left: 18px;
  }

  .header_nav_theme_category_sp li a {
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy41NyAyMy4zNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuMjggMjMuMzYgMCAyMS41OGwxMy43OS05LjlMMCAxLjc5IDEuMjggMGwxNi4yOSAxMS42OHoiLz48L3N2Zz4=);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding: 7px 0 7px 5px;
  }

  .header_nav_search {
    margin-bottom: 36px;
  }

  .c-header.c-header__is-category {
    height: 55px;
  }
  .c-header__is-category .c-header__top {
    border-bottom: none;
    height: 55px;
  }
}

/* 2025/02/09追記 */
.sd[data-s-2403a80e-fecd-4e80-b076-8931eab0d2bc] {
    align-content: center;
    align-items: center;
    background: #8c1515;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 38px;
    height: 60px;
    justify-content: space-between;
    left: 0;
    margin: 0 0 0 0;
    padding: 0px 35px 0px 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-2403a80e-fecd-4e80-b076-8931eab0d2bc] {
        flex: none;
        height: 40px;
        padding: 0px 10px 0px 10px;
        width: 100%;
        max-width: 100%;
    }
}
.sd[data-s-129a5a66-84b8-48ec-afa9-27a19ae81d54] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}
.sd[data-s-129a5a66-84b8-48ec-afa9-27a19ae81d54]:hover .sd[data-s-aa1bc1b1-ea4b-4fdc-9490-d0a0f6672fde] {
    opacity: 0.5;
}
@media screen and (max-width: 690px) {
    .sd[data-s-129a5a66-84b8-48ec-afa9-27a19ae81d54] {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
.sd[data-s-888eea41-49b8-42fc-a999-fcaeadfc0d5e] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    --gap-h-888eea41-49b8-42fc-a999-fcaeadfc0d5e: 40px;
    --gap-v-888eea41-49b8-42fc-a999-fcaeadfc0d5e: 0px;
    --gap-uuid: 888eea41 -49b8 -42fc -a999-fcaeadfc0d5e;
}
@media screen and (max-width: 990px) {
    .sd[data-s-888eea41-49b8-42fc-a999-fcaeadfc0d5e] {
        flex: none;
        gap: 25px;
        height: 100%;
        --gap-h-888eea41-49b8-42fc-a999-fcaeadfc0d5e: 25px;
        --gap-v-888eea41-49b8-42fc-a999-fcaeadfc0d5e: 0px;
        max-width: 100%;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-888eea41-49b8-42fc-a999-fcaeadfc0d5e] {
        display: none;
    }
}
.sd[data-s-cb177718-4b0d-48f5-9faa-e19fb07a165b] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    --gap-h-cb177718-4b0d-48f5-9faa-e19fb07a165b: 40px;
    --gap-v-cb177718-4b0d-48f5-9faa-e19fb07a165b: 0px;
    --gap-uuid: cb177718-4b0d-48f5-9faa-e19fb07a165b;
}
@media screen and (max-width: 990px) {
    .sd[data-s-cb177718-4b0d-48f5-9faa-e19fb07a165b] {
        display: flex;
        flex: none;
        gap: 18px;
        height: calc(100% - (var(--gap-v-888eea41-49b8-42fc-a999-fcaeadfc0d5e) * 0));
        --gap-h-cb177718-4b0d-48f5-9faa-e19fb07a165b: 18px;
        --gap-v-cb177718-4b0d-48f5-9faa-e19fb07a165b: 0px;
        max-width: 100%;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-cb177718-4b0d-48f5-9faa-e19fb07a165b] {
        display: none;
        --gap-h-cb177718-4b0d-48f5-9faa-e19fb07a165b: 40px;
        --gap-v-cb177718-4b0d-48f5-9faa-e19fb07a165b: 0px;
    }
}

.sd[data-s-b39391ca-1b8f-4b8b-9615-4a02d65019fd] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
    padding: 0;
    border: 0;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-b39391ca-1b8f-4b8b-9615-4a02d65019fd] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-b39391ca-1b8f-4b8b-9615-4a02d65019fd] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-b39391ca-1b8f-4b8b-9615-4a02d65019fd] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.0);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: center;
        max-width: 100%;
    }
}
.sd[data-s-0a133c6c-d6bd-4c65-9713-076a185c9ae4] {
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    --gap-uuid: 0a133c6c -d6bd-4c65-9713-076a185c9ae4;
    --gap-h-0a133c6c-d6bd-4c65-9713-076a185c9ae4: 0px;
    --gap-v-0a133c6c-d6bd-4c65-9713-076a185c9ae4: 0px;
}
@media screen and (max-width: 690px) {
    .sd[data-s-0a133c6c-d6bd-4c65-9713-076a185c9ae4] {
        flex-direction: column;
        gap: 6px;
        --gap-h-0a133c6c-d6bd-4c65-9713-076a185c9ae4: 0px;
        --gap-v-0a133c6c-d6bd-4c65-9713-076a185c9ae4: 6px;
    }
}
.sd[data-s-193ef0c6-3753-47fa-ad28-3a3f9b16370f] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-193ef0c6-3753-47fa-ad28-3a3f9b16370f] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-193ef0c6-3753-47fa-ad28-3a3f9b16370f] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-193ef0c6-3753-47fa-ad28-3a3f9b16370f] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        width: 28px;
        max-width: 100%;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-9c3d382c-1299-4d83-acb2-9171474dfabd] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        width: 28px;
        max-width: 100%;
    }
}
.sd[data-s-9c3d382c-1299-4d83-acb2-9171474dfabd] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-9c3d382c-1299-4d83-acb2-9171474dfabd] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-9c3d382c-1299-4d83-acb2-9171474dfabd] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-9c3d382c-1299-4d83-acb2-9171474dfabd] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        width: 28px;
        max-width: 100%;
    }
}
.sd[data-s-cdf22878-98f5-4538-9f42-d38c22f2fb6a] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-cdf22878-98f5-4538-9f42-d38c22f2fb6a] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-cdf22878-98f5-4538-9f42-d38c22f2fb6a] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-cdf22878-98f5-4538-9f42-d38c22f2fb6a] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        width: 28px;
        max-width: 100%;
    }
}

.sd[data-s-7617b26e-1c27-4f03-8440-8ceae092f1b0] {
    flex: none;
    height: auto;
    width: 200px;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-7617b26e-1c27-4f03-8440-8ceae092f1b0] {
        flex: none;
        width: 150px;
        max-width: 100%;
    }
}
.sd[data-s-aa1bc1b1-ea4b-4fdc-9490-d0a0f6672fde] {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--s-font-f6ad4da7);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.sd[data-s-51c02809-826a-4978-b7c2-51398235956d] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.sd[data-s-51c02809-826a-4978-b7c2-51398235956d]:hover {
    opacity: 0.5;
}
.sd[data-s-666c19f8-785a-43c3-8483-8b2d2a572874] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 0px;
    max-width: 100%;
}
.sd[data-s-666c19f8-785a-43c3-8483-8b2d2a572874]:hover .sd[data-s-f4ed9fab-6ea7-4a4e-ba49-d7a3fac4f459] {
    opacity: 0.5;
}
@media screen and (max-width: 690px) {
    .sd[data-s-666c19f8-785a-43c3-8483-8b2d2a572874] {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
.sd[data-s-194a88bb-69e5-449e-b561-365ebf9cf43e] {
    flex: none;
    height: auto;
    width: 200px;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-194a88bb-69e5-449e-b561-365ebf9cf43e] {
        flex: none;
        width: 150px;
        max-width: 100%;
    }
}
.sd[data-s-0333da40-49dc-4cd2-87c6-185452601540] {
    display: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    --gap-h-0333da40-49dc-4cd2-87c6-185452601540: 40px;
    --gap-v-0333da40-49dc-4cd2-87c6-185452601540: 0px;
    --gap-uuid: 0333da40 -49dc -4cd2 -87c6 -185452601540;
}
@media screen and (max-width: 990px) {
    .sd[data-s-0333da40-49dc-4cd2-87c6-185452601540] {
        flex: none;
        gap: 25px;
        height: 100%;
        --gap-h-0333da40-49dc-4cd2-87c6-185452601540: 25px;
        --gap-v-0333da40-49dc-4cd2-87c6-185452601540: 0px;
        max-width: 100%;
    }
}
.sd[data-s-1deb191c-f5da-49c2-8f3e-58a896ef6505] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    --gap-h-1deb191c-f5da-49c2-8f3e-58a896ef6505: 40px;
    --gap-v-1deb191c-f5da-49c2-8f3e-58a896ef6505: 0px;
    --gap-uuid: 1deb191c -f5da-49c2-8f3e-58a896ef6505;
}
@media screen and (max-width: 990px) {
    .sd[data-s-1deb191c-f5da-49c2-8f3e-58a896ef6505] {
        display: flex;
        flex: none;
        gap: 25px;
        height: calc(100% - (var(--gap-v-0333da40-49dc-4cd2-87c6-185452601540) * 0));
        --gap-h-1deb191c-f5da-49c2-8f3e-58a896ef6505: 25px;
        --gap-v-1deb191c-f5da-49c2-8f3e-58a896ef6505: 0px;
        max-width: 100%;
    }
}
.sd[data-s-3aa1ed2b-95ff-4e17-8a4a-dde441272a48] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .sd[data-s-3aa1ed2b-95ff-4e17-8a4a-dde441272a48] {
        flex: none;
        font-size: 14px;
        height: calc(100% - (var(--gap-v-1deb191c-f5da-49c2-8f3e-58a896ef6505) * 0));
        max-width: 100%;
    }
}
.sd[data-s-35314811-6c83-44e3-bc8c-3858dd109145] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .sd[data-s-35314811-6c83-44e3-bc8c-3858dd109145] {
        flex: none;
        font-size: 14px;
        height: calc(100% - (var(--gap-v-1deb191c-f5da-49c2-8f3e-58a896ef6505) * 0));
        max-width: 100%;
    }
}
.sd[data-s-45572a87-5b43-4a24-aa93-6a8dc11cc82c] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .sd[data-s-45572a87-5b43-4a24-aa93-6a8dc11cc82c] {
        flex: none;
        font-size: 14px;
        height: calc(100% - (var(--gap-v-1deb191c-f5da-49c2-8f3e-58a896ef6505) * 0));
        max-width: 100%;
    }
}



.header-success.sd {
  align-content: center;
  align-items: center;
  background: #8c1515;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 38px;
  height: 60px;
  justify-content: space-between;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 35px 0px 35px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  max-width: 100%;
}
@media screen and (max-width: 690px) {
 .header-success.sd {
    flex: none;
    height: 40px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    max-width: 100%;
  }
}

.header-success .header-success_link.sd {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}
@media screen and (max-width: 690px) {
    .header-success .header-success_link.sd {
      flex-direction: row;
      flex-wrap: nowrap;
    }
}
.header-success .header-success_link.sd img {
    flex: none;
    height: auto;
    width: 200px;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .header-success .header-success_link.sd img {
        flex: none;
        width: 150px;
        max-width: 100%;
    }
}
.header-success .header-success_link.sd .sd.text {
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--s-font-f6ad4da7);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .header-success .header-success_link.sd .sd.text {
        flex: none;
        font-size: 14px;
        height: 100%;
        max-width: 100%;
    }
}
.header-success_div.sd {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
}
@media screen and (max-width: 990px) {
    .header-success_div.sd {
        flex: none;
        gap: 25px;
        height: 100%;
        max-width: 100%;
    }
}
.header-success_btn.sd {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .header-success_btn.sd {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .header-success_btn.sd {
        display: none;
    }
}
.header-success_btn_line.sd {
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}
@media screen and (max-width: 690px) {
    .header-success_btn_line.sd {
        flex-direction: column;
        gap: 6px;
    }
}

/* モーダル */
.modal {
  position: realtive;
  z-index: 999;
}
.canvas__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.canvas__modal {
    height: 100%;
    pointer-events: none;
    position: fixed;
    transition: none;
    width: 100%;
    z-index: 9999;
}
.canvas__modal .canvas {
    height: 100%;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.4s, opacity 0.3s;
}

.sd[data-s-9aef5795-2d70-4532-949e-4731b6465216] {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-9aef5795-2d70-4532-949e-4731b6465216] {
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }
}
.canvas__modal .canvas>* {
    background: none !important;
    pointer-events: none;
}
.sd[data-s-fbf1fa6c-52dc-48e7-b6a3-fd0cf90ff61c] {
    align-content: center;
    align-items: center;
    background: #8c1515;
    border-radius: 10px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: center;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-fbf1fa6c-52dc-48e7-b6a3-fd0cf90ff61c] {
        align-content: center;
        align-items: center;
        border-radius: 0;
        flex: none;
        height: auto;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
    }
}
.sd[data-s-43007094-6515-4d9f-b741-5cf4d0e7f055] {
    align-content: center;
    align-items: center;
    background: #8c1515;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 38px;
    height: 60px;
    justify-content: space-between;
    left: 0;
    margin: 0 0 0 0;
    padding: 0px 35px 0px 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-43007094-6515-4d9f-b741-5cf4d0e7f055] {
        flex: none;
        height: 40px;
        padding: 0px 10px 0px 10px;
        width: 100%;
        max-width: 100%;
    }
}
.sd[data-s-ebf50e09-9dcf-4389-ad84-22fa6ec95bc2] {
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}
@media screen and (max-width: 690px) {
    .sd[data-s-ebf50e09-9dcf-4389-ad84-22fa6ec95bc2] {
        align-content: center;
        align-items: center;
        flex: none;
        height: 680px;
        justify-content: flex-start;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 80px 20px 50px 20px;
        max-width: 100%;
    }
}
.sd[data-s-372cfec4-8d34-4160-b3d6-07601b6f8d58] {
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    --gap-h-372cfec4-8d34-4160-b3d6-07601b6f8d58: 0px;
    --gap-v-372cfec4-8d34-4160-b3d6-07601b6f8d58: 30px;
    --gap-uuid: 372cfec4 -8d34 -4160 -b3d6-07601b6f8d58;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-372cfec4-8d34-4160-b3d6-07601b6f8d58] {
        gap: 20px;
        --gap-h-372cfec4-8d34-4160-b3d6-07601b6f8d58: 0px;
        --gap-v-372cfec4-8d34-4160-b3d6-07601b6f8d58: 20px;
    }
}
.sd[data-s-3133683c-d6da-4105-915f-0925a5312ef6] {
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}
.sd[data-s-da2a7b1b-63e7-4ab6-a7e1-5e44c50252a0] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 690px) {
    .sd[data-s-da2a7b1b-63e7-4ab6-a7e1-5e44c50252a0] {
        font-size: 19px;
        padding: 0px;
    }
}
.sd[data-s-edcafc24-bcc3-40cf-9b62-a3b9b368ed8d] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 690px) {
    .sd[data-s-edcafc24-bcc3-40cf-9b62-a3b9b368ed8d] {
        font-size: 19px;
    }
}
.sd[data-s-1f8cad97-d729-4a10-9091-9e7d5434ffc7] {
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 690px) {
    .sd[data-s-1f8cad97-d729-4a10-9091-9e7d5434ffc7] {
        font-size: 19px;
    }
}
.sd[data-s-8fb268b0-1e96-4ef0-994f-e49c5e813c2a] {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    height: auto;
    justify-content: center;
    margin: 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 570px;
    --gap-h-8fb268b0-1e96-4ef0-994f-e49c5e813c2a: 16px;
    --gap-v-8fb268b0-1e96-4ef0-994f-e49c5e813c2a: 16px;
    --gap-uuid: 8fb268b0 -1e96 -4ef0 -994f -e49c5e813c2a;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-8fb268b0-1e96-4ef0-994f-e49c5e813c2a] {
        gap: 16px 12px;
        --gap-h-8fb268b0-1e96-4ef0-994f-e49c5e813c2a: 12px;
        --gap-v-8fb268b0-1e96-4ef0-994f-e49c5e813c2a: 16px;
    }
}
.sd[data-s-2ca167a8-9b4e-43a5-925a-c176dba5d57b] {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    border-bottom: 0px solid #8c1515;
    border-left: 0px solid #8c1515;
    border-right: 0px solid #8c1515;
    border-top: 0px solid #8c1515;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 990px) {
    .sd[data-s-2ca167a8-9b4e-43a5-925a-c176dba5d57b] {
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-2ca167a8-9b4e-43a5-925a-c176dba5d57b] {
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
.canvas__modal .canvas__modal__base {
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: fixed;
    top: 0;
    transition: .4s cubic-bezier(.4, .4, 0, 1);
    width: 100%;
    z-index: -1;
}


.sd[data-s-3f8abf46-c780-4521-8bb3-dac0e38b54d1] {
    color: #fffbf3;
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 32px 0px 32px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 690px) {
    .sd[data-s-3f8abf46-c780-4521-8bb3-dac0e38b54d1] {
        margin: 24px 0px 12px 0px;
        max-width: 100%;
    }
}
.sd[data-s-25b9fa87-d431-4b37-9474-7ba56b86b1bc] {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid #fffbf3;
    border-left: 1px solid #fffbf3;
    border-radius: 96px;
    border-right: 1px solid #fffbf3;
    border-top: 1px solid #fffbf3;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 4px 16px;
    width: auto;
    max-width: 100%;
}
.sd[data-s-92bd99c5-9658-4522-b554-9127c5353684] {
    color: #fffbf3;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
@media screen and (max-width: 690px) {
    .sd[data-s-92bd99c5-9658-4522-b554-9127c5353684] {
        font-family: var(--s-font-f6ad4da7);
        font-size: 12px;
    }
}


.sd[data-s-e2c8a76c-1f84-4cc7-8e18-f739a6fd1c5a] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
    padding: 0;
    border: 0;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-e2c8a76c-1f84-4cc7-8e18-f739a6fd1c5a] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-e2c8a76c-1f84-4cc7-8e18-f739a6fd1c5a] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-e2c8a76c-1f84-4cc7-8e18-f739a6fd1c5a] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.0);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: center;
        max-width: 100%;
    }
}
.sd[data-s-4a524abe-5afa-4138-b3ed-2f0c0df9f9f4] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
    padding: 0;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-4a524abe-5afa-4138-b3ed-2f0c0df9f9f4] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-4a524abe-5afa-4138-b3ed-2f0c0df9f9f4] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-4a524abe-5afa-4138-b3ed-2f0c0df9f9f4] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        left: 0;
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        transform: rotate(45deg);
        width: 28px;
        max-width: 100%;
    }
}
.sd[data-s-c26e3695-d0ff-4ffb-bfec-dc95eb94768f] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-c26e3695-d0ff-4ffb-bfec-dc95eb94768f] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-c26e3695-d0ff-4ffb-bfec-dc95eb94768f] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-c26e3695-d0ff-4ffb-bfec-dc95eb94768f] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        opacity: 0;
        width: 28px;
        max-width: 100%;
    }
}

@media screen and (max-width: 690px) {
    .sd[data-s-074956d4-d5cb-4bcb-bafc-f057332c7248] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        left: 0;
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        transform: rotate(-45deg);
        width: 28px;
        max-width: 100%;
    }
}
.sd[data-s-074956d4-d5cb-4bcb-bafc-f057332c7248] {
    background: #EEEEEE;
    display: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-074956d4-d5cb-4bcb-bafc-f057332c7248] {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-074956d4-d5cb-4bcb-bafc-f057332c7248] {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-074956d4-d5cb-4bcb-bafc-f057332c7248] {
        background: #fffbf3;
        border-radius: 3px;
        display: flex;
        flex: none;
        height: 2px;
        left: 0;
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        transform: rotate(-45deg);
        width: 28px;
        max-width: 100%;
    }
}
.sd[data-s-f4ed9fab-6ea7-4a4e-ba49-d7a3fac4f459] {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--s-font-f6ad4da7);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .sd[data-s-f4ed9fab-6ea7-4a4e-ba49-d7a3fac4f459] {
        flex: none;
        font-size: 14px;
        height: 100%;
        max-width: 100%;
    }
}
.sd[data-s-666c19f8-785a-43c3-8483-8b2d2a572874] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 0px;
    max-width: 100%;
}
@media screen and (max-width: 690px) {
    .sd[data-s-666c19f8-785a-43c3-8483-8b2d2a572874] {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
.c-header__sns-list.u-hidden-md {
  background-color: #FFF;
  border-top: 1px solid #223e69;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.c-header__sns-list.u-hidden-md li {
  width: calc(100% / 3);
}

.c-header__sns-list.u-hidden-md li a {
  text-align: center;
  margin: 0;
}
.c-header__sns-list.u-hidden-md li a img {
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .c-pagetop#c-pagetop {
    bottom: 60px;
  }
  
  .c-footer {
    padding-bottom: 45px;
  }
}

/* 2025/02/09追記 */
.sd[data-s-41f8cb6b-015f-4de6-806c-b97d15a4e71a] {
    align-content: flex-start;
    align-items: flex-start;
    bottom: auto;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100px;
    justify-content: space-between;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-41f8cb6b-015f-4de6-806c-b97d15a4e71a] {
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.sd[data-s-972e77f4-550a-4c8f-8d6f-4e3c019e0969] {
    flex: none;
    height: auto;
    width: 23%;
    max-width: 23%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-972e77f4-550a-4c8f-8d6f-4e3c019e0969] {
        flex: none;
        width: 23%;
    }
}
.sd[data-s-811e69d0-0cea-4a1e-9c85-784fab8ec8ad] {
    flex: none;
    height: auto;
    width: 23%;
    max-width: 23%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-811e69d0-0cea-4a1e-9c85-784fab8ec8ad] {
        flex: none;
        width: 23%;
    }
}
.sd[data-s-8cb54e73-8575-433d-a572-58445c86a57b] {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-8cb54e73-8575-433d-a572-58445c86a57b] {
        flex: none;
        height: auto;
    }
}

.sd[data-s-edc26295-6128-4360-af8d-1602367180e9] {
    flex: none;
    height: auto;
    margin: 120px 0px -1px 0px;
    position: relative;
    width: 100%;
    z-index: 0;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-edc26295-6128-4360-af8d-1602367180e9] {
        margin: 80px 0px -1px 0px;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-edc26295-6128-4360-af8d-1602367180e9] {
        margin: 40px 0px -1px 0px;
        width: 100%;
        max-width: 100%;
    }
}
.sd[data-s-c9025e9c-39a6-41c8-844b-2a3c623e9cb0] {
    align-content: center;
    align-items: center;
    background: #8c1515;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-c9025e9c-39a6-41c8-844b-2a3c623e9cb0] {
        flex: none;
        height: auto;
        padding: 0px 0px 300px 0px;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-c9025e9c-39a6-41c8-844b-2a3c623e9cb0] {
        padding: 0px 0px 250px 0px;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-c9025e9c-39a6-41c8-844b-2a3c623e9cb0] {
        padding: 0px 0px 0px 0px;
    }
}
.sd[data-s-cf5d3d0b-ac3e-4765-b073-d0e5a8001de0] {
    color: #ffffff;
    font-family: var(--s-font-08a2451d);
    font-size: 180px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.sd[data-s-cf5d3d0b-ac3e-4765-b073-d0e5a8001de0]:hover {
    opacity: 0.5;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-cf5d3d0b-ac3e-4765-b073-d0e5a8001de0] {
        font-size: 144px;
    }
}
@media screen and (max-width: 990px) {
    .sd[data-s-cf5d3d0b-ac3e-4765-b073-d0e5a8001de0] {
        font-size: 72px;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-cf5d3d0b-ac3e-4765-b073-d0e5a8001de0] {
        font-size: 52px;
    }
}
.sd[data-s-78cbed4a-1ff6-4917-a546-e8d49429bdd3] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    margin: 75px 0px 45px 0px;
    padding: 0px 0px 0px 0px;
    --gap-h-78cbed4a-1ff6-4917-a546-e8d49429bdd3: 40px;
    --gap-v-78cbed4a-1ff6-4917-a546-e8d49429bdd3: 0px;
    --gap-uuid: 78cbed4a -1ff6 -4917 -a546-e8d49429bdd3;
    max-width: 100%;
}
.sd[data-s-0edee1fb-ccde-4e0c-8946-aca33dd69786] {
    flex: none;
    height: 32px;
    width: 32px;
    max-width: 100%;
}
.sd[data-s-0edee1fb-ccde-4e0c-8946-aca33dd69786]:hover {
    opacity: 0.5;
}

/* SNS */
.sd[data-s-d6d728c1-631e-4acb-9974-d9f8b9c20f18] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    --gap-h-d6d728c1-631e-4acb-9974-d9f8b9c20f18: 40px;
    --gap-v-d6d728c1-631e-4acb-9974-d9f8b9c20f18: 0px;
    --gap-uuid: d6d728c1-631e-4acb-9974-d9f8b9c20f18;
}
.sd[data-s-d6d728c1-631e-4acb-9974-d9f8b9c20f18]:hover {
    opacity: 0.5;
}
.sd[data-s-22b819bc-0281-4d42-9a61-d3b282bac8a1] {
    flex: none;
    height: 32px;
    width: 45px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
.sd[data-s-22b819bc-0281-4d42-9a61-d3b282bac8a1]:hover {
    opacity: 0.5;
}
/* .sd[data-r-0_1_1_1_3_0_6_e8736ddc-203d-4bdf-882b-a18c2d984d08_0edee1fb-ccde-4e0c-8946-aca33dd69786]:before {
    background-image: url(https://storage.googleapis.com/studio-design-asset-files/projects/bXqz8j41WD/s-32x32_daa9d923-b1c0-444f-aab1-51c95069f105.svg);
} */
.sd[data-s-eb6113b5-0fe2-48e8-9e9a-f017ebb7d294] {
    flex: none;
    height: auto;
    width: 29px;
    max-width: 100%;
}
/* .sd[data-r-2_1_1_1_3_0_6_e8736ddc-203d-4bdf-882b-a18c2d984d08_22b819bc-0281-4d42-9a61-d3b282bac8a1]:before {
    background-image: url(https://storage.googleapis.com/studio-design-asset-files/projects/bXqz8j41WD/s-46x32_8c53d46d-7d18-428e-a190-0479f3f30826.svg);
} */
.sd[data-s-0821ee56-8a7f-44ce-a8f3-f939b96a2be6] {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
}
@media screen and (max-width: 990px) {
    .sd[data-s-0821ee56-8a7f-44ce-a8f3-f939b96a2be6] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-0821ee56-8a7f-44ce-a8f3-f939b96a2be6] {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 10px 10px 120px 10px;
    }
}
.sd[data-s-a3ad23b8-a064-4f87-83e4-2c7748dddc5d] {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    height: auto;
    justify-content: center;
    padding: 16px;
    --gap-h-a3ad23b8-a064-4f87-83e4-2c7748dddc5d: 6px;
    --gap-v-a3ad23b8-a064-4f87-83e4-2c7748dddc5d: 0px;
    --gap-uuid: a3ad23b8-a064-4f87-83e4-2c7748dddc5d;
    max-width: 100%;
}
.sd[data-s-a3ad23b8-a064-4f87-83e4-2c7748dddc5d]:hover {
    opacity: 0.5;
    --gap-h-a3ad23b8-a064-4f87-83e4-2c7748dddc5d: 6px;
    --gap-v-a3ad23b8-a064-4f87-83e4-2c7748dddc5d: 0px;
}
.sd[data-s-a48f9fee-cba4-4963-bf03-a5c26048b4cb] {
    margin: 0;
    color: #ffffff;
    font-family: var(--s-font-f6ad4da7);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media (max-width: 690px) {
    .sd[data-s-a48f9fee-cba4-4963-bf03-a5c26048b4cb] {
        font-size: 10px;
    }
}
.sd[data-s-30159a91-4343-4770-a5f6-d2691a452b47] {
    flex: none;
    height: auto;
    width: 11px;
    max-width: 100%;
}
.sd[data-s-b822ca08-a582-4edd-98f6-a65df1ff1daa] {
    flex: none;
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-b822ca08-a582-4edd-98f6-a65df1ff1daa] {
        bottom: 0px;
        left: 0px;
        margin: 0 0 0 0;
        position: absolute;
        right: 0px;
        top: auto;
        width: auto;
        max-width: 100%;
    }
}
.sd[data-s-9a02b25c-badc-4664-91b3-ff5bda029da8] {
    align-content: center;
    align-items: center;
    bottom: 30px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0px 80px 0px 50px;
    position: absolute;
    right: 0px;
    top: auto;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-9a02b25c-badc-4664-91b3-ff5bda029da8] {
        z-index: 5;
    }
}
@media screen and (max-width: 690px) {
    .sd[data-s-9a02b25c-badc-4664-91b3-ff5bda029da8] {
        bottom: 15px;
        padding: 0px 15px;
    }
}
.sd[data-s-f07d3279-c504-43bf-980b-7a3dca53869b] {
    margin: 0;
    color: #ffffff;
    font-family: var(--s-font-969828c6);
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media screen and (max-width: 690px) {
    .sd[data-s-f07d3279-c504-43bf-980b-7a3dca53869b] {
        font-size: 10px;
    }
}
.sd[data-s-325ebd40-6842-4455-b071-39c4906f9342] {
    color: #ffffff;
    font-family: var(--s-font-969828c6);
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.sd[data-s-325ebd40-6842-4455-b071-39c4906f9342]:hover {
    opacity: 0.5;
}
@media screen and (max-width: 690px) {
    .sd[data-s-325ebd40-6842-4455-b071-39c4906f9342] {
        font-size: 10px;
    }
}
/* .sd[data-s-c42d6583-c7a1-4ff3-a008-9140e65f9851] {
    align-content: center;
    align-items: center;
    background: #ffffff;
    bottom: 0px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: center;
    left: 0px;
    margin: 0 0 0 0;
    opacity: 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: -3;
    max-width: 100%;
} */
.sd[data-s-d740f761-4670-41e0-ab57-584a643cba6e] {
    bottom: 0px;
    flex: none;
    height: auto;
    left: 0px;
    margin: 0 0 0 0;
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
    right: 0px;
    top: auto;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1280px) {
    .sd[data-s-d740f761-4670-41e0-ab57-584a643cba6e] {
        bottom: 0px;
        flex: none;
        left: 0px;
        margin: 0 0 0 0;
        position: absolute;
        right: 0px;
        top: auto;
        width: 100%;
    }
}
.sd[data-s-15af50fb-2579-4614-b88e-baa6fc9c6f4c] {
    flex: none;
    height: auto;
    width: 324px;
    max-width: 100%;
}
.sd[data-s-0f268b21-210c-4249-aba4-d5230d13d2b2] {
  width: 100%;
}
.main-image-section {
  border-bottom: 10px solid #FFF66E;
}
.main-image-section .dnd-section {
  padding: 0;
}
.main-image-section .dnd-section > .row-fluid {
  max-width: 100%;
}
.main-image-section .dnd-section .dnd-column {
  padding: 0;
}
.main-image-section .dnd-section .splide__slide--image_caption__wrapper {
  width: 100%;
}

.main-image-section .dnd-section .splide__slide--image {
  width: 100%;
}
.main-image-section .dnd-section .splide__toggle {
  display: none;
}

.main-image-section .dnd-section .splide__controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main-image-section .dnd-section .splide__controls .splide__pagination__page {
	background: #73C0E1 !important;
	border: 0;
	border-radius: 0;
	display: inline-block;
	height: 15px;
	margin: 0 4px;
	opacity: 1 !important;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 15px;
}

.main-image-section .dnd-section .splide__controls .splide__pagination__page.is-active {
	background: #FFF66E !important;
	transform: scale(1) !important;
	z-index: 1;
}

.main-image-section-sp {
  display: block;
}

.main-image-section-pc {
  display: none;
}
@media only screen and (min-width:768px){
  .main-image-section-sp {
    display: none;
  }

  .main-image-section-pc {
    display: block;
  }
}

@media only screen and (min-width:960px){
  .main-image-section .dnd-section .splide__controls {
    bottom: 17px;
  }
  .main-image-section .dnd-section .splide__controls .splide__pagination__page {
    height: 30px;
    width: 30px;
    margin: 0 8px;
  }
  
  .main-image-section .dnd-section .splide__controls .splide__pagination__page.is-active {
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/**カテゴリートップ**/
.u-max-w-52 {
  max-width: 52px;
}
.bg-category-01 .icon-area {
  background-color: #DB9152;
}
.bg-category-01 h3 {
  color: #DB9152;
}
.bg-category-02 .icon-area {
  background-color: #8CAB64;
}
.bg-category-02 h3 {
  color: #8CAB64;
}
.bg-category-03 .icon-area {
  background-color: #748CA8;
}
.bg-category-03 h3 {
  color: #748CA8;
}
.bg-category-04 .icon-area {
  background-color: #945F5C;
}
.bg-category-04 h3 {
  color: #945F5C;
}
.bg-category-05 .icon-area {
  background-color: #DA808D;
}
.bg-category-05 h3 {
  color: #DA808D;
}
.ff-lato{
  font-family: Lato, sans-serif;
}
.category-top-header {

}
.category-top-header img{
  max-width: 82px;
}
.category-top-header h2{
  font-size: 29px;
  line-height: 1em;
  margin-top: -1px;
  margin-bottom: 22px;
}
.category-top-header p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 33px;
}

.category-top-list {
  justify-content: center;
}
.category-top-list li {
  width: calc( 580 / 640 * 100%);
  border-radius: 10px;
  margin: 0 0 17px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.category-top-list li a > div {
  position: relative;
  justify-content: start;
  align-items: center;
  height: 90px;
}
.category-top-list li a > div .icon-area {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 10px 0 0 10px;
}
.category-top-list li a > div .icon-area .icon-img {
  position: absolute;
  margin-left: calc(22/ 300 * 100%);
  width: 75px;
  height: 75px;
  padding: 15px;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.category-top-list li a > div .icon-area .icon-bk {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-category-01 .icon-area .icon-img {
  background-color: rgba(219, 145, 82, 0.5);
}
.bg-category-02 .icon-area .icon-img {
  background-color: rgba(140, 171, 100, 0.5);
}
.bg-category-03 .icon-area .icon-img {
  background-color: rgba(116, 140, 168, 0.5);
}
.bg-category-04 .icon-area .icon-img {
  background-color: rgba(148, 95, 92, 0.5);
}
.bg-category-05 .icon-area .icon-img {
  background-color: rgba(218, 128, 141, 0.5);
}
.category-top-list li h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  margin: 0 0 0 10px;
  text-align: left;
}
.category-top-list li a > div .icon-link {
  position: absolute;
  display: block;
  width: 9px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
.category-top-list li a > img {
  display: none;
}
.category-top-list li p {
  display: none;
}
/* @media only screen and (max-width:1200px){
  .category-top-list li h3 {
    font-size: 20px;
  }
  .category-top-list li p {
    font-size: 10px;
  }
} */
@media only screen and (min-width:768px){
  .category-top-header img{
    max-width: 82px;
  }
  .category-top-header h2{
    font-size: 40px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
  .category-top-header p{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 70px;
  }
  .category-top-header p br{
    display: none;
  }
  
  .category-top-list {
  }
  .category-top-list li {
  }
  .category-top-list li a > div {
  }
  .category-top-list li a > div .icon-area {
  }
  .category-top-list li a > div .icon-area .icon-img {
  }
  .category-top-list li h3 {
  }
  .category-top-list li a > div .icon-link {
  }
  .category-top-list li a > img {
  }
  .category-top-list li p {
  }
}

@media only screen and (min-width:960px){
  .u-fs-24 {
    font-size: 24px;
  }
  
  .category-top-header img{
    max-width: 82px;
  }
  .category-top-header h2{
  }
  .category-top-header p{
  }
  
  .category-top-list {
    justify-content: center;
    max-width: calc(970px + 17.5 * 2px);
  }
  .category-top-list li {
    max-width: 300px;
    width: calc( 300 / 1005 * 100%);
    border-radius: 10px;
    margin: 0 calc( 17.5 / 1005 * 100%) 27px;
    background-color: #fff;
  }
  .category-top-list li a > div {
    justify-content: start;
    align-items: center;
    height: 92px;
  }
  .category-top-list li a > div .icon-area {
    /* width: calc( 52 / 300 * 100% ); */
    /* height: auto; */
    /* margin-left: calc(22/ 300 * 100%); */
    /* max-width: 52px; */
    /* display: inline-block; */
    height: 100%;
    width: calc( 92 / 300 * 100% );
    max-width: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 0;
  }
  .category-top-list li a > div .icon-area .icon-img {
    /* width: 100%; */
    width: calc( 52 / 92 * 100% );
    height: auto;
    padding: 0;
    position: relative;
  }
  .category-top-list li a > div .icon-area .icon-bk {
    display: none;
  }
  .category-top-list li h3 {
    line-height: calc(29 / 24);
    font-weight: normal;
    /* margin: 0 0 0 calc(22/ 300 * 100%); */
    margin: 0 0 0 calc(13/ 300 * 100%);
    text-align: left;
  }
  .category-top-list li a > div .icon-link {
    display: none;
  }
  .category-top-list li a > img {
    display: block;
  }
  .category-top-list li p {
    line-height: calc(20 / 14);
    margin: 0;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
  }
}

/** 各カテゴリー **/
.category__main.category01 {
  background-color: #DB9152;
}
.category__main.category01 .category__main-text::before {
  background-color: #E2A775;
}
.category__main.category01 .category__main-text::after {
  background-color: #E9BD97;
}
.category__main.category02 {
  background-color: #8CAB64;
}
.category__main.category02 .category__main-text::before {
  background-color: #A3BC83;
}
.category__main.category02 .category__main-text::after {
  background-color: #BACDA2;
}
.category__main.category03 {
  background-color: #748CA8;
}
.category__main.category03 .category__main-text::before {
  background-color: #90A3B9;
}
.category__main.category03 .category__main-text::after {
  background-color: #ACBACB;
}
.category__main.category04 {
  background-color: #945F5C;
}
.category__main.category04 .category__main-text::before {
  background-color: #A97F7D;
}
.category__main.category04 .category__main-text::after {
  background-color: #BF9F9D;
}
.category__main.category05 {
  background-color: #DA808D;
}
.category__main.category05 .category__main-text::before {
  background-color: #E199A4;
}
.category__main.category05 .category__main-text::after {
  background-color: #E9B3BB;
}
.category__main {
  position: relative;
}
.category__main .category__main-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 25px;
}
.category__main .category__main-text::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
}
.category__main .category__main-text {
  position: relative;
}
.category__main .category__main-text .category__main-text-contents_wrap {
  padding-top: 25px;
  padding-bottom: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.category__main .category__main-image {
  position: relative;
}
.category__main .category__main-image .category-credit {
  position: absolute;
  bottom:  3px;
  right: 4px;
  width: 188px;
  height: auto;
}
.category__main .category__main-text .category-logo {
  width: auto;
  height: 25px;
  margin-top: 24px;
}
.category__main .category__main-text h2 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 6px;
  margin-bottom: 19px;
  font-weight: normal;
}
.category__main .category__main-text p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
}
.category__main .category__main-text p:last-of-type {
  margin-bottom: 0;
}
.category__main .category__main-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
br.is-mobile {
  display: block;
}
br.no-mobile {
  display: none;
}
@media only screen and (min-width:960px){
  .category__main {
    position: relative;
  }
  .category__main::before {
    display: block;
    content: "";
    /* padding-top: calc(500 / 1920 * 100% ); */
    padding-top: 500px;
  }
  .category__main_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .category__main .category__main-text::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: calc( 300 / 960 * 100%);
    height: 100%;
  }
  .category__main .category__main-text::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: calc( 100 / 960 * 100%);
    height: 100%;
  }
  .category__main .category__main-text {
    position: relative;
    width: 50%;
  }
  .category__main .category__main-text .category__main-text-contents_wrap {
    padding: 0;
    margin-left: calc(300 / 960 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: left;
  }
  .category__main .category__main-image {
    position: relative;
    width: 50%;
  }
  .category__main .category__main-image .category-credit {
    position: absolute;
    bottom:  5px;
    right: 9px;
    width: 188px;
    height: auto;
  }
  .category__main .category__main-text .category-logo {
    width: auto;
    height: 50px;
    margin-top:0;
  }
  .category__main .category__main-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 9px;
    margin-bottom: 38px;
  }
  .category__main .category__main-text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .category__main .category__main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related-blog-item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 75px 0 64px;
  }
  .related-blog-item-list .related-blog-item {
    width: calc(300 / 970 * 100%);
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  }
  .related-blog-item-list .related-blog-item .related-blog-thumb-nothing,
  .related-blog-item-list .related-blog-item .related-blog-thumb {
    width: 100%;
    aspect-ratio: 300 / 157.5;
    object-fit: cover;
  }
  .related-blog-item-list .related-blog-item .related-blog-thumb-nothing {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
  }
  .related-blog-contents {
    padding: 30px 28px 17px;
  }
  .related-blog-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }
  .related-blog-tags {
    margin-top: 30px;
  }
  .related-blog-tags a{
    color: #807F80;
    font-size: 14px;
    line-height: 18px;
  }
  .hs-related-blog-byline {
    margin-top: 28px;
  }
  .related-blog-date {
    font-size: 14px;
    line-height: 26px;
  }
  br.is-mobile {
    display: none;
  }
  br.no-mobile {
    display: block;
  }
}
.hs-search-field__input:focus-visible {
	outline: none;
}
.systems-page.systems-page--search-results {
  padding: 0;
}
.systems-page--search-wrapper {
  padding: 0;
}
.systems-page--search-wrapper + .c-tag__section {
  margin-top: 80px;
}
.systems-page--search-results h1 {
  margin: -4px 0 0;
  font-size: 29px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: normal;
}
.systems-page--search-results h1 span {
  font-size: 15px;
}
.systems-page--search-results h2 {
  margin: 13px 0 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.systems-page--search-results .logo-search {
  text-align: center;
}
.systems-page--search-results .logo-search img {
  width: 55px;
  height: 15px;
}

.systems-page--search-results label {
  display: none;
}

.systems-page--search-results .search-resluts-search_input > div {
  position: relative;
  width: calc(550 / 600 * 100%);
  margin: 17px auto 43px;
}
.systems-page--search-results .search-resluts-search_input > div::after {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5LjU0IDE5LjU1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzczYzBlMTtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iX+ODrOOCpOODpOODvF8xLTIiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjcxLDExLjE1YzEuOTktMi43NSwxLjc1LTYuNjItLjcyLTkuMDlDOS4yNS0uNjgsNC43OS0uNjgsMi4wNSwyLjA1Yy0yLjc0LDIuNzQtMi43NCw3LjIsMCw5Ljk0LDIuNDcsMi40Nyw2LjM1LDIuNzEsOS4wOS43MmwuNTQuNTQsMS41Ni0xLjU2LS41NC0uNTRaTTEwLjYzLDEwLjYzYy0xLjk5LDEuOTktNS4yMiwxLjk5LTcuMjEsMC0xLjk5LTEuOTktMS45OS01LjIyLDAtNy4yMSwxLjk5LTEuOTksNS4yMi0xLjk5LDcuMjEsMCwxLjk5LDEuOTksMS45OSw1LjIyLDAsNy4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS4xNSwxNi43NWwtNS4yOC00LjcxLTEuODMsMS44Myw0LjcxLDUuMjhjLjQ4LjYyLDEuMzQuNTMsMi4xMi0uMjUuNzgtLjc4LjktMS42Ny4yOC0yLjE1WiIvPjwvZz48L3N2Zz4=');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.systems-page--search-results .hs-search-field__input {
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  padding-left: 1.2rem;
}

@media only screen and (min-width:768px){
  .systems-page--search-wrapper + .c-tag__section {
    margin-top: 133px;
  }
  .systems-page--search-results h1 {
    margin: -2px 0 0;
    font-size: 40px;
    line-height: 34px;
    flex-direction: row;
  }
  .systems-page--search-results h1 span {
    font-size: 18px;
  }
  .systems-page--search-results h2 {
    margin: 21px 0 0;
    font-size: 24px;
    line-height: 34px;
  }
  .systems-page--search-results .logo-search img {
    width: 64px;
    height: 17px;
  }
  .systems-page--search-results .search-resluts-search_input > div {
    width: fit-content;
    margin: 25px auto 75px;
  }
  .systems-page--search-results .search-resluts-search_input > div::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  
  .systems-page--search-results .hs-search-field__input {
    border: 0;
    border-radius: 25px;
    width: 372px;
    height: 50px;
    padding-left: 1.2rem;
  }
}

@media only screen and (min-width:960px){
  .systems-page--search-results h1 br {
    display: none;
  }
  .systems-page--search-results h2 br {
    display: none;
  }
}