@charset "UTF-8";

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

details,
menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

:root,
[data-bs-theme=light] {
    --bs-blue: #337ab7;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #337ab7;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 51, 122, 183;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #143149;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d6e4f1;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #adcae2;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.42857142;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #337ab7;
    --bs-link-color-rgb: 51, 122, 183;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #296292;
    --bs-link-hover-color-rgb: 41, 98, 146;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(51, 122, 183, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

a>code {
    color: inherit
}

legend+* {
    clear: left
}

.blockquote>:last-child {
    margin-bottom: 0
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y)
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table-sm>:not(caption)>*>* {
    padding: 0.25rem 0.25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n +3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n +3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n +4),
.input-group.has-validation>.form-floating:nth-last-child(n +3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n +3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-group>.btn:nth-child(n +3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * 0.5)
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ec-headingTitle {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: normal;
    color: #525263
}

.ec-price .ec-price__price {
    display: inline-block;
    padding: 0 0.3em;
    font-size: 18px;
    font-weight: bold
}

.ec-price .ec-price__tax {
    font-size: 12px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500
}

.ec-inlineBtn.disabled,
.ec-inlineBtn[disabled],
fieldset[disabled] .ec-inlineBtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-inlineBtn--primary.disabled,
.ec-inlineBtn--primary[disabled],
fieldset[disabled] .ec-inlineBtn--primary {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-inlineBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #DE5D50;
    border-color: #DE5D50
}

.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action:active.focus,
.ec-inlineBtn--action.active:focus,
.ec-inlineBtn--action.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus {
    color: #525263;
    text-decoration: none
}

.ec-inlineBtn--action:active,
.ec-inlineBtn--action.active {
    outline: 0;
    background-image: none
}

.ec-inlineBtn--action.disabled,
.ec-inlineBtn--action[disabled],
fieldset[disabled] .ec-inlineBtn--action {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-inlineBtn--action:hover {
    color: #fff;
    background-color: #bd4f44;
    border-color: #b24a40
}

.btn-check:focus+.ec-inlineBtn--action,
.ec-inlineBtn--action:focus {
    color: #fff;
    background-color: #bd4f44;
    border-color: #b24a40;
    box-shadow: 0 0 0 0.25rem rgba(227, 117, 106, 0.5)
}

.btn-check:checked+.ec-inlineBtn--action,
.btn-check:active+.ec-inlineBtn--action,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action.active,
.show>.ec-inlineBtn--action.dropdown-toggle {
    color: #fff;
    background-color: #b24a40;
    border-color: #a7463c
}

.btn-check:checked+.ec-inlineBtn--action:focus,
.btn-check:active+.ec-inlineBtn--action:focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action.active:focus,
.show>.ec-inlineBtn--action.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(227, 117, 106, 0.5)
}

.ec-inlineBtn--action:disabled,
.ec-inlineBtn--action.disabled {
    color: #fff;
    background-color: #DE5D50;
    border-color: #DE5D50
}

.ec-inlineBtn--action .ec-icon img {
    width: 1em;
    vertical-align: text-bottom
}

.ec-inlineBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #525263;
    border-color: #525263
}

.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel:active.focus,
.ec-inlineBtn--cancel.active:focus,
.ec-inlineBtn--cancel.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ec-inlineBtn--cancel:hover,
.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus {
    color: #525263;
    text-decoration: none
}

.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel.active {
    outline: 0;
    background-image: none
}

.ec-inlineBtn--cancel.disabled,
.ec-inlineBtn--cancel[disabled],
fieldset[disabled] .ec-inlineBtn--cancel {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-inlineBtn--cancel:hover {
    color: #fff;
    background-color: #464654;
    border-color: #42424f
}

.btn-check:focus+.ec-inlineBtn--cancel,
.ec-inlineBtn--cancel:focus {
    color: #fff;
    background-color: #464654;
    border-color: #42424f;
    box-shadow: 0 0 0 0.25rem rgba(108, 108, 122, 0.5)
}

.btn-check:checked+.ec-inlineBtn--cancel,
.btn-check:active+.ec-inlineBtn--cancel,
.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel.active,
.show>.ec-inlineBtn--cancel.dropdown-toggle {
    color: #fff;
    background-color: #42424f;
    border-color: #3e3e4a
}

.btn-check:checked+.ec-inlineBtn--cancel:focus,
.btn-check:active+.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel.active:focus,
.show>.ec-inlineBtn--cancel.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 108, 122, 0.5)
}

.ec-inlineBtn--cancel:disabled,
.ec-inlineBtn--cancel.disabled {
    color: #fff;
    background-color: #525263;
    border-color: #525263
}

.ec-inlineBtn--cancel .ec-icon img {
    width: 1em;
    vertical-align: text-bottom
}

.ec-blockBtn.disabled,
.ec-blockBtn[disabled],
fieldset[disabled] .ec-blockBtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-blockBtn--primary.disabled,
.ec-blockBtn--primary[disabled],
fieldset[disabled] .ec-blockBtn--primary {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-blockBtn--action.disabled,
.ec-blockBtn--action[disabled],
fieldset[disabled] .ec-blockBtn--action {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel[disabled],
fieldset[disabled] .ec-blockBtn--cancel {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-input input[type=radio],
.ec-birth input[type=radio],
.ec-select input[type=radio],
.ec-telInput input[type=radio],
.ec-zipInput input[type=radio],
.ec-numberInput input[type=radio],
.ec-halfInput input[type=radio],
.ec-input input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-select input[type=checkbox],
.ec-telInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-halfInput input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \	;
    line-height: normal
}

.ec-input input[type=file],
.ec-birth input[type=file],
.ec-select input[type=file],
.ec-telInput input[type=file],
.ec-zipInput input[type=file],
.ec-numberInput input[type=file],
.ec-halfInput input[type=file] {
    display: block
}

.ec-input input[type=range],
.ec-birth input[type=range],
.ec-select input[type=range],
.ec-telInput input[type=range],
.ec-zipInput input[type=range],
.ec-numberInput input[type=range],
.ec-halfInput input[type=range] {
    display: block;
    width: 100%
}

.ec-input select[multiple],
.ec-birth select[multiple],
.ec-select select[multiple],
.ec-telInput select[multiple],
.ec-zipInput select[multiple],
.ec-numberInput select[multiple],
.ec-halfInput select[multiple],
.ec-input select[size],
.ec-birth select[size],
.ec-select select[size],
.ec-telInput select[size],
.ec-zipInput select[size],
.ec-numberInput select[size],
.ec-halfInput select[size] {
    height: auto
}

.ec-input input[type=file]:focus,
.ec-birth input[type=file]:focus,
.ec-select input[type=file]:focus,
.ec-telInput input[type=file]:focus,
.ec-zipInput input[type=file]:focus,
.ec-numberInput input[type=file]:focus,
.ec-halfInput input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-select input[type=radio]:focus,
.ec-telInput input[type=radio]:focus,
.ec-zipInput input[type=radio]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-select input[type=checkbox]:focus,
.ec-telInput input[type=checkbox]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-halfInput input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ec-input input[disabled],
.ec-birth input[disabled],
.ec-select input[disabled],
.ec-telInput input[disabled],
.ec-zipInput input[disabled],
.ec-numberInput input[disabled],
.ec-halfInput input[disabled],
.ec-input input[readonly],
.ec-birth input[readonly],
.ec-select input[readonly],
.ec-telInput input[readonly],
.ec-zipInput input[readonly],
.ec-numberInput input[readonly],
.ec-halfInput input[readonly],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-birth input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-halfInput input {
    opacity: 1
}

.ec-input input[disabled],
.ec-birth input[disabled],
.ec-select input[disabled],
.ec-telInput input[disabled],
.ec-zipInput input[disabled],
.ec-numberInput input[disabled],
.ec-halfInput input[disabled],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-birth input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-halfInput input {
    cursor: not-allowed
}

.ec-input select,
.ec-birth select,
.ec-select select,
.ec-telInput select,
.ec-zipInput select,
.ec-numberInput select,
.ec-halfInput select {
    display: block;
    width: 100%;
    height: 1rem px12px2 px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857142;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: var(--bs-border-radius);
    -webkit-appearance: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px
}

.ec-input select:focus,
.ec-birth select:focus,
.ec-select select:focus,
.ec-telInput select:focus,
.ec-zipInput select:focus,
.ec-numberInput select:focus,
.ec-halfInput select:focus {
    border-color: #66afe9;
    outline: 0
}

.ec-input select::-moz-placeholder,
.ec-birth select::-moz-placeholder,
.ec-select select::-moz-placeholder,
.ec-telInput select::-moz-placeholder,
.ec-zipInput select::-moz-placeholder,
.ec-numberInput select::-moz-placeholder,
.ec-halfInput select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ec-input select:-ms-input-placeholder,
.ec-birth select:-ms-input-placeholder,
.ec-select select:-ms-input-placeholder,
.ec-telInput select:-ms-input-placeholder,
.ec-zipInput select:-ms-input-placeholder,
.ec-numberInput select:-ms-input-placeholder,
.ec-halfInput select:-ms-input-placeholder {
    color: #999
}

.ec-input select::-webkit-input-placeholder,
.ec-birth select::-webkit-input-placeholder,
.ec-select select::-webkit-input-placeholder,
.ec-telInput select::-webkit-input-placeholder,
.ec-zipInput select::-webkit-input-placeholder,
.ec-numberInput select::-webkit-input-placeholder,
.ec-halfInput select::-webkit-input-placeholder {
    color: #999
}

.ec-input select::-ms-expand,
.ec-birth select::-ms-expand,
.ec-select select::-ms-expand,
.ec-telInput select::-ms-expand,
.ec-zipInput select::-ms-expand,
.ec-numberInput select::-ms-expand,
.ec-halfInput select::-ms-expand {
    border: 0;
    background-color: transparent
}

.ec-input select[disabled],
.ec-birth select[disabled],
.ec-select select[disabled],
.ec-telInput select[disabled],
.ec-zipInput select[disabled],
.ec-numberInput select[disabled],
.ec-halfInput select[disabled],
.ec-input select[readonly],
.ec-birth select[readonly],
.ec-select select[readonly],
.ec-telInput select[readonly],
.ec-zipInput select[readonly],
.ec-numberInput select[readonly],
.ec-halfInput select[readonly],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-birth select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-halfInput select {
    opacity: 1
}

.ec-input select[disabled],
.ec-birth select[disabled],
.ec-select select[disabled],
.ec-telInput select[disabled],
.ec-zipInput select[disabled],
.ec-numberInput select[disabled],
.ec-halfInput select[disabled],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-birth select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-halfInput select {
    cursor: not-allowed
}

.ec-input textarea[disabled],
.ec-birth textarea[disabled],
.ec-select textarea[disabled],
.ec-telInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-input textarea[readonly],
.ec-birth textarea[readonly],
.ec-select textarea[readonly],
.ec-telInput textarea[readonly],
.ec-zipInput textarea[readonly],
.ec-numberInput textarea[readonly],
.ec-halfInput textarea[readonly],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-birth textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-halfInput textarea {
    opacity: 1
}

.ec-input textarea[disabled],
.ec-birth textarea[disabled],
.ec-select textarea[disabled],
.ec-telInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-halfInput textarea[disabled],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-birth textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-halfInput textarea {
    cursor: not-allowed
}

.ec-input input[type=radio],
.ec-birth input[type=radio],
.ec-select input[type=radio],
.ec-halfInput input[type=radio],
.ec-numberInput input[type=radio],
.ec-zipInput input[type=radio],
.ec-telInput input[type=radio],
.ec-input input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-select input[type=checkbox],
.ec-halfInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-telInput input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \	;
    line-height: normal
}

.ec-input input[type=file],
.ec-birth input[type=file],
.ec-select input[type=file],
.ec-halfInput input[type=file],
.ec-numberInput input[type=file],
.ec-zipInput input[type=file],
.ec-telInput input[type=file] {
    display: block
}

.ec-input input[type=range],
.ec-birth input[type=range],
.ec-select input[type=range],
.ec-halfInput input[type=range],
.ec-numberInput input[type=range],
.ec-zipInput input[type=range],
.ec-telInput input[type=range] {
    display: block;
    width: 100%
}

.ec-input select[multiple],
.ec-birth select[multiple],
.ec-select select[multiple],
.ec-halfInput select[multiple],
.ec-numberInput select[multiple],
.ec-zipInput select[multiple],
.ec-telInput select[multiple],
.ec-input select[size],
.ec-birth select[size],
.ec-select select[size],
.ec-halfInput select[size],
.ec-numberInput select[size],
.ec-zipInput select[size],
.ec-telInput select[size] {
    height: auto
}

.ec-input input[type=file]:focus,
.ec-birth input[type=file]:focus,
.ec-select input[type=file]:focus,
.ec-halfInput input[type=file]:focus,
.ec-numberInput input[type=file]:focus,
.ec-zipInput input[type=file]:focus,
.ec-telInput input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-select input[type=radio]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-zipInput input[type=radio]:focus,
.ec-telInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-select input[type=checkbox]:focus,
.ec-halfInput input[type=checkbox]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-telInput input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ec-input input[disabled],
.ec-birth input[disabled],
.ec-select input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-input input[readonly],
.ec-birth input[readonly],
.ec-select input[readonly],
.ec-halfInput input[readonly],
.ec-numberInput input[readonly],
.ec-zipInput input[readonly],
.ec-telInput input[readonly],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-birth input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input {
    opacity: 1
}

.ec-input input[disabled],
.ec-birth input[disabled],
.ec-select input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-birth input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input {
    cursor: not-allowed
}

.ec-input select,
.ec-birth select,
.ec-select select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select {
    display: block;
    width: 100%;
    height: 1rem px12px2 px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857142;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: var(--bs-border-radius);
    -webkit-appearance: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px
}

.ec-input select:focus,
.ec-birth select:focus,
.ec-select select:focus,
.ec-halfInput select:focus,
.ec-numberInput select:focus,
.ec-zipInput select:focus,
.ec-telInput select:focus {
    border-color: #66afe9;
    outline: 0
}

.ec-input select::-moz-placeholder,
.ec-birth select::-moz-placeholder,
.ec-select select::-moz-placeholder,
.ec-halfInput select::-moz-placeholder,
.ec-numberInput select::-moz-placeholder,
.ec-zipInput select::-moz-placeholder,
.ec-telInput select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ec-input select:-ms-input-placeholder,
.ec-birth select:-ms-input-placeholder,
.ec-select select:-ms-input-placeholder,
.ec-halfInput select:-ms-input-placeholder,
.ec-numberInput select:-ms-input-placeholder,
.ec-zipInput select:-ms-input-placeholder,
.ec-telInput select:-ms-input-placeholder {
    color: #999
}

.ec-input select::-webkit-input-placeholder,
.ec-birth select::-webkit-input-placeholder,
.ec-select select::-webkit-input-placeholder,
.ec-halfInput select::-webkit-input-placeholder,
.ec-numberInput select::-webkit-input-placeholder,
.ec-zipInput select::-webkit-input-placeholder,
.ec-telInput select::-webkit-input-placeholder {
    color: #999
}

.ec-input select::-ms-expand,
.ec-birth select::-ms-expand,
.ec-select select::-ms-expand,
.ec-halfInput select::-ms-expand,
.ec-numberInput select::-ms-expand,
.ec-zipInput select::-ms-expand,
.ec-telInput select::-ms-expand {
    border: 0;
    background-color: transparent
}

.ec-input select[disabled],
.ec-birth select[disabled],
.ec-select select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-input select[readonly],
.ec-birth select[readonly],
.ec-select select[readonly],
.ec-halfInput select[readonly],
.ec-numberInput select[readonly],
.ec-zipInput select[readonly],
.ec-telInput select[readonly],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-birth select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select {
    opacity: 1
}

.ec-input select[disabled],
.ec-birth select[disabled],
.ec-select select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-birth select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select {
    cursor: not-allowed
}

.ec-input textarea[disabled],
.ec-birth textarea[disabled],
.ec-select textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
.ec-input textarea[readonly],
.ec-birth textarea[readonly],
.ec-select textarea[readonly],
.ec-halfInput textarea[readonly],
.ec-numberInput textarea[readonly],
.ec-zipInput textarea[readonly],
.ec-telInput textarea[readonly],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-birth textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea {
    opacity: 1
}

.ec-input textarea[disabled],
.ec-birth textarea[disabled],
.ec-select textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-birth textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea {
    cursor: not-allowed
}

.ec-select {
    margin-bottom: 16px
}

.ec-select select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    background-color: rgb(248, 248, 248);
    -webkit-appearance: menulist;
    -moz-appearance: menulist
}

.ec-select select:focus {
    box-shadow: none
}

.ec-select label {
    margin-right: 10px;
    font-weight: bold
}

.ec-select label:nth-child(3) {
    margin-left: 10px;
    font-weight: bold
}

.ec-icon img {
    max-width: 80px;
    max-height: 80px
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.ec-welcomeMsg *,
.ec-welcomeMsg *::before,
.ec-welcomeMsg *::after {
    box-sizing: inherit
}

.ec-role *,
.ec-role *::before,
.ec-role *::after {
    box-sizing: inherit
}

.ec-mypageRole *,
.ec-mypageRole *::before,
.ec-mypageRole *::after {
    box-sizing: inherit
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.ec-layoutRole {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    transition: transform 0.3s;
    background: #fff
}

.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1150px;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1
}

.ec-layoutRole .ec-layoutRole__main {
    width: 100%
}

.ec-headerRole *,
.ec-headerRole *::before,
.ec-headerRole *::after {
    box-sizing: inherit
}

.ec-headerNaviRole *,
.ec-headerNaviRole *::before,
.ec-headerNaviRole *::after {
    box-sizing: inherit
}

.ec-headerTitle *,
.ec-headerTitle *::before,
.ec-headerTitle *::after {
    box-sizing: inherit
}

.ec-categoryNaviRole *,
.ec-categoryNaviRole *::before,
.ec-categoryNaviRole *::after {
    box-sizing: inherit
}

.ec-maintenanceAlert>* {
    margin: auto
}

.ec-maintenanceAlert+* {
    margin-top: 50px
}

.ec-debugModeAlert>* {
    margin: auto
}

.ec-debugModeAlert+* {
    margin-top: 50px
}

.ec-twoModeAlert+* {
    margin-top: 100px
}

.ec-sliderRole *,
.ec-sliderRole *::before,
.ec-sliderRole *::after {
    box-sizing: inherit
}

.ec-sliderItemRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    margin-bottom: 24px
}

.ec-sliderItemRole:after {
    content: " ";
    display: table
}

.ec-sliderItemRole:after {
    clear: both
}

.ec-sliderItemRole img {
    max-width: 100%
}

.ec-sliderItemRole *,
.ec-sliderItemRole *::before,
.ec-sliderItemRole *::after {
    box-sizing: inherit
}

.ec-sliderItemRole img {
    width: 100%
}

.ec-sliderItemRole .item_nav {
    display: none
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 25px;
    width: 33%;
    opacity: 0.8;
    cursor: pointer
}

.ec-sliderItemRole .slideThumb:focus {
    outline: none
}

.ec-sliderItemRole .slideThumb:hover {
    opacity: 1
}

.ec-sliderItemRole .slideThumb img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.ec-inlineBtn--top.disabled,
.ec-inlineBtn--top[disabled],
fieldset[disabled] .ec-inlineBtn--top {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-blockBtn--top.disabled,
.ec-blockBtn--top[disabled],
fieldset[disabled] .ec-blockBtn--top {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
    box-sizing: inherit
}

.ec-shelfRole *,
.ec-shelfRole *::before,
.ec-shelfRole *::after {
    box-sizing: inherit
}

.ec-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%
}

.ec-modal .ec-modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%
}

.ec-modal .ec-modal-wrap {
    position: relative;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
    width: 90%;
    margin: 20px;
    padding: 40px 5px
}

.ec-modal .ec-modal-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    height: 30px;
    width: 20px
}

.ec-modal .ec-modal-close:hover {
    color: #4b5361
}

.ec-modal .ec-modal-box {
    text-align: center
}

.ec-productRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px
}

.ec-productRole:after {
    content: " ";
    display: table
}

.ec-productRole:after {
    clear: both
}

.ec-productRole img {
    max-width: 100%
}

.ec-productRole *,
.ec-productRole *::before,
.ec-productRole *::after {
    box-sizing: inherit
}

.ec-productRole img {
    width: 100%
}

.ec-productRole .ec-productRole__profile {
    margin-left: 0
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px
}

.ec-productRole .ec-productRole__tags {
    margin-top: 16px;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ccc
}

.ec-productRole .ec-productRole__tag {
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8
}

.ec-productRole .ec-productRole__priceRegular {
    padding-top: 14px
}

.ec-productRole .ec-productRole__price {
    color: #DE5D50;
    font-size: 28px;
    padding: 0;
    border-bottom: 0
}

.ec-productRole .ec-productRole__code {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc
}

.ec-productRole .ec-productRole__category {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc
}

.ec-productRole .ec-productRole__category a {
    color: #33A8D0
}

.ec-productRole .ec-productRole__category ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ec-productRole .ec-productRole__actions {
    padding: 14px 0
}

.ec-productRole .ec-productRole__actions .ec-select select {
    height: 40px;
    max-width: 100%;
    min-width: 100%
}

.ec-productRole .ec-productRole__btn {
    width: 100%;
    margin-bottom: 10px
}

.ec-productRole .ec-productRole__description {
    margin-bottom: 16px
}

.ec-cartRole *,
.ec-cartRole *::before,
.ec-cartRole *::after {
    box-sizing: inherit
}

.ec-cartCompleteRole *,
.ec-cartCompleteRole *::before,
.ec-cartCompleteRole *::after {
    box-sizing: inherit
}

.ec-orderRole *,
.ec-orderRole *::before,
.ec-orderRole *::after {
    box-sizing: inherit
}

.ec-forgotRole *,
.ec-forgotRole *::before,
.ec-forgotRole *::after {
    box-sizing: inherit
}

.ec-registerRole *,
.ec-registerRole *::before,
.ec-registerRole *::after {
    box-sizing: inherit
}

.ec-registerCompleteRole *,
.ec-registerCompleteRole *::before,
.ec-registerCompleteRole *::after {
    box-sizing: inherit
}

.ec-contactRole *,
.ec-contactRole *::before,
.ec-contactRole *::after {
    box-sizing: inherit
}

.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
    box-sizing: inherit
}

.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
    box-sizing: inherit
}

.ec-customerRole *,
.ec-customerRole *::before,
.ec-customerRole *::after {
    box-sizing: inherit
}

.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
    box-sizing: inherit
}

.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
    box-sizing: inherit
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.ec-404Role *,
.ec-404Role *::before,
.ec-404Role *::after {
    box-sizing: inherit
}

.ec-withdrawRole *,
.ec-withdrawRole *::before,
.ec-withdrawRole *::after {
    box-sizing: inherit
}

.ec-userEditCompleteRole *,
.ec-userEditCompleteRole *::before,
.ec-userEditCompleteRole *::after {
    box-sizing: inherit
}

@media (min-width:576px) {

    

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    

    

    
}

@media (min-width:768px) {

    

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    

    

    

    
}

@media only screen and (min-width:768px) {
    .ec-price .ec-price__price {
        font-size: 1em
    }

    .ec-price .ec-price__tax {
        font-size: 0.57em
    }

    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-telInput select,
    .ec-zipInput select,
    .ec-numberInput select,
    .ec-halfInput select {
        font-size: 0.875rem
    }

    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select {
        font-size: 0.875rem
    }

    .ec-footerRole .ec-footerRole__inner *,
    .ec-footerRole .ec-footerRole__inner *::before,
    .ec-footerRole .ec-footerRole__inner *::after {
        box-sizing: inherit
    }

    .ec-sliderItemRole .item_nav {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .ec-searchnavRole *,
    .ec-searchnavRole *::before,
    .ec-searchnavRole *::after {
        box-sizing: inherit
    }

    .ec-modal .ec-modal-wrap {
        padding: 40px 10px;
        width: 50%;
        margin: 20px auto
    }

    .ec-productRole .ec-productRole__profile {
        margin-left: 16px
    }

    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 32px
    }

    .ec-productRole .ec-productRole__price {
        padding: 14px 0;
        border-bottom: 1px dotted #ccc
    }

    .ec-productRole .ec-productRole__actions .ec-select select {
        min-width: 350px;
        max-width: 350px
    }

    .ec-productRole .ec-productRole__btn {
        width: 60%;
        margin-bottom: 16px;
        min-width: 350px
    }
}

@media (min-width:992px) {

    

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    

    
}

@media (min-width:1200px) {

    

    

    

    

    

    

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    

    

    
}

@media (min-width:1400px) {

    

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    

    
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

@media (prefers-reduced-motion:reduce) {
    

    

    

    

    

    

    

    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-telInput select,
    .ec-zipInput select,
    .ec-numberInput select,
    .ec-halfInput select {
        transition: none
    }

    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select {
        transition: none
    }
}

@charset "UTF-8";

body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: normal
}

a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

img {
    backface-visibility: hidden
}

span {}

button,
button:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

button,
button:focus,
a:focus {
    outline: none;
    box-shadow: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 0
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #e2e2e2;
    box-shadow: none
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none
}

svg path {
    transition: 0.3s ease-in-out 0s
}

@keyframes blinker {
    50% {
        color: #f5ab1e
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px)
    }

    100% {
        transform: translateY(0px)
    }
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 2.7rem;
    width: 0.6em;
    height: auto;
    z-index: 2;
    transform: none;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    background: #fff !important
}

.slick-slider .slick-prev {
    left: -0.85em
}

.slick-slider .slick-next {
    right: -0.85em
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: "Font Awesome 6 Free";
    color: #333;
    opacity: 1;
    font-size: 0.7em
}

.slick-slider .slick-prev:before {
    content: ""
}

.slick-slider .slick-next:before {
    content: ""
}

@media screen and (max-width:767px) {

    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        font-size: 2rem
    }

    .slick-slider .slick-prev {
        left: -0.7em
    }

    .slick-slider .slick-next {
        right: -0.7em
    }
}

.header-bottom-area:not([class^=mobile]) {
    background: #d6f1f0
}

.ec-contactInfo__sign>* {
    flex: 0 1 auto
}

.breadcrumb-area {
    padding: 0.9375rem 0
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
    display: flex;
    align-items: center
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li {
    font-size: 0.8125rem;
    color: #000
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li:not(:last-child):after {
    content: ">";
    display: inline-block;
    margin: 0 0.5em
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a {
    color: inherit
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a:hover {
    text-decoration: underline
}

@media screen and (max-width:575px) {
    .breadcrumb-area {
        padding-bottom: 0.4375rem
    }

    .breadcrumb-area .breadcrumb-start {
        position: relative
    }

    .breadcrumb-area .breadcrumb-start:after {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0.625rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        pointer-events: none
    }

    .breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
        overflow: scroll;
        padding-bottom: 0.5rem;
        padding-right: 0.625rem
    }

    .breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li {
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .c-ttl07__inner>* {
        position: relative;
        z-index: 1
    }
}

.c-txt01 {
    font-size: 1rem;
    line-height: 2.25
}

@media (max-width:767px) {

    .c-txt01,
    .c-txt02 {
        line-height: 1.875;
        text-align: justify;
        letter-spacing: 0
    }
}

.btn-style5,
.btn-style5:disabled {
    color: #fff;
    background: #009991;
    font-size: 1.25rem;
    width: min(25rem, 100%);
    margin: auto;
    padding: 0.5em;
    line-height: 1.25;
    font-weight: 600;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border: none
}

.btn-style5--fsz-var,
.btn-style5--fsz-var:disabled {
    font-size: clamp(1rem, 1.67vw, 1.25rem)
}

.btn-style5 .-icon {
    margin-right: 0.5em
}

.btn-style5:hover {
    background: #f5ab1e;
    color: #fff
}

@media (max-width:600px) {

    .btn-style5,
    .btn-style5:disabled {
        min-height: auto
    }

    .btn-style5--fsz-var,
    .btn-style5--fsz-var:disabled {
        font-size: clamp(0.875rem, 4.26vw, 1rem)
    }
}

@media screen and (min-width:768px) {

    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select {
        font-size: 16px
    }
}

.ec-inlineBtn__outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem
}

.ec-inlineBtn--cancel,
.ec-inlineBtn--action {
    width: 11em;
    max-width: 50%;
    padding-left: 1em;
    padding-right: 1em
}

.ec-inlineBtn--cancel {}

@media screen and (max-width:575px) {

    .ec-inlineBtn--cancel,
    .ec-inlineBtn--action {
        width: 100%;
        max-width: 80%
    }
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
    padding-bottom: 6.25rem
}

@media screen and (max-width:767px) {
    .ec-layoutRole .ec-layoutRole__contents {
        padding-bottom: 3.75rem
    }
}

.ec-sliderItemRole {
    padding: 0
}

.ec-modal .ec-modal-wrap {
    border: none
}

.ec-modal #ec-modal-header {
    font-size: 1rem;
    font-weight: bold
}

.ec-modal .ec-inlineBtn--cancel,
.ec-modal .ec-inlineBtn--action {
    width: 15em;
    font-size: 1rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    line-height: 1.6
}

@media screen and (min-width:768px) {
    .ec-modal #ec-modal-header {
        font-size: 1.125rem
    }
}

.ec-productRole {
    margin: 0 auto 6.25rem;
    max-width: 1280px;
    color: #000
}

.ec-productRole__inner {
    display: flex;
    justify-content: space-between
}

.ec-productRole__left,
.ec-productRole__right {
    width: 50%
}

.ec-productRole__left {
    padding: 0 20px;
    max-width: 580px
}

.ec-productRole__right {
    max-width: 620px
}

@media screen and (max-width:1199px) {
    .ec-productRole__left {}

    .ec-productRole__right {}
}

@media screen and (max-width:767px) {
    .ec-productRole__inner {
        display: block
    }

    .ec-productRole__left,
    .ec-productRole__right {
        width: auto;
        max-width: none
    }

    .ec-productRole__left {
        padding: 0
    }

    .ec-productRole {
        margin: 0 auto 2.8125rem
    }
}

.js-toolchip {
    visibility: visible;
    opacity: 0;
    transition: ease all 0.3s;
    pointer-events: none
}

.js-toolchip.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

@charset "UTF-8";

.ec-productSelect__inputNum {
    margin-bottom: 0 0 1.5rem;
    font-size: 1.125rem
}

.ec-productSelect__inputNum__inner {
    align-items: center;
    margin-bottom: 0;
    display: flex;
    gap: 1.66em
}

.ec-productSelect__inputNum__inner input[type=number] {
    text-align: center;
    padding: 0.3em 0.3em;
    border-radius: 0.3125rem
}

.ec-productSelect__inputNum__field {
    flex: 0 1 auto;
    height: 2.5rem;
    display: flex;
    gap: 0.6rem;
    align-items: stretch
}

.ec-productSelect__inputNum__field .-btn-field {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-content: center;
    background: #e4e4e4;
    border-radius: 0.3125rem;
    font-size: 1.875rem
}

.ec-productSelect__inputNum__txt {
    font-size: 0.77em
}

@media (max-width:767px) {
    .ec-productSelect__inputNum__inner {
        margin-bottom: 1em;
        flex-flow: column;
        gap: 0.5rem
    }
}

.ec-productRole .ec-productRole__btn {
    display: flex;
    justify-content: center;
    width: 100%
}

.ec-blockBtn--favorite {
    min-width: 250px !important
}

.ec-sliderItemRole .slick-slider {
    margin-bottom: 0.625rem;
    overflow: hidden
}

.ec-sliderItemRole .item_visual {
    opacity: 0;
    transition: ease opacity 0.3s
}

.ec-sliderItemRole .item_visual.slick-initialized {
    opacity: 1
}

.ec-productRole .ec-productRole__profile {
    margin-left: 0
}

@media (max-width:767px) {
    .ec-productRole {
        padding: 0 10px
    }

    .ec-productRole .ec-productRole__profile {
        padding-top: 0.35rem
    }

    .ec-sliderItemRole {
        padding: 0
    }
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
    color: #000
}

.ec-productSelect__inputNum {
    margin: 0 0 1.5rem
}

.ec-productSelect__inputNum__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem
}

.ec-productSelect__inputNum__field {
    display: flex;
    align-items: center;
    border: 2px solid #E5E5E5;
    border-radius: 0.5rem;
    overflow: hidden;
    width: fit-content
}

.ec-productSelect__inputNum__field .-btn-field {
    background: #F8F8F8;
    border: none;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.ec-productSelect__inputNum__field .-btn-field:hover {
    background: #009991;
    color: #fff
}

.ec-productSelect__inputNum__field .-btn-field:disabled {
    background: #F0F0F0;
    color: #CCC;
    cursor: not-allowed
}

.ec-productSelect__inputNum__field .js-prod-volume {
    border: none;
    width: 5rem;
    height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    -moz-appearance: textfield
}

.ec-productSelect__inputNum__field .js-prod-volume::-webkit-outer-spin-button,
.ec-productSelect__inputNum__field .js-prod-volume::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ec-productSelect__inputNum__field .js-prod-volume:focus {
    outline: none;
    background: #F9F9F9
}

.ec-productSelect__inputNum__txt {
    font-size: 0.875rem;
    color: #666;
    margin: 0
}

@media (max-width:767px) {
    .ec-productSelect__inputNum {
        text-align: center;
        margin: 0 0 1rem
    }

    .ec-productSelect__inputNum__inner {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin: 0
    }

    .ec-productSelect__inputNum__field {
        width: 100%;
        max-width: 200px;
        margin: 0 auto
    }

    .ec-productSelect__inputNum__field .js-prod-volume {
        flex: 1;
        width: auto
    }

    .ec-productSelect__inputNum__txt {
        text-align: center
    }

    .ec-productRole__btn {
        text-align: center
    }

    .ec-productRole__btn button {
        margin: 0 auto
    }
}

#kikaku_layout_area~.ec-productSelect__inputNum,
.ec-productSelect__inputNum {
    display: block !important;
    visibility: visible !important
}

.ec-productSelect__inputNum * {
    visibility: visible !important
}

.ec-productRole__code,
.ec-productRole__category {
    display: none
}

.ec-productRole .ec-productRole__tags {
    margin-top: 16px;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem
}

@media (max-width:767px) {
    .ec-productRole .ec-productRole__tags {
        padding-bottom: 1.375rem
    }
}

.ec-productRole .ec-productRole__price {
    color: #333;
    font-size: 28px;
    padding: 0;
    border-bottom: 0
}

.ec-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem
}

.ec-price__label {
    font-size: 1rem;
    color: #000;
    font-weight: normal
}

.ec-price__price {
    font-size: 1.75rem;
    color: #000;
    font-weight: bold
}

span.ec-price__price.price02-default {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: -0.06rem
}

.ec-price {
    display: flex;
    align-items: baseline;
    gap: 0
}

.ec-sliderItemRole {
    margin-bottom: 0
}

.ec-sliderItemRole .slick-slider {
    margin-bottom: 0
}

.slideThumb {}

.ec-price__tax {
    font-size: 0.875rem;
    color: #000;
    font-weight: normal
}

.ec-sliderItemRole .item_nav {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    opacity: 0;
    transition: ease opacity 0.3s
}

.ec-sliderItemRole .item_nav.slick-initialized {
    opacity: 1
}

.ec-sliderItemRole .item_nav .slick-list {
    width: 100%
}

.ec-sliderItemRole .item_nav .slick-track {
    display: flex !important;
    min-width: 100%
}

.ec-sliderItemRole .item_nav .slick-slide {
    height: auto !important
}

.ec-sliderItemRole .item_nav .slick-prev,
.ec-sliderItemRole .item_nav .slick-next {
    color: #000
}

.ec-sliderItemRole .item_nav .slick-prev {
    left: 0;
    scale: -1 1
}

.ec-sliderItemRole .item_nav .slick-next {
    right: 0
}

.ec-sliderItemRole .item_nav .slick-prev:before,
.ec-sliderItemRole .item_nav .slick-next:before {
    content: "";
    height: 1rem;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.item_nav .slideThumb {
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s;
    cursor: pointer;
    width: calc(20% - 8px);
    margin-bottom: 0
}

.item_nav .slideThumb:hover,
.item_nav .slideThumb.active {
    opacity: 1;
    border-color: #009991
}

.item_nav .slideThumb img {
    width: 100%;
    height: auto;
    display: block
}

.item_nav.slick-slider {
    padding: 0 1.5rem
}

.item_nav.slick-slider .slick-slide {
    padding: 0 0.1875rem
}

.item_nav.slick-slider .slideThumb {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    display: block
}

@media (min-width:769px) {
    .kikaku-product-item {
        display: flex !important;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid #e5e5e5
    }

    .kikaku-product-item__info {
        display: flex !important;
        flex: 1;
        gap: 1rem;
        align-items: center
    }

    .kikaku-product-item__image {
        flex: 0 0 100px;
        width: 100px
    }

    .kikaku-product-item__image img {
        width: 100%;
        height: auto
    }

    .kikaku-product-item__details {
        flex: 1;
        display: block;
        align-items: center
    }

    .kikaku-product-item__name {
        font-size: 1rem;
        margin: 0
    }

    .kikaku-product-item__price {
        font-size: 1.25rem;
        font-weight: bold;
        color: #e95520;
        margin: 0
    }

    .kikaku-product-item__action {
        flex: 0 0 auto;
        margin-left: auto
    }

    .kikaku-cart-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.6rem 1.5rem;
        background: #009991;
        color: #fff;
        border: none;
        border-radius: 0.25rem;
        font-size: 1rem;
        white-space: nowrap;
        cursor: pointer;
        transition: background 0.3s
    }

    .kikaku-cart-btn img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1)
    }

    .kikaku-cart-btn:hover {
        background: #007a74
    }
}

@media (max-width:768px) {
    span.ec-price__tax {
        white-space: nowrap
    }

    span.ec-price__label {
        white-space: nowrap
    }

    span.ec-price__price.price02-default {
        font-weight: bold;
        font-size: 1.25rem;
        max-width: 230px;
        white-space: nowrap
    }

    .ec-productRole .ec-productRole__price {
        color: #333;
        font-size: 28px;
        padding: 0;
        border-bottom: 0;
        justify-self: center
    }

    .kikaku-product-list {
        display: block !important
    }

    .kikaku-product-item {
        display: flex !important;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-bottom: 1rem;
        background: #fff
    }

    .kikaku-product-item__info {
        display: flex !important;
        flex: 1;
        align-items: center;
        gap: 1rem
    }

    .kikaku-product-item__image {
        flex: 0 0 80px;
        width: 80px;
        height: 80px
    }

    .kikaku-product-item__image img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .kikaku-product-item__details {
        flex: 1;
        display: flex !important;
        flex-direction: column
    }

    .kikaku-product-item__name {
        font-size: 0.875rem;
        margin-bottom: 0.25rem
    }

    .kikaku-product-item__price {
        font-size: 1rem;
        font-weight: bold;
        color: #e95520;
        margin-bottom: 0.75rem
    }

    .kikaku-product-item__action {}

    .kikaku-product-item__details .kikaku-product-item__action {
        display: block !important
    }

    .kikaku-cart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        background: #009991;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 600;
        white-space: nowrap;
        cursor: pointer;
        width: 100%
    }

    .kikaku-cart-btn img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1)
    }

    .kikaku-cart-btn:hover {
        background: #007a74
    }
}

@media (max-width:768px) {
    .ec-sliderItemRole .item_nav {
        display: none !important
    }

    .item_nav .slideThumb {
        width: calc(25% - 7.5px)
    }

    .item_visual.slick-slider {
        margin-bottom: 0
    }

    .item_nav.slick-slider {
        padding: 0 40px;
        margin-top: 3rem
    }
}

fieldset#kikaku_layout_area {
    border-radius: 0.625rem;
    background: #F7F7F7;
    padding: 1.875rem
}

.ec-productRole .ec-productRole__actions {
    padding: 0
}

.-action {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.item_visual .slick-arrow {
    background: rgba(255, 255, 255, 0.7) !important;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -0.75em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.3em !important;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4)
}

.item_visual .slick-arrow.slick-prev {
    right: auto;
    left: -0.75em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0 !important;
    padding-right: 0.3em !important
}

.item_visual .slick-arrow:before {
    content: "";
    height: 1rem;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #333;
    position: absolute;
    left: 0.4em
}

.item_visual .slick-arrow.slick-prev {
    scale: -1 1;
    z-index: 1
}

.ec-productRole__profile form#form1 label,
.ec-productRole__profile form#form1 select,
.ec-productRole__profile button.add-cart {
    display: none
}

#kikaku_layout_area form#form1 .ec-productSelect__inputNum {
    display: block !important
}

#kikaku_layout_area .kikaku-product-list {
    margin-top: 0.5rem
}

#kikaku_layout_area .kikaku-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    background: none;
    border: none;
    border-radius: 0.5rem
}

#kikaku_layout_area .kikaku-product-item__info {
    display: flex;
    align-items: center;
    gap: 1rem
}

#kikaku_layout_area .kikaku-product-item__image {
    width: 60px;
    height: auto;
    flex-shrink: 0
}

#kikaku_layout_area .kikaku-product-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#kikaku_layout_area .kikaku-product-item__details {
    flex-grow: 1
}

#kikaku_layout_area .kikaku-product-item__name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2
}

#kikaku_layout_area .kikaku-product-item__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #006560
}

#kikaku_layout_area .kikaku-product-item__action {
    flex-shrink: 0
}

#kikaku_layout_area .kikaku-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: #009991;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap
}

#kikaku_layout_area .kikaku-cart-btn:hover {
    background: #f5ab1e;
    transform: none;
    box-shadow: none
}

#kikaku_layout_area .kikaku-cart-btn img {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) invert(1)
}

@media (max-width:767px) {
    #kikaku_layout_area .kikaku-product-item {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 0.9rem 0.7rem;
        margin-bottom: 0
    }

    #kikaku_layout_area .kikaku-product-item__action {}

    #kikaku_layout_area .kikaku-cart-btn {
        width: 100%;
        padding: 0.9rem 0.5rem
    }

    #kikaku_layout_area .kikaku-product-item__name {
        font-size: 1rem
    }

    #kikaku_layout_area .kikaku-product-item__image {
        flex: 0 0 33%;
        max-width: 140px
    }

    #kikaku_layout_area .kikaku-product-item__price {
        margin-bottom: 0.3rem;
        font-size: 1.125rem
    }
}

.ec-blockBtn--favorite {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #EBF8F7 !important;
    color: #009B90 !important;
    border: 2px solid #B2D5D1 !important;
    border-radius: 25px !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 0.3s;
    cursor: pointer;
    min-width: 200px !important;
    height: 50px !important;
    width: auto !important;
    line-height: normal !important
}

.ec-blockBtn--favorite:hover {
    background-color: #D4EFEC !important;
    border-color: #9AC4BF !important;
    color: #009B90 !important;
    text-decoration: none !important
}

.ec-blockBtn--favorite[disabled] {
    cursor: not-allowed !important;
    opacity: 0.65 !important
}

.ec-blockBtn--favorite[disabled]:hover {
    background-color: #B2D5D1 !important;
    border-color: #9AC4BF !important
}

ecHg101-history__item:last-child {
    margin-bottom: 0
}

.ec-paymentList {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 1.6%
}

.ec-paymentList__outer {}

.ec-paymentList__item {}

.ec-paymentList__btn {
    color: #000;
    background: #F7F7F7;
    border: 2px solid #E4E4E4;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125;
    border-radius: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    padding: 0.25em 0.3em;
    min-height: 3.75rem;
    text-align: left;
    letter-spacing: 0;
    font-feature-settings: "palt"
}

.ec-paymentList__btnIcon {
    width: min(16%, 1.875rem)
}

.ec-paymentList__btnIcon--app {
    width: min(11%, 1.3125rem)
}

.ec-paymentList__btnIcon--amazon {
    width: min(55%, 6.375rem)
}

.ec-paymentList__btnIcon img {
    height: auto
}

.ec-paymentList__btnTxt {
    font-size: clamp(0.875em, 1.23vw, 1em)
}

.ec-paymentList__toolChip {
    border: 1px solid #009991;
    border-radius: 0.1875rem;
    box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.5rem 0.75rem
}

.ec-paymentList__toolChip:before,
.ec-paymentList__toolChip:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    rotate: 45deg;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: right
}

.ec-paymentList__toolChip:before {
    background: #fff;
    z-index: 1
}

.ec-paymentList__toolChip:after {
    border: 1px solid #009991;
    border-left: transparent;
    border-top: transparent;
    z-index: 2
}

.ec-paymentList__toolChip--left:before,
.ec-paymentList__toolChip--left:after {
    left: calc((100% / 6) - 0.5rem);
    right: auto;
    margin: 0
}

.ec-paymentList__toolChip--right:before,
.ec-paymentList__toolChip--right:after {
    left: auto;
    right: calc((100% / 6) - 0.5rem);
    margin: 0
}

.ec-paymentList__toolChip__txt {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
    letter-spacing: 0
}

.ec-paymentList__toolChip__icons {
    display: flex;
    gap: 0.625rem
}

.ec-paymentList__toolChip__icons .-item {}

.ec-paymentList__toolChip__icons .-item img {
    max-width: 100%;
    height: auto
}

.ec-paymentList__toolChip__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    color: #fff;
    font-size: 1rem;
    width: 1.5em;
    height: 1.5em;
    background: #009991;
    border-radius: 100em;
    visibility: hidden
}

.ec-paymentList__toolChip__amazon {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.1rem 0
}

.ec-paymentList__toolChip__amazon__left {
    font-size: 0.875rem;
    max-width: 16em;
    width: 36%;
    text-align: center
}

.ec-paymentList__toolChip__amazon__right {
    flex: 1
}

.ec-paymentList__toolChip__amazon__txt {
    font-size: inherit;
    line-height: 1.2;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0;
    margin-bottom: 0.3em
}

.ec-paymentList__toolChip__amazon__logo {
    max-width: 100% !important;
    width: auto !important
}

.ec-paymentList__txtLink {
    color: #009991;
    font-weight: 600;
    margin-top: 0.5rem
}

.ec-paymentList__txtLink .-link {
    color: inherit;
    text-decoration: underline
}

.ec-productBanner {
    margin-top: 2.1875rem
}

.ec-productBanner__item a {
    display: block
}

@media (max-width:991px) {
    .ec-paymentList {
        grid-template-columns: repeat(2, 1fr)
    }

    .ec-paymentList__toolChip--left:before,
    .ec-paymentList__toolChip--left:after,
    .ec-paymentList__toolChip--right:before,
    .ec-paymentList__toolChip--right:after {
        left: calc((100% / 4) - 0.5rem);
        right: auto;
        margin: 0
    }

    .ec-paymentList__toolChip--center:before,
    .ec-paymentList__toolChip--center:after {
        left: auto;
        right: calc((100% / 4) - 0.5rem);
        margin: 0
    }

    .ec-paymentList__toolChip--right {
        bottom: calc(50% + 1rem)
    }
}

@media (max-width:767px) {
    .ec-paymentList {
        display: block
    }

    .ec-paymentList__outer {}

    .ec-paymentList__item {
        position: relative
    }

    .ec-paymentList__item+.ec-paymentList__item {
        margin-top: 0.625rem
    }

    .ec-paymentList__btn {}

    .ec-paymentList__btnIcon {}

    .ec-paymentList__btnTxt {
        font-size: 1em
    }

    .ec-paymentList__toolChip {
        bottom: calc(100% + 0.3125rem)
    }

    .ec-paymentList__toolChip:before,
    .ec-paymentList__toolChip:after {
        display: none
    }

    .ec-paymentList__toolChip:before {}

    .ec-paymentList__toolChip:after {}

    .ec-paymentList__toolChip--left:before,
    .ec-paymentList__toolChip--left:after {}

    .ec-paymentList__toolChip--right:before,
    .ec-paymentList__toolChip--right:after {}

    .ec-paymentList__toolChip__txt {}

    .ec-paymentList__toolChip__icons {
        flex-wrap: wrap;
        gap: 0.5rem
    }

    .ec-paymentList__toolChip__icons .-item {
        width: auto;
        height: 1.625rem;
        flex: 0
    }

    .ec-paymentList__toolChip__icons .-item img {
        height: 100%;
        width: auto;
        max-width: none
    }

    .ec-paymentList__txtLink {
        text-align: right;
        font-size: 0.9375rem
    }

    .ec-paymentList__txtLink .-link {}

    .ec-productBanner {
        margin-top: 2.5rem
    }

    .ec-productBanner__item a {
        display: block
    }

    .ec-paymentList__toolChip__close {
        visibility: visible
    }
}

@media (max-width:600px) {
    .ec-paymentList__toolChip__amazon {
        flex-flow: column;
        gap: 0.5rem
    }

    .ec-paymentList__toolChip__amazon__left {
        width: 100%
    }

    .ec-paymentList__toolChip__amazon__logo {
        width: 7.5rem !important
    }
}