@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --ff-kleeOne: Klee One, cursive;
    --color-text: #050505;
    --color-theme: #172a80;
    --color-theme-rgb: 23, 42, 128;
    --color-link: #4cacdd;
    --header-height: 70px;
}

@media (min-width: 992px) {
    :root {
        --header-height: 130px;
    }
}

/* --------------------
 Styles
-------------------- */
@font-face {
    font-family: YuGothicMedium;
  src: local(Yu Gothic Medium);
}

body {
    color: var(--color-text);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: var(--fs14);
    hanging-punctuation: allow-end last;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    padding: var(--header-height) 0 0;
}

/* --------------------
 Commons
-------------------- */
.com-page-head {
    background-image: url(../images/commons/com-page-head-bg-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    margin: 0 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head {
        background-image: url(../images/commons/com-page-head-bg-tb.webp);
        height: 180px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        background-image: url(../images/commons/com-page-head-bg.webp);
        height: 200px;
    }
}

.com-page-head-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head-container {
        padding: 0 30px;
    }
}

.com-page-head__title {
    text-align: center;
    width: 100%;
}

.com-page-head__title__en {
    color: #fff;
    font-size: var(--fs28);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .com-page-head__title__en {
        font-size: var(--fs32);
    }
}

.com-page-head__title__en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .com-page-head__title__en img {
        height: 24px;
    }
}

.com-page-head__title__ja {
    color: #fff;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.05;
    margin: 0;
}

@media (min-width: 768px) {
    .com-page-head__title__ja {
        font-size: var(--fs16);
    }
}

.com-page-head__title:not(:has(.com-page-head__title__en)) .com-page-head__title__ja {
    font-size: var(--fs28);
}

@media (min-width: 768px) {
    .com-page-head__title:not(:has(.com-page-head__title__en)) .com-page-head__title__ja {
        font-size: var(--fs32);
    }
}

.com-breadcrumb {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 5px 0;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        padding: 0 30px;
    }
}

.com-breadcrumb > li {
    font-size: var(--fs12);
    line-height: 1.2;
    margin: 0;
    padding: 0 16px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .com-breadcrumb > li {
        font-size: var(--fs14);
    }
}

.com-breadcrumb > li:after {
    background-color: var(--color-theme);
    bottom: auto;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    height: 6px;
    margin: auto 0;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 4px;
}

@media (min-width: 768px) {
    .com-breadcrumb > li:after {
        height: 8px;
        right: 5px;
        top: 5px;
        width: 6px;
    }
}

.com-breadcrumb > li:last-child {
    padding-right: 0;
}

.com-breadcrumb > li:last-child:after {
    display: none;
}

.com-breadcrumb > li a, .com-breadcrumb > li span {
    color: #000;
    display: block;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.com-breadcrumb > li a {
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-breadcrumb > li a:after {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.com-breadcrumb > li a:focus {
    color: var(--color-theme);
}

.com-breadcrumb > li a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li a:hover {
        color: var(--color-theme);
    }

    .com-breadcrumb > li a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.com-news-cat {
    align-items: center;
    background-color: var(--color-theme);
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.5625rem;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 54px;
    padding: 0 3px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-news-cat {
        font-size: var(--fs12);
        height: 22px;
        width: 74px;
    }
}

.com-news-cat--importance {
    background-color: #d01919;
}

@media (max-width: 767px) {
    .com-news-cat--importance {
        min-width: auto;
        width: 32px;
    }
}

.com-news-cat--event {
    background-color: #6383a7;
}

.com-news-cat--product {
    background-color: var(--color-theme);
}

.com-news-cat--media {
    background-color: #539dcb;
}

.com-news-cat--organization {
    background-color: #6383a7;
}

.com-news-cat--spec {
    background-color: #6383a7;
}

.com-news-cat--other {
    background-color: #025f79;
}

.com-topics-cat {
    align-items: center;
    background-color: var(--color-theme);
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.5625rem;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 54px;
    padding: 0 3px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-topics-cat {
        font-size: var(--fs13);
        height: 22px;
        width: 90px;
    }
}

.com-topics-cat--tech {
    background-color: var(--color-theme);
}

.com-topics-cat--sales {
    background-color: #6383a7;
}

.com-button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
    max-width: 260px;
    padding: 0 30px 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-button {
        font-size: var(--fs16);
        height: 60px;
        max-width: 254px;
        padding: 0 45px 0 25px;
    }
}

.com-button:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 12px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

@media (min-width: 768px) {
    .com-button:after {
        height: 16px;
        right: 16px;
        width: 16px;
    }
}

.com-button:focus {
    background-color: #fff;
    color: var(--color-theme);
}

.com-button:focus:after {
    background-color: var(--color-theme);
    transform: translateX(5px);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        background-color: #fff;
        color: var(--color-theme);
    }

    .com-button:hover:after {
        background-color: var(--color-theme);
        transform: translateX(5px);
    }
}

.com-button.com-button--inverse {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-theme);
}

.com-button.com-button--inverse:after {
    background-color: var(--color-theme);
}

.com-button.com-button--inverse:focus {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #fff;
}

.com-button.com-button--inverse:focus:after {
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .com-button.com-button--inverse:hover {
        background-color: var(--color-theme);
        border-color: var(--color-theme);
        color: #fff;
    }

    .com-button.com-button--inverse:hover:after {
        background-color: #fff;
    }
}

.com-button--duck-blue {
    background-color: rgb(2, 95, 121);
    border-color: #025f79;
}

.com-button--duck-blue:focus {
    background-color: #fff;
    color: #025f79;
}

.com-button--duck-blue:focus:after {
    background-color: #025f79;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--duck-blue:hover {
        background-color: #fff;
        color: #025f79;
    }

    .com-button--duck-blue:hover:after {
        background-color: #025f79;
    }
}

.com-button--duck-blue.com-button--inverse {
    background-color: #fff;
    border-color: #fff;
    color: #025f79;
}

.com-button--duck-blue.com-button--inverse:after {
    background-color: #025f79;
}

.com-button--duck-blue.com-button--inverse:focus {
    background-color: #025f79;
    border-color: #025f79;
    color: #fff;
}

.com-button--duck-blue.com-button--inverse:focus:after {
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--duck-blue.com-button--inverse:hover {
        background-color: #025f79;
        border-color: #025f79;
        color: #fff;
    }

    .com-button--duck-blue.com-button--inverse:hover:after {
        background-color: #fff;
    }
}

.com-button--teal-blue {
    background-color: rgb(3, 65, 80);
    border-color: #034150;
}

.com-button--teal-blue:focus {
    background-color: #fff;
    color: #034150;
}

.com-button--teal-blue:focus:after {
    background-color: #034150;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--teal-blue:hover {
        background-color: #fff;
        color: #034150;
    }

    .com-button--teal-blue:hover:after {
        background-color: #034150;
    }
}

.com-button--teal-blue.com-button--inverse {
    background-color: #fff;
    border-color: #fff;
    color: #034150;
}

.com-button--teal-blue.com-button--inverse:after {
    background-color: #034150;
}

.com-button--teal-blue.com-button--inverse:focus {
    background-color: #034150;
    border-color: #034150;
    color: #fff;
}

.com-button--teal-blue.com-button--inverse:focus:after {
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--teal-blue.com-button--inverse:hover {
        background-color: #034150;
        border-color: #034150;
        color: #fff;
    }

    .com-button--teal-blue.com-button--inverse:hover:after {
        background-color: #fff;
    }
}

.com-button--light-blue {
    background-color: #4cacdd;
    border-color: #4cacdd;
}

.com-button--light-blue:focus {
    background-color: #fff;
    color: #4cacdd;
}

.com-button--light-blue:focus:after {
    background-color: #4cacdd;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--light-blue:hover {
        background-color: #fff;
        color: #4cacdd;
    }

    .com-button--light-blue:hover:after {
        background-color: #4cacdd;
    }
}

.com-button--light-blue.com-button--inverse {
    background-color: #fff;
    border-color: #fff;
    color: #4cacdd;
}

.com-button--light-blue.com-button--inverse:after {
    background-color: #4cacdd;
}

.com-button--light-blue.com-button--inverse:focus {
    background-color: #4cacdd;
    border-color: #4cacdd;
    color: #fff;
}

.com-button--light-blue.com-button--inverse:focus:after {
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--light-blue.com-button--inverse:hover {
        background-color: #4cacdd;
        border-color: #4cacdd;
        color: #fff;
    }

    .com-button--light-blue.com-button--inverse:hover:after {
        background-color: #fff;
    }
}

.com-button--black {
    background-color: var(--color-text);
    border-color: var(--color-text);
}

.com-button--black:focus {
    background-color: #fff;
    color: var(--color-text);
}

.com-button--black:focus:after {
    background-color: var(--color-text);
}

@media (hover: hover) and (pointer: fine) {
    .com-button--black:hover {
        background-color: #fff;
        color: var(--color-text);
    }

    .com-button--black:hover:after {
        background-color: var(--color-text);
    }
}

.com-button--gray {
    background-color: #aaa;
    border-color: #aaa;
}

.com-button--gray:focus {
    background-color: #fff;
    color: #aaa;
}

.com-button--gray:focus:after {
    background-color: #aaa;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--gray:hover {
        background-color: #fff;
        color: #aaa;
    }

    .com-button--gray:hover:after {
        background-color: #aaa;
    }
}

.com-button--back {
    padding: 0 25px 0 30px;
}

@media (min-width: 768px) {
    .com-button--back {
        padding: 0 25px 0 45px;
    }
}

.com-button--back:after {
    left: 12px;
    -webkit-mask-image: url(../images/commons/com-button-white-arrow-left.svg);
    mask-image: url(../images/commons/com-button-white-arrow-left.svg);
    right: auto;
}

@media (min-width: 768px) {
    .com-button--back:after {
        left: 16px;
    }
}

.com-button--back:focus:after {
    transform: translateX(-5px);
}

@media (hover: hover) and (pointer: fine) {
    .com-button--back:hover:after {
        transform: translateX(-5px);
    }
}

.com-button--long {
    max-width: 320px;
}

button.com-button {
    padding: 0 24px;
}

@media (min-width: 768px) {
    button.com-button {
        padding: 0 36px;
    }
}

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-pager__item__link, .com-pager__item__dots {
    align-items: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 400;
    height: 28px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-width: 28px;
    padding: 0 5px 0;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__item__link, .com-pager__item__dots {
        font-size: var(--fs16);
        height: 35px;
        min-width: 35px;
    }
}

@media (min-width: 992px) {
    .com-pager__item__link, .com-pager__item__dots {
        font-size: var(--fs18);
    }
}

.com-pager__item__link img, .com-pager__item__link span, .com-pager__item__dots img, .com-pager__item__dots span {
    vertical-align: middle;
}

.com-pager__item__link {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-pager__item__link:focus {
    background-color: #fff;
    border-color: var(--color-theme);
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: #fff;
        border-color: var(--color-theme);
        color: var(--color-theme);
    }
}

.com-pager__item__dots:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 20px;
}

.com-pager__item__dots span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--active .com-pager__item__link, .com-pager__item--active .com-pager__item__dots {
    background-color: #fff;
    border-color: var(--color-theme);
    color: var(--color-theme);
    pointer-events: none;
}

.com-pager__item--first .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-first.svg);
    mask-image: url(../images/commons/com-pager-first.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--next .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--last .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-last.svg);
    mask-image: url(../images/commons/com-pager-last.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--first .com-pager__item__link, .com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link, .com-pager__item--last .com-pager__item__link {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}

.com-pager__item--first .com-pager__item__link span, .com-pager__item--prev .com-pager__item__link span, .com-pager__item--next .com-pager__item__link span, .com-pager__item--last .com-pager__item__link span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--first .com-pager__item__link:focus, .com-pager__item--prev .com-pager__item__link:focus, .com-pager__item--next .com-pager__item__link:focus, .com-pager__item--last .com-pager__item__link:focus {
    background-color: #fff;
}

.com-pager__item--first .com-pager__item__link:focus:before, .com-pager__item--prev .com-pager__item__link:focus:before, .com-pager__item--next .com-pager__item__link:focus:before, .com-pager__item--last .com-pager__item__link:focus:before {
    background-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--first .com-pager__item__link:hover, .com-pager__item--prev .com-pager__item__link:hover, .com-pager__item--next .com-pager__item__link:hover, .com-pager__item--last .com-pager__item__link:hover {
        background-color: #fff;
    }

    .com-pager__item--first .com-pager__item__link:hover:before, .com-pager__item--prev .com-pager__item__link:hover:before, .com-pager__item--next .com-pager__item__link:hover:before, .com-pager__item--last .com-pager__item__link:hover:before {
        background-color: var(--color-theme);
    }
}

.com-company-menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-company-menu {
        gap: 26px 30px;
        padding: 0 30px;
    }
}

.com-company-menu__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .com-company-menu__item {
        width: calc(50% - 15px);
    }
}

.com-company-menu__item .com-button {
    max-width: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-company-menu__item .com-button {
        font-size: var(--fs20);
    }
}

/* EC CUBE用 */
.com-form-table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .com-form-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .com-form-table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .com-form-table > tbody > tr {
        border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.3);
        display: block;
        padding: 8px 0;
        width: 100%;
    }

    .com-form-table > tbody > tr:first-child {
        border-top: 1px solid rgba(var(--color-theme-rgb), 0.3);
    }
}

.com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
    font-size: var(--fs14);
    padding: 4px 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (max-width: 767px) {
    .com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .com-form-table > tbody > tr > th:last-child, .com-form-table > tbody > tr > td:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
        border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.3);
        font-size: var(--fs16);
        padding: 20px 0;
    }
}

.com-form-table > tbody > tr > th {
    font-weight: 400;
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr > th {
        min-width: 30%;
        padding-right: 16px;
        width: 30%;
    }
}

.com-form-table > tbody > tr > th .ec-label {
    margin: 0;
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr:first-child > th, .com-form-table > tbody > tr:first-child > td {
        border-top: 1px solid rgba(var(--color-theme-rgb), 0.3);
    }
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr:has(> th + td > .ec-input,
  > th + td > .ec-halfInput,
  > th + td > .ec-zipInput,
  > th + td > .ec-select,
  > th + td > .ec-telInput,
  > th + td > .ec-birth,
  > th + td > .ec-radio) > th {
        padding: 26px 0;
    }
}

.com-form-table__radio {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 8px 16px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .com-form-table__radio {
        gap: 12px 24px;
    }
}

.com-form-table__radio label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.com-form-table__radio label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.com-form-table__radio label span {
    display: block;
    padding: 0 0 0 25px;
    position: relative;
}

.com-form-table__radio label span:before {
    background-color: #fff;
    border: 1px solid var(--color-text);
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
}

.com-form-table__radio label span:after {
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 8px;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 3px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 14px;
}

.com-form-table__radio label input:checked ~ span:after {
    opacity: 1;
}

.com-form-table__radio label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.com-form-table__product {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .com-form-table__product {
        gap: 24px;
    }
}

.com-form-table__product__fig {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 284px;
    padding: 12px;
    width: 50%;
}

@media (min-width: 768px) {
    .com-form-table__product__fig {
        padding: 24px;
        width: 224px;
    }
}

@media (min-width: 992px) {
    .com-form-table__product__fig {
        width: 284px;
    }
}

.com-form-table__product__fig img {
    width: 100%;
}

.com-form-table__product__main {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

@media (min-width: 768px) {
    .com-form-table__product__main {
        width: calc(100% - 248px);
    }
}

@media (min-width: 992px) {
    .com-form-table__product__main {
        width: calc(100% - 308px);
    }
}

.com-form-table__product__main__category {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 6px;
    justify-content: flex-start;
    margin: 0 0 8px;
}

.com-form-table__product__main__category span {
    background-color: var(--color-theme);
    color: #fff;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
    padding: 2px 8px 3px;
}

@media (min-width: 768px) {
    .com-form-table__product__main__category span {
        font-size: var(--fs14);
        padding: 4px 12px 6px;
    }
}

@media (min-width: 992px) {
    .com-form-table__product__main__category span {
        font-size: var(--fs18);
        padding: 4px 20px 6px;
    }
}

.com-form-table__product__main__title {
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .com-form-table__product__main__title {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .com-form-table__product__main__title {
        font-size: var(--fs20);
    }
}

/* --------------------
 Perfect scroll
-------------------- */
.js-ps {
    padding: 0;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.ps--active-x {
    padding-bottom: 10px;
}

.ps--active-y {
    padding-right: 18px;
}

.ps__rail-x {
    background-color: #c9c9c9 !important;
    border-radius: 2px;
    height: 4px !important;
    opacity: 1 !important;
}

.ps__thumb-x {
    background-color: var(--color-theme) !important;
    border-radius: 2px;
    bottom: 0 !important;
    height: 4px !important;
}

.ps__rail-y {
    background-color: #c9c9c9 !important;
    border-radius: 0;
    opacity: 1 !important;
    width: 14px !important;
}

.ps__thumb-y {
    background-color: var(--color-theme) !important;
    border-radius: 0;
    right: 2px !important;
    width: 10px !important;
}

/* --------------------
 Animation
-------------------- */
.js-fadeInUp {
    opacity: 0;
    transform: translateY(50px);
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: #fff;
    height: var(--header-height);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .header-container {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .header-container {
        align-items: flex-start;
        padding: 20px 30px 0;
    }
}

.header__logo {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
    padding: 0;
}

.header__logo a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.65;
    }
}

.header__logo a img {
    width: 104px;
}

@media (min-width: 992px) {
    .header__logo a img {
        width: 180px;
    }
}

@media (min-width: 1240px) {
    .header__logo a img {
        width: 194px;
    }
}

.header__nav {
    align-items: stretch;
    display: none;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 18px;
    height: 100%;
    justify-content: flex-end;
    width: auto;
}

@media (min-width: 992px) {
    .header__nav {
        display: flex;
    }
}

.header__nav__sub {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-end;
}

.header__nav__sub__search {
    width: 246px;
}

.header__nav__sub__search form {
    display: block;
    margin: 0;
    position: relative;
}

.header__nav__sub__search form input[type=text], .header__nav__sub__search form input[type=search] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #eff0f0;
    border: none;
    border-radius: 19px;
    display: block;
    font-size: var(--fs14);
    height: 38px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0 12px 0 45px;
    width: 100%;
}

.header__nav__sub__search form input[type=text]::-webkit-input-placeholder, .header__nav__sub__search form input[type=search]::-webkit-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form input[type=text]::placeholder, .header__nav__sub__search form input[type=search]::placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form input[type=text]::-webkit-input-placeholder, .header__nav__sub__search form input[type=search]::-webkit-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form input[type=text]::-moz-placeholder, .header__nav__sub__search form input[type=search]::-moz-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form input[type=text]:-ms-input-placeholder, .header__nav__sub__search form input[type=search]:-ms-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form input[type=text]:-moz-placeholder, .header__nav__sub__search form input[type=search]:-moz-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.header__nav__sub__search form button[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-image: url(../images/icons/icon-gray-search.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 45px;
}

.header__nav__sub__search form button[type=submit] span {
    opacity: 0;
    visibility: hidden;
}

.header__nav__sub__trans {
    display: flex;
}

.header__nav__sub__trans__item {
    font-size: var(--fs17);
    position: relative;
}

.header__nav__sub__trans__item::after {
    color: #172a80;
    content: "/";
    font-weight: 700;
    inset: 0 -0.2em 0 auto;
    margin: auto 0 auto auto;
    position: absolute;
}

.header__nav__sub__trans__item:last-child:after {
    content: "";
}

.header__nav__sub__trans__item__link, .header__nav__sub__trans__item__label {
    color: #8690bd;
    font-weight: 700;
    padding: 10px;
}

.header__nav__sub__trans__item__link {
    position: relative;
    text-decoration: none;
}

.header__nav__sub__trans__item__link::after {
    background-color: #172a80;
    bottom: 6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 80%;
    z-index: 0;
}

.header__nav__sub__trans__item__link:focus-visible {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sub__trans__item__link:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.header__nav__sub__trans__item__label.current {
    color: #172a80;
}

.header__nav__sub__trans__item__content {
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 25px;
    top: 100%;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    visibility: hidden;
    z-index: 10;
}

.header__nav__sub__trans__item.trigger:hover .header__nav__sub__trans__item__content, .header__nav__sub__trans__item.trigger:focus-within .header__nav__sub__trans__item__content {
    opacity: 1;
    visibility: visible;
}

.header__nav__sub__trans__item__content a[href="#"] {
    pointer-events: none;
}

.header__nav__sub__sns__item a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__nav__sub__sns__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sub__sns__item a:hover {
        opacity: 0.65;
    }
}

.header__nav__sub__sns__item a.-yt img {
    width: 108px;
}

.header__nav__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.header__nav__menu__item {
    border-right: 1px solid var(--color-theme);
    position: relative;
}

.header__nav__menu__item > a, .header__nav__menu__item > button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 500;
    height: 52px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 0 18px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 1240px) {
    .header__nav__menu__item > a, .header__nav__menu__item > button {
        font-size: var(--fs16);
        padding: 0 26px 4px;
    }
}

@media (min-width: 1300px) {
    .header__nav__menu__item > a, .header__nav__menu__item > button {
        padding: 0 27px 4px;
    }
}

.header__nav__menu__item > a:focus, .header__nav__menu__item > button:focus {
    background-color: rgba(var(--color-theme-rgb), 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item > a:hover, .header__nav__menu__item > button:hover {
        background-color: rgba(var(--color-theme-rgb), 0.1);
    }
}

.header__nav__menu__item:first-child {
    border-left: 1px solid var(--color-theme);
}

@media (min-width: 1240px) {
    .header__nav__menu__item:first-child > a, .header__nav__menu__item:first-child > button {
        min-width: 120px;
    }
}

.header__nav__menu__item__sub {
    background-image: url(../images/commons/com-header-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    left: 50%;
    min-width: 100%;
    padding: 8px 0 12px;
    position: absolute;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 1;
}

.header__nav__menu__item__sub__item {
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: left;
}

.header__nav__menu__item__sub__item:last-child {
    margin-bottom: 0;
}

.header__nav__menu__item__sub__item a {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__nav__menu__item__sub__item a:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}

.header__nav__menu__item__sub__item a:after {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.header__nav__menu__item__sub__item a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item__sub__item a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 35px;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 26px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__burger {
        right: 30px;
    }
}

@media (min-width: 992px) {
    .header__burger {
        display: none !important;
    }
}

.header__burger__box {
    display: block;
    height: 18px;
    margin: 0 auto 6px;
    position: relative;
    width: 26px;
}

.header__burger__box__line {
    border-radius: 3px;
    display: block;
    margin: -1px 0 0;
    top: 1px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #000;
    height: 2px;
    position: absolute;
    width: 26px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: 8px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.header__burger__box__line:after {
    top: 16px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__label {
    color: #000;
    display: block;
    font-size: var(--fs10);
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    transform: scale(0.9) translateX(-5px);
    transform-origin: left center;
    white-space: nowrap;
}

.header__burger.-active .header__burger__box__line {
    background-color: #000;
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.header__burger.-active .header__burger__box__line:before {
    background-color: #000;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.7142857143px, -6px, 0);
}

.header__burger.-active .header__burger__box__line:after {
    background-color: #000;
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.mbnav {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 99;
}

@media (min-width: 992px) {
    .mbnav {
        display: none !important;
    }
}

.mbnav-container {
    height: 100%;
    overflow-y: auto;
}

.mbnav__search {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.5);
    padding: 20px;
}

@media (min-width: 992px) {
    .mbnav__search {
        padding: 30px;
    }
}

.mbnav__search form {
    display: block;
    margin: 0;
    position: relative;
}

.mbnav__search form input[type=text], .mbnav__search form input[type=search] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #eff0f0;
    border: none;
    border-radius: 19px;
    display: block;
    font-size: var(--fs16);
    height: 38px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0 12px 0 45px;
    width: 100%;
}

.mbnav__search form input[type=text]::-webkit-input-placeholder, .mbnav__search form input[type=search]::-webkit-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form input[type=text]::placeholder, .mbnav__search form input[type=search]::placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form input[type=text]::-webkit-input-placeholder, .mbnav__search form input[type=search]::-webkit-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form input[type=text]::-moz-placeholder, .mbnav__search form input[type=search]::-moz-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form input[type=text]:-ms-input-placeholder, .mbnav__search form input[type=search]:-ms-input-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form input[type=text]:-moz-placeholder, .mbnav__search form input[type=search]:-moz-placeholder {
    color: #bebfbf;
    font-weight: 700;
}

.mbnav__search form button[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-image: url(../images/icons/icon-gray-search.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 45px;
}

.mbnav__search form button[type=submit] span {
    opacity: 0;
    visibility: hidden;
}

.mbnav__menu__item {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.5);
}

.mbnav__menu__item > a, .mbnav__menu__item > button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .mbnav__menu__item > a, .mbnav__menu__item > button {
        padding: 10px 30px;
    }
}

.mbnav__menu__item > a:focus, .mbnav__menu__item > button:focus {
    background-color: rgba(var(--color-theme-rgb), 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item > a:hover, .mbnav__menu__item > button:hover {
        background-color: rgba(var(--color-theme-rgb), 0.1);
    }
}

.mbnav__menu__item__sub {
    background-image: url(../images/commons/com-header-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.5);
    display: none;
    padding: 8px 0 14px;
    width: 100%;
    z-index: 1;
}

.mbnav__menu__item__sub__item {
    padding: 8px 20px;
    text-align: left;
}

@media (min-width: 992px) {
    .mbnav__menu__item__sub__item {
        padding: 8px 30px;
    }
}

.mbnav__menu__item__sub__item:last-child {
    margin-bottom: 0;
}

.mbnav__menu__item__sub__item a {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0 0 0 14px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.mbnav__menu__item__sub__item a:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 6px;
}

.mbnav__menu__item__sub__item a:after {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.mbnav__menu__item__sub__item a:focus:after {
    transform: scaleX(0);
    transform-origin: right center;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item__sub__item a:hover:after {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

.mbnav__menu__item:has(.mbnav__menu__item__sub) > button:after {
    background-image: url(../images/icons/icon-black-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 12px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

.mbnav__menu__item:has(.mbnav__menu__item__sub) > button.-active:after {
    transform: rotate(90deg);
}

.mbnav__trans {
    display: flex;
    justify-content: center;
    padding: 30px 0 10px;
}

.mbnav__trans__item {
    font-size: var(--fs17);
    position: relative;
}

.mbnav__trans__item::after {
    color: #172a80;
    content: "/";
    font-weight: 700;
    inset: 0.35em -0.2em 0 auto;
    margin: auto 0 auto auto;
    position: absolute;
}

.mbnav__trans__item:last-child:after {
    content: "";
}

.mbnav__trans__item__label, .mbnav__trans__item__link, .mbnav__trans__item__button {
    color: #8690bd;
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    position: relative;
}

.mbnav__trans__item__button {
    background: none;
    border: none;
}

.mbnav__trans__item__label, .mbnav__trans__item__link {
    display: inline-block;
    text-decoration: none;
}

.mbnav__trans__item__link::after, .mbnav__trans__item__button::after {
    background-color: #172a80;
    bottom: 6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 80%;
    z-index: 0;
}

.mbnav__trans__item__link:focus-visible, .mbnav__trans__item__button:focus-visible {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__trans__item__link:hover:after, .mbnav__trans__item__button:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.mbnav__trans__item__label.current {
    color: #172a80;
}

.mbnav__trans__item__content {
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 25px;
    top: 100%;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    visibility: hidden;
    z-index: 10;
}

.mbnav__trans__item__content.is-opened {
    opacity: 1;
    visibility: visible;
}

.mbnav__trans__item__content a[href="#"] {
    pointer-events: none;
}

.mbnav__sns {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

@media (min-width: 768px) {
    .mbnav__sns {
        padding: 30px;
    }
}

.mbnav__sns__item {
    text-align: center;
}

.mbnav__sns__item a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.mbnav__sns__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__sns__item a:hover {
        opacity: 0.65;
    }
}

.mbnav__sns__item a.-yt img {
    width: 108px;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-image: url(../images/commons/com-footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 18px;
}

@media (min-width: 768px) {
    .footer {
        padding: 80px 0 25px;
    }
}

.footer-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        padding: 0 30px;
    }
}

.footer__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 0;
    justify-content: flex-start;
    margin: 0 auto 80px;
}

@media (min-width: 992px) {
    .footer__menu {
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0 0 105px;
        width: 100%;
    }
}

.footer__menu__item {
    border-right: 1px solid #fff;
    padding: 0 12px;
    width: 50%;
}

@media (min-width: 768px) {
    .footer__menu__item {
        padding: 0 18px;
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .footer__menu__item {
        padding: 0 16px;
        width: auto;
    }
}

@media (min-width: 1240px) {
    .footer__menu__item {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .footer__menu__item:nth-child(odd) {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer__menu__item:nth-child(even) {
        border-right: none;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__menu__item:nth-child(3n) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .footer__menu__item:first-child {
        padding-left: 0;
    }
}

.footer__menu__item:last-child {
    border-right: none;
}

@media (min-width: 992px) {
    .footer__menu__item:last-child {
        padding-right: 0;
    }
}

.footer__menu__item__title {
    font-size: var(--fs14);
    margin: 0 0 10px;
}

.footer__menu__item__title a, .footer__menu__item__title span {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}

.footer__menu__item__title a:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.footer__menu__item__title a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item__title a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.footer__menu__item__list {
    display: block;
}

@media (min-width: 992px) {
    .footer__menu__item__list {
        display: grid;
        gap: 0 30px;
        grid-auto-flow: column;
        grid-gap: 0 8px;
        grid-template-rows: repeat(4, auto);
    }
}

@media (min-width: 1240px) {
    .footer__menu__item__list {
        grid-gap: 0 20px;
    }
}

.footer__menu__item__list__item {
    font-size: var(--fs14);
    margin: 0 0 5px;
    padding: 0 0 0 2px;
}

@media (min-width: 992px) {
    .footer__menu__item__list__item {
        font-size: var(--fs12);
    }
}

@media (min-width: 1240px) {
    .footer__menu__item__list__item {
        font-size: var(--fs14);
    }
}

.footer__menu__item__list__item:last-child {
    margin-bottom: 0;
}

.footer__menu__item__list__item a {
    color: #fff;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 0 0 14px;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1240px) {
    .footer__menu__item__list__item a {
        letter-spacing: 0.05em;
    }
}

.footer__menu__item__list__item a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}

.footer__menu__item__list__item a:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 14px;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: calc(100% - 14px);
    z-index: 0;
}

.footer__menu__item__list__item a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item__list__item a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.footer__flx {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    .footer__flx {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 18px;
    }
}

.footer__flx__logo {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
    padding: 0;
}

.footer__flx__logo a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__flx__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__logo a:hover {
        opacity: 0.65;
    }
}

.footer__flx__logo a img {
    width: 194px;
}

.footer__flx__nav {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 26px;
}

@media (min-width: 992px) {
    .footer__flx__nav {
        flex-direction: row;
        justify-content: flex-end;
    }
}

.footer__flx__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu {
        flex-direction: row;
        justify-content: flex-end;
    }
}

.footer__flx__nav__menu__item a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.12em;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 180px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu__item a {
        font-size: var(--fs16);
        height: 48px;
        width: 200px;
    }
}

.footer__flx__nav__menu__item a:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu__item a:after {
        height: 16px;
        right: 20px;
        width: 16px;
    }
}

.footer__flx__nav__menu__item a:focus {
    background-color: #fff;
    color: #539dcb;
}

.footer__flx__nav__menu__item a:focus:after {
    background-color: #539dcb;
    transform: translateX(5px);
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__nav__menu__item a:hover {
        background-color: #fff;
        color: #539dcb;
    }

    .footer__flx__nav__menu__item a:hover:after {
        background-color: #539dcb;
        transform: translateX(5px);
    }
}

.footer__flx__nav__sns__item a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__flx__nav__sns__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__nav__sns__item a:hover {
        opacity: 0.65;
    }
}

.footer__flx__nav__sns__item a.-yt img {
    width: 120px;
}

.footer__copyright {
    color: inherit;
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .footer__copyright {
        text-align: right;
    }
}