@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

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

figure {
  margin: 1em 40px;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=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;
}

progress {
  display: inline-block;
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInRightBack {
  0% {
    opacity: .8;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes slideInLeftBack {
  0% {
    opacity: .8;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: .8;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: .8;
    transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:root,
[data-bs-theme=light] {
  --bs-success: #198754;
  --bs-danger: #dc3545;
  --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-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --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-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-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-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;
}

*,
.ec-headerNaviRole html,
.ec-headerRole html,
.ec-headerTitle html,
.ec-mypageRole html,
.ec-role html,
.ec-role3 html,
.ec-sliderItemRole html,
.ec-sliderRole html,
.ec-welcomeMsg html,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #525263;
  transition: z-index 0ms 5.28455ms;
  background: #f6f6f6;
  margin: 0;
  font-family: Roboto,"游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

.h4,
.h5,
.h6,
h4 {
  margin-top: 0;
  font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4 {
  margin-bottom: .5rem;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1,
h1 {
  font-size: calc(.8rem + 1.125vw);
}

.h2,
h2 {
  font-size: calc(.7rem + .9vw);
}

.h3,
h3 {
  font-size: calc(1.278125rem + .3375vw);
}

.h4,
h4 {
  font-size: calc(1.25625rem + .075vw);
}

.h5 {
  font-size: 1.09375rem;
}

.h6 {
  font-size: .875rem;
}

p {
  margin-top: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

figure {
  margin: 0 0 1rem;
}

.small,
small {
  font-size: .875em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

.form-control[type=file]:not(:disabled):not([readonly]),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto;
}

:root {

}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table>:not(caption)>*>* {
  padding: .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>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.42857142;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.09375rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .765625rem;
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857142;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(51,122,183,.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.42857142em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.42857142;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width)0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.42857142em + .5rem + calc(var(--bs-border-width)*2));
  padding: .25rem .5rem;
  font-size: .765625rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
}

.form-control-lg {
  min-height: calc(1.42857142em + 1rem + calc(var(--bs-border-width)*2));
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.42857142em + .75rem + calc(var(--bs-border-width)*2));
}

textarea.form-control-sm {
  min-height: calc(1.42857142em + .5rem + calc(var(--bs-border-width)*2));
}

textarea.form-control-lg {
  min-height: calc(1.42857142em + 1rem + calc(var(--bs-border-width)*2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857142;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select:focus {
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(51,122,183,.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .765625rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-check {
  display: block;
  min-height: 1.2499999925rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .21428571em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(51,122,183,.25);
}

.form-check-input:checked {
  background-color: #337ab7;
  border-color: #337ab7;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #337ab7;
  border-color: #337ab7;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 5;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select {
  padding: .25rem .5rem;
  font-size: .765625rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n/**/+4),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n/**/+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.42857142em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.357142855em + .1875rem) center;
  background-size: calc(.71428571em + .375rem) calc(.71428571em + .375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.42857142em + .75rem);
  background-position: top calc(.357142855em + .1875rem) right calc(.357142855em + .1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.71428571em + .375rem) calc(.71428571em + .375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.42857142em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.357142855em + .1875rem) center;
  background-size: calc(.71428571em + .375rem) calc(.71428571em + .375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.42857142em + .75rem);
  background-position: top calc(.357142855em + .1875rem) right calc(.357142855em + .1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.71428571em + .375rem) calc(.71428571em + .375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.42857142;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
}

.btn:focus-visible {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled,
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #337ab7;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn.active,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
  margin-left: calc(var(--bs-border-width)*-1);
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n/**/+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab-content>.active {
  display: block;
}

.ec-guest .ec-guest__actions a:hover,
.ec-login .ec-login__actions a:hover,
a {
  text-decoration: none;
}

.ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.active.carousel-item-end {
  transform: translateX(100%);
}

.active.carousel-item-start {
  transform: translateX(-100%);
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  top: 0;
}

.fixed-bottom {
  bottom: 0;
}

.sticky-top {
  position: sticky;
  z-index: 1020;
}

.sticky-top {
  top: 0;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary,
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-info,
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-danger,
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-dark,
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black,
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: .25rem !important;
}

.text-center {
  text-align: center !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.ec-headingTitle {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 400;
  color: #525263;
}

.ec-pageHeader .h1 {
  margin: 0 0 8px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.ec-rectHeading .h1,
.ec-rectHeading .h2,
.ec-rectHeading .h3,
.ec-rectHeading .h4,
.ec-rectHeading .h5,
.ec-rectHeading .h6,
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4 {
  background: #f3f3f3;
  padding: 8px 12px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.ec-reportHeading {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center;
}

.ec-reportHeading,
.ec-reportHeading .h1,
.ec-reportHeading .h2,
.ec-reportHeading .h3,
.ec-reportHeading .h4,
.ec-reportHeading .h5,
.ec-reportHeading .h6,
.ec-reportHeading h1,
.ec-reportHeading h2,
.ec-reportHeading h3,
.ec-reportHeading h4,
.ec-reportHeading p {
  font-weight: 700;
  font-size: 24px;
}

.ec-link {
  color: #0092c4;
  text-decoration: none;
  cursor: pointer;
}

.ec-link:hover {
  color: #33a8d0;
  text-decoration: none;
}

.ec-font-bold {
  font-weight: 700;
}

.ec-color-red {
  color: #de5d50;
}

.ec-font-size-1 {
  font-size: 12px;
}

.ec-text-ac {
  text-align: center;
}

.ec-price .ec-price__price {
  font-size: 18px;
  font-weight: 700;
}

.ec-price .ec-price__price {
  display: inline-block;
  padding: 0 .3em;
}

.ec-price .ec-price__tax {
  font-size: 12px;
}

.text-center {

}

.ec-totalBox .ec-totalBox__spec dd,
.ec-totalBox .ec-totalBox__taxRate dd {
  text-align: right;
}

.ec-reportDescription {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.ec-para-normal {
  margin-bottom: 16px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.ec-definitions {
  margin: 5px 0;
  display: block;
}

.ec-definitions dd,
.ec-definitions dt {
  display: inline-block;
  margin: 0;
}

.ec-definitions dt {
  font-weight: 700;
}

.ec-borderedDefs {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin-bottom: 16px;
}

.ec-borderedDefs dl {
  display: flex;
  margin: 0;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

.ec-borderedDefs dt {
  padding: 0;
  font-weight: 400;
  width: 100%;
  padding-top: 0;
}

.ec-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 2.5;
}

.ec-birth p,
.ec-borderedDefs p,
.ec-halfInput p,
.ec-input p,
.ec-numberInput p,
.ec-select p,
.ec-telInput p,
.ec-zipInput p {
  line-height: 1.4;
}

.ec-borderedList {
  width: 100%;
  border-top: 0;
  list-style: none;
  padding: 0;
}

.ec-borderedDefs dl,
.ec-borderedList li {
  border-bottom: 1px dotted #ccc;
}

.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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: #525263;
  background-color: #f5f7f8;
  border-color: #ccc;
}

.ec-inlineBtn.active.focus,
.ec-inlineBtn.active:focus,
.ec-inlineBtn.focus,
.ec-inlineBtn:active.focus,
.ec-inlineBtn:active:focus,
.ec-inlineBtn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn:hover {
  color: #525263;
}

.ec-inlineBtn.focus,
.ec-inlineBtn:focus,
.ec-inlineBtn:hover {
  text-decoration: none;
}

.ec-inlineBtn.focus {
  color: #525263;
}

.ec-inlineBtn.active,
.ec-inlineBtn:active {
  outline: 0;
  background-image: none;
}

.ec-inlineBtn.disabled,
.ec-inlineBtn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-inlineBtn:hover {
  color: #000;
  background-color: #f7f8f9;
  border-color: #d1d1d1;
}

.ec-inlineBtn:focus {
  color: #000;
  background-color: #f7f8f9;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 .25rem rgba(186,186,188,.5);
}

.ec-inlineBtn.active,
.ec-inlineBtn:active,
.show>.ec-inlineBtn.dropdown-toggle {
  color: #000;
  background-color: #f7f9f9;
  border-color: #d1d1d1;
}

.ec-inlineBtn.active:focus,
.ec-inlineBtn:active:focus,
.show>.ec-inlineBtn.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(186,186,188,.5);
}

.ec-inlineBtn.disabled,
.ec-inlineBtn:disabled {
  color: #525263;
  background-color: #f5f7f8;
  border-color: #ccc;
}

.ec-blockBtn--cancel .ec-icon img,
.ec-inlineBtn .ec-icon img,
.ec-inlineBtn--action .ec-icon img,
.ec-inlineBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--primary.active.focus,
.ec-inlineBtn--primary.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--primary.active {
  outline: 0;
  background-image: none;
}

.ec-inlineBtn--primary.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-inlineBtn--primary.active,
.show>.ec-inlineBtn--primary.dropdown-toggle {
  color: #000;
  background-color: #4a8e8e;
  border-color: #458585;
}

.ec-inlineBtn--primary.active:focus,
.show>.ec-inlineBtn--primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(116,189,189,.5);
}

.ec-inlineBtn--primary.disabled {
  color: #fff;
  background-color: #5cb1b1;
  border-color: #5cb1b1;
}

.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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.active.focus,
.ec-inlineBtn--action.active:focus,
.ec-inlineBtn--action.focus,
.ec-inlineBtn--action:active.focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--action:hover {
  color: #525263;
  text-decoration: none;
}

.ec-inlineBtn--action:focus {
  text-decoration: none;
}

.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] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #bd4f44;
  border-color: #b24a40;
}

.ec-inlineBtn--action:focus {
  color: #fff;
  background-color: #bd4f44;
  border-color: #b24a40;
  box-shadow: 0 0 0 .25rem rgba(227,117,106,.5);
}

.ec-inlineBtn--action.active,
.ec-inlineBtn--action:active,
.show>.ec-inlineBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #b24a40;
  border-color: #a7463c;
}

.ec-inlineBtn--action.active:focus,
.ec-inlineBtn--action:active:focus,
.show>.ec-inlineBtn--action.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(227,117,106,.5);
}

.ec-inlineBtn--action.disabled,
.ec-inlineBtn--action:disabled {
  color: #fff;
  background-color: #de5d50;
  border-color: #de5d50;
}

.ec-inlineBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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.active.focus,
.ec-inlineBtn--cancel.active:focus,
.ec-inlineBtn--cancel.focus,
.ec-inlineBtn--cancel:active.focus,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--cancel:hover {
  color: #525263;
  text-decoration: none;
}

.ec-inlineBtn--cancel:focus {
  text-decoration: none;
}

.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] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-inlineBtn--cancel:hover {
  color: #fff;
  background-color: #464654;
  border-color: #42424f;
}

.ec-inlineBtn--cancel:focus {
  color: #fff;
  background-color: #464654;
  border-color: #42424f;
  box-shadow: 0 0 0 .25rem rgba(108,108,122,.5);
}

.ec-inlineBtn--cancel.active,
.ec-inlineBtn--cancel:active,
.show>.ec-inlineBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #42424f;
  border-color: #3e3e4a;
}

.ec-inlineBtn--cancel.active:focus,
.ec-inlineBtn--cancel:active:focus,
.show>.ec-inlineBtn--cancel.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(108,108,122,.5);
}

.ec-inlineBtn--cancel.disabled,
.ec-inlineBtn--cancel:disabled {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}

.ec-blockBtn--cancel {
  margin-bottom: 0;
  font-weight: 700;
  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;
  text-decoration: none;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
}

.ec-blockBtn--cancel.active.focus,
.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel.focus,
.ec-blockBtn--cancel:active.focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--cancel:hover {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--cancel:focus {
  text-decoration: none;
}

.ec-blockBtn--cancel.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--cancel.active,
.ec-blockBtn--cancel:active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #464654;
  border-color: #42424f;
}

.ec-blockBtn--cancel:focus {
  color: #fff;
  background-color: #464654;
  border-color: #42424f;
  box-shadow: 0 0 0 .25rem rgba(108,108,122,.5);
}

.ec-blockBtn--cancel.active,
.ec-blockBtn--cancel:active,
.show>.ec-blockBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #42424f;
  border-color: #3e3e4a;
}

.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel:active:focus,
.show>.ec-blockBtn--cancel.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(108,108,122,.5);
}

.ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel:disabled {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}

.ec-birth input[type=checkbox],
.ec-birth input[type=radio],
.ec-halfInput input[type=checkbox],
.ec-halfInput input[type=radio],
.ec-input input[type=checkbox],
.ec-input input[type=radio],
.ec-numberInput input[type=checkbox],
.ec-numberInput input[type=radio],
.ec-select input[type=checkbox],
.ec-select input[type=radio],
.ec-telInput input[type=checkbox],
.ec-telInput input[type=radio],
.ec-zipInput input[type=checkbox],
.ec-zipInput input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}

.ec-birth input[type=file],
.ec-halfInput input[type=file],
.ec-input input[type=file],
.ec-numberInput input[type=file],
.ec-select input[type=file],
.ec-telInput input[type=file],
.ec-zipInput input[type=file] {
  display: block;
}

.ec-birth input[type=range],
.ec-halfInput input[type=range],
.ec-input input[type=range],
.ec-numberInput input[type=range],
.ec-select input[type=range],
.ec-telInput input[type=range],
.ec-zipInput input[type=range] {
  display: block;
  width: 100%;
}

.ec-birth select[multiple],
.ec-birth select[size],
.ec-halfInput select[multiple],
.ec-halfInput select[size],
.ec-input select[multiple],
.ec-input select[size],
.ec-numberInput select[multiple],
.ec-numberInput select[size],
.ec-select select[multiple],
.ec-select select[size],
.ec-telInput select[multiple],
.ec-telInput select[size],
.ec-zipInput select[multiple],
.ec-zipInput select[size] {
  height: auto;
}

.ec-birth input[type=checkbox]:focus,
.ec-birth input[type=file]:focus,
.ec-birth input[type=radio]:focus,
.ec-halfInput input[type=checkbox]:focus,
.ec-halfInput input[type=file]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-input input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-numberInput input[type=file]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-select input[type=checkbox]:focus,
.ec-select input[type=file]:focus,
.ec-select input[type=radio]:focus,
.ec-telInput input[type=checkbox]:focus,
.ec-telInput input[type=file]:focus,
.ec-telInput input[type=radio]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-zipInput input[type=file]:focus,
.ec-zipInput input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-birth select {
  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);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 3px;
}

.ec-birth input,
.ec-birth textarea,
.ec-halfInput input,
.ec-halfInput select,
.ec-halfInput textarea,
.ec-input input,
.ec-input select,
.ec-input textarea,
.ec-numberInput input,
.ec-numberInput select,
.ec-numberInput textarea,
.ec-select input,
.ec-select textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
}

.ec-birth input,
.ec-birth textarea,
.ec-halfInput input,
.ec-halfInput select,
.ec-halfInput textarea,
.ec-input input,
.ec-input select,
.ec-input textarea,
.ec-numberInput input,
.ec-numberInput select,
.ec-numberInput textarea,
.ec-select input,
.ec-select select,
.ec-select textarea {
  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);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 3px;
}

.ec-telInput select,
.ec-telInput textarea {
  display: block;
  width: 100%;
  font-size: 16px;
}

.ec-telInput input,
.ec-telInput select,
.ec-telInput textarea,
.ec-zipInput input,
.ec-zipInput select,
.ec-zipInput textarea {
  height: 1rem px12px2 px;
  padding: 6px 12px;
  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 .15s,box-shadow ease-in-out .15s;
  border-radius: 3px;
}

.ec-telInput input,
.ec-zipInput select,
.ec-zipInput textarea {
  display: block;
  width: 100%;
  font-size: 16px;
}

.ec-birth input:focus,
.ec-birth textarea:focus,
.ec-halfInput textarea:focus,
.ec-input input:focus,
.ec-input textarea:focus {
  outline: 0;
}

.ec-birth select:focus,
.ec-halfInput select:focus,
.ec-input select:focus,
.ec-numberInput select:focus {
  border-color: #66afe9;
  outline: 0;
}

.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-numberInput textarea:focus,
.ec-select input:focus,
.ec-select textarea:focus,
.ec-telInput input:focus,
.ec-telInput textarea:focus,
.ec-zipInput input:focus,
.ec-zipInput textarea:focus {
  outline: 0;
}

.ec-select select:focus,
.ec-telInput select:focus,
.ec-zipInput select:focus {
  border-color: #66afe9;
  outline: 0;
}

.ec-birth input::-moz-placeholder,
.ec-birth select::-moz-placeholder,
.ec-birth textarea::-moz-placeholder,
.ec-halfInput input::-moz-placeholder,
.ec-halfInput select::-moz-placeholder,
.ec-halfInput textarea::-moz-placeholder,
.ec-input input::-moz-placeholder,
.ec-input select::-moz-placeholder,
.ec-input textarea::-moz-placeholder,
.ec-numberInput input::-moz-placeholder,
.ec-numberInput select::-moz-placeholder,
.ec-numberInput textarea::-moz-placeholder,
.ec-select input::-moz-placeholder,
.ec-select select::-moz-placeholder,
.ec-select textarea::-moz-placeholder,
.ec-telInput input::-moz-placeholder,
.ec-telInput select::-moz-placeholder,
.ec-telInput textarea::-moz-placeholder,
.ec-zipInput input::-moz-placeholder,
.ec-zipInput select::-moz-placeholder,
.ec-zipInput textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-birth input:-ms-input-placeholder,
.ec-birth select:-ms-input-placeholder,
.ec-birth textarea:-ms-input-placeholder,
.ec-halfInput input:-ms-input-placeholder,
.ec-halfInput select:-ms-input-placeholder,
.ec-halfInput textarea:-ms-input-placeholder,
.ec-input input:-ms-input-placeholder,
.ec-input select:-ms-input-placeholder,
.ec-input textarea:-ms-input-placeholder,
.ec-numberInput input:-ms-input-placeholder,
.ec-numberInput select:-ms-input-placeholder,
.ec-numberInput textarea:-ms-input-placeholder,
.ec-select input:-ms-input-placeholder,
.ec-select select:-ms-input-placeholder,
.ec-select textarea:-ms-input-placeholder,
.ec-telInput input:-ms-input-placeholder,
.ec-telInput select:-ms-input-placeholder,
.ec-telInput textarea:-ms-input-placeholder,
.ec-zipInput input:-ms-input-placeholder,
.ec-zipInput select:-ms-input-placeholder,
.ec-zipInput textarea:-ms-input-placeholder {
  color: #999;
}

.ec-birth input::-webkit-input-placeholder,
.ec-birth select::-webkit-input-placeholder,
.ec-birth textarea::-webkit-input-placeholder,
.ec-halfInput input::-webkit-input-placeholder,
.ec-halfInput select::-webkit-input-placeholder,
.ec-halfInput textarea::-webkit-input-placeholder,
.ec-input input::-webkit-input-placeholder,
.ec-input select::-webkit-input-placeholder,
.ec-input textarea::-webkit-input-placeholder,
.ec-numberInput input::-webkit-input-placeholder,
.ec-numberInput select::-webkit-input-placeholder,
.ec-numberInput textarea::-webkit-input-placeholder,
.ec-select input::-webkit-input-placeholder,
.ec-select select::-webkit-input-placeholder,
.ec-select textarea::-webkit-input-placeholder,
.ec-telInput input::-webkit-input-placeholder,
.ec-telInput select::-webkit-input-placeholder,
.ec-telInput textarea::-webkit-input-placeholder,
.ec-zipInput input::-webkit-input-placeholder,
.ec-zipInput select::-webkit-input-placeholder,
.ec-zipInput textarea::-webkit-input-placeholder {
  color: #999;
}

.ec-birth input::-ms-expand,
.ec-birth select::-ms-expand,
.ec-birth textarea::-ms-expand,
.ec-halfInput input::-ms-expand,
.ec-halfInput select::-ms-expand,
.ec-halfInput textarea::-ms-expand,
.ec-input input::-ms-expand,
.ec-input select::-ms-expand,
.ec-input textarea::-ms-expand,
.ec-numberInput input::-ms-expand,
.ec-numberInput select::-ms-expand,
.ec-numberInput textarea::-ms-expand,
.ec-select input::-ms-expand,
.ec-select select::-ms-expand,
.ec-select textarea::-ms-expand,
.ec-telInput input::-ms-expand,
.ec-telInput select::-ms-expand,
.ec-telInput textarea::-ms-expand,
.ec-zipInput input::-ms-expand,
.ec-zipInput select::-ms-expand,
.ec-zipInput textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-birth input[disabled],
.ec-birth input[readonly],
.ec-birth select[disabled],
.ec-birth select[readonly],
.ec-birth textarea[disabled],
.ec-birth textarea[readonly],
.ec-halfInput input[disabled],
.ec-halfInput input[readonly],
.ec-halfInput select[disabled],
.ec-halfInput select[readonly],
.ec-halfInput textarea[disabled],
.ec-halfInput textarea[readonly],
.ec-input input[disabled],
.ec-input input[readonly],
.ec-input select[disabled],
.ec-input select[readonly],
.ec-input textarea[disabled],
.ec-input textarea[readonly],
.ec-numberInput input[disabled],
.ec-numberInput input[readonly],
.ec-numberInput select[disabled],
.ec-numberInput select[readonly],
.ec-numberInput textarea[disabled],
.ec-numberInput textarea[readonly],
.ec-select input[disabled],
.ec-select input[readonly],
.ec-select select[disabled],
.ec-select select[readonly],
.ec-select textarea[disabled],
.ec-select textarea[readonly],
.ec-telInput input[disabled],
.ec-telInput input[readonly],
.ec-telInput select[disabled],
.ec-telInput select[readonly],
.ec-telInput textarea[disabled],
.ec-telInput textarea[readonly],
.ec-zipInput input[disabled],
.ec-zipInput input[readonly],
.ec-zipInput select[disabled],
.ec-zipInput select[readonly],
.ec-zipInput textarea[disabled],
.ec-zipInput textarea[readonly],
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-zipInput textarea {
  opacity: 1;
}

.ec-birth input[disabled],
.ec-birth select[disabled],
.ec-birth textarea[disabled],
.ec-halfInput input[disabled],
.ec-halfInput select[disabled],
.ec-halfInput textarea[disabled],
.ec-input input[disabled],
.ec-input select[disabled],
.ec-input textarea[disabled],
.ec-numberInput input[disabled],
.ec-numberInput select[disabled],
.ec-numberInput textarea[disabled],
.ec-select input[disabled],
.ec-select select[disabled],
.ec-select textarea[disabled],
.ec-telInput input[disabled],
.ec-telInput select[disabled],
.ec-telInput textarea[disabled],
.ec-zipInput input[disabled],
.ec-zipInput select[disabled],
.ec-zipInput textarea[disabled],
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-zipInput textarea {
  cursor: not-allowed;
}

.ec-birth input:focus,
.ec-birth textarea:focus,
.ec-halfInput input:focus,
.ec-halfInput textarea:focus,
.ec-input input:focus,
.ec-input textarea:focus,
.ec-numberInput input:focus,
.ec-numberInput textarea:focus,
.ec-select input:focus,
.ec-select textarea:focus,
.ec-telInput input:focus,
.ec-telInput textarea:focus,
.ec-zipInput input:focus,
.ec-zipInput textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}

.ec-birth input,
.ec-halfInput input,
.ec-input input,
.ec-numberInput input,
.ec-select input,
.ec-telInput input,
.ec-zipInput input {
  height: 40px;
  margin-bottom: 10px;
}

.ec-birth textarea,
.ec-halfInput textarea,
.ec-input textarea,
.ec-numberInput textarea,
.ec-select textarea,
.ec-telInput textarea,
.ec-zipInput textarea {
  height: auto;
  min-height: 100px;
}

.ec-birth .ec-errorMessage,
.ec-checkbox .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-input .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-radio .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 700;
  color: #de5d50;
}

.error.ec-birth input,
.error.ec-birth select,
.error.ec-birth textarea,
.error.ec-halfInput input,
.error.ec-halfInput select,
.error.ec-halfInput textarea,
.error.ec-input input,
.error.ec-input select,
.error.ec-input textarea,
.error.ec-numberInput input,
.error.ec-numberInput select,
.error.ec-numberInput textarea,
.error.ec-select input,
.error.ec-select select,
.error.ec-select textarea,
.error.ec-telInput input,
.error.ec-telInput select,
.error.ec-telInput textarea,
.error.ec-zipInput input,
.error.ec-zipInput select,
.error.ec-zipInput textarea {
  margin-bottom: 5px;
  border-color: #cf3f34;
  background: #fdf1f0;
}

.error.ec-checkbox div,
.error.ec-checkbox input,
.error.ec-checkbox label,
.error.ec-radio div,
.error.ec-radio input,
.error.ec-radio label {
  border-color: #cf3f34;
  background: #fdf1f0;
}

.ec-halfInput input[type=text] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}

.ec-halfInput .ec-errorMessage {
  display: inline-block;
  width: 47%;
}

.ec-halfInput .ec-errorMessage:first-of-type,
.ec-halfInput input[type=text]:first-of-type {
  margin-left: 0;
}

.ec-numberInput input[type=number] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}

.ec-radio div,
.ec-select select,
.ec-zipInput,
.ec-zipInput input,
.ec-zipInput span,
.ec-zipInputHelp {
  display: inline-block;
}

.ec-zipInput input {
  text-align: left;
  width: auto;
  max-width: 9em;
  font-size: 16px;
}

.ec-zipInput span {
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.ec-zipInputHelp {
  margin-left: 10px;
  vertical-align: baseline;
  line-height: 0;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
}

.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092c4;
  vertical-align: 3px;
}

.ec-zipInputHelp {
  margin-bottom: 16px;
}

.ec-radio span {
  font-weight: 400;
}

.ec-telInput input {
  max-width: 12em;
  text-align: left;
}

.ec-radio label {
  margin-right: 20px;
}

.ec-radio input {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ec-blockRadio label {
  display: block;
}

.ec-blockRadio span {
  padding-left: 10px;
  font-weight: 400;
}

.ec-selects {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-guest .ec-guest__inner p,
.ec-select {
  margin-bottom: 16px;
}

.ec-select select {
  width: auto;
  max-width: 100%;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.ec-birth select:focus,
.ec-select select:focus {
  box-shadow: none;
}

.ec-select label {
  margin-right: 10px;
  font-weight: 700;
}

.ec-select label:nth-child(3) {
  margin-left: 10px;
  font-weight: 700;
}

.ec-select__delivery {
  display: block;
  margin-right: 16px;
}

.ec-select__time {
  display: block;
}

.ec-birth select {
  display: inline-block;
  width: auto;
  margin: 0 0 10px;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.ec-birth span {
  margin-left: 5px;
}

.ec-checkbox label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

.ec-checkbox input {
  margin-bottom: 10px;
}

.ec-checkbox span {
  font-weight: 400;
}

.ec-label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
}

.ec-required {
  display: inline-block;
  margin-left: .8em;
  vertical-align: 2px;
  color: #de5d50;
  font-size: 12px;
  font-weight: 400;
}

.ec-icon img {
  max-width: 80px;
  max-height: 80px;
}

.ec-grid2,
.ec-grid3 {
  display: block;
  margin: 0;
}

.ec-grid2 .ec-grid2__cell,
.ec-grid3 .ec-grid3__cell,
.ec-grid3 .ec-grid3__cell2 {
  position: relative;
  min-height: 1px;
}

.ec-cartNaviNull .ec-cartNaviNull__message p,
.ec-off1Grid,
.ec-off1Grid .ec-off1Grid__cell,
.ec-off2Grid .ec-off2Grid__cell,
.ec-off3Grid .ec-off3Grid__cell,
.ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
}

.ec-off2Grid,
.ec-off3Grid,
.ec-off4Grid {
  display: block;
  margin: 0;
}

.ec-imageGrid {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__img {
  display: table-cell;
  padding: 10px;
  width: 100px;
}

.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__content {
  vertical-align: middle;
  display: table-cell;
}

.ec-imageGrid .ec-imageGrid__content span {
  margin-left: 10px;
}

.ec-guest,
.ec-login {
  margin: 0 0 20px;
  padding: 30px 13% 20px;
  height: auto;
  background: #f3f4f4;
  box-sizing: border-box;
}

.ec-login .ec-login__icon {
  text-align: center;
}

.ec-login .ec-icon {
  margin-bottom: 10px;
}

.ec-login .ec-icon img {
  width: 90px;
  height: 90px;
  display: inline-block;
}

.ec-login .ec-login__input {
  margin-bottom: 40px;
}

.ec-login .ec-login__input .ec-checkbox span {
  margin-left: 5px;
  font-weight: 400;
}

.ec-login .ec-login__actions {
  color: #fff;
}

.ec-guest .ec-guest__actions a,
.ec-login .ec-login__actions a {
  color: inherit;
  text-decoration: none;
}

.ec-login .ec-login__link {
  margin-top: 5px;
  margin-left: 0;
}

.ec-login .ec-errorMessage {
  color: #de5d50;
  margin-bottom: 20px;
}

.ec-guest {
  display: table;
  margin: 0;
  padding: 13%;
}

.ec-guest .ec-guest__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ec-guest .ec-guest__actions {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.ec-guest .ec-guest__icon {
  font-size: 70px;
  text-align: center;
}

.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__item--active a:hover,
.ec-topicpath .ec-topicpath__item a,
.ec-topicpath .ec-topicpath__item a:hover,
.ec-topicpath .ec-topicpath__item--active a,
.ec-topicpath .ec-topicpath__item--active a:hover {
  text-decoration: none;
}

.ec-topicpath {
  letter-spacing: -.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092c4;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select option {
  color: #000;
}

.ec-topicpath .ec-topicpath__divider,
.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}

.ec-topicpath .ec-topicpath__item--active {
  font-weight: 700;
}

.ec-pager,
.ec-progress {
  margin: 0 auto;
  list-style: none;
}

.ec-pager {
  list-style-type: none;
  padding: 1em 0;
  text-align: center;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}

.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__item--active a:hover {
  color: inherit;
}

.ec-pager .ec-pager__item--active,
.ec-pager .ec-pager__item:hover {
  background: #f3f3f3;
}

.ec-progress {
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
}

.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}

.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #525263;
  width: 100%;
  height: .25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\	;
  z-index: -1;
}

.ec-progress .ec-progress__item:last-child:after {
  display: none;
}

.ec-progress .ec-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.ec-progress .ec-progress__label {
  font-size: 12px;
}

.ec-progress .is-complete .ec-progress__number {
  background: #5cb1b1;
}

.ec-progress .is-complete .ec-progress__label {
  color: #5cb1b1;
}

.ec-cartNavi {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: auto;
  color: #000;
  background: 0 0;
}

.ec-cartNavi .ec-cartNavi__icon {
  font-size: 20px;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms linear 0s;
  position: relative;
}

.ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 5px;
  height: 17px;
  font-size: 10px;
  line-height: .7;
  vertical-align: top;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  background-color: #de5d50;
  position: absolute;
  left: 60%;
  top: -10px;
}

.ec-cartNavi .ec-cartNavi__price,
.ec-cartNavi.is-active .ec-cartNavi__badge {
  display: none;
}

.ec-cartNavi.is-active .ec-cartNavi__icon:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ec-cartNaviIsset,
.ec-cartNaviNull {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 20;
  position: absolute;
  right: 0;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
  padding-bottom: 32px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  float: left;
  width: 45%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
  width: 100%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 55%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #fff;
  margin-bottom: 8px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 8px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
  font-weight: 700;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 14px;
}

.ec-cartNaviIsset.is-active {
  display: block;
}

.ec-cartNaviNull {
  z-index: 3;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
  border: 1px solid #d9d9d9;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #f99;
}

.ec-cartNaviNull.is-active {
  display: block;
}

.ec-totalBox {
  background: #f3f3f3;
  padding: 16px;
  margin-bottom: 16px;
}

.ec-totalBox .ec-totalBox__spec {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 8px;
}

.ec-totalBox .ec-totalBox__spec dt {
  font-weight: 400;
  text-align: left;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel,
.ec-totalBox .ec-totalBox__spec .ec-totalBox .ec-totalBox__spec__specTotal {
  color: #de5d50;
}

.ec-totalBox .ec-totalBox__paymentTotal,
.ec-totalBox .ec-totalBox__total {
  border-top: 1px dotted #ccc;
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

.ec-totalBox .ec-totalBox__price {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
}

.ec-totalBox .ec-totalBox__taxLabel {
  margin-left: 8px;
  font-size: 12px;
}

.ec-totalBox .ec-totalBox__taxRate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 10px;
}

.ec-totalBox .ec-totalBox__taxRate dt {
  font-weight: 400;
  text-align: left;
  margin-right: 8px;
}

.ec-totalBox .ec-totalBox__taxRate dt::before {
  content: "[ ";
}

.ec-totalBox .ec-totalBox__taxRate dd::after {
  content: " ]";
}

.ec-totalBox .ec-totalBox__pointBlock {
  padding: 18px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
}

.ec-navlistRole .ec-navlistRole__navlist a,
.ec-totalBox .ec-totalBox__btn a {
  color: inherit;
  text-decoration: none;
}

.ec-favoriteRole .ec-favoriteRole__itemList a:hover,
.ec-headerNaviRole .ec-headerNaviRole__cart a:hover,
.ec-headerNaviRole .ec-headerNaviRole__nav a:hover,
.ec-navlistRole .ec-navlistRole__navlist a:hover,
.ec-totalBox .ec-totalBox__btn a:hover {
  text-decoration: none;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  margin-top: 8px;
}

.ec-news {
  margin-bottom: 16px;
  background: #f8f8f8;
}

.ec-navlistRole .ec-navlistRole__navlist {
  display: flex;
  flex-wrap: wrap;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}

.ec-navlistRole .ec-navlistRole__item {
  display: flex;
  width: 50%;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
  font-weight: 700;
}

.ec-navlistRole .ec-navlistRole__item:hover {
  background: #f5f7f8;
}

.ec-navlistRole .ec-navlistRole__item a {
  margin: auto;
  padding: 16px 10px;
  width: 100%;
  display: inline-block;
}

.ec-navlistRole .active a {
  color: #de5d50;
}

.ec-welcomeMsg {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 1em 0;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

.ec-welcomeMsg:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-cartCompleteRole textarea,
.ec-cartRole textarea,
.ec-contactCompleteRole textarea,
.ec-contactConfirmRole textarea,
.ec-contactRole textarea,
.ec-forgotRole textarea,
.ec-headerNaviRole textarea,
.ec-headerRole textarea,
.ec-headerTitle textarea,
.ec-mypageRole textarea,
.ec-orderRole textarea,
.ec-productRole textarea,
.ec-registerCompleteRole textarea,
.ec-registerRole textarea,
.ec-role textarea,
.ec-role3 textarea,
.ec-searchnavRole .ec-searchnavRole__infos textarea,
.ec-shelfRole textarea,
.ec-sliderItemRole textarea,
.ec-sliderRole textarea,
.ec-welcomeMsg textarea,
.ec-withdrawRole textarea {
  font-family: sans-serif;
}

.ec-welcomeMsg *,
.ec-welcomeMsg ::after,
.ec-welcomeMsg ::before {
  box-sizing: inherit;
}

.ec-favoriteRole .ec-favoriteRole__header {
  margin-bottom: 16px;
}

.ec-favoriteRole .ec-favoriteRole__itemList {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.ec-favoriteRole .ec-favoriteRole__itemList a,
.ec-headerNaviRole .ec-headerNaviRole__cart a,
.ec-headerNaviRole .ec-headerNaviRole__nav a,
.ec-shelfGrid a {
  color: inherit;
  text-decoration: none;
}

.ec-favoriteRole .ec-favoriteRole__item {
  margin-bottom: 8px;
  width: 47.5%;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
  margin-bottom: 10px;
  text-align: center;
}

.ec-favoriteRole .ec-favoriteRole__item img {
  width: auto;
  max-height: 100%;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 10px;
  top: 10px;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle .ec-icon img {
  width: 1em;
  height: 1em;
}

.ec-favoriteRole .ec-favoriteRole__itemThumb {
  display: block;
  height: auto;
  margin-bottom: 8px;
}

.ec-favoriteRole .ec-favoriteRole__itemTitle {
  margin-bottom: 2px;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice {
  font-weight: 700;
  margin-bottom: 0;
}

.ec-role {
  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-role:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-role img,
.ec-welcomeMsg img {
  max-width: 100%;
  width: 100%;
}

.ec-role *,
.ec-role ::after,
.ec-role ::before {
  box-sizing: inherit;
}

.ec-role3 {
  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: 1000px;
}

.ec-role3:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-mypageRole img,
.ec-role3 img {
  max-width: 100%;
}

.ec-role3 *,
.ec-role3 ::after,
.ec-role3 ::before {
  box-sizing: inherit;
}

.ec-mypageRole {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.ec-mypageRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-mypageRole *,
.ec-mypageRole ::after,
.ec-mypageRole ::before {
  box-sizing: inherit;
}

.ec-mypageRole img {
  width: 100%;
}

.ec-layoutRole {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  transition: transform .3s;
  background: #fff;
}

.ec-layoutRole .ec-layoutRole__contentTop {
  padding: 0;
}

.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-headerRole {
  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%;
  max-width: 1130px;
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}

.ec-headerRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-headerRole *,
.ec-headerRole ::after,
.ec-headerRole ::before {
  box-sizing: inherit;
}

.ec-headerRole::before,
.ec-headerRole:after {
  display: none;
}

.ec-headerRole .ec-headerRole__title,
.ec-headerRole img,
.ec-layoutRole .ec-layoutRole__main,
.ec-layoutRole .ec-layoutRole__mainBetweenColumn,
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}

.ec-headerRole .ec-headerRole__navSP {
  display: block;
  position: absolute;
  top: 15px;
  width: 27%;
  right: 0;
  text-align: right;
}

.ec-headerNaviRole {
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-headerNaviRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-headerNaviRole *,
.ec-headerNaviRole ::after,
.ec-headerNaviRole ::before {
  box-sizing: inherit;
}

.ec-headerNaviRole .fa-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 33.3333333333%;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 66.6666666667%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__cart,
.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: inline-block;
}

.ec-headerNavSP {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  background: #fff;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.ec-headerNavSP .fas {
  vertical-align: top;
}

.ec-headerNavSP.is-active {
  display: none;
}

.ec-headerTitle {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.ec-headerNaviRole img,
.ec-headerTitle img {
  max-width: 100%;
  width: 100%;
}

.ec-headerTitle *,
.ec-headerTitle ::after,
.ec-headerTitle ::before {
  box-sizing: inherit;
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: center;
}

.ec-headerTitle .ec-headerTitle__title .h1,
.ec-headerTitle .ec-headerTitle__title h1 {
  margin: 0;
  padding: 0;
}

.ec-headerTitle .ec-headerTitle__title a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.detail_type2_area ul.main_visual-thumbnails .slick-slide img {
  opacity: .8;
}

.ec-headerNav {
  text-align: right;
}

.ec-headerNav .ec-headerNav__item {
  margin-left: 0;
  display: inline-block;
  font-size: 28px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: #000;
}

.ec-headerNav .ec-headerNav__itemLink {
  display: none;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
}

.ec-headerSearch:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-headerSearch .ec-headerSearch__category {
  float: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  width: 100%;
  cursor: pointer;
  padding: 8px 24px 8px 8px;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: 0;
  outline: 0;
  background: 0 0;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
  display: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  position: relative;
  background: #000;
  color: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: .8em;
  right: .4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #525263;
  background-color: #f6f6f6;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: 0;
  padding: .5em 50px .5em 1em;
  box-shadow: none;
  background: 0 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: 0 0;
  position: absolute;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1;
}

.ec-itemNav,
.ec-itemNav__nav li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.ec-itemNav {
  height: 100%;
}

.ec-itemNav__nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}

.ec-itemNav__nav li {
  float: none;
  position: relative;
}

.ec-itemNav__nav li a,
.ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.ec-itemNav__nav li a {
  display: block;
  margin: 0;
  padding: 16px;
  height: auto;
  color: #2e3233;
  line-height: 20px;
  text-decoration: none;
  background: #fff;
}

.ec-itemNav__nav li ul {
  display: none;
  z-index: 0;
  margin: 0;
  min-width: 200px;
  position: static;
  top: 100%;
  left: 0;
}

.ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: .3s;
}

.ec-itemNav__nav li ul li a {
  padding: 16px 22px 16px 16px;
  color: #fff;
  background: #000;
}

.ec-itemNav__nav>li:hover>a {
  background: #fafafa;
}

.ec-itemNav__nav li:hover ul li ul li a:hover,
.ec-itemNav__nav>li:hover li:hover>a {
  background: #333;
}

.ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  width: auto;
}

.ec-itemNav__nav li ul li ul li a {
  background: #7d7d7d;
}

.ec-drawerRole {
  overflow-y: scroll;
  background: #000;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}

.ec-drawerRole .ec-headerSearch {
  background: #ebebeb;
  color: #636378;
}

.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  font-size: 16px;
  font-weight: 700;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea p {
  margin-top: 0;
  margin-bottom: 0;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 400;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  font-weight: 400;
  background: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover>a {
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover li:hover>a {
  background: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  padding-left: 40px;
  color: #000;
  background: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  padding-left: 60px;
  font-weight: 400;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #000;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #ccc;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}

.ec-drawerRoleClose {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #000;
  background: #fff;
  position: fixed;
  top: 10px;
  left: 270px;
  z-index: 1000;
}

.ec-drawerRoleClose .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ec-drawerRole.is_active,
.ec-overlayRole {
  transform: translateX(0);
  transition: all .3s;
}

.ec-drawerRole.is_active {
  display: block;
  z-index: 100000;
}

.ec-drawerRoleClose.is_active {
  display: inline-block;
  transition: all .3s;
}

.ec-overlayRole {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: 0 0;
  visibility: hidden;
}

.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0,0,0,.5);
  visibility: visible;
}

.ec-footerRole {
  background: #000;
}

.ec-sliderRole {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto 24px;
}

.ec-sliderRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-sliderRole *,
.ec-sliderRole ::after,
.ec-sliderRole ::before {
  box-sizing: inherit;
}

.ec-itemNav__nav li ul,
.ec-sliderItemRole ul,
.ec-sliderRole ul {
  padding: 0;
  list-style: none;
}

.ec-sliderItemRole {
  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: 0 auto 24px;
}

.ec-sliderItemRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-sliderItemRole img,
.ec-sliderRole img {
  max-width: 100%;
  width: 100%;
}

.ec-sliderItemRole *,
.ec-sliderItemRole ::after,
.ec-sliderItemRole ::before {
  box-sizing: inherit;
}

.ec-sliderItemRole .item_nav {
  display: none;
}

.ec-sliderItemRole .slideThumb {
  margin-bottom: 25px;
  width: 33%;
  opacity: .8;
  cursor: pointer;
}

.detail_type1_area .slick-dots li button:focus,
.detail_type1_area .slick-dots li button:hover,
.ec-sliderItemRole .slideThumb:focus,
.ec-sliderRole .slick-dots li button:focus,
.ec-sliderRole .slick-dots li button:hover,
.gallery_newitem .slick-dots li button:focus,
.gallery_newitem .slick-dots li button:hover,
.owners_recommend .slick-dots li button:focus,
.owners_recommend .slick-dots li button:hover {
  outline: 0;
}

.detail_type2_area ul.main_visual-thumbnails .slick-slide img:hover,
.detail_type2_area ul.main_visual-thumbnails .slick-slide.slick-current img,
.ec-sliderItemRole .slideThumb:hover {
  opacity: 1;
}

.ec-sliderItemRole .slideThumb img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ec-inlineBtn--top.active.focus,
.ec-inlineBtn--top.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--top.active {
  outline: 0;
  background-image: none;
}

.ec-inlineBtn--top.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-inlineBtn--top.active,
.show>.ec-inlineBtn--top.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ec-inlineBtn--top.active:focus,
.show>.ec-inlineBtn--top.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(38,38,38,.5);
}

.ec-inlineBtn--top.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ec-blockBtn--top.active.focus,
.ec-blockBtn--top.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--top.active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn--top.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.ec-blockBtn--top.active,
.show>.ec-blockBtn--top.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ec-blockBtn--top.active:focus,
.show>.ec-blockBtn--top.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(38,38,38,.5);
}

.ec-blockBtn--top.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ec-cartCompleteRole html,
.ec-cartRole html,
.ec-contactCompleteRole html,
.ec-contactConfirmRole html,
.ec-contactRole html,
.ec-forgotRole html,
.ec-newsRole .ec-newsRole__news,
.ec-orderRole html,
.ec-productRole html,
.ec-registerCompleteRole html,
.ec-registerRole html,
.ec-searchnavRole .ec-searchnavRole__infos html,
.ec-shelfRole html,
.ec-withdrawRole html {
  box-sizing: border-box;
}

.ec-newsRole .ec-newsRole__newsItem {
  width: 100%;
}

.ec-newsRole .ec-newsRole__newsHeading,
span.ellipse.clickable {
  cursor: pointer;
}

.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 15px 0 5px;
  font-size: 12px;
  color: #000;
}

.ec-newsRole .ec-newsRole__newsColumn {
  display: flex;
}

.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
}

.ec-newsRole .ec-newsRole__newsClose {
  display: inline-block;
  width: 10%;
  position: relative;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #000;
}

.ec-newsRole .ec-newsRole__newsDescription {
  display: none;
  font-size: 14px;
  overflow: hidden;
}

.ec-newsRole .ec-newsRole__newsDescription a {
  color: #0092c4;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  display: inline-block;
  transform: rotateX(180deg) translateY(2px);
}

.ec-searchnavRole {
  padding: 0;
}

.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfRole {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  display: flex;
  margin: 0 auto 16px;
  flex-direction: column;
}

.ec-searchnavRole .ec-searchnavRole__infos:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos ::after,
.ec-searchnavRole .ec-searchnavRole__infos ::before {
  box-sizing: inherit;
}

.ec-searchnavRole .ec-searchnavRole__counter {
  width: 100%;
}

.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}

.ec-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ec-shelfRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-searchnavRole .ec-searchnavRole__infos img,
.ec-shelfRole img {
  max-width: 100%;
  width: 100%;
}

.ec-shelfRole *,
.ec-shelfRole ::after,
.ec-shelfRole ::before {
  box-sizing: inherit;
}

.ec-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.ec-shelfGrid a:hover {
  text-decoration: none;
}

.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 10px;
  text-align: center;
}

.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: auto;
  margin-bottom: 15px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding-right: 8px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding-left: 8px;
}

.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.ec-modal.small {
  width: 30%;
}

.ec-modal,
.ec-modal.full {
  width: 100%;
  height: 100%;
}

.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(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-modal .ec-role {
  margin-top: 20px;
}

.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: 1000px;
}

.ec-productRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-productRole *,
.ec-productRole ::after,
.ec-productRole ::before {
  box-sizing: inherit;
}

.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 0 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__priceRegularTax {
  margin-left: 5px;
  font-size: 10px;
}

.ec-productRole .ec-productRole__price {
  font-size: 28px;
}

.ec-orderMail .ec-orderMail__close a:hover,
.ec-orderMail .ec-orderMail__link a:hover,
.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;
}

.ec-productRole .ec-productRole__btn {
  margin-bottom: 10px;
}

.ec-productRole .ec-productRole__description {
  margin-bottom: 16px;
}

.ec-cartRole {
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ec-cartRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-cartRole img,
.ec-productRole img {
  max-width: 100%;
  width: 100%;
}

.ec-cartRole *,
.ec-cartRole ::after,
.ec-cartRole ::before {
  box-sizing: inherit;
}

.ec-cartRole::before {
  display: none;
}

.ec-cartRole .ec-cartRole__error,
.ec-cartRole .ec-cartRole__progress {
  width: 100%;
  text-align: center;
}

.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  max-width: 80%;
  display: inline-block;
}

.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
  width: 100%;
}

.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
}

.ec-cartRole .ec-cartRole__total {
  padding: 15px 0 30px;
  font-weight: 700;
  font-size: 16px;
}

.ec-cartRole .ec-cartRole__totalAmount {
  margin-left: 30px;
  font-size: 16px;
}

.ec-cartRole .ec-blockBtn--action {
  margin-bottom: 10px;
}

.ec-cartTable {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}

.ec-cartHeader {
  display: none;
  width: 100%;
  background: #f4f3f0;
}

.ec-cartHeader .ec-cartHeader__label {
  display: table-cell;
  padding: 16px;
  text-align: center;
  background: #f4f3f0;
  overflow-x: hidden;
  font-weight: 700;
}

.ec-cartCompleteRole {
  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-cartCompleteRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-cartCompleteRole *,
.ec-cartCompleteRole ::after,
.ec-cartCompleteRole ::before {
  box-sizing: inherit;
}

.ec-cartRow {
  display: table-row;
}

.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  display: table-cell;
  width: 14%;
  vertical-align: middle;
}

.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.5em;
  height: 1.5em;
}

.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  display: table;
}

.ec-cartRow .ec-cartRow__img {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding-right: 10px;
}

.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: 700;
  vertical-align: middle;
  width: 46%;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: block;
  font-weight: 400;
}

.ec-cartRow .ec-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
  cursor: pointer;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  cursor: pointer;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #ccc;
  text-align: right;
  width: 16.66666667%;
}

.ec-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #f99;
  margin-bottom: 20px;
}

.ec-alert-warning .ec-alert-warning__inner {
  display: inline-block;
}

.ec-alert-warning .ec-alert-warning__inner__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ec-alert-warning .ec-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}

.ec-alert-warning .ec-alert-warning__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  flex: 1;
  word-break: break-all;
}

.ec-orderRole {
  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;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.ec-orderRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-cartCompleteRole img,
.ec-orderRole img {
  max-width: 100%;
  width: 100%;
}

.ec-orderRole *,
.ec-orderRole ::after,
.ec-orderRole ::before {
  box-sizing: inherit;
}

.ec-orderRole .ec-inlineBtn {
  font-weight: 400;
}

.mypage .ec-orderRole .ec-inlineBtn {
  font-weight: 700;
}

.ec-orderRole .ec-orderRole__detail {
  padding: 0;
  width: 100%;
}

.ec-AddAddress .ec-AddAddress__itemThumb img,
.ec-orderRole .ec-orderRole__summary {
  width: 100%;
}

.ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
  display: inline-block;
}

.ec-orderRole .ec-borderedList {
  margin-bottom: 20px;
  border-top: 1px dotted #ccc;
}

.ec-orderAccount,
.ec-orderOrder {
  margin-bottom: 30px;
}

.ec-orderOrder .ec-orderOrder__items {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

.ec-orderAccount p {
  margin-bottom: 0;
}

.ec-orderAccount:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-orderAccount .ec-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
  float: right;
}

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 16px;
}

.ec-orderDelivery .ec-orderDelivery__title {
  padding: 16px 0 17px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

.ec-orderDelivery .ec-orderDelivery__change {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.ec-orderDelivery .ec-orderDelivery__items {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

.ec-orderDelivery .ec-orderDelivery__address {
  margin: 10px 0 18px;
}

.ec-orderDelivery .ec-orderDelivery__address p {
  margin: 0;
}

.ec-orderConfirm {
  margin-bottom: 20px;
}

.ec-orderConfirm .ec-birth textarea,
.ec-orderConfirm .ec-halfInput textarea,
.ec-orderConfirm .ec-input textarea,
.ec-orderConfirm .ec-numberInput textarea,
.ec-orderConfirm .ec-select textarea,
.ec-orderConfirm .ec-telInput textarea,
.ec-orderConfirm .ec-zipInput textarea {
  height: 96px;
}

.ec-AddAddress {
  padding: 0 10px;
}

.ec-AddAddress .ec-AddAddress__info {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
}

.ec-AddAddress .ec-AddAddress__add {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  margin-bottom: 20px;
}

.ec-AddAddress .ec-AddAddress__item {
  display: table;
  padding: 16px;
  background: #f4f4f4;
  margin-bottom: 16px;
}

.ec-AddAddress .ec-AddAddress__itemThumb {
  display: table-cell;
  min-width: 160px;
  width: 20%;
}

.ec-AddAddress .ec-AddAddress__itemtContent {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 16px;
}

.ec-AddAddress .ec-AddAddress__itemtTitle {
  font-weight: 700;
  margin-bottom: 10px;
}

.ec-AddAddress .ec-AddAddress__itemtSize {
  margin-bottom: 10px;
}

.ec-AddAddress .ec-AddAddress__select {
  margin-bottom: 5px;
}

.ec-AddAddress .ec-AddAddress__selectAddress,
.ec-AddAddress .ec-AddAddress__selectNumber {
  display: block;
}

.ec-AddAddress .ec-AddAddress__selectAddress label,
.ec-AddAddress .ec-AddAddress__selectNumber label {
  font-size: 16px;
  font-weight: 400;
}

.ec-AddAddress .ec-AddAddress__selectAddress select {
  min-width: 100%;
}

.ec-AddAddress .ec-AddAddress__selectNumber input {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
}

.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
  margin-bottom: 8px;
}

.ec-AddAddress .ec-AddAddress__new {
  margin-bottom: 20px;
}

.ec-historyRole .ec-historyRole__contents {
  padding-top: 1em;
  padding-bottom: 16px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  color: #525263;
}

.ec-historyRole .ec-historyRole__header {
  width: 100%;
}

.ec-historyRole .ec-historyRole__detail {
  border-top: 1px dotted #ccc;
  width: 100%;
}

.ec-historyRole .ec-historyRole__detail .ec-imageGrid:nth-of-type(1) {
  border-top: none;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice,
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}

.ec-historyListHeader .ec-historyListHeader__date {
  font-weight: 700;
  font-size: 16px;
}

.ec-contactRole p,
.ec-historyListHeader .ec-historyListHeader__action {
  margin: 16px 0;
}

.ec-historyListHeader .ec-historyListHeader__action a {
  font-size: 12px;
  font-weight: 400;
}

.ec-orderMail,
.ec-orderMails .ec-orderMails__item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.ec-orderMails .ec-orderMails__time {
  margin: 0;
}

.ec-orderMails .ec-orderMails__body {
  display: none;
}

.ec-orderMail {
  margin-bottom: 16px;
}

.ec-orderMail .ec-orderMail__time {
  margin: 0;
}

.ec-orderMail .ec-orderMail__body {
  display: none;
}

.ec-orderMail .ec-orderMail__link,
.ec-orderMail .ec-orderMail__time {
  margin-bottom: 4px;
}

.ec-orderMail .ec-orderMail__close a,
.ec-orderMail .ec-orderMail__link a {
  color: #0092c4;
  text-decoration: none;
  cursor: pointer;
}

.ec-addressRole .ec-addressRole__item {
  border-top: 1px dotted #ccc;
}

.ec-addressRole .ec-addressRole__actions {
  margin-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-addressList .ec-addressList__item {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

.ec-addressList .ec-addressList__remove {
  vertical-align: middle;
  padding: 16px;
  text-align: center;
}

.ec-addressList .ec-addressList__remove .ec-icon img {
  width: 1em;
  height: 1em;
}

.ec-addressList .ec-addressList__address {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  margin-right: 4em;
  width: 80%;
}

.ec-addressList .ec-addressList__action {
  position: relative;
  vertical-align: middle;
  text-align: right;
  top: 27px;
  padding-right: 10px;
}

.ec-forgotRole {
  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-forgotRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-forgotRole *,
.ec-forgotRole ::after,
.ec-forgotRole ::before {
  box-sizing: inherit;
}

.ec-forgotRole .ec-forgotRole__intro,
.newitem_area h3 span {
  font-size: 16px;
}

.ec-forgotRole .ec-forgotRole__form,
.ec-registerRole .ec-registerRole__actions p {
  margin-bottom: 16px;
}

.ec-registerRole {
  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-registerRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-forgotRole img,
.ec-registerRole img {
  max-width: 100%;
  width: 100%;
}

.ec-registerRole *,
.ec-registerRole ::after,
.ec-registerRole ::before {
  box-sizing: inherit;
}

.ec-registerRole .ec-registerRole__actions {
  padding-top: 20px;
  text-align: center;
}

.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-registerCompleteRole {
  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-registerCompleteRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-registerCompleteRole *,
.ec-registerCompleteRole ::after,
.ec-registerCompleteRole ::before {
  box-sizing: inherit;
}

.ec-contactRole {
  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: 1000px;
}

.ec-contactRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-contactRole img,
.ec-registerCompleteRole img {
  max-width: 100%;
  width: 100%;
}

.ec-contactRole *,
.ec-contactRole ::after,
.ec-contactRole ::before {
  box-sizing: inherit;
}

.ec-contactRole .ec-contactRole__actions {
  padding-top: 20px;
}

.ec-contactConfirmRole {
  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-contactConfirmRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-contactConfirmRole img {
  max-width: 100%;
  width: 100%;
}

.ec-contactConfirmRole *,
.ec-contactConfirmRole ::after,
.ec-contactConfirmRole ::before {
  box-sizing: inherit;
}

.ec-contactConfirmRole .ec-contactConfirmRole__actions {
  padding-top: 20px;
}

.ec-contactConfirmRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-contactCompleteRole {
  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-contactCompleteRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-contactCompleteRole *,
.ec-contactCompleteRole ::after,
.ec-contactCompleteRole ::before {
  box-sizing: inherit;
}

.bg-load-overlay {
  width: 100%;
  box-sizing: border-box;
}

.bg-load-overlay {
  background: rgba(255,255,255,.4);
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

.ec-contactCompleteRole img {
  max-width: 100%;
  width: 100%;
}

.ec-withdrawRole {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}

.ec-withdrawRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-withdrawRole *,
.ec-withdrawRole ::after,
.ec-withdrawRole ::before {
  box-sizing: inherit;
}

.ec-withdrawRole .ec-withdrawRole__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
}

.ec-withdrawRole .ec-withdrawRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

.ec-withdrawConfirmRole .ec-icon img,
.ec-withdrawRole .ec-icon img {
  width: 100px;
  height: 100px;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel {
  margin-bottom: 20px;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

.ec-withdrawRole img {
  max-width: 100%;
  width: 100%;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .ec-grid2 .ec-grid2__cell {
    width: 50%;
  }

  .ec-grid3 .ec-grid3__cell {
    width: 33.3333333333%;
  }

  .ec-grid3 .ec-grid3__cell2 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width:768px) {
  .ec-pageHeader .h1,
  .ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: 700;
  }

  .ec-reportHeading {
    border-top: 0;
    font-size: 32px;
  }

  .ec-reportHeading .h1,
  .ec-reportHeading .h2,
  .ec-reportHeading .h3,
  .ec-reportHeading .h4,
  .ec-reportHeading .h5,
  .ec-reportHeading .h6,
  .ec-reportHeading h1,
  .ec-reportHeading h2,
  .ec-reportHeading h3,
  .ec-reportHeading h4,
  .ec-reportHeading p {
    font-size: 32px;
  }

  .ec-price .ec-price__price {
    font-size: 1em;
  }

  .ec-price .ec-price__tax {
    font-size: .57em;
  }

  .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 15px 0 4px;
  }

  .ec-borderedDefs dt {
    padding-top: 14px;
    width: 30%;
  }

  .ec-borderedDefs dd {
    width: 70%;
    line-height: 3;
  }

  .ec-borderedList {
    border-top: 1px dotted #ccc;
  }

  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }

  .ec-halfInput .ec-errorMessage,
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }

  .ec-birth input,
  .ec-birth select,
  .ec-birth textarea,
  .ec-halfInput input,
  .ec-halfInput select,
  .ec-halfInput textarea,
  .ec-input input,
  .ec-input select,
  .ec-input textarea,
  .ec-numberInput input,
  .ec-numberInput select,
  .ec-numberInput textarea,
  .ec-select input,
  .ec-select select,
  .ec-select textarea,
  .ec-telInput input,
  .ec-telInput select,
  .ec-telInput textarea,
  .ec-zipInput input,
  .ec-zipInput select,
  .ec-zipInput textarea {
    font-size: .875rem;
  }

  .ec-birth input,
  .ec-halfInput input,
  .ec-input input,
  .ec-numberInput input,
  .ec-select input,
  .ec-telInput input,
  .ec-zipInput input {
    margin-bottom: 16px;
  }

  .ec-select__delivery,
  .ec-select__time {
    display: inline-block;
  }

  .ec-birth select {
    margin: 0 8px 10px;
  }

  .ec-required {
    margin-left: 1em;
  }

  .ec-grid2,
  .ec-grid3 {
    display: flex;
  }

  .ec-off1Grid {
    display: block;
    margin: 0;
  }

  .ec-off1Grid .ec-off1Grid__cell,
  .ec-off2Grid .ec-off2Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.3333333333%;
  }

  .ec-off2Grid,
  .ec-off3Grid,
  .ec-off4Grid {
    display: flex;
  }

  .ec-off2Grid .ec-off2Grid__cell {
    margin-left: 16.6666666667%;
  }

  .ec-off3Grid .ec-off3Grid__cell,
  .ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 25%;
  }

  .ec-off4Grid .ec-off4Grid__cell {
    margin-left: 33.3333333333%;
  }

  .ec-imageGrid .ec-imageGrid__img {
    padding: 10px;
    width: 130px;
  }

  .ec-login {
    margin: 0 16px;
    padding: 30px 13% 60px;
  }

  .ec-login .ec-login__link {
    margin-left: 20px;
  }

  .ec-guest {
    height: 100%;
    margin: 0 16px;
  }

  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
  }

  .ec-progress {
    margin-bottom: 30px;
    padding: 0;
  }

  .ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .ec-cartNaviWrap {
    position: relative;
  }

  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #f8f8f8;
  }

  .ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
  }

  .ec-cartNavi .ec-cartNavi__price {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
  }

  .ec-cartNavi.is-active .ec-cartNavi__badge {
    display: none;
  }

  .ec-cartNaviIsset,
  .ec-cartNaviNull {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }

  .ec-cartNaviIsset::before,
  .ec-cartNaviNull::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px;
    border-color: transparent transparent #f8f8f8;
    position: absolute;
    top: -9px;
  }

  .ec-totalBox .ec-totalBox__price {
    font-size: 24px;
  }

  .ec-totalBox .ec-totalBox__taxLabel {
    font-size: 14px;
  }

  .ec-headerSearch .ec-headerSearch__keyword input[type=search],
  .ec-totalBox .ec-totalBox__taxRate {
    font-size: 12px;
  }

  .ec-news {
    margin-right: 3%;
    margin-bottom: 32px;
  }

  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: nowrap;
  }

  .ec-mypageRole,
  .ec-welcomeMsg {
    padding-left: 26px;
    padding-right: 26px;
  }

  .ec-favoriteRole .ec-favoriteRole__item {
    width: 25%;
  }

  .ec-mypageRole .ec-pageHeader .h1,
  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 48px;
    padding: 8px 0 18px;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 75%;
  }

  .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 50%;
  }

  .ec-headerRole {
    width: 100%;
  }

  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }

  .ec-headerNaviRole {
    padding-bottom: 40px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search a {
    color: inherit;
    text-decoration: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search a:hover {
    text-decoration: none;
  }

  .ec-headerNavSP {
    display: none;
  }

  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 40px;
  }

  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0;
    font-size: 20px;
  }

  .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }

  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 43%;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 165px;
    height: 36px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: inherit;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .ec-itemNav__nav {
    display: inline-block;
  }

  .ec-itemNav__nav li {
    float: left;
    width: auto;
  }

  .ec-itemNav__nav li a {
    text-align: center;
    border-bottom: none;
  }

  .ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
  }

  .ec-itemNav__nav li ul li {
    overflow: hidden;
    height: 0;
  }

  .ec-itemNav__nav>li:hover>ul>li {
    overflow: visible;
    height: auto;
  }

  .ec-itemNav__nav li ul li ul:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 19px;
    right: auto;
    left: -20px;
  }

  .ec-itemNav__nav li ul li:hover>ul>li {
    overflow: visible;
    height: auto;
    width: auto;
  }

  .ec-drawerRole,
  .ec-drawerRole.is_active,
  .ec-drawerRoleClose,
  .ec-drawerRoleClose.is_active,
  .ec-overlayRole,
  .have_curtain .ec-overlayRole {
    display: none;
  }

  .ec-footerRole {
    padding-top: 40px;
    margin-top: 100px;
  }

  .ec-headerRole:after {
    content: " ";
    display: table;
    clear: both;
  }

  .ec-searchnavRole textarea {
    font-family: sans-serif;
  }

  .ec-searchnavRole html {
    box-sizing: border-box;
  }

  .ec-sliderItemRole .item_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .ec-newsRole {
    padding: 60px 0 0;
  }

  .ec-newsRole .ec-newsRole__news {
    border: 16px solid #f8f8f8;
    padding: 20px 30px;
  }

  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }

  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }

  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }

  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
  }

  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 120px);
  }

  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
  }

  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }

  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }

  .ec-searchnavRole {
    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: 1000px;
  }

  .ec-searchnavRole:after {
    content: " ";
    display: table;
    clear: both;
  }

  .ec-searchnavRole img {
    max-width: 100%;
    width: 100%;
  }

  .ec-searchnavRole *,
  .ec-searchnavRole ::after,
  .ec-searchnavRole ::before {
    box-sizing: inherit;
  }

  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
    padding-top: 16px;
    flex-direction: row;
  }

  .ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 0;
    width: 50%;
  }

  .ec-searchnavRole .ec-searchnavRole__actions {
    width: 50%;
  }

  .ec-shelfGrid {
    margin-left: -16px;
    margin-right: -16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }

  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }

  .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;
  }

  .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }

  .ec-cartRole .ec-cartRole__cart {
    margin: 0 10%;
  }

  .ec-cartRole .ec-cartRole__actions {
    width: 30%;
    margin-right: 10%;
  }

  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
  }

  .ec-cartTable {
    border-top: none;
  }

  .ec-cartHeader {
    display: table-row;
  }

  .ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
  }

  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
  }

  .ec-cartRow .ec-cartRow__contentColumn {
    display: table-cell;
  }

  .ec-cartRow .ec-cartRow__img {
    display: inline-block;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
  }

  .ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    width: calc(100% - 130px);
    margin-left: 20px;
    vertical-align: middle;
  }

  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
  }

  .ec-cartRow .ec-cartRow__amountColumn {
    width: 16.66666667%;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: none;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }

  .ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
  }

  .ec-orderRole {
    margin-top: 20px;
    flex-direction: row;
  }

  .ec-orderRole .ec-orderRole__detail {
    padding: 0 16px;
    width: 66.66666%;
  }

  .ec-orderRole .ec-orderRole__summary {
    width: 33.33333%;
    padding: 0 16px;
  }

  .ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
    display: none;
  }

  .ec-orderRole .ec-borderedList {
    border-top: none;
  }

  .ec-orderConfirm {
    margin-bottom: 0;
  }

  .ec-AddAddress {
    margin: 0 10%;
  }

  .ec-AddAddress .ec-AddAddress__selectAddress {
    display: inline-block;
  }

  .ec-AddAddress .ec-AddAddress__selectAddress select {
    min-width: 350px;
  }

  .ec-AddAddress .ec-AddAddress__selectNumber {
    display: inline-block;
    margin-left: 30px;
  }

  .ec-AddAddress .ec-AddAddress__actions {
    width: 33.3333%;
    min-width: 250px;
    margin: 0 auto;
  }

  .ec-historyRole .ec-historyRole__contents {
    flex-direction: row;
  }

  .ec-historyRole .ec-historyRole__header {
    width: 33.3333%;
  }

  .ec-historyRole .ec-historyRole__detail {
    width: 66.6666%;
    border-top: none;
  }

  .ec-historyListHeader .ec-historyListHeader__date {
    font-weight: 700;
    font-size: 20px;
  }

  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: 14px;
  }
}

@media only screen and (min-width:768px) and (min-width:768px) {
  .ec-off1Grid {
    display: flex;
  }

  .ec-off1Grid .ec-off1Grid__cell {
    width: 83.3333333333%;
  }

  .ec-off2Grid .ec-off2Grid__cell {
    width: 66.6666666667%;
  }

  .ec-off3Grid .ec-off3Grid__cell {
    width: 50%;
  }

  .ec-off4Grid .ec-off4Grid__cell {
    width: 33.3333333333%;
  }
}

@media screen and (min-width:768px) {

}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 1.5rem;
  }

  .h2,
  h2 {
    font-size: 1.3rem;
  }

  .h3,
  h3 {
    font-size: 1.53125rem;
  }

  .h4,
  h4 {
    font-size: 1.3125rem;
  }

  .container {
    max-width: 1140px;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion:reduce) {
  .btn,
  .collapsing,
  .collapsing.collapse-horizontal,
  .fade,
  .form-control,
  .form-select {
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }

  .ec-birth input,
  .ec-birth select,
  .ec-birth textarea,
  .ec-halfInput input,
  .ec-halfInput select,
  .ec-halfInput textarea,
  .ec-input input,
  .ec-input select,
  .ec-input textarea,
  .ec-numberInput input,
  .ec-numberInput select,
  .ec-numberInput textarea,
  .ec-select input,
  .ec-select select,
  .ec-select textarea,
  .ec-telInput input,
  .ec-telInput select,
  .ec-telInput textarea,
  .ec-zipInput input,
  .ec-zipInput select,
  .ec-zipInput textarea {
    transition: none;
  }
}

@media print {

}

.ec-layoutRole__contents {
  flex-direction: column;
  margin-bottom: 30px;
}

.ec-layoutRole__contents .ec-layoutRole__mainBetweenColumn,
.ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
  order: 1;
  width: 100%;
}

@media only screen and (min-width:1090px) {
  .ec-layoutRole__contents {
    flex-direction: row;
  }

  .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
    order: 0;
    width: 75%;
  }

  .ec-layoutRole__contents .ec-layoutRole__mainBetweenColumn {
    order: 0;
    width: 50%;
  }
}

@media only screen and (min-width:768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 30px;
  }
}

@media only screen and (min-width:1090px) {
  .ec-layoutRole,
  .ec-layoutRole.homepage {
    background: #fff;
  }

  .ec-layoutRole__header {
    background: #fff;
    position: relative;
  }

  .ec-headerNaviRole {
    padding-left: 0;
    padding-right: 0;
    max-width: 1090px;
  }

  .ec-layoutRole__contentTop {
    background: #fff;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
  }

  .front_page .ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
  }

  .ec-role {
    width: 100%;
    max-width: 1000px;
  }

  .ec-productRole,
  .ec-role,
  .ec-searchnavRole,
  .ec-shelfRole {
    padding-left: 0;
    padding-right: 0;
  }

  .ec-sliderItemRole {
    padding-left: 0;
  }

  .ec-cartCompleteRole,
  .ec-cartRole,
  .ec-contactCompleteRole,
  .ec-contactConfirmRole,
  .ec-contactRole,
  .ec-mypageRole,
  .ec-orderRole,
  .ec-registerCompleteRole,
  .ec-registerRole {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:768px) and (min-width:768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin: 0;
  }
}

.ec-headerNaviRole_area {
  height: 38px;
  position: relative;
  z-index: 16;
}

@media only screen and (min-width:768px) {
  .ec-headerNaviRole_area {
    background: #900;
  }
}

.ec-headerNaviRole {
  padding-top: 0;
  padding-bottom: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: calc(100%*0);
  overflow: hidden;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: calc(100%*1);
  position: relative;
}

@media only screen and (min-width:768px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100%*68/100);
  }

  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100%*32/100);
    background: #900;
    padding: 0 20px;
    height: 38px;
  }
}

@media only screen and (min-width:1090px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100%*76/100);
  }

  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100%*24/100);
  }
}

.ec-headerDescription {
  display: none;
}

@media only screen and (min-width:768px) {
  .ec-headerDescription {
    display: inline-block;
    color: #fff;
  }

  .ec-headerDescription .tickercontainer {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .ec-headerDescription .tickercontainer li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: 3px;
  }

  .ec-headerDescription .tickercontainer li a {
    color: #fff;
    text-decoration: underline;
  }

  .ec-headerDescription .tickercontainer li a:hover {
    font-weight: 700;
  }
}

.ec-headerNaviRole__right .ec-headerNaviRole__nav {
  display: none;
}

@media only screen and (min-width:768px) {
  .ec-headerNaviRole__right .ec-headerNaviRole__nav {
    display: inline-block;
  }

  .ec-headerNav_area .account_icon {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }

  .ec-headerNav_area .account_icon:hover {
    opacity: .6;
  }

  .ec-headerNav {
    display: none;
    position: absolute;
    z-index: 20;
    top: 38px;
    right: 0;
    width: 520px;
    padding: 15px;
    background: #fff;
    border: 1px solid #999;
    text-align: left;
  }

  .ec-headerNav.is-active,
  .ec-headerNav__item a.ec-blockBtn--nobg {
    display: block;
  }

  .ec-headerNav .nav_comment {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .ec-headerNav .nav_area {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }

  .ec-headerNav .nav_area .box {
    flex: 1 1 0%;
  }

  .ec-headerNav .ec-headerNav__item {
    width: 100%;
  }

  .ec-headerNav .loginout {
    padding-top: 10px;
    text-align: center;
  }

  .ec-headerNav__item a.ec-blockBtn--black {
    color: #fff;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
}

.ec-drawerRole .ec-headerSearch {
  padding: 0;
  background: 0 0;
}

.ec-drawerRole .ec-headerSearch .title {
  padding: 10px 10px 0;
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #242424;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
  top: 20px;
  right: 15px;
}

.ec-headerSearch .ec-headerSearch__keyword {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  top: 25px;
  right: 4px;
  font-size: 16px;
}

.ec-headerNaviRole__right .ec-headerNaviRole__search {
  margin-top: 0;
}

.search_icon {
  display: none;
}

@media only screen and (min-width:768px) {
  .ec-headerNaviRole__right .ec-headerNaviRole__search.logo_search .search_icon {
    display: inline-block;
    padding: 0 15px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }

  .ec-headerNaviRole__right .ec-headerNaviRole__search.logo_search .search_icon:hover {
    opacity: .6;
  }

  .ec-headerNaviRole__right .ec-headerSearch {
    display: none;
    position: absolute;
    z-index: 20;
    top: 38px;
    right: 0;
    width: 520px;
    padding: 30px;
    background: #fff;
    border: 1px solid #999;
  }

  .ec-headerNaviRole__right .ec-headerSearch .title {
    display: none;
  }

  .ec-headerNaviRole__right .ec-headerSearch.is-active {
    display: block;
  }

  .ec-headerNaviRole__right .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
  }

  .ec-headerNaviRole__right .ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #555;
  }

  .ec-headerNaviRole__right .ec-headerSearch .clear {
    clear: both;
  }

  .ec-headerNaviRole__right .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    top: .9em;
    right: .5em;
    border-top: 6px solid #555;
  }

  .ec-headerNaviRole__right .ec-headerSearch .ec-headerSearch__keyword {
    border-bottom-left-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    width: 55%;
  }

  .ec-headerNaviRole__right .ec-headerSearch .ec-headerSearch__keyword input {
    font-size: 14px;
  }
}

.ec-headerRole__cart .ec-cartNavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0;
  padding: 10px 0 2px;
  border-bottom: 1px solid #666;
  width: auto;
  min-width: 115px;
  height: auto;
  white-space: nowrap;
  cursor: pointer;
  background: 0 0;
  z-index: 100;
}

.ec-headerRole__cart .ec-cartNavi:hover,
.ec-headerTitle .ec-headerTitle__title a:hover {
  opacity: .6;
}

.ec-headerRole__cart .ec-cartNavi .ec-cartNavi__icon {
  font-size: 20px;
  color: #333;
}

.ec-headerRole__cart .ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  position: relative;
  left: -5px;
  top: 0;
  padding: 5px;
  min-width: 17px;
  height: 17px;
  line-height: .5;
  font-size: 12px;
  color: #000;
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-family: Roboto,"游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif;
}

.ec-headerRole__cart .ec-cartNavi .ec-cartNavi__price {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  color: #333;
}

.ec-cartTotalQuantity {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.ec-cartNaviIsset__action {
  display: flex;
  margin-bottom: 20px;
}

.ec-cartNaviIsset__action a {
  height: 50px;
}

@media only screen and (min-width:768px) {
  .ec-headerRole__cart .ec-cartNavi {
    padding: 4px 0 0;
    border-bottom: none;
  }

  .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__icon {
    font-size: 18px;
    color: #fff;
  }

  .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__price {
    color: #fff;
  }

  .ec-cartNaviIsset,
  .ec-cartNaviNull {
    margin-top: 6px;
    min-width: 400px;
    max-width: 400px;
    right: -20px;
    background: #fff;
    border: 1px solid #999;
  }

  .ec-cartNaviIsset {
    overflow: auto;
  }

  .ec-cartNaviIsset:before,
  .ec-cartNaviNull:before {
    display: none;
  }

  .ec-cartNaviNull {
    padding: 10px;
    z-index: 100;
  }
}

.ec-cartNaviNull .ec-cartNaviNull__message {
  background: #242424;
}

.ec-cartNaviIsset,
.ec-cartNaviNull,
.ec-headerNav.is-active,
.ec-headerNaviRole__right .ec-headerSearch.is-active {
  animation: fadeIn .5s ease 0s 1 normal;
  -webkit-animation: fadeIn .5s ease 0s 1 normal;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.ec-headerNavSP {
  font-size: 20px;
  border: 1px solid #666;
  padding-top: 9px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 10px 0;
  color: #fff;
  background: #999;
}

.ec-cartRole .ec-progress .ec-progress__item:after,
.ec-drawerRole .ec-headerLinkArea {
  background: #242424;
}

.logo_area {
  position: relative;
  z-index: 15;
  height: 120px;
}

.header_right_area {
  display: none;
}

.logo_area .ec-headerRole {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (min-width:768px) {
  .logo_area {
    background-color: rgba(255,255,255,.8);
    height: 80px;
  }

  .logo_area .ec-headerRole {
    top: 0;
  }

  .ec-headerRole .ec-headerRole__title {
    width: 22%;
    padding-right: 1%;
  }

  .ec-headerTitle .ec-headerTitle__title {
    text-align: left;
  }

  .header_right_area {
    display: block;
    width: 77%;
    float: right;
  }
}

.ec-headerTitle .ec-headerTitle__title a {
  position: relative;
  top: 20px;
  margin-bottom: 0;
}

.category_pagebanner_area .banner img,
.ec-headerRole img,
.ec-shelfGrid .ec-shelfGrid__item img,
.top-cate01 img {
  max-width: 100%;
}

@media only screen and (min-width:768px) {
  .ec-headerTitle .ec-headerTitle__title a {
    top: 10px;
  }

  .logo_area.is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(153,0,0,.9);
    -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 50px;
  }

  .logo_area.is_fixed .ec-headerRole {
    padding-right: 180px;
    top: 0;
  }

  .logo_area.is_fixed .ec-headerTitle .ec-headerTitle__title a {
    max-width: 60%;
    top: -5px;
  }

  .ec-headerRole__cart.is_fixed {
    position: fixed;
    z-index: 20;
    top: 13px;
  }

  .ec-headerRole__cart.is_fixed .ec-cartNavi__icon,
  .ec-headerRole__cart.is_fixed .ec-cartNavi__price {
    color: #fff;
  }

  .ec-headerRole__cart.is_fixed .ec-cartNaviIsset,
  .ec-headerRole__cart.is_fixed .ec-cartNaviNull {
    margin-top: 11px;
  }
}

@media all and (-ms-high-contrast:none) {
  .ec-headerRole__cart.is_fixed {
    right: 30px;
  }
}

.global_menu_area {
  display: none;
}

@media only screen and (min-width:768px) {
  .global_menu_area {
    display: block;
  }

  .global_menu_area .global_menu {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
  }

  .global_menu_area li,
  .global_menu_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .global_menu_area .global {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }

  .global_menu_area .global .list_area {
    border-right: 1px solid #ccc;
    text-align: center;
    flex: 1 1 0%;
  }

  .global_menu_area .global .list_area:first-child {
    border-left: 1px solid #ccc;
  }

  .global_menu_area .global .list_area a.top {
    display: block;
    text-decoration: none;
    padding: 10px 0 25px;
    color: #000;
    font-weight: 700;
    height: 80px;
  }

  .global_menu_area .global .list_area a span {
    position: relative;
    top: 20px;
  }

  .global_menu_area .global .list_area:hover {
    background-color: #242424;
  }

  .global_menu_area .global .list_area:hover a.top {
    color: #fff;
  }

  .global_menu_area .global .list_area .panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: left;
    line-height: 1.6em;
    background: #242424;
    color: #fff;
    padding: 30px 20px;
    max-height: 600px;
    overflow: hidden;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .global_menu_area .global .list_area:hover .panel {
    visibility: visible;
    opacity: 1;
  }

  .global_menu_area .global .list_area:hover .panel a:hover {
    text-decoration: underline;
  }

  .global_menu_area .panel .clear {
    clear: both;
  }

  .global_menu_area .global .list_area .panel .inner {
    width: 100%;
    margin: 0 auto;
  }

  @media only screen and (min-width:1080px) {
    .global_menu_area .global .list_area .panel .inner {
      width: 1080px;
    }
  }

  .logo_area.is_fixed .global_menu_area .global .list_area a.top {
    height: 50px;
    color: #fff;
  }

  .logo_area.is_fixed .global_menu_area .global .list_area a span {
    top: 5px;
  }

  .logo_area.is_fixed .global_menu_area .global .list_area .panel {
    top: 50px;
  }

  .global_menu_area .panel .ctategory_area {
    float: left;
    width: 75%;
  }

  .global_menu_area .panel .announce_area {
    float: right;
    width: 23%;
  }

  .global_menu_area .panel .ctategory_area .ctategory_block {
    float: left;
    width: 24%;
    padding-right: 1%;
  }

  .global_menu_area .panel .block_clear {
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
  }

  .global_menu_area .guide_left a,
  .global_menu_area .panel .ctategory_area .ctategory_block a {
    display: block;
    color: #fff;
  }

  .global_menu_area .panel .ctategory_area .ctategory_block a.rank1,
  .global_menu_area .panel .news_area a:hover {
    font-weight: 700;
  }

  .global_menu_area .panel .announce_area .pointannounce_area {
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #fff;
  }

  .global_menu_area .panel .announce_area .pointannounce_area span {
    color: #fc0;
  }

  .global_menu_area .panel .announce_area .pointannounce_area .common_block_title i {
    font-size: 20px;
  }

  .global_menu_area .panel .announce_area .freedelive_area {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333;
  }

  .global_menu_area .panel .announce_area .freedelive_area .rule span {
    font-size: 20px;
    font-weight: 700;
  }

  .global_menu_area .panel .announce_area .freedelive_area .free {
    font-weight: 700;
    font-size: 20px;
    color: #de5d50;
  }

  .global_menu_area .panel .announce_area .freedelive_area .icon {
    font-size: 40px;
    color: #de5d50;
  }

  .global_menu_area .panel.ninki .item a:hover {
    opacity: .6;
  }

  .global_menu_area .panel.ninki .comment {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .global_menu_area .panel.ninki .item {
    float: left;
    width: 17%;
    margin: 0 1.5% 20px;
  }

  .global_menu_area .panel .news_area {
    margin-bottom: 20px;
  }

  .global_menu_area .panel .news_area .title {
    border-bottom: dashed 1px #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  .global_menu_area .panel .news_area .title span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
  }

  .global_menu_area .panel .news_area a {
    color: #fff;
    text-decoration: underline;
  }

  .global_menu_area .panel .news_btn_area a {
    width: 40%;
    margin: 0 auto;
  }

  .global_menu_area .guide_left {
    float: left;
    width: 49%;
    padding-right: 1%;
    border-right: 1px solid #999;
  }

  .global_menu_area .guide_left a:hover {
    text-decoration: underline;
  }

  .global_menu_area .guide_right {
    float: right;
    width: 49%;
    padding-left: 1%;
  }

  .global_menu_area .guide_right .guide_btn {
    text-align: center;
  }

  .global_menu_area .guide_right .guide_btn a {
    width: 80%;
    margin: 0 auto;
    color: #333;
  }

  .global_menu_area .contact_left {
    float: left;
    width: 49%;
    padding-right: 1%;
    border-right: 1px solid #999;
  }

  .global_menu_area .contact_left .address {
    margin-bottom: 10px;
  }

  .global_menu_area .contact_right {
    float: right;
    width: 49%;
    padding-left: 1%;
  }

  .global_menu_area .contact_right .contact_btn {
    text-align: center;
  }

  .global_menu_area .contact_right .contact_btn a {
    width: 80%;
    margin: 0 auto;
    color: #fff;
  }
}

.ec-layoutRole__contentTop {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.ec-sliderRole_area {
  background: #fff;
  position: relative;
}

.ec-sliderRole {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1090px;
}

@media only screen and (min-width:768px) {
  .ec-layoutRole__contentTop {
    z-index: 1;
  }

  .ec-sliderRole {
    margin-top: -80px;
  }
}

@media only screen and (min-width:1090px) {
  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.ec-sliderRole .slick-slider {
  padding-top: 0;
  margin-bottom: 0;
}

.slick-slide {
  position: relative;
}

.ec-sliderRole_area .pc {
  display: none !important;
}

@media only screen and (min-width:480px) {
  .ec-sliderRole_area .sp {
    display: none !important;
  }

  .ec-sliderRole_area .pc {
    display: block !important;
  }
}

@media only screen and (min-width:768px) {

}

.ec-sliderRole .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.ec-sliderRole .slick-dots li,
.gallery_newitem .slick-dots li,
.owners_recommend .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.detail_type1_area .slick-dots li button,
.ec-sliderRole .slick-dots li button,
.gallery_newitem .slick-dots li button,
.owners_recommend .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.ec-sliderRole .slick-dots li button:focus:before,
.ec-sliderRole .slick-dots li button:hover:before {
  opacity: .7;
}

.ec-sliderRole .slick-dots li button:before {
  content: "";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  opacity: .25;
  background-color: #000;
  border-radius: 50%;
  border: 3px solid #fff;
}

.ec-sliderRole .slick-dots li.slick-active button:before {
  opacity: .5;
  border: 3px solid #000;
  background-color: #fff;
}

.detail_type1_area .slick-dots li button.thumbnail img,
.ec-sliderRole .slick-dots li button.thumbnail img,
.gallery_newitem .slick-dots li button.thumbnail img,
.owners_recommend .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.ec-sliderRole .slick-slide .text1,
.ec-sliderRole .slick-slide .text2 {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: 3.8vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 3px gray;
}

.ec-sliderRole .slick-slide.slick-current .text1 {
  animation: SlideDown 1.5s ease 0s 1 normal;
}

.ec-sliderRole .slick-slide .text2 {
  top: 40%;
  font-size: 2.8vw;
}

.ec-sliderRole .slick-slide.slick-current .text2 {
  animation: RightToLeft 2s ease 1s 1 normal;
  animation-fill-mode: backwards;
}

.eyecatch_area .item_area {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.eyecatch_area .item_area .item {
  flex: 1 1 0%;
  margin-bottom: 20px;
}

.eyecatch_area .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.eyecatch_area .item_area .item.left {
  margin-right: 10px;
}

.eyecatch_area .item_area .item.right {
  margin-left: 10px;
}

.eyecatch_area .item_area .item .t01 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.eyecatch_area .item_area .item .t02 {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 15px;
  color: #000;
}

.eyecatch_area .item_area .item .t03 {
  line-height: 1.4em;
}

.ec-footerRole .footer_area .footer_map .item.sns_area .title.payment,
.eyecatch_area .item_area .item .button {
  margin-top: 10px;
}

.eyecatch_area .item_area .item a.ec-blockBtn--black {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.eyecatch_area .scroll_effect_area.effect-scroll .item.left {
  animation: LeftToRight 1.5s ease 0s 1 normal;
}

.eyecatch_area .scroll_effect_area.effect-scroll .item.right {
  animation: RightToLeft 1.5s ease 0s 1 normal;
}

@media only screen and (min-width:768px) {
  .eyecatch_area .item_area .item .t01,
  .eyecatch_area .title {
    font-size: 40px;
  }

  .eyecatch_area .item_area .item .t02 {
    font-size: 26px;
  }

  .eyecatch_area .item_area .item .t03 {
    line-height: 1.8em;
  }

  .eyecatch_area .item_area .item .button {
    margin-top: 20px;
  }

  .eyecatch_area .item_area .item a.ec-blockBtn--black {
    width: 50%;
  }
}

.topic_area {
  background: #f5f5f5;
  padding: 40px 0;
}

.topic_area .item_area .item {
  margin-bottom: 20px;
}

.topic_area .item_area .item.box3 {
  margin-bottom: 0;
}

.topic_area .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.topic_area .item_area .item .t1 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.topic_area .item_area .item .t2 {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 15px;
  color: #000;
}

.topic_area .item_area .item .image,
.topic_area .item_area .item .t3 {
  margin-bottom: 15px;
}

.newitem_area h3,
.topic_area .item_area .item .button {
  text-align: center;
}

.topic_area .item_area .item a.ec-blockBtn--black {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

.topic_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,30px);
  transition: all 1s .3s ease;
}

.topic_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

@media only screen and (min-width:768px) {
  .topic_area .item_area {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }

  .topic_area .item_area .item {
    flex: 1 1 0%;
    margin-bottom: 20px;
    margin-right: 4%;
  }

  .topic_area .item_area .item.box3 {
    margin-right: 0;
  }

  .topic_area .title {
    font-size: 20 px;
  }

  .topic_area .item_area .item .t1 {
    font-size: 20px;
  }

  .topic_area .item_area .item .t2 {
    font-size: 16px;
  }
}

.newitem_area {
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}

.newitem_area h3 {
  margin-bottom: 30px;
  font-size: 24px;
}

.newitem_area .item a {
  color: #333;
}

.newitem_area .item a:hover {
  opacity: .6;
  text-decoration: none;
}

.recommend_owners_area .owners_recommend .item img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .newitem_area h3 {
    font-size: 30px;
  }

  .newitem_area h3 span {
    font-size: 20px;
  }
}

.gallery_newitem .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.gallery_newitem .slick-dots li button:focus:before,
.gallery_newitem .slick-dots li button:hover:before {
  opacity: 1;
}

.detail_type1_area .slick-dots li button:before,
.gallery_newitem .slick-dots li button:before,
.owners_recommend .slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: #000;
  border-radius: 50%;
}

.gallery_newitem .slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #000;
}

.newitem_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s .3s ease;
}

.newitem_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.catetwig_area {
  background: #edf2f3;
  padding: 40px 0 0;
  margin-bottom: 50px;
}

.catetwig_area h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}

.catetwig_area h3 span {
  font-size: 20px;
}

.catetwig_area .list_area .list a {
  color: #333;
}

.catetwig_area .list_area .list a:hover {
  text-decoration: none;
  opacity: .6;
}

.catetwig_area .list_area .image {
  text-align: center;
  margin-bottom: 10px;
}

.catetwig_area .list_area .image_round {
  border-radius: 50%;
}

.catetwig_area .list_area .name {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.catetwig_area .list_area .name span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: #c00 10px solid;
}

.catetwig_area .list_area {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.catetwig_area .list_area .list {
  flex: 1 1 0%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.catetwig_area .list_area .image_round {
  max-width: 90%;
}

.catetwig_area .list_area .list:last-child {
  margin-right: 0;
}

.catetwig_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

#ec-newsRole_name {
  position: relative;
  top: -50px;
  display: block;
}

.ec-newsRole {
  padding: 0;
  margin-bottom: 30px;
}

.ec-newsRole h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}

.ec-newsRole h3 span {
  font-size: 16px;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px dotted #999;
}

.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px dotted #999;
}

.ec-newsRole .ec-newsRole__newsItem {
  padding: 20px 0;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #999;
  text-align: center;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  right: 5px;
}

.ec-newsRole .ec-newsRole__newsDescription {
  margin: 0;
  line-height: 1.4em;
}

.ec-newsRole a.ec-blockBtn--black {
  display: inline-block;
  width: auto;
  color: #fff;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (min-width:768px) {
  .ec-newsRole h3 {
    font-size: 30px;
  }

  .ec-newsRole h3 span {
    font-size: 20px;
  }

  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px;
  }
}

.ec-newsRole .selection {
  display: none;
}

.ec-newsRole .page-1 {
  display: block;
}

.ec-newsRole #paging {
  text-align: center;
  padding: 20px 0;
}

ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination li,
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: inline;
}

.ellipse input {
  width: 3em;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #bbb;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  background: #fcfcfc;
}

.light-theme a:hover {
  text-decoration: none;
  background: #efefef;
}

.light-theme .current {
  background: #666;
  color: #fff;
  border-color: #444;
  box-shadow: 0 1px 0#fff,0 0 2px rgba(0,0,0,.3) inset;
  cursor: default;
}

.light-theme .ellipse {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  cursor: default;
}

.ec-newsRole .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s .3s ease;
}

.ec-newsRole .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:768px) {

}

.recommend_owners_area {
  padding-top: 5px;
  padding-bottom: 40px;
  overflow: hidden;
}

.recommend_owners_area h3 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 24px;
}

.recommend_owners_area h3 span {
  font-size: 16px;
}

.ec-searchnavRole__infos .ec-searchnavRole__actions span:hover,
.recommend_owners_area .item a {
  color: #333;
}

.recommend_owners_area .item a:hover {
  opacity: .6;
  text-decoration: none;
}

.recommend_owners_area .owners_recommend {
  margin: 0/**/-20px;
}

.recommend_owners_area .owners_recommend .item {
  padding: 0 20px;
}

.recommend_owners_area .owners_recommend .item .name {
  font-weight: 700;
}

@media only screen and (min-width:768px) {
  .recommend_owners_area h3 {
    font-size: 30px;
  }

  .recommend_owners_area h3 span {
    font-size: 20px;
  }
}

.owners_recommend .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.owners_recommend .slick-dots li button:focus:before,
.owners_recommend .slick-dots li button:hover:before {
  opacity: 1;
}

.owners_recommend .slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #000;
}

.recommend_owners_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s .3s ease;
}

.recommend_owners_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.ec-footerRole {
  border-top: 1px solid #c00;
  margin-top: 30px;
  background: #900;
  padding-top: 0;
}

.ec-footerRole .footer_area {
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.ec-footerRole .footer_area .footer_map {
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 30px;
}

.ec-footerRole .footer_area .footer_map .item,
.ec-footerRole .footer_area .footer_title .footer_title_logo {
  margin-bottom: 20px;
}

.ec-footerRole .footer_area .footer_map .item a {
  display: block;
  color: #fff;
}

.ec-footerRole .footer_area .footer_map .item a:hover {
  color: #ccc;
  text-decoration: none;
}

.ec-footerRole .footer_area .footer_map .item.sns_area a {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
}

.ec-footerRole .footer_area .footer_map .item.sns_area span {
  display: inline-block;
  font-size: 32px;
  margin-right: 2px;
}

.ec-footerRole .footer_area .footer_title {
  text-align: center;
}

.ec-footerRole .footer_area .footer_title .footer_title_logo a {
  color: #b1b1b1;
  font-size: 20px;
}

.ec-footerRole .footer_area .footer_title .footer_title_logo a:hover {
  text-decoration: underline;
}

@media only screen and (min-width:1090px) {
  .ec-footerRole .footer_area {
    padding: 30px 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1090px;
  }

  .ec-footerRole .footer_area .footer_map {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }

  .ec-footerRole .footer_area .footer_map .item {
    flex: 1 1 0%;
  }

  .ec-footerRole .footer_area .footer_title .footer_title_logo a {
    color: #fff;
    font-size: 24px;
  }
}

.ec-footerRole.scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s .3s ease;
}

.ec-footerRole.scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.ec-pageHeader h1 {
  margin: 0 0 8px;
  border: 0;
  text-align: center;
  background: #f7f7f7;
  padding: 8px 0 12px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (min-width:768px) {
  .ec-pageHeader h1 {
    border: 0;
    margin: 0 0 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: 700;
  }
}

.category_pagebanner_area {
  width: 100%;
  position: relative;
}

.category_pagebanner_area .banner .category_name {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 2px 3px gray;
  animation: none;
}

@media only screen and (min-width:768px) {
  .category_pagebanner_area {
    margin-top: -80px;
  }
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  height: auto;
}

@media all and (-ms-high-contrast:none) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
  }

  @media only screen and (min-width:768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
      height: 250px;
    }
  }
}

.detail_type3_area .type3_thumbnails .slick-slide img:hover,
.ec-shelfGrid .ec-shelfGrid__item a:hover {
  opacity: .7;
}

.ec-topicpath {
  border: 0;
  padding: 30px 0 10px;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
  .ec-shelfGrid .ec-shelfGrid__item.column4 {
    width: 25%;
  }

  .ec-topicpath {
    font-size: 14px;
    padding: 0 10px;
    margin-left: -10px;
    margin-right: 0;
  }
}

.ec-topicpath .ec-topicpath__divider {
  color: #999;
}

.ec-topicpath .ec-topicpath__item a {
  display: block;
  padding: 0 5px;
  margin-bottom: 5px;
  color: #333;
  border-bottom: 2px #fff solid;
  transition: all .3s;
}

.ec-topicpath .ec-topicpath__item a:hover {
  border-bottom: 2px #999 solid;
}

.ec-topicpath .ec-topicpath__item--active a {
  display: block;
  padding: 0 5px;
  margin-bottom: 5px;
  border-bottom: 2px #000 solid;
  color: #000;
}

.ec-topicpath .ec-topicpath__item--active a:hover {
  cursor: text;
}

.ec-searchnavRole {
  margin-bottom: 30px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
  padding: 5px 20px 0;
}

.ec-searchnavRole .ec-searchnavRole__actions,
.ec-searchnavRole .ec-searchnavRole__counter {
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}

.ec-searchnavRole .ec-searchnavRole__actions select {
  background: #fff;
}

@media only screen and (min-width:768px) {
  .ec-searchnavRole {
    margin-bottom: 10px;
  }
}

.ec-searchnavRole__infos .ec-searchnavRole__actions span {
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: 6px;
  margin-right: 10px;
  color: #999;
  cursor: pointer;
}

.ec-searchnavRole__infos .ec-searchnavRole__actions .list.active,
.ec-searchnavRole__infos .ec-searchnavRole__actions .square.active {
  color: #333;
  cursor: default;
}

.ec-shelfGrid .ec-shelfGrid__item .name_description .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ec-shelfGrid .ec-shelfGrid__item .name_description ul {
  padding-left: 0;
}

.ec-productRole li.ec-productRole__tag,
.ec-shelfGrid .ec-shelfGrid__item .name_description ul li.ec-productRole__tag {
  margin-bottom: 8px;
  background: #f63;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

.ec-shelfGrid .ec-shelfGrid__item .price_btn_box .ec-price__tax,
.ec-shelfGrid .ec-shelfGrid__item .price_btn_box span.product_list {
  font-size: 13px;
}

.ec-shelfGrid .ec-shelfGrid__item .price_btn_box .price02-default {
  font-size: 22px;
  font-weight: 700;
}

.ec-shelfGrid.columns .ec-shelfGrid__item .price_btn_box .price02-default {
  font-size: 18px;
}

.ec-shelfGrid .ec-shelfGrid__item .price_btn_box .product_code {
  margin-bottom: 5px;
}

.ec-shelfRole .ec-productRole__actions .ec-select select {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: -15px;
  background: #fff;
}

.ec-shelfGrid .ec-numberInput {
  text-align: center;
}

.ec-shelfGrid .ec-numberInput .minus,
.ec-shelfGrid .ec-numberInput .plus {
  display: inline-block;
  color: #555;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
}

.ec-shelfGrid .ec-numberInput .minus:hover,
.ec-shelfGrid .ec-numberInput .plus:hover {
  background: #ddd;
}

.ec-shelfGrid .ec-numberInput input.form-control {
  display: inline-block;
  width: 50%;
  margin: 0 2% 10px;
}

@media only screen and (min-width:768px) {
  .ec-shelfGrid .ec-shelfGrid__item.column4 {
    width: 25%;
  }
}

.ec-shelfGrid .ec-shelfGrid__item .price_btn_box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ec-shelfGrid.columns .ec-shelfGrid__item .image_name_box .description,
.ec-shelfGrid.columns .ec-shelfGrid__item .image_name_box .product_tags,
.ec-shelfGrid.columns .ec-shelfGrid__item .price_btn_box .price_regular,
.ec-shelfGrid.columns .ec-shelfGrid__item .price_btn_box .product_code {
  display: none;
}

.ec-shelfGrid.columns .ec-shelfGrid__item .price_btn_box .price02-default {
  margin-bottom: 8px;
}

.ec-shelfGrid.rows .ec-shelfGrid__item {
  clear: both;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width:768px) {
  .ec-shelfGrid.rows .ec-shelfGrid__item {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding-top: 20px;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item:hover {
    background: #f7f7f7;
    color: #000;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .image_name_box {
    width: 69%;
    margin-right: 3%;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .price_btn_box {
    width: 28%;
    padding: 20px;
    background: #f7f7f7;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .image_name_box a.to_detail {
    display: flex;
    justify-content: space-between;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .image_name_box a.to_detail .ec-shelfGrid__item-image {
    width: 28%;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .image_name_box a.to_detail .name_description {
    width: 68%;
  }

  .ec-shelfGrid.rows .ec-shelfGrid__item .price_btn_box .ec-productRole__btn {
    margin-bottom: 0;
  }
}

.ec-productRole .ec-sliderItemRole {
  padding-left: 0;
  padding-right: 0;
}

.ec-productRole .ec-productRole__title.pc {
  display: none;
}

.ec-productRole .ec-productRole__title.sp .ec-headingTitle {
  font-size: 20px;
  background: #242424;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.ec-productRole .ec-grid2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 0;
  overflow: hidden;
}

.ec-productRole li.ec-productRole__tag {
  display: inline-block;
  font-size: 14px;
}

.ec-productRole li.ec-productRole__tag span {
  display: inline-block;
  padding: 5px 5px 3px;
}

.ec-productRole .ec-productRole__price {
  color: #333;
  padding: 10px 0;
  border: 0;
}

.ec-productRole .ec-productRole__price .ec-price .ec-price__price {
  font-size: 26px;
  padding: 0;
}

.ec-productRole .ec-productRole__code,
.ec-productRole ul.ec-productRole__tags {
  padding: 0;
  border: 0;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  min-width: 100%;
  max-width: 100%;
}

.ec-productRole .ec-numberInput {
  text-align: center;
}

.ec-productRole .ec-numberInput .minus,
.ec-productRole .ec-numberInput .plus {
  display: inline-block;
  color: #555;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.ec-productRole .ec-numberInput .minus:hover,
.ec-productRole .ec-numberInput .plus:hover {
  background: #f7f7f7;
}

.ec-productRole .ec-numberInput input.form-control {
  display: inline-block;
  width: 60%;
  margin: 0 2%;
}

.ec-productRole .ec-productRole__btn {
  min-width: inherit;
  width: 100%;
  padding-bottom: 15px;
}

.ec-productRole .favorite_area {
  margin-bottom: 10px;
  font-weight: 700;
}

.ec-productRole .ec-productRole__category {
  clear: both;
  margin: 0 0 10px;
  padding: 20px 0 0;
  border: 0;
  line-height: 1.6;
}

.ec-productRole .ec-productRole__category .title {
  font-weight: 700;
}

.ec-productRole .ec-productRole__description.description {
  padding-top: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media only screen and (min-width:768px) {
  .ec-productRole .ec-grid2__cell.left,
  .ec-productRole .ec-grid2__cell.right {
    width: 50%;
  }

  .ec-productRole .ec-sliderItemRole {
    width: 98%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .ec-productRole .ec-productRole__profile {
    width: 95%;
    margin-left: 5%;
    line-height: 1;
  }

  .ec-productRole .ec-productRole__title.sp {
    display: none;
  }

  .ec-productRole .ec-productRole__title.pc {
    display: block;
  }

  .ec-productRole .ec-productRole__title.pc .ec-headingTitle {
    font-size: 28px;
    color: #000;
  }

  .ec-productRole form#form1 {
    background: #f7f7f7;
    padding: 10px 0;
  }

  .ec-productRole .ec-grid2__cell.right.type3 form#form1 {
    background: 0 0;
    padding: 0;
  }

  .ec-productRole .ec-productRole__actions .ec-select,
  .ec-productRole .ec-productRole__btn,
  .ec-productRole .favorite_area button {
    width: 80%;
    margin: 0 auto;
  }

  .ec-productRole .ec-numberInput .minus,
  .ec-productRole .ec-numberInput .plus,
  .ec-productRole .ec-productRole__actions .ec-select select {
    background: #fff;
  }

  .ec-productRole .ec-numberInput .minus:hover,
  .ec-productRole .ec-numberInput .plus:hover {
    background: #f7f7f7;
  }

  .ec-productRole .ec-grid2__cell.right.type3 .favorite_area button {
    width: 100%;
  }

  .ec-productRole .favorite_area {
    padding-bottom: 30px;
    background: #f7f7f7;
  }

  .ec-productRole .ec-grid2__cell.right.type3 .favorite_area {
    background: #fff;
  }

  .ec-productRole .ec-productRole__category {
    border: 0;
  }
}

.detail_type1_area .slick-slider {
  margin-bottom: 15px;
}

.detail_type1_area .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.detail_type1_area .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.detail_type1_area .slick-dots li button:focus:before,
.detail_type1_area .slick-dots li button:hover:before {
  opacity: 1;
}

.detail_type1_area .slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #000;
}

@media only screen and (min-width:768px) {
  .ec-sliderItemRole .detail_type1_area .item_nav {
    margin-left: -1%;
    margin-right: -1%;
  }

  .ec-sliderItemRole .detail_type1_area .slideThumb {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    text-align: center;
  }

  .ec-sliderItemRole .detail_type1_area .slideThumb img {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {

}

.top-cate01 img {
  width: 100%;
}

.detail_type3_area .type3_thumbnails .slick-slide img {
  opacity: .5;
  cursor: pointer;
  border: 1px solid #fff;
}

.detail_type3_area .type3_thumbnails .slick-slide.slick-current img {
  opacity: 1;
}

.detail_type3_area .slick-arrow {
  width: 100%;
  border: 0;
  font-size: 0;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
}

.detail_type3_area .slick-prev {
  top: 10px;
  z-index: 1;
}

.detail_type3_area .slick-next {
  top: auto;
  bottom: 5px;
}

.detail_type3_area .slick-next:before,
.detail_type3_area .slick-prev:before {
  content: "↑";
  font-size: 20px;
  color: #fff;
  background-color: #666;
  display: block;
  padding: 5px 0;
  margin: 0 0 0 7px;
}

.detail_type3_area .slick-next:before {
  content: "↓";
  padding: 5px 0 3px;
}

@media only screen and (min-width:768px) {
  .detail_type3_area .type3_thumbnails .slick-slide img {
    border: 0;
  }
}

.shoppingguide_area {
  margin-bottom: 30px;
  color: #000;
}

.shoppingguide_area .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-bottom: 10px;
  background: #000;
}

.category_side_area,
.shoppingguide_area .box.box_nagare {
  margin-bottom: 20px;
}

.shoppingguide_area .nagare .step {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.shoppingguide_area .guide .head {
  font-size: 16px;
  font-weight: 700;
}

.shoppingguide_area .guide .text {
  margin-bottom: 15px;
}

.shoppingguide_area .box {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: 0/**/-10px;
}

.shoppingguide_area .box .item {
  flex: 1 1 0%;
  position: relative;
  margin: 0 10px;
}

.shoppingguide_area .nagare .step i {
  display: inline;
}

.ec-layoutRole__header .category_side_area {
  display: none;
}

.category_side_area .category_side_title {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #999;
}

.category_side_area a,
.ec-blockTopBtn {
  color: #333;
  display: inline-block;
}

.category_side_area a:hover {
  text-decoration: none;
  font-weight: 700;
  color: #666;
}

.category_side_area a.active_open,
.category_side_area li.active_open>a {
  font-weight: 700;
  padding: 5px 10px;
  background: #242424;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}

.category_side_area li.category_block {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.category_side_area a.page_link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #9c9c9c;
}

.category_side_area a.page_link:hover {
  color: #333;
}

.category_side_area a.accordion-trigger {
  padding-right: 20px;
}

.category_side_area ul li {
  list-style: none;
  margin-left: -40px;
}

.category_side_area ul li ul li {
  margin-left: -30px;
  padding: 5px 0;
}

.category_side_area ul li ul li em {
  color: #999;
  font-size: 10px;
  font-style: normal;
  position: relative;
  top: 0;
}

span.accordion-minus:before,
span.accordion-plus:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -1px;
  left: 2px;
  color: #999;
  padding-left: 5px;
}

span.accordion-minus:before {
  content: "";
}

.ec-blockTopBtn {
  position: fixed;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-color: #9da3a9;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.ec-blockTopBtn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width:768px) {
  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }
}

.ec-cartRole .ec-progress .ec-progress__number {
  color: #fff;
  background: #242424;
}

.ec-cartRole .ec-progress .ec-progress__label {
  font-size: 12px;
  color: #242424;
}

.ec-cartRole .ec-progress .is-complete .ec-progress__number {
  background: #fff;
  border: 3px solid #333;
  color: #333;
  line-height: 24px;
}

.ec-cartRole .ec-progress .is-complete .ec-progress__label {
  color: #333;
}

@media only screen and (min-width:768px) {
  .ec-cartRole .ec-progress .is-complete .ec-progress__number {
    line-height: 36px;
  }
}

.ec-cartRole .ec-cartHeader {
  background: 0 0;
}

.ec-cartRole .ec-cartHeader .ec-cartHeader__label {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  background: 0 0;
}

.ec-cartRole .ec-cartRole__totalAmount {
  color: #333;
}

.ec-guest p {
  text-align: left;
}

@media only screen and (min-width:768px) {
  .ec-login {
    margin: 0;
  }

  .ec-guest {
    margin: 0 0 0 32px;
  }
}

.ec-orderRole .ec-orderConfirm,
.ec-orderRole .ec-orderDelivery__edit,
.ec-orderRole .ec-orderPayment {
  margin-bottom: 20px;
}

.ec-orderRole .ec-totalBox {
  border: 2px solid #ccc;
  background: #fcfcfc;
}

.ec-orderRole .ec-totalBox__pointBlock {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ec-totalBox .ec-totalBox__btn {
  color: inherit;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  font-size: 16px;
  font-weight: 400;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn {
  margin-top: 8px;
}

@media only screen and (min-width:768px) {
  .ec-orderRole .ec-orderRole__detail {
    padding: 0 16px 0 0;
  }

  .ec-orderRole .ec-orderRole__summary {
    padding: 0 0 0 16px;
  }
}

.ec-contactConfirmRole .ec-blockBtn--primary {
  margin-bottom: 16px;
}

.ec-blockBtn,
a.ec-blockBtn,
button.ec-blockBtn {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #333;
  border-color: #ccc;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  background-size: 200% 100%;
  background-color: #f5f7f8;
  background-image: -webkit-linear-gradient(left,transparent 50%,#d7dfdf 50%);
  background-image: linear-gradient(to right,transparent 50%,#d7dfdf 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn.focus,
.ec-blockBtn:active,
.ec-blockBtn:focus,
.ec-blockBtn:hover,
a.ec-blockBtn.focus,
a.ec-blockBtn:active,
a.ec-blockBtn:focus,
a.ec-blockBtn:hover,
button.ec-blockBtn.focus,
button.ec-blockBtn:active,
button.ec-blockBtn:focus,
button.ec-blockBtn:hover {
  background-color: #d7dfe3;
  background-position: -100% 100%;
  text-decoration: none !important;
}

.ec-blockBtn.disabled,
.ec-blockBtn[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn.disabled:hover,
.ec-blockBtn[disabled]:hover {
  background-color: #f5f7f8;
  transition: none;
  background-position: inherit;
}

.ec-blockBtn--primary,
a.ec-blockBtn--primary,
button.ec-blockBtn--primary {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #fff;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  background-size: 200% 100%;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(left,transparent 50%,#286090 50%);
  background-image: linear-gradient(to right,transparent 50%,#286090 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn--primary.focus,
.ec-blockBtn--primary:active,
.ec-blockBtn--primary:focus,
.ec-blockBtn--primary:hover,
a.ec-blockBtn--primary.focus,
a.ec-blockBtn--primary:active,
a.ec-blockBtn--primary:focus,
a.ec-blockBtn--primary:hover,
button.ec-blockBtn--primary.focus,
button.ec-blockBtn--primary:active,
button.ec-blockBtn--primary:focus,
button.ec-blockBtn--primary:hover {
  background-color: #286090;
  background-position: -100% 100%;
  text-decoration: none !important;
  color: #fff;
}

.ec-blockBtn--primary.disabled,
.ec-blockBtn--primary[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn--primary.disabled:hover,
.ec-blockBtn--primary[disabled]:hover {
  background-color: #337ab7;
  transition: none;
  background-position: inherit;
}

.ec-blockBtn--action,
a.ec-blockBtn--action,
button.ec-blockBtn--action {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #fff;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  background-size: 200% 100%;
  background-color: #d9534f;
  background-image: -webkit-linear-gradient(left,transparent 50%,#c93030 50%);
  background-image: linear-gradient(to right,transparent 50%,#c93030 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn--action.focus,
.ec-blockBtn--action:active,
.ec-blockBtn--action:focus,
.ec-blockBtn--action:hover,
a.ec-blockBtn--action.focus,
a.ec-blockBtn--action:active,
a.ec-blockBtn--action:focus,
a.ec-blockBtn--action:hover,
button.ec-blockBtn--action.focus,
button.ec-blockBtn--action:active,
button.ec-blockBtn--action:focus,
button.ec-blockBtn--action:hover {
  background-color: #c9302c;
  background-position: -100% 100%;
  text-decoration: none !important;
}

.ec-blockBtn--action.disabled,
.ec-blockBtn--action[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn--action.disabled:hover,
.ec-blockBtn--action[disabled]:hover {
  background-color: #d9534f;
  transition: none;
  background-position: inherit;
}

.ec-blockBtn--black {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #fff;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  background-size: 200% 100%;
  background-color: #c9302c;
  background-image: -webkit-linear-gradient(left,transparent 50%,#f66 50%);
  background-image: linear-gradient(to right,transparent 50%,#f66 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn--black.focus,
.ec-blockBtn--black:active,
.ec-blockBtn--black:focus,
.ec-blockBtn--black:hover,
a.ec-blockBtn--black.focus,
a.ec-blockBtn--black:active,
a.ec-blockBtn--black:focus,
a.ec-blockBtn--black:hover,
button.ec-blockBtn--black.focus,
button.ec-blockBtn--black:active,
button.ec-blockBtn--black:focus,
button.ec-blockBtn--black:hover {
  background-color: #666;
  background-position: -100% 100%;
  text-decoration: none !important;
}

.ec-blockBtn--black.disabled,
.ec-blockBtn--black[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn--black.disabled:hover,
.ec-blockBtn--black[disabled]:hover {
  background-color: #000;
  transition: none;
  background-position: inherit;
}

.ec-blockBtn--nobg {
  background-color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left,transparent 50%,#eee 50%);
  background-image: linear-gradient(to right,transparent 50%,#eee 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn--nobg.active,
.ec-blockBtn--nobg.focus,
.ec-blockBtn--nobg:active,
.ec-blockBtn--nobg:focus,
.ec-blockBtn--nobg:hover {
  background-color: #eee;
  background-position: -100% 100%;
  text-decoration: none !important;
}

.ec-blockBtn--nobg.disabled,
.ec-blockBtn--nobg[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn--nobg.disabled:hover,
.ec-blockBtn--nobg[disabled]:hover {
  background-color: #fff;
  transition: none;
  background-position: inherit;
}

.ec-blockBtn--gray,
a.ec-blockBtn--gray,
button.ec-blockBtn--gray {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  gray-space: nowrap;
  font-size: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #fff;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  background-size: 200% 100%;
  background-color: #9eb6c0;
  background-image: -webkit-linear-gradient(left,transparent 50%,#7094a3 50%);
  background-image: linear-gradient(to right,transparent 50%,#7094a3 50%);
  -webkit-transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
  transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.ec-blockBtn--gray.focus,
.ec-blockBtn--gray:active,
.ec-blockBtn--gray:focus,
.ec-blockBtn--gray:hover,
a.ec-blockBtn--gray.focus,
a.ec-blockBtn--gray:active,
a.ec-blockBtn--gray:focus,
a.ec-blockBtn--gray:hover,
button.ec-blockBtn--gray.focus,
button.ec-blockBtn--gray:active,
button.ec-blockBtn--gray:focus,
button.ec-blockBtn--gray:hover {
  background-color: #7094a3;
  background-position: -100% 100%;
  text-decoration: none !important;
  color: #fff;
}

.ec-blockBtn--gray.disabled,
.ec-blockBtn--gray[disabled] {
  cursor: not-allowed;
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

.ec-blockBtn--gray.disabled:hover,
.ec-blockBtn--gray[disabled]:hover {
  background-color: #9eb6c0;
  transition: none;
  background-position: inherit;
}

.slick-slider {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.top-cate01 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #525263;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1000px;
}

.top-cate01:after {
  content: " ";
  display: table;
  clear: both;
}

.top-cate01 textarea {
  font-family: sans-serif;
}

.top-cate01,
.top-cate01 html {
  box-sizing: border-box;
}

.top-cate01 *,
.top-cate01 ::after,
.top-cate01 ::before {
  box-sizing: inherit;
}

/* Logo vertical center alignment */

.logo_area .ec-headerRole {
  height: 100%;
}

.logo_area .ec-headerRole .ec-headerRole__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.logo_area .ec-headerTitle .ec-headerTitle__title a,
.logo_area.is_fixed .ec-headerTitle .ec-headerTitle__title a {
  top: 0;
}

/* Static top main visual (CLS improvement) */

.ec-sliderRole_area {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.ec-sliderRole {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.ec-sliderRole .main_visual {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ec-sliderRole .main_visual .item {
  position: relative;
  width: 100%;
  aspect-ratio: 2400 / 1250;
  overflow: hidden;
}

.ec-sliderRole .main_visual_image {
  display: block;
  width: 100%;
  height: auto;
}

/* Keep global-menu images responsive without stretching vertically. */

.global_menu_area .panel img {
  max-width: 100%;
  height: auto;
}

.ec-sliderRole .main_visual .text1,
.ec-sliderRole .main_visual .text2 {
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 2px 3px gray;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
  transition: none;
}

/* SP */

@media only screen and (max-width:767px) {
  .ec-sliderRole .main_visual .text1 {
    top: 25%;
    left: 6%;
    font-size: clamp(16px, 5vw, 28px);
  }

  .ec-sliderRole .main_visual .text2 {
    top: 43%;
    left: 6%;
    right: 4%;
    font-size: clamp(11px, 3vw, 17px);
  }
}

/* PC */

@media only screen and (min-width:768px) {
  .ec-sliderRole .main_visual .text1 {
    top: 25%;
    left: 10%;
    font-size: clamp(28px, 3.8vw, 52px);
  }

  .ec-sliderRole .main_visual .text2 {
    top: 40%;
    left: 10%;
    right: 5%;
    font-size: clamp(18px, 2.4vw, 32px);
  }
}

/* Topic cards: CSS-only height sync and CLS protection */

.topic_area .item_area {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.topic_area .item_area > .item {
  min-width: 0;
  margin: 0 !important;
}

/* Neutralize inline heights left by the old heightSync script. */

.topic_area .item_area .h_target {
  height: auto !important;
  min-height: 0;
}

/* Reserve a square before each image is downloaded, preventing image CLS. */

.topic_area .item_area .item .image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.topic_area .item_area .item .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .topic_area .item_area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 4%;
    row-gap: 0;
    align-items: stretch;
    justify-content: normal;
  }

  /* Modern browsers: share all five row heights across the three cards. */

  @supports (grid-template-rows: subgrid) {
    .topic_area .item_area > .item {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 5;
      row-gap: 0;
    }
  }

  /* Fallback: image and button positions remain aligned without JavaScript. */

  @supports not (grid-template-rows: subgrid) {
    .topic_area .item_area > .item {
      display: grid;
      grid-template-rows: auto auto 1fr auto auto;
    }
  }
}

/* =========================================================
   店長のおすすめ定番商品：画像の縦伸び防止（最終上書き）
   このブロックは必ずCSSファイルの末尾に置いてください。
========================================================= */

/*
 * グリッド／subgridの行が高くなっても、画像枠自体は正方形を維持する。
 */

html body .topic_area .item_area > .item > .image {
  position: relative !important;
  display: block !important;
  align-self: start !important;
  justify-self: stretch !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

/*
 * 画像を正方形の枠内に絶対配置し、元画像の比率を維持する。
 */

html body .topic_area .item_area > .item > .image > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}
@charset "UTF-8";

.table2 {
  width: 99%;
  display: table;
  margin-top: 3px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 3px;
  border-color: #F47032;
  border-bottom: 1px solid #F47032;
}

.table2 img {
  width: 50%;
}

.table2 h3 {
  color: #F2534C;
}

.table2 .thead {
  display: table-header-group;
}

.table2 ol {
  display: table-row;
  margin: 0;
}

.table2 ol li:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F47032;
}

.table2 ol li {
  display: table-cell;
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  text-align: left;
  background-color: #F47032;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F47032;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F47032;
  overflow-x: hidden;
  color: #ffffff;
}

.table2 .tbody {
  display: table-row-group;
}

.table2 .tbody .tr {
  display: table-row;
  margin: 0;
}

.tbody .tr:last-child {
  border-bottom: 1px solid #ccc;
}

.table2 .tbody .tr>div {
  display: table-cell;
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F47032;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F47032;
  overflow-x: hidden;
  width: 50%;
}

.table2 .tbody .tr>div:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F47032;
}

@media only screen and (min-width:1101px) {
  .table2 {
    width: 100%;
    display: table;
    border-bottom: 1px solid #F47032;
  }
}

.attention {
  color: #F2534C;
}

h3 {
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-weight: bold;
  padding: 0.5em 0;
}

.subarea img {
  width: 100%;
}

.subarea .inner {
  margin: auto;
  text-align: center;
}

.subarea .inner table {
  margin: auto;
}

.subarea .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #7D655E;
  color: #6F450D;
  padding: 0.5em 0.2em;
  margin-bottom: 0.8em;
}

@media only screen and (min-width:700px) {
  .subarea .subtitle {
    margin-bottom: 1em;
  }
}

#undercolumn {
  margin-bottom: 2em;
}

#undercolumn h2.title {
  font-size: 20px;
  font-size: 2.0rem;
  background: #F47032;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.6em;
  text-align: center;
}

#undercolumn h4 {
  background: url(/img/arrow_r06.gif) left 1.1em no-repeat;
  background-size: 12px 12px;
  border-bottom: 1px dashed #ccc;
  padding: 1em 0 0.7em 1.5em;
  color: #333;
}

#undercolumn .inner {
  padding: 1.5em;
}

@media only screen and (min-width:600px) {

}

#undercolumn .heading02 {
  margin-bottom: 1em;
}

#undercolumn {
  background: #fff;
}

#undercolumn h2.title {
  background: none;
  color: #333;
  padding: 0.8em 0;
  margin: 0 0.9em;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}

.heading02 {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #7D655E;
  color: #6F450D;
  padding: 0.5em 0.2em;
}

@media only screen and (min-width:1101px) {
  .table {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
  }

  .table .thead {
    display: table-header-group;
  }

  .table ol {
    display: table-row;
    margin: 0;
  }

  .table ol li {
    display: table-cell;
    padding: 0.8em 1em;
    text-align: center;
    background: #F0EDEB;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x: hidden;
  }

  .table ol li:first-child {
    border-left: 1px solid #ccc;
  }

  .table .tbody {
    display: table-row-group;
  }

  .table .tbody .tr {
    display: table-row;
    margin: 0;
  }

  .table .tbody a.tr {
    background-image: none;
  }

  .table .tbody .tr > div {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x: hidden;
    width: auto;
  }

  .table .tbody a.tr > div {
    position: static;
    padding: 0.7em 1em;
  }

  .table .tbody .tr > div:first-child {
    border-left: 1px solid #ccc;
  }

  .table .tbody .tr > div.price {
    text-align: right;
  }

  .table .tbody dl.tr dt,
  .table .tbody dl.tr dd {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
  }

  .table .tbody dl.tr dt {
    background: #F0EDEB;
    border-left: 1px solid #ccc;
    font-weight: normal;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  p {
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
  }

  dl dt,
  dl dd {
    line-height: 1.4;
  }
}

#ranking_area {
  margin-bottom: 40px;
}

#ranking_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#ranking_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#ranking_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #FDEECD;
  color: #AD6D03;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #F4AC04;
  font-weight: normal;
  padding: 0.5em 1em;
}

#ranking_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #ranking_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#ranking_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #ranking_area ul {
    grid-template-columns: repeat(4,1fr);
  }
}

#ranking_area li .productImage img {
  width: 100%;
  border-radius: 20px;
}

#ranking_area li .productImage img:hover {
  opacity: 0.8;
}

#ranking_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#ranking_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:768px) {

}

#infobanner_area {
  margin-bottom: 5px;
}

#infobanner_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#infobanner_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#infobanner_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #EBF1C2;
  color: #58720C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #ADC600;
  font-weight: normal;
  padding: 0.5em 1em;
}

#infobanner_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #infobanner_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#infobanner_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #infobanner_area ul {
    grid-template-columns: repeat(3,1fr);
  }
}

#infobanner_area li .productImage img {
  width: 100%;
}

#infobanner_area li .productImage img:hover {
  opacity: 0.8;
}

#infobanner_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#infobanner_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.amazon {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

#tenchoosusume_area {
  margin-bottom: 40px;
}

#tenchoosusume_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#tenchoosusume_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#tenchoosusume_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #FFCCCC;
  color: #CC0000;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #CC0000;
  font-weight: normal;
  padding: 0.5em 1em;
}

#tenchoosusume_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #tenchoosusume_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#tenchoosusume_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #tenchoosusume_area ul {
    grid-template-columns: repeat(2,1fr);
  }
}

#tenchoosusume_area li .productImage img {
  width: 100%;
  border-radius: 20px;
}

#tenchoosusume_area li .productImage img:hover {
  opacity: 0.8;
}

#tenchoosusume_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#tenchoosusume_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.h1title h1 {
  font-size: calc(0.5rem + 0.7vw);
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
}

.h1title div {
  padding: 30px 0 0 0;
}

@media only screen and (min-width:768px) {
  #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0;
  }
}

.ec-layoutRole__footer .company-info {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px !important;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ec-layoutRole__footer .company-info p {
  margin: 2px 0;
  font-size: 13px !important;
}

.ec-layoutRole__footer .company-info .label {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}

#product_review_area {
  padding-bottom: 0;
  margin-bottom: 40px;
  text-align: left !important;
}

#product_review_area .ec-rectHeading {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

#product_review_area .ec-rectHeading h4 {
  background: none;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 0 65px;
}

#product_review_area .ec-rectHeading h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #999;
}

#product_review_area .ec-rectHeading h4 span.title {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#product_review_area .ec-rectHeading.is_active i {
  transform: rotate(180deg);
}

#product_review_area .ec-rectHeading i {
  background: #FFF;
  position: absolute;
  right: 5%;
  z-index: 1;
  color: #CCC;
}

#product_review_area .recommend_average {
  color: #DE5D50;
}

#product_review_area .review_list .item {
  margin-bottom: 16px;
}

#product_review_area .review_list .recommend_level {
  color: #DE5D50;
}

#product_review_area .review_list .recommend_name {
  margin-left: 0px;
}

#product_review_area .review_list .comment {
  line-height: 1.2;
  font-size: 14px;
}

#product_review_area .button {
  text-align: center;
}

#product_review_area .button a {
  display: inline-block;
  width: auto;
}

#product_review_area .button a:hover {
  color: #FFF;
  text-decoration: none;
}

#product_review_area .show-more-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 18px;
}

#product_review_area .show-more-reviews-btn {
  pointer-events: auto;
}

#product_review_area .show-more-reviews-btn {
  padding: 5px 18px;
  font-size: 13px;
  color: #888;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s,color 0.2s;
  outline: none;
}

@media (hover:none) {
  #product_review_area .show-more-reviews-btn:hover {
    background: #ccc;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:768px) {

}

.kegani-topics {
  max-width: 800px;
  margin: 10px auto;
  padding: 1px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  text-align: left !important;
}

.kegani-topics h2 {
  text-align: left !important;
  font-size: 28px;
  color: #7a1f1f;
  margin-bottom: 25px;
  border-bottom: 3px solid #b9945b;
  padding-bottom: 12px;
}

.kegani-topic-box {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fffaf2;
  border: 1px solid #e5d3b3;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.kegani-topic-box:nth-child(even) {
  flex-direction: row-reverse;
}

.kegani-topic-img {
  width: 42%;
}

.kegani-topic-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.kegani-topic-text {
  width: 58%;
  text-align: left !important;
}

.kegani-topic-text h3 {
  font-size: 23px;
  color: #9b1c1c;
  margin-bottom: 12px;
  text-align: left !important;
}

.kegani-topic-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.kegani-topic-text ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.kegani-topic-text li {
  font-size: 15px;
  line-height: 1.8;
  text-align: left !important;
}

.kegani-point {
  display: inline-block;
  background: #b9945b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .kegani-topic-box,
  .kegani-topic-box:nth-child(even) {
    flex-direction: column;
  }

  .kegani-topic-img,
  .kegani-topic-text {
    width: 100%;
  }

  .kegani-topics h2 {
    font-size: 23px;
  }

  .kegani-topic-text h3 {
    font-size: 20px;
  }
}

.kegani-topic-text2 {
  width: 100%;
  text-align: left !important;
}

.kegani-topic-text2 h3 {
  font-size: 23px;
  color: #9b1c1c;
  margin-bottom: 12px;
  text-align: left !important;
}

.kegani-topic-text2 p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.kegani-topic-text2 ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.kegani-topic-text2 li {
  font-size: 15px;
  line-height: 1.8;
  text-align: left !important;
}

@media screen and (max-width:767px) {

}

.kegani-checkpoints {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0;
  color: #333;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

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

.kegani-checkpoints-title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

.kegani-checkpoints-lead {
  max-width: 850px;
  margin: 0 auto 45px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.kegani-checkpoint-box {
  margin: 0 0 45px;
  padding: 0;
  background: #fff;
}

.kegani-checkpoint-heading {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding: 14px 20px;
  color: #fff;
  background: #9b1c1c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.kegani-checkpoint-number {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  color: #6b3930;
  background: #fff;
  border-radius: 50%;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.kegani-checkpoint-heading-text {
  display: block;
}

.kegani-checkpoint-content {
  padding: 0 15px;
}

.kegani-checkpoint-content p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 2;
}

.kegani-checkpoint-content strong {
  color: #9b1c1c;
  font-weight: 600;
  font-size: 18px;
}

.kegani-kind-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin: 30px 0;
}

.kegani-kind-box {
  padding: 24px 20px;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.kegani-kind-box h4 {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.kegani-kind-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.kegani-checkpoint-note {
  position: relative;
  margin: 30px 0 10px;
  padding: 22px 25px 22px 30px;
  background: #f7f1e9;
  border-left: 5px solid #9b1c1c;
}

.kegani-checkpoint-note p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.kegani-checkpoint-note strong {
  color: #9b1c1c;
  font-size: 18px;
}

.kegani-weight-info {
  margin: 25px 0;
  padding: 25px;
  background: #f8f5f1;
  border: 1px solid #ddd2ca;
}

.kegani-weight-row {
  display: flex;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #ded5ce;
}

.kegani-weight-row:last-child {
  border-bottom: 0;
}

.kegani-weight-label {
  width: 160px;
  color: #9b1c1c;
  font-weight: 600;
  font-size: 20px;
}

.kegani-weight-text {
  flex: 1;
  font-size: 18px;
}

.kegani-weight-example {
  max-width: 520px;
  margin: 30px auto;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #cfc1b8;
}

.kegani-weight-example-title {
  margin: 0 0 15px;
  color: #9b1c1c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.kegani-weight-example dl {
  margin: 0;
}

.kegani-weight-example-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dotted #cfc1b8;
}

.kegani-weight-example dd {
  font-size: 18px;
}

.kegani-weight-example dt {
  font-size: 18px;
}

.kegani-production-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin: 30px 0;
}

.kegani-production-box {
  padding: 20px;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.kegani-production-box h4 {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.kegani-production-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.kegani-caution-list {
  margin: 25px 0;
  padding: 22px 25px 15px 50px;
  background: #f8f5f1;
}

.kegani-caution-list li {
  margin: 0 0 10px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 1.8;
}

.kegani-caution-list li::marker {
  color: #8b6255;
}

.kegani-quality-box {
  margin-top: 60px;
  padding: 35px 40px 40px;
  background: #f7f1e9;
  border-top: 4px solid #6b3930;
}

.kegani-quality-title {
  margin: 0 0 15px;
  color: #572c24;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.kegani-quality-subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.kegani-quality-list {
  max-width: 750px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

.kegani-quality-list li a {
  font-size: 18px;
}

.kegani-quality-list li {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 42px;
  background: #fff;
  border-bottom: 1px solid #e3d9d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.kegani-quality-list li:last-child {
  border-bottom: 0;
}

.kegani-quality-end {
  margin: 0;
  color: #4b302a;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:767px) {
  .kegani-checkpoints {
    margin: 40px auto;
    padding: 0 10px;
  }

  .kegani-checkpoints-title {
    padding: 0 5px 13px;
    font-size: 23px;
    text-align: left;
  }

  .kegani-checkpoints-lead {
    margin-bottom: 35px;
    padding: 0 5px;
    font-size: 15px;
    text-align: left;
  }

  .kegani-checkpoint-box {
    margin-bottom: 38px;
  }

  .kegani-checkpoint-heading {
    align-items: flex-start;
    padding: 13px 14px;
    font-size: 18px;
  }

  .kegani-checkpoint-number {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    font-size: 17px;
  }

  .kegani-checkpoint-heading-text {
    padding-top: 2px;
  }

  .kegani-checkpoint-content {
    padding: 0 5px;
  }

  .kegani-checkpoint-content p {
    font-size: 18px;
    line-height: 1.9;
  }

  .kegani-kind-list,
  .kegani-production-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kegani-kind-box,
  .kegani-production-box {
    padding: 20px 17px;
  }

  .kegani-checkpoint-note {
    padding: 18px 17px 18px 20px;
  }

  .kegani-checkpoint-note p {
    font-size: 15px;
  }

  .kegani-weight-info {
    padding: 15px;
  }

  .kegani-weight-row {
    display: block;
  }

  .kegani-weight-label {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .kegani-weight-example {
    padding: 20px 16px;
  }

  .kegani-weight-example-row {
    display: block;
  }

  .kegani-weight-example-row dt {
    margin-bottom: 3px;
  }

  .kegani-weight-example-row dd {
    margin: 0;
    text-align: right;
  }

  .kegani-caution-list {
    padding: 18px 15px 10px 38px;
  }

  .kegani-caution-list li {
    font-size: 16px;
  }

  .kegani-quality-box {
    margin-top: 45px;
    padding: 28px 15px 30px;
  }

  .kegani-quality-title {
    font-size: 22px;
  }

  .kegani-quality-subtitle {
    font-size: 15px;
    text-align: left;
  }

  .kegani-quality-list li {
    padding: 13px 10px 13px 38px;
    font-size: 15px;
  }

  .kegani-quality-list li::before {
    top: 13px;
    left: 13px;
  }

  .kegani-quality-end {
    font-size: 16px;
    text-align: left;
  }
}

.back-link {
  margin: 40px 0;
  text-align: center;
}

.back-link a {
  display: inline-block;
  padding: 12px 28px;
  background: #6b3930;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: .2s;
}

.back-link a:hover {
  background: #8b6255;
}

.kegani-info-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 45px 0;
}

.kegani-info-image {
  flex: 0 0 42%;
}

.kegani-info-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.kegani-info-content {
  flex: 1;
}

.kegani-info-content h3 {
  margin: 0 0 18px;
  color: #572c24;
  font-size: 28px;
  line-height: 1.5;
}

.kegani-info-content p {
  margin-bottom: 18px;
  font-size: 18px;
}

.kegani-info-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f7f1e9;
  border-left: 4px solid #9b1c1c;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .kegani-info-box {
    display: block;
  }

  .kegani-info-image {
    margin-bottom: 20px;
  }

  .kegani-info-content h3 {
    font-size: 22px;
  }
}

.kegani-toc {
  max-width: 1000px;
  margin: 0 auto 55px;
  padding: 0;
  background: #fff;
  border: 1px solid #d9cec6;
  box-shadow: 0 4px 14px rgba(87,44,36,0.07);
}

.kegani-toc-heading {
  padding: 21px 20px 19px;
  color: #fff;
  background: #9b1c1c;
  text-align: center;
}

.kegani-toc-heading-en {
  display: block;
  margin-bottom: 3px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  opacity: 0.85;
}

.kegani-toc-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.kegani-toc-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 0;
  padding: 12px 25px 18px;
  list-style: none;
  counter-reset: none;
}

.kegani-toc-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7ded8;
}

.kegani-toc-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.kegani-toc-list li:nth-child(odd) {
  border-right: 1px solid #e7ded8;
}

.kegani-toc-list a {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 13px 20px 13px 13px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease,color 0.2s ease;
}

.kegani-toc-list a:hover {
  color: #9b1c1c;
  background: #f8f5f1;
}

.kegani-toc-number {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  color: #9b1c1c;
  background: #f7f1e9;
  border-radius: 50%;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.kegani-toc-text {
  position: relative;
  display: block;
  flex: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.kegani-toc-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #9b1c1c;
  border-bottom: 1px solid #9b1c1c;
  transform: translateY(-70%) rotate(45deg);
}

html {
  scroll-behavior: smooth;
}

#point1,
#point2,
#point3,
#point4,
#thaw,
#size,
#quality {
  scroll-margin-top: 90px;
}

@media screen and (max-width:767px) {
  .kegani-toc {
    margin: 0 5px 42px;
  }

  .kegani-toc-heading {
    padding: 17px 15px 16px;
  }

  .kegani-toc-heading h3 {
    font-size: 20px;
  }

  .kegani-toc-list {
    display: block;
    padding: 7px 15px 12px;
  }

  .kegani-toc-list li,
  .kegani-toc-list li:nth-child(odd),
  .kegani-toc-list li:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #e7ded8;
  }

  .kegani-toc-list li:last-child {
    border-bottom: 0;
  }

  .kegani-toc-list a {
    min-height: 61px;
    padding: 10px 6px;
  }

  .kegani-toc-number {
    width: 34px;
    height: 34px;
    margin-right: 11px;
    font-size: 12px;
  }

  .kegani-toc-text {
    padding-right: 18px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.kegani-thaw-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  clear: both;
  margin: 30px 0 0;
}

.kegani-thaw-gallery-item {
  flex: 1 1 0;
  min-width: 0;
}

.kegani-thaw-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kegani-thaw-gallery-item p {
  margin: 12px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width:767px) {
  .kegani-thaw-gallery {
    display: block;
    margin-top: 25px;
  }

  .kegani-thaw-gallery-item {
    width: 100%;
    margin-bottom: 28px;
  }

  .kegani-thaw-gallery-item:last-child {
    margin-bottom: 0;
  }

  .kegani-thaw-gallery-item img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .kegani-thaw-gallery-item p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
}

.kegani-checkpoint-intro {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  margin: 0 0 30px;
}

.kegani-checkpoint-eyecatch {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.kegani-checkpoint-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #ddd2ca;
}

.kegani-checkpoint-intro-text {
  flex: 1;
  min-width: 0;
}

.kegani-checkpoint-intro-text p {
  margin: 0 0 20px;
  font-size: 18px;
}

.kegani-checkpoint-intro-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .kegani-checkpoint-intro {
    display: block;
    margin-bottom: 25px;
  }

  .kegani-checkpoint-eyecatch {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }

  .kegani-checkpoint-eyecatch img {
    width: 100%;
    height: auto;
  }

  .kegani-checkpoint-intro-text {
    width: 100%;
  }
}

.kegani-weight-caption {
  font-size: 18px;
}

.kegani-weight-caption strong {
  font-size: 18px;
  color: #9b1c1c;
}

.yubari-melon-list-block,
.yubari-melon-list-block * {
  box-sizing: border-box;
}

.yubari-melon-list-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.yubari-melon-list-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  margin-top: 16px;
  padding: 18px 68px 18px 24px;
  overflow: hidden;
  border: 3px solid #ffd484;
  border-radius: 10px;
  background: linear-gradient(135deg,#f39a3e 0%,#f06a35 55%,#e7512c 100%);
  box-shadow: 0 5px 12px rgba(147,63,25,0.22);
  color: #fff !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: clamp(22px,3.2vw,30px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(126,49,18,0.28);
  transition: filter 0.2s ease,box-shadow 0.2s ease;
}

.yubari-melon-list-banner::before {
  position: absolute;
  top: -55px;
  left: -32px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  content: "";
  pointer-events: none;
}

.yubari-melon-list-banner::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #e85a2f;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.yubari-melon-list-banner:hover {
  box-shadow: 0 7px 16px rgba(147,63,25,0.3);
  color: #fff !important;
  filter: brightness(1.06);
  text-decoration: none !important;
}

.yubari-melon-list-banner:hover::after {
  transform: translate(3px,-50%);
}

.yubari-melon-list-banner:focus-visible {
  outline: 3px solid #4d8529;
  outline-offset: 3px;
}

@media screen and (max-width:767px) {
  .yubari-melon-list-banner {
    min-height: 64px;
    margin-top: 10px;
    padding: 13px 50px 13px 14px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .yubari-melon-list-banner::after {
    right: 13px;
    width: 29px;
    height: 29px;
    font-size: 25px;
  }
}

.kegani-related-links,
.kegani-related-links * {
  box-sizing: border-box;
}

.kegani-related-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.kegani-related-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  padding: 17px 70px 17px 24px;
  overflow: hidden;
  border: 2px solid #d8b87a;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(83,45,25,0.18);
  color: #fff !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(50,20,12,0.3);
  transition: filter 0.2s ease,box-shadow 0.2s ease;
}

.kegani-related-link--point {
  background: linear-gradient(135deg,#a92d2d 0%,#8d1d1d 55%,#741414 100%);
}

.kegani-related-link--size {
  background: linear-gradient(135deg,#c4a064 0%,#a57d43 55%,#88622f 100%);
}

.kegani-related-link::before {
  position: absolute;
  top: -55px;
  left: -35px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  content: "";
  pointer-events: none;
}

.kegani-related-link::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #8f1f1f;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.kegani-related-link--size::after {
  color: #936d36;
}

.kegani-related-link:hover {
  box-shadow: 0 6px 14px rgba(83,45,25,0.26);
  color: #fff !important;
  filter: brightness(1.07);
  text-decoration: none !important;
}

.kegani-related-link:hover::after {
  transform: translate(3px,-50%);
}

.kegani-related-link:focus-visible {
  outline: 3px solid #e5c78b;
  outline-offset: 3px;
}

@media screen and (max-width:768px) {
  .kegani-related-links {
    gap: 10px;
    margin-bottom: 24px;
  }

  .kegani-related-link {
    min-height: 68px;
    padding: 14px 52px 14px 15px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .kegani-related-link::after {
    right: 13px;
    width: 29px;
    height: 29px;
    font-size: 24px;
  }
}

.kegani-size-rank {
  display: block;
  margin-bottom: 2px;
  color: #9b1c1c;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width:767px) {

}

.kegani-size-production-list .kegani-production-box h4 a {
  color: inherit;
  text-decoration: none;
}

.kegani-size-production-list .kegani-production-box h4 a:hover {
  color: #9b1c1c;
  text-decoration: underline;
}

.kegani-size-production-list .kegani-production-box:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-production-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

.kegani-size-production-list .kegani-size-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.kegani-size-card-image {
  display: block;
  flex: 0 0 145px;
  width: 145px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3d9d1;
}

.kegani-size-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kegani-size-card-content {
  flex: 1;
  min-width: 0;
}

.kegani-size-production-list .kegani-size-card-content h4 {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-size-card {
    flex-direction: column;
    gap: 15px;
  }

  .kegani-size-production-list .kegani-size-card-image {
    flex: none;
    width: 100%;
  }

  .kegani-size-production-list .kegani-size-card-content {
    width: 100%;
  }
}

.kegani-size-production-list .kegani-size-rank {
  display: table;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.kegani-size-production-list .kegani-size-card:nth-child(1) .kegani-size-rank {
  padding: 6px 16px;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  border: 1px solid #a9710e;
  color: #4b2f00;
  font-size: 15px;
}

.kegani-size-production-list .kegani-size-card:nth-child(2) .kegani-size-rank {
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  border: 1px solid #92989e;
  color: #333;
}

.kegani-size-production-list .kegani-size-card:nth-child(3) .kegani-size-rank {
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  border: 1px solid #743918;
  color: #fff;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-size-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .kegani-size-production-list .kegani-size-card-image {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }

  .kegani-size-production-list .kegani-size-card-content {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .kegani-size-production-list .kegani-size-card-content h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
  }

  .kegani-size-production-list .kegani-size-card-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .kegani-size-production-list .kegani-size-rank {
    margin-bottom: 6px;
    padding: 4px 9px;
    font-size: 12px;
  }
}

.kegani-size-card-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.kegani-size-card-content p {
  margin-bottom: 0px;
}

.kegani-size-card-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  color: #fff !important;
  background: #9b1c1c;
  border: 1px solid #9b1c1c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.kegani-size-card-button:hover {
  color: #fff !important;
  background: #6b3930;
  border-color: #6b3930;
  text-decoration: none !important;
}

@media screen and (max-width:767px) {
  .kegani-size-card-content p {
    margin-bottom: 12px;
  }

  .kegani-size-card-button {
    padding: 8px 5px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.wk-ice-story,
.wk-ice-story *,
.wk-ice-story *::before,
.wk-ice-story *::after {
  box-sizing: border-box;
}

.wk-ice-story {
  --wk-red: #a51f35;
  --wk-red-deep: #86162a;
  --wk-red-soft: #c86470;
  --wk-brown: #3e281c;
  --wk-gold: #c99635;
  --wk-gold-light: #ead8af;
  --wk-cream: #fffaf0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(16px,3.4vw,36px);
  overflow: hidden;
  background: background:#fffaf0;
  color: var(--wk-brown);
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
  text-align: left;
}

.wk-story-section {
  position: relative;
  margin: 0;
  padding: clamp(26px,4.8vw,48px);
  overflow: hidden;
  border: 1px solid var(--wk-gold-light);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 13px 34px rgba(83,48,22,.08);
}

.wk-story-section + .wk-story-section {
  margin-top: clamp(28px,5vw,52px);
}

.wk-section-header {
  margin: 0 0 clamp(22px,3.5vw,34px);
  text-align: center;
}

.wk-ornament {
  display: flex;
  align-items: center;
  width: min(620px,88%);
  margin: 0 auto 13px;
  color: var(--wk-gold);
}

.wk-ornament::before,
.wk-ornament::after {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg,transparent,currentColor);
  content: "";
}

.wk-ornament::after {
  background: linear-gradient(90deg,currentColor,transparent);
}

.wk-ornament span {
  flex: 0 0 auto;
  padding: 0 12px;
  font-family: Georgia,serif;
  font-size: 21px;
  line-height: 1;
}

.wk-section-title {
  margin: 0 0 13px;
  color: var(--wk-red);
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho","MS PMincho",serif;
  font-size: clamp(32px,5.4vw,56px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: .035em;
}

.wk-section-title--long {
  font-size: clamp(30px,5vw,52px);
}

.wk-section-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(16px,2.15vw,21px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-photo-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wk-gold-light);
  border-radius: 21px;
  background: #fff;
}

.wk-photo-stage > img {
  display: block;
  width: 100%;
  height: auto;
}

.wk-info-card {
  position: absolute;
  top: 7%;
  left: 3.7%;
  width: min(45%,430px);
  padding: clamp(16px,2.4vw,25px);
  border: 1px solid var(--wk-gold);
  border-radius: 17px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 7px 20px rgba(64,37,20,.10);
  backdrop-filter: blur(3px);
}

.wk-info-card__title {
  display: block;
  width: fit-content;
  min-width: 72%;
  margin: 0 auto 14px;
  padding: 8px 24px;
  border-radius: 7px;
  background: linear-gradient(135deg,#cc0000,var(--wk-red-soft));
  color: #fff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size: clamp(20px,2.8vw,29px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}

.wk-info-card p {
  margin: 0;
  font-size: clamp(15px,2vw,20px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-photo-badge {
  position: absolute;
  right: 3.5%;
  bottom: 4.5%;
  z-index: 1;
  margin: 0;
  padding: 12px 25px;
  border: 2px solid #f1dda8;
  border-radius: 999px;
  background: linear-gradient(135deg,#bd4050,var(--wk-red-deep));
  box-shadow: 0 0 0 3px rgba(255,255,255,.82),0 7px 17px rgba(75,27,24,.20);
  color: #fffdf5;
  font-size: clamp(17px,2.35vw,24px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}

.wk-section-note {
  position: relative;
  margin: clamp(22px,3.5vw,32px) 0 0;
  padding-top: clamp(20px,3vw,27px);
  font-size: clamp(16px,2.2vw,21px);
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}

.wk-section-note::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(520px,78%);
  height: 1px;
  background: linear-gradient( 90deg,transparent,var(--wk-gold) 18%,var(--wk-gold) 82%,transparent );
  content: "";
  transform: translateX(-50%);
}

.wk-secret-row {
  display: grid;
  grid-template-columns: minmax(165px,.55fr) minmax(0,2.45fr);
  gap: clamp(18px,3.2vw,32px);
  align-items: center;
  margin: 0 0 clamp(22px,3.5vw,34px);
}

.wk-secret-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin: 0;
  padding: 13px 18px;
  border: 1px solid #dda4aa;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 17px rgba(107,36,45,.07);
  color: var(--wk-red-soft);
  font-size: clamp(17px,2.2vw,22px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
  text-align: center;
}

.wk-pasture-note {
  color: var(--wk-red);
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho","MS PMincho",serif;
  font-size: clamp(22px,3.5vw,34px);
  font-weight: 700;
  letter-spacing: .06em;
}

.wk-intro-row {
  display: grid;
  grid-template-columns: minmax(210px,.75fr) minmax(0,2fr);
  gap: clamp(20px,3.5vw,34px);
  align-items: center;
  margin: 0 0 clamp(22px,3.5vw,34px);
}

.wk-ribbon {
  display: block;
  padding: 13px 18px;
  border: 1px solid var(--wk-gold-light);
  border-radius: 16px;
  background: linear-gradient(135deg,#c96470,#a92b40);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.46);
  color: #fff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size: clamp(20px,2.7vw,28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .06em;
  text-align: center;
}

.wk-intro-copy {
  margin: 0;
  font-size: clamp(16px,2.15vw,21px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-certification {
  display: grid;
  grid-template-columns: 142px minmax(0,1fr);
  gap: clamp(18px,3.3vw,34px);
  align-items: center;
  margin-top: clamp(22px,3.5vw,32px);
  padding-top: clamp(20px,3vw,27px);
  border-top: 1px solid var(--wk-gold-light);
}

.wk-certification img {
  display: block;
  width: 100%;
  height: auto;
}

.wk-certification__content {
  min-width: 0;
}

.wk-certification__title {
  margin: 0;
  font-size: clamp(18px,2.65vw,27px);
  font-weight: 600;
  line-height: 1.72;
}

.wk-certification strong {
  color: var(--wk-red);
  font-weight: 700;
}

.wk-certification__description {
  margin: 12px 0 0;
  padding: 11px 14px;
  border-left: 3px solid var(--wk-gold);
  border-radius: 0 9px 9px 0;
  background: rgba(201,150,53,.08);
  color: #594235;
  font-size: clamp(14px,1.65vw,16px);
  font-weight: 500;
  line-height: 1.8;
}

.wk-quantity-badge {
  min-width: 230px;
  padding-inline: 30px;
}

.wk-flavor-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: clamp(20px,3.5vw,32px);
}

.wk-flavor-card {
  --wk-flavor: var(--wk-red);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 124px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 164px;
  margin: 0;
  padding: 20px 16px 20px 27px;
  overflow: hidden;
  border: 1px solid #eadfcb;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 15px rgba(80,48,27,.055);
}

.wk-flavor-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: var(--wk-flavor);
  content: "";
}

.wk-flavor-card__copy {
  min-width: 0;
}

.wk-flavor-card h3 {
  margin: 0 0 6px;
  color: var(--wk-flavor);
  font-size: clamp(19px,2.45vw,25px);
  font-weight: 700;
  line-height: 1.4;
}

.wk-flavor-card p {
  margin: 0;
  font-size: clamp(15px,1.85vw,18px);
  font-weight: 600;
  line-height: 1.7;
}

.wk-flavor-card__image {
  display: block;
  width: 124px;
  height: 124px;
  justify-self: end;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--wk-flavor);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #fff,0 5px 13px rgba(72,39,24,.13);
}

.wk-flavor-card--coffee {
  --wk-flavor: #765037;
}

.wk-flavor-card--salt {
  --wk-flavor: #347da7;
}

.wk-flavor-card--kumazasa {
  --wk-flavor: #4f7f36;
}

.wk-flavor-card--vanilla {
  --wk-flavor: #b78018;
}

@media (max-width:700px) {
  .wk-ice-story {
    padding: 12px;
  }

  .wk-story-section {
    padding: 24px 14px;
    border-radius: 19px;
  }

  .wk-section-header {
    margin-bottom: 20px;
  }

  .wk-section-title,
  .wk-section-title--long {
    font-size: clamp(29px,9vw,40px);
    line-height: 1.38;
  }

  .wk-section-lead,
  .wk-intro-copy,
  .wk-section-note {
    text-align: left;
  }

  .wk-intro-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wk-secret-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wk-secret-label {
    width: min(230px,78%);
    min-height: 64px;
    margin: 0 auto;
    border-radius: 999px;
  }

  .wk-pasture-note {
    text-align: center;
  }

  .wk-ribbon {
    width: min(290px,100%);
    margin: 0 auto;
  }

  .wk-photo-stage {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
  }

  .wk-info-card,
  .wk-photo-badge {
    position: static;
  }

  .wk-info-card {
    width: auto;
    margin: 14px;
    padding: 17px;
    border-radius: 13px;
    box-shadow: none;
  }

  .wk-info-card__title {
    min-width: 0;
    margin-bottom: 11px;
  }

  .wk-photo-badge {
    position: static;
    align-self: center;
    width: fit-content;
    max-width: calc(100% - 28px);
    min-width: 0;
    margin: 0 auto 16px;
    padding: 10px 21px;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .wk-quantity-badge {
    width: fit-content;
    max-width: calc(100% - 28px);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wk-section-note {
    margin-top: 21px;
    padding-top: 20px;
  }

  .wk-certification {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .wk-certification img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }

  .wk-certification__content {
    width: 100%;
  }

  .wk-certification__title {
    text-align: center;
  }

  .wk-certification__description {
    text-align: left;
  }

  .wk-certification__title {
    font-size: clamp(16px,5vw,20px);
    line-height: 1.65;
  }

  .wk-certification__description {
    margin-top: 9px;
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.75;
  }

  .wk-flavor-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wk-flavor-card {
    grid-template-columns: minmax(0,1fr) 94px;
    gap: 11px;
    min-height: 126px;
    padding: 18px 17px 17px 23px;
    border-radius: 14px;
  }

  .wk-flavor-card__image {
    width: 94px;
    height: 94px;
  }
}

@media screen and (max-width:767px) {

}

.kegani-faq {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 50px;
  padding: 0 20px;
  color: #333;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

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

.kegani-faq-title {
  margin: 0 0 28px;
  padding: 0 15px 16px;
  border-bottom: 2px solid #9b1c1c;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.kegani-faq-list {
  display: grid;
  gap: 16px;
}

.kegani-faq-item {
  overflow: hidden;
  border: 1px solid #e3d9d1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(87,44,36,0.06);
}

.kegani-faq-question,
.kegani-faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.kegani-faq-question {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid #e3d9d1;
  background: #f7f2ed;
  color: #572c24;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.kegani-faq-answer {
  padding: 20px 22px 22px;
}

.kegani-faq-mark {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9b1c1c;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.kegani-faq-answer .kegani-faq-mark {
  background: #572c24;
  font-size: 18px;
}

.kegani-faq-question-text {
  padding-top: 3px;
}

.kegani-faq-answer-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.kegani-faq-answer-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.kegani-faq-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid #9b1c1c;
  border-radius: 3px;
  background: #9b1c1c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.kegani-faq-link::after {
  margin-left: 9px;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.kegani-faq-link:visited {
  color: #fff;
}

.kegani-faq-link:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (hover:hover) {
  .kegani-faq-link:hover {
    border-color: #781515;
    background: #781515;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .kegani-faq {
    margin: 45px auto 35px;
    padding: 0 12px;
  }

  .kegani-faq-title {
    margin-bottom: 20px;
    padding: 0 5px 12px;
    font-size: 24px;
    line-height: 1.5;
  }

  .kegani-faq-list {
    gap: 12px;
  }

  .kegani-faq-question,
  .kegani-faq-answer {
    gap: 11px;
  }

  .kegani-faq-question {
    padding: 15px 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .kegani-faq-answer {
    padding: 16px 14px 18px;
  }

  .kegani-faq-mark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .kegani-faq-answer .kegani-faq-mark {
    font-size: 17px;
  }

  .kegani-faq-question-text {
    padding-top: 2px;
  }

  .kegani-faq-answer-body {
    padding-top: 0;
  }

  .kegani-faq-answer-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .kegani-faq-link {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 14px;
    text-align: center;
  }
}

.rishiri-uni-message {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-message,
.rishiri-uni-message * {
  box-sizing: border-box;
}

.rishiri-uni-message__photo {
  position: relative;
  flex: 0 0 62.5%;
  width: 100%;
  overflow: hidden;
  background: #181414;
}

.rishiri-uni-message__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-message__photo-copy {
  position: absolute;
  z-index: 1;
  top: 5.5%;
  left: 2.5%;
  margin: 0;
  color: #fff;
  font-size: clamp(11px,3.55vw,29px);
  font-size: clamp(11px,3.55cqw,29px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.65);
}

.rishiri-uni-message__copy {
  flex: 1 1 auto;
  min-height: 0;
  padding: 4.1% 6.2% 6.4%;
  background: #fff;
}

.rishiri-uni-message__sub,
.rishiri-uni-message__headline {
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
}

.rishiri-uni-message__sub {
  margin-top: clamp(6px,1cqw,10px);
  margin-bottom: 0;
  font-size: clamp(15px,4.2vw,42px);
  font-size: clamp(15px,4.2cqw,42px);
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.rishiri-uni-message__headline {
  margin-top: clamp(1px,0.3cqw,3px);
  margin-bottom: 0;
  color: #9f0000;
  font-size: clamp(27px,7.8vw,78px);
  font-size: clamp(27px,7.8cqw,78px);
  line-height: 1.22;
  letter-spacing: 0.08em;
}

@media (max-width:420px) {
  .rishiri-uni-message__copy {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.rishiri-uni-rarity {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-rarity,
.rishiri-uni-rarity * {
  box-sizing: border-box;
}

.rishiri-uni-rarity__photo {
  flex: 0 0 62.5%;
  width: 100%;
  overflow: hidden;
  background: #c78c23;
}

.rishiri-uni-rarity__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-rarity__copy {
  flex: 1 1 auto;
  min-height: 0;
  padding: 2.5% 0 1%;
  background: #fff;
}

.rishiri-uni-rarity__line,
.rishiri-uni-rarity__emphasis {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
}

.rishiri-uni-rarity__line {
  margin-top: 0;
  text-align: center;
  font-size: clamp(10.5px,3.2vw,25.6px);
  font-size: clamp(10.5px,3.2cqw,25.6px);
  line-height: 1.4;
  letter-spacing: 0.015em;
}

.rishiri-uni-rarity__copy .rishiri-uni-rarity__emphasis {
  display: block;
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #9f0000;
  text-align: left !important;
  line-height: 1.05;
  letter-spacing: 0.05em;
}

.rishiri-uni-rarity__emphasis-group {
  width: fit-content;
  max-width: 100%;
  margin-top: 1.5%;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left;
}

.rishiri-uni-rarity__emphasis--first {
  margin-top: 0;
  font-size: clamp(18px,6.7vw,53.6px);
  font-size: clamp(18px,6.7cqw,53.6px);
}

.rishiri-uni-rarity__emphasis--second {
  margin-top: 0.5%;
  font-size: clamp(18px,6.7vw,53.6px);
  font-size: clamp(18px,6.7cqw,53.6px);
}

@media (max-width:420px) {
  .rishiri-uni-rarity__copy {
    padding-right: 0;
    padding-left: 0;
  }
}

.rishiri-uni-saltpack {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 72% 28%;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-saltpack,
.rishiri-uni-saltpack * {
  box-sizing: border-box;
}

.rishiri-uni-saltpack__left {
  min-width: 0;
}

.rishiri-uni-saltpack__photo {
  width: 100%;
  background: #fff;
}

.rishiri-uni-saltpack__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-saltpack__benefits {
  padding: clamp(7px,1.8cqw,14.4px) 6.5% 0;
  background: #fff;
}

.rishiri-uni-saltpack__benefit {
  display: flex;
  align-items: center;
  min-height: clamp(36px,8.7cqw,69.6px);
  margin: 0;
  border-top: 1px solid #777;
  font-size: clamp(8px,2.25vw,18px);
  font-size: clamp(8px,2.25cqw,18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.rishiri-uni-saltpack__benefit:last-child {
  border-bottom: 1px solid #777;
}

.rishiri-uni-saltpack__vertical-copy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(4px,1.5cqw,12px);
  min-width: 0;
  padding: clamp(18px,4.5cqw,36px) clamp(4px,1cqw,8px) clamp(12px,3cqw,24px);
  background: #fff;
}

.rishiri-uni-saltpack__vertical-copy p {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__black {
  color: #111;
  font-size: clamp(13px,3.55vw,28.4px);
  font-size: clamp(13px,3.55cqw,28.4px);
}

.rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__red {
  color: #9f2c2c;
  font-size: clamp(18px,5.7vw,45.6px);
  font-size: clamp(18px,5.5cqw,45.6px);
  line-height: 1;
}

@media (max-width:420px) {
  .rishiri-uni-saltpack__vertical-copy {
    padding-right: 5px;
  }

  .rishiri-uni-saltpack__vertical-copy p {
    letter-spacing: 0.04em;
  }

  .rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__red {
    letter-spacing: 0.08em;
  }
}

.rishiri-uni-season {
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #006697;
  color: #fff;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-season,
.rishiri-uni-season * {
  box-sizing: border-box;
}

.rishiri-uni-season__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.rishiri-uni-season::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient( 180deg,rgba(0,20,45,0.08) 0%,rgba(0,20,45,0.06) 48%,rgba(0,15,35,0.72) 100% );
  pointer-events: none;
}

.rishiri-uni-season__heading,
.rishiri-uni-season__details {
  position: absolute;
  z-index: 2;
  right: 6%;
  left: 6%;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0,0,0,0.9),0 0 7px rgba(0,0,0,0.7);
}

.rishiri-uni-season__heading {
  top: 5.5%;
}

.rishiri-uni-season__prefix,
.rishiri-uni-season__title {
  display: block;
}

.rishiri-uni-season__prefix {
  font-size: clamp(18px,4.5cqw,36px);
  line-height: 1.35;
  letter-spacing: 0.16em;
}

.rishiri-uni-season__title {
  margin-top: 0.3em;
  font-size: clamp(20px,6.8cqw,54.4px);
  line-height: 1.05;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.rishiri-uni-season__details {
  bottom: 5.5%;
  padding: 2.5% 3%;
  border-top: 1px solid rgba(255,255,255,0.65);
  border-bottom: 1px solid rgba(255,255,255,0.65);
  background: rgba(0,24,48,0.38);
}

.rishiri-uni-season__lead,
.rishiri-uni-season__period,
.rishiri-uni-season__limited {
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
}

.rishiri-uni-season__lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(13px,3.5cqw,28px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.rishiri-uni-season__period {
  margin-top: 0.15em;
  margin-bottom: 0;
  font-size: clamp(18px,4.8cqw,38.4px);
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.rishiri-uni-season__limited {
  margin-top: 0.05em;
  margin-bottom: 0;
  font-size: clamp(24px,6.3cqw,50.4px);
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.rishiri-uni-reservation {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
}

.rishiri-uni-reservation img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-ranking,
.rishiri-uni-ranking * {
  box-sizing: border-box;
}

.rishiri-uni-ranking {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #111;
}

.rishiri-uni-ranking__title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

.rishiri-uni-ranking__lead {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.rishiri-uni-ranking__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 0;
}

.rishiri-uni-ranking__card {
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.rishiri-uni-ranking__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3d9d1;
}

.rishiri-uni-ranking__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.rishiri-uni-ranking__content {
  display: flex;
  flex: 1;
  min-width: 0;
  padding-top: 15px;
  flex-direction: column;
}

.rishiri-uni-ranking__name {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.rishiri-uni-ranking__name a {
  color: inherit;
  text-decoration: none;
}

.rishiri-uni-ranking__name a:hover {
  color: #9b1c1c;
  text-decoration: underline;
}

.rishiri-uni-ranking__rank {
  display: table;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.rishiri-uni-ranking__rank--short {
  display: none;
}

.rishiri-uni-ranking__card:nth-child(1) .rishiri-uni-ranking__rank {
  padding: 6px 16px;
  color: #4b2f00;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  border: 1px solid #a9710e;
  font-size: 15px;
}

.rishiri-uni-ranking__card:nth-child(2) .rishiri-uni-ranking__rank {
  color: #333;
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  border: 1px solid #92989e;
}

.rishiri-uni-ranking__card:nth-child(3) .rishiri-uni-ranking__rank {
  color: #fff;
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  border: 1px solid #743918;
}

.rishiri-uni-ranking__description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}

.rishiri-uni-ranking__button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  color: #fff !important;
  background: #9b1c1c;
  border: 1px solid #9b1c1c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.rishiri-uni-ranking__button:hover {
  color: #fff !important;
  background: #6b3930;
  border-color: #6b3930;
  text-decoration: none !important;
}

@media (max-width:600px) {
  .rishiri-uni-ranking__title {
    margin-bottom: 18px;
    padding: 0 5px 12px;
    font-size: 21px;
    text-align: left;
  }

  .rishiri-uni-ranking__lead {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .rishiri-uni-ranking__grid {
    gap: 6px;
  }

  .rishiri-uni-ranking__card {
    padding: 6px;
  }

  .rishiri-uni-ranking__content {
    padding-top: 8px;
  }

  .rishiri-uni-ranking__rank,
  .rishiri-uni-ranking__card:nth-child(1) .rishiri-uni-ranking__rank {
    margin-bottom: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .rishiri-uni-ranking__rank--full {
    display: none;
  }

  .rishiri-uni-ranking__rank--short {
    display: inline;
  }

  .rishiri-uni-ranking__name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .rishiri-uni-ranking__description {
    display: none;
  }

  .rishiri-uni-ranking__button {
    padding: 8px 2px;
    font-size: 10.5px;
    line-height: 1.35;
  }
}

.rishiri-uni-section-title {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 25px;
  padding: 0 15px 16px;
  box-sizing: border-box;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

@media screen and (max-width:767px) {
  .rishiri-uni-section-title {
    margin: 30px auto 20px;
    padding: 0 5px 12px;
    font-size: 23px;
  }
}

.rishiri-uni-type {
  width: calc(100% - 32px);
  max-width: 800px;
  margin: 60px auto;
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  box-sizing: border-box;
}

.rishiri-uni-type *,
.rishiri-uni-type *::before,
.rishiri-uni-type *::after {
  box-sizing: border-box;
}

.rishiri-uni-type__lead {
  max-width: 680px;
  margin: 0 auto 32px;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.rishiri-uni-type__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  align-items: stretch;
}

.rishiri-uni-type__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd6c9;
  box-shadow: 0 5px 18px rgba(53,45,33,0.08);
}

.rishiri-uni-type__card--saltwater {
  border: 2px solid #b78b42;
}

.rishiri-uni-type__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f4f1eb;
}

.rishiri-uni-type__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.rishiri-uni-type__card--saltwater .rishiri-uni-type__image img {
  padding: 12px;
  object-fit: contain;
  background: #fff;
}

.rishiri-uni-type__label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  padding: 7px 13px;
  color: #fff;
  background: #a32621;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.rishiri-uni-type__body {
  flex: 1;
  padding: 24px 22px 26px;
}

.rishiri-uni-type__name {
  margin: 0 0 8px;
  color: #263b3b;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.rishiri-uni-type__catch {
  margin: 0 0 18px;
  color: #9a6c27;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.rishiri-uni-type__text {
  margin: 0 0 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

.rishiri-uni-type__points {
  margin: 0;
  padding: 17px 18px 17px 36px;
  background: #f8f5ef;
  list-style: none;
}

.rishiri-uni-type__points li {
  position: relative;
  margin: 0 0 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}

.rishiri-uni-type__points li:last-child {
  margin-bottom: 0;
}

.rishiri-uni-type__points li::before {
  content: "\25CF";
  position: absolute;
  top: 0;
  left: -20px;
  color: #a32621;
  font-weight: 700;
}

.rishiri-uni-type__conclusion {
  margin-top: 30px;
  padding: 25px 28px;
  background: #f5f1e8;
  border-top: 3px solid #b78b42;
  text-align: center;
}

.rishiri-uni-type__conclusion-title {
  margin: 0 0 10px;
  color: #263b3b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.rishiri-uni-type__conclusion-text {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.rishiri-uni-type__conclusion-text strong {
  color: #a32621;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .rishiri-uni-type {
    width: calc(100% - 24px);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rishiri-uni-type__lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }

  .rishiri-uni-type__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rishiri-uni-type__body {
    padding: 21px 18px 23px;
  }

  .rishiri-uni-type__name {
    font-size: 21px;
  }

  .rishiri-uni-type__catch {
    font-size: 14px;
  }

  .rishiri-uni-type__text {
    font-size: 14px;
    line-height: 1.85;
  }

  .rishiri-uni-type__points {
    padding: 15px 15px 15px 34px;
  }

  .rishiri-uni-type__points li {
    font-size: 13px;
  }

  .rishiri-uni-type__conclusion {
    margin-top: 24px;
    padding: 21px 18px;
    text-align: left;
  }

  .rishiri-uni-type__conclusion-title {
    font-size: 17px;
    text-align: center;
  }

  .rishiri-uni-type__conclusion-text {
    font-size: 14px;
  }
}

#ssrvx-customer-reviews {
  --ssrvx-color-accent: #982f2f;
  --ssrvx-color-accent-dark: #732020;
  --ssrvx-color-gold: #b88732;
  --ssrvx-color-gold-light: #e7d3a7;
  --ssrvx-color-ink: #332d29;
  --ssrvx-color-muted: #766d66;
  --ssrvx-color-line: #e8ddd1;
  --ssrvx-color-paper: #ffffff;
  --ssrvx-color-warm: #fbf8f3;
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 56px auto;
  color: var(--ssrvx-color-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.8;
}

#ssrvx-customer-reviews,
#ssrvx-customer-reviews *,
#ssrvx-customer-reviews *::before,
#ssrvx-customer-reviews *::after {
  box-sizing: border-box;
}

#ssrvx-customer-reviews .ssrvx-section-head {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 18px;
  text-align: center;
}

#ssrvx-customer-reviews .ssrvx-section-head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 2px;
  margin: auto;
  background: var(--ssrvx-color-accent);
  content: "";
}

#ssrvx-customer-reviews .ssrvx-section-kicker {
  display: block;
  margin: 0 0 4px;
  color: var(--ssrvx-color-gold);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

#ssrvx-customer-reviews .ssrvx-section-title {
  margin: 0;
  color: var(--ssrvx-color-accent-dark);
  font-size: clamp(23px,4vw,30px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

#ssrvx-customer-reviews .ssrvx-review-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#ssrvx-customer-reviews .ssrvx-rating-summary {
  position: relative;
  display: grid;
  grid-template-columns: 32px 168px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 24px 28px;
  overflow: hidden;
  border: 1px solid var(--ssrvx-color-line);
  border-radius: 12px;
  background: radial-gradient( circle at 100% 0,rgba(184,135,50,0.12),transparent 36% ),var(--ssrvx-color-warm);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  list-style: none;
  transition: border-color 0.2s ease,background-color 0.2s ease;
}

#ssrvx-customer-reviews .ssrvx-rating-summary::-webkit-details-marker {
  display: none;
}

#ssrvx-customer-reviews .ssrvx-rating-summary::marker {
  content: "";
}

#ssrvx-customer-reviews .ssrvx-rating-summary:focus-visible {
  outline: 3px solid rgba(152,47,47,0.35);
  outline-offset: -3px;
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary {
  border-color: var(--ssrvx-color-gold-light);
}

#ssrvx-customer-reviews .ssrvx-review-arrow {
  display: grid;
  justify-self: start;
  align-self: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--ssrvx-color-accent);
  border-radius: 50%;
  background: var(--ssrvx-color-paper);
  color: var(--ssrvx-color-accent);
  line-height: 1;
  transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
}

#ssrvx-customer-reviews .ssrvx-review-arrow::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid currentColor;
  transform: translateY(1px);
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary .ssrvx-review-arrow::before {
  border-top: 0;
  border-bottom: 7px solid currentColor;
  transform: translateY(-1px);
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary .ssrvx-review-arrow {
  border-color: var(--ssrvx-color-accent);
  background: var(--ssrvx-color-accent);
  color: var(--ssrvx-color-paper);
}

@media (hover:hover) {
  #ssrvx-customer-reviews .ssrvx-rating-summary:hover .ssrvx-review-arrow {
    background: #f3e9df;
  }

  #ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary:hover .ssrvx-review-arrow {
    border-color: var(--ssrvx-color-accent-dark);
    background: var(--ssrvx-color-accent-dark);
    color: var(--ssrvx-color-paper);
  }
}

#ssrvx-customer-reviews .ssrvx-rating-scorebox {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#ssrvx-customer-reviews .ssrvx-rating-value {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--ssrvx-color-accent-dark);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-rating-scale {
  color: var(--ssrvx-color-muted);
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

#ssrvx-customer-reviews .ssrvx-star-row {
  display: block;
  margin-top: 7px;
  color: var(--ssrvx-color-gold);
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-summary-copy {
  display: block;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid var(--ssrvx-color-gold-light);
}

#ssrvx-customer-reviews .ssrvx-summary-lead {
  display: block;
  margin: 0 0 4px;
  color: var(--ssrvx-color-accent-dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

#ssrvx-customer-reviews .ssrvx-summary-note {
  display: block;
  margin: 0;
  color: var(--ssrvx-color-muted);
  font-size: 13px;
  line-height: 1.7;
}

#ssrvx-customer-reviews .ssrvx-review-content {
  overflow: hidden;
  padding-top: 16px;
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-review-content {
  animation: ssrvx-review-content-open 0.25s ease;
}

@keyframes ssrvx-review-content-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#ssrvx-customer-reviews .ssrvx-entry-stack {
  display: grid;
  gap: 14px;
}

#ssrvx-customer-reviews .ssrvx-review-entry {
  padding: 24px 26px 25px;
  border: 1px solid var(--ssrvx-color-line);
  border-radius: 10px;
  background: var(--ssrvx-color-paper);
  box-shadow: 0 4px 16px rgba(71,48,31,0.045);
}

#ssrvx-customer-reviews .ssrvx-entry-topline {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

#ssrvx-customer-reviews .ssrvx-reviewer-block {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
}

#ssrvx-customer-reviews .ssrvx-reviewer-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ssrvx-color-gold-light);
  border-radius: 50%;
  background: var(--ssrvx-color-warm);
  color: var(--ssrvx-color-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-reviewer-name {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ssrvx-color-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

#ssrvx-customer-reviews .ssrvx-entry-stars {
  flex: 0 0 auto;
  color: var(--ssrvx-color-gold);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

#ssrvx-customer-reviews .ssrvx-entry-title {
  margin: 0 0 8px;
  color: var(--ssrvx-color-accent-dark);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.65;
}

#ssrvx-customer-reviews .ssrvx-entry-body {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ssrvx-color-ink);
  font-size: 14px;
  line-height: 1.95;
}

@media screen and (max-width:600px) {
  #ssrvx-customer-reviews {
    width: calc(100% - 24px);
    margin: 40px auto;
    font-size: 15px;
  }

  #ssrvx-customer-reviews .ssrvx-section-head {
    margin-bottom: 20px;
  }

  #ssrvx-customer-reviews .ssrvx-rating-summary {
    grid-template-columns: 28px minmax(0,1fr);
    gap: 8px 10px;
    padding: 21px 20px;
  }

  #ssrvx-customer-reviews .ssrvx-review-arrow {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  #ssrvx-customer-reviews .ssrvx-review-arrow::before {
    font-size: 11px;
  }

  #ssrvx-customer-reviews .ssrvx-rating-scorebox {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
  }

  #ssrvx-customer-reviews .ssrvx-summary-copy {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    padding: 15px 0 0;
    border-top: 1px solid var(--ssrvx-color-gold-light);
    border-left: 0;
    text-align: center;
  }

  #ssrvx-customer-reviews .ssrvx-review-content {
    padding-top: 12px;
  }

  #ssrvx-customer-reviews .ssrvx-review-entry {
    padding: 20px 18px 21px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-topline {
    align-items: flex-start;
  }

  #ssrvx-customer-reviews .ssrvx-reviewer-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-stars {
    padding-top: 7px;
    font-size: 14px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-title {
    font-size: 17px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-body {
    line-height: 1.9;
  }
}

@media (prefers-reduced-motion:reduce) {
  #ssrvx-customer-reviews .ssrvx-rating-summary,
  #ssrvx-customer-reviews .ssrvx-review-arrow {
    transition: none;
  }

  #ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-review-content {
    animation: none;
  }
}

.ssfaqx-panel {
  --ssfaqx-color-accent: #9b1c1c;
  --ssfaqx-color-accent-hover: #781515;
  --ssfaqx-color-answer: #572c24;
  --ssfaqx-color-text: #333333;
  --ssfaqx-color-border: #e3d9d1;
  --ssfaqx-color-question-bg: #f7f2ed;
  --ssfaqx-color-white: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 50px;
  padding: 0 20px;
  color: var(--ssfaqx-color-text);
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

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

.ssfaqx-panel .ssfaqx-heading {
  margin: 0 0 28px;
  padding: 0 15px 16px;
  border-bottom: 2px solid var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-accent);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.ssfaqx-panel .ssfaqx-list {
  display: grid;
  gap: 16px;
}

.ssfaqx-panel .ssfaqx-card {
  overflow: hidden;
  border: 1px solid var(--ssfaqx-color-border);
  border-radius: 4px;
  background: var(--ssfaqx-color-white);
  box-shadow: 0 3px 12px rgba(87,44,36,0.06);
}

.ssfaqx-panel .ssfaqx-question,
.ssfaqx-panel .ssfaqx-answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ssfaqx-panel .ssfaqx-question {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ssfaqx-color-border);
  background: var(--ssfaqx-color-question-bg);
  color: var(--ssfaqx-color-answer);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.ssfaqx-panel .ssfaqx-answer {
  padding: 20px 22px 22px;
}

.ssfaqx-panel .ssfaqx-badge {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-white);
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ssfaqx-panel .ssfaqx-answer .ssfaqx-badge {
  background: var(--ssfaqx-color-answer);
  font-size: 18px;
}

.ssfaqx-panel .ssfaqx-question-text {
  padding-top: 3px;
}

.ssfaqx-panel .ssfaqx-answer-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.ssfaqx-panel .ssfaqx-answer-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.ssfaqx-panel .ssfaqx-action-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid var(--ssfaqx-color-accent);
  border-radius: 3px;
  background: var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.ssfaqx-panel .ssfaqx-action-link::after {
  margin-left: 9px;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.ssfaqx-panel .ssfaqx-action-link:visited {
  color: var(--ssfaqx-color-white);
}

.ssfaqx-panel .ssfaqx-action-link:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (hover:hover) {
  .ssfaqx-panel .ssfaqx-action-link:hover {
    border-color: var(--ssfaqx-color-accent-hover);
    background: var(--ssfaqx-color-accent-hover);
    color: var(--ssfaqx-color-white);
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .ssfaqx-panel {
    margin: 45px auto 35px;
    padding: 0 12px;
  }

  .ssfaqx-panel .ssfaqx-heading {
    margin-bottom: 20px;
    padding: 0 5px 12px;
    font-size: 24px;
    line-height: 1.5;
  }

  .ssfaqx-panel .ssfaqx-list {
    gap: 12px;
  }

  .ssfaqx-panel .ssfaqx-question,
  .ssfaqx-panel .ssfaqx-answer {
    gap: 11px;
  }

  .ssfaqx-panel .ssfaqx-question {
    padding: 15px 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ssfaqx-panel .ssfaqx-answer {
    padding: 16px 14px 18px;
  }

  .ssfaqx-panel .ssfaqx-badge {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .ssfaqx-panel .ssfaqx-answer .ssfaqx-badge {
    font-size: 17px;
  }

  .ssfaqx-panel .ssfaqx-question-text {
    padding-top: 2px;
  }

  .ssfaqx-panel .ssfaqx-answer-body {
    padding-top: 0;
  }

  .ssfaqx-panel .ssfaqx-answer-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .ssfaqx-panel .ssfaqx-action-link {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 14px;
    text-align: center;
  }
}

.ssrankx-panel {
  --ssrankx-color-accent: #9b1c1c;
  --ssrankx-color-button-hover: #6b3930;
  --ssrankx-color-heading: #572c24;
  --ssrankx-color-text: #111111;
  --ssrankx-color-card-bg: #f8f5f1;
  --ssrankx-color-card-line: #92705f;
  --ssrankx-color-image-border: #e3d9d1;
  --ssrankx-color-white: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--ssrankx-color-text);
  box-sizing: border-box;
}

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

.ssrankx-panel .ssrankx-title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  border-bottom: 2px solid var(--ssrankx-color-accent);
  color: var(--ssrankx-color-accent);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.ssrankx-panel .ssrankx-lead {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.ssrankx-panel .ssrankx-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 0;
}

.ssrankx-panel .ssrankx-card {
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
  border-top: 3px solid var(--ssrankx-color-card-line);
  background: var(--ssrankx-color-card-bg);
}

.ssrankx-panel .ssrankx-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--ssrankx-color-image-border);
  background: var(--ssrankx-color-white);
}

.ssrankx-panel .ssrankx-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.ssrankx-panel .ssrankx-content {
  display: flex;
  flex: 1;
  min-width: 0;
  padding-top: 15px;
  flex-direction: column;
}

.ssrankx-panel .ssrankx-name {
  margin: 0 0 12px;
  color: var(--ssrankx-color-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.ssrankx-panel .ssrankx-name a {
  color: inherit;
  text-decoration: none;
}

.ssrankx-panel .ssrankx-name a:hover {
  color: var(--ssrankx-color-accent);
  text-decoration: underline;
}

.ssrankx-panel .ssrankx-rank {
  display: table;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border: 1px solid #b9977e;
  border-radius: 30px;
  background: #eadfd5;
  color: var(--ssrankx-color-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.ssrankx-panel .ssrankx-rank-full {
  display: inline;
}

.ssrankx-panel .ssrankx-rank-short {
  display: none;
}

.ssrankx-panel .ssrankx-rank--gold {
  padding: 6px 16px;
  border-color: #a9710e;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  color: #4b2f00;
  font-size: 15px;
}

.ssrankx-panel .ssrankx-rank--silver {
  border-color: #92989e;
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  color: #333333;
}

.ssrankx-panel .ssrankx-rank--bronze {
  border-color: #743918;
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  color: var(--ssrankx-color-white);
}

.ssrankx-panel .ssrankx-description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}

.ssrankx-panel .ssrankx-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid var(--ssrankx-color-accent);
  border-radius: 4px;
  background: var(--ssrankx-color-accent);
  color: var(--ssrankx-color-white) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.ssrankx-panel .ssrankx-button:hover {
  border-color: var(--ssrankx-color-button-hover);
  background: var(--ssrankx-color-button-hover);
  color: var(--ssrankx-color-white) !important;
  text-decoration: none !important;
}

.ssrankx-panel .ssrankx-button:focus-visible,
.ssrankx-panel .ssrankx-name a:focus-visible,
.ssrankx-panel .ssrankx-image:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (max-width:600px) {
  .ssrankx-panel .ssrankx-title {
    margin-bottom: 18px;
    padding: 0 5px 12px;
    font-size: 21px;
    text-align: left;
  }

  .ssrankx-panel .ssrankx-lead {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .ssrankx-panel .ssrankx-grid {
    gap: 6px;
  }

  .ssrankx-panel .ssrankx-card {
    padding: 6px;
  }

  .ssrankx-panel .ssrankx-content {
    padding-top: 8px;
  }

  .ssrankx-panel .ssrankx-rank,
  .ssrankx-panel .ssrankx-rank--gold {
    margin-bottom: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .ssrankx-panel .ssrankx-rank-full {
    display: none;
  }

  .ssrankx-panel .ssrankx-rank-short {
    display: inline;
  }

  .ssrankx-panel .ssrankx-name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ssrankx-panel .ssrankx-description {
    display: none;
  }

  .ssrankx-panel .ssrankx-button {
    padding: 8px 2px;
    font-size: 10.5px;
    line-height: 1.35;
  }
}

.ssfaqx-panel .ssfaqx-answer-body strong {
  color: #9b1c1c;
}

```css .uni-category-intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  color: #333;
  font-family: inherit;
  line-height: 1.9;
}

.uni-category-intro * {
  box-sizing: border-box;
}

.uni-category-intro .uni-head {
  margin-bottom: 30px;
  text-align: center;
}

.uni-category-intro .uni-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 18px;
  border: 1px solid #b79048;
  color: #8a692f;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.uni-category-intro h1 {
  margin: 0 0 18px;
  padding: 0;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.uni-category-intro .uni-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}

.uni-category-intro .uni-lead strong {
  color: #9b742d;
  font-weight: 600;
}

.uni-category-intro .uni-point-list {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.uni-category-intro .uni-point {
  flex: 1;
  padding: 22px 18px;
  border: 1px solid #e4e0d8;
  background: #fff;
  text-align: center;
}

.uni-category-intro .uni-point-number {
  display: block;
  margin-bottom: 8px;
  color: #b79048;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.uni-category-intro .uni-point-title {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.uni-category-intro .uni-point-text {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.uni-category-intro .uni-point-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.uni-category-intro .uni-season {
  margin-top: 25px;
  padding: 18px 20px;
  background: #f8f6f1;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.uni-category-intro .uni-season strong {
  color: #8b2821;
}

.uni-category-intro .uni-btn-area {
  margin-top: 25px;
  text-align: center;
}

.uni-category-intro .uni-btn {
  display: inline-block;
  min-width: 300px;
  padding: 14px 30px;
  background: #8b2821;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.uni-category-intro .uni-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .uni-category-intro {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .uni-category-intro h1 {
    font-size: 22px;
    line-height: 1.55;
  }

  .uni-category-intro .uni-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .uni-category-intro .uni-point-list {
    display: block;
  }

  .uni-category-intro .uni-point {
    margin-bottom: 10px;
    padding: 18px 15px;
  }

  .uni-category-intro .uni-season {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }

  .uni-category-intro .uni-btn {
    width: 100%;
    min-width: 0;
  }
}

.ss-category-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ss-category-content h2 {
  margin: 0 0 25px !important;
  padding: 0 15px 16px !important;
  border: 0 !important;
  border-bottom: 2px solid #9b1c1c !important;
  background: transparent !important;
  color: #9b1c1c !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  letter-spacing: normal;
  box-sizing: border-box;
}

@media screen and (max-width:600px) {
  .ss-category-content {
    padding: 0 12px;
  }

  .ss-category-content h2 {
    margin-bottom: 18px !important;
    padding: 0 5px 12px !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
}

.sensai-guide-area {
  width: 100%;
  margin: clamp(30px,5vw,10px) 0;
  box-sizing: border-box;
}

.sensai-guide-list {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: clamp(15px,2.5vw,30px);
  box-sizing: border-box;
}

.sensai-guide-item {
  display: flex;
  flex-direction: column;
  padding: clamp(20px,3vw,32px);
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

.sensai-guide-heading {
  margin: 0 0 18px;
}

.sensai-guide-toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid #333;
  background: transparent;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  appearance: none;
}

@media screen and (min-width:768px) {
  .sensai-guide-toggle {
    cursor: default;
  }
}

.sensai-guide-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sensai-guide-item p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
}

.sensai-guide-notes {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.sensai-guide-notes li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 1.2em;
}

.sensai-guide-notes li:last-child {
  margin-bottom: 0;
}

.sensai-guide-notes li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}

.sensai-payment-image {
  width: 90%;
  margin: 10px auto 15px;
}

.sensai-payment-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sensai-delivery-intro {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 0 15px;
}

.sensai-delivery-image {
  flex: 0 0 100px;
  width: 100px;
}

.sensai-delivery-image img {
  display: block;
  width: 100px;
  height: auto;
}

.sensai-delivery-text {
  flex: 1;
  min-width: 0;
}

.sensai-delivery-text p {
  margin: 0;
}

.sensai-shipping-table {
  width: 100%;
  margin: 12px 0 16px;
  border-collapse: collapse;
  font-size: 13px;
}

.sensai-shipping-table th,
.sensai-shipping-table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  line-height: 1.5;
}

.sensai-shipping-table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
}

.sensai-shipping-table th:last-child,
.sensai-shipping-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.sensai-quality-highlight {
  color: #9b4b3f;
  font-weight: bold;
}

.sensai-guide-button {
  margin-top: auto;
  padding-top: 20px;
}

@media screen and (max-width:767px) {
  .sensai-guide-area {
    margin: 30px 0;
  }

  .sensai-guide-list {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sensai-guide-item {
    padding: 0;
  }

  .sensai-guide-heading {
    margin: 0;
  }

  .sensai-guide-toggle {
    padding: 16px 45px 16px 18px;
    border-bottom: 0;
    font-size: 17px;
    cursor: pointer;
  }

  .sensai-guide-toggle::before,
  .sensai-guide-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 1px;
    background: #333;
    transition: transform 0.2s ease;
  }

  .sensai-guide-toggle::after {
    transform: rotate(90deg);
  }

  .sensai-guide-toggle[aria-expanded="true"]::after {
    transform: rotate(0deg);
  }

  .sensai-guide-content {
    display: none;
    padding: 5px 18px 22px;
  }

  .sensai-guide-item.is-open .sensai-guide-content {
    display: flex;
  }

  .sensai-payment-image {
    width: 90%;
    margin: 8px auto 15px;
  }

  .sensai-delivery-intro {
    gap: 15px;
  }

  .sensai-delivery-image {
    flex: 0 0 90px;
    width: 90px;
  }

  .sensai-delivery-image img {
    width: 90px;
  }

  .sensai-shipping-table {
    font-size: 12px;
  }

  .sensai-shipping-table th,
  .sensai-shipping-table td {
    padding: 7px 6px;
  }

  .sensai-guide-notes {
    font-size: 12px;
  }
}

:root {
  --guide-ink: #18262f;
  --guide-muted: #5c6b73;
  --guide-line: #dce5e9;
  --guide-bg: #f5f8fa;
  --guide-card: #ffffff;
  --guide-ocean: #9b1c1c;
  --guide-ocean-2: #7f1717;
  --guide-accent: #cf4b32;
  --guide-accent-soft: #fff2ee;
  --guide-info-soft: #f9ecec;
  --guide-warning: #865b06;
  --guide-warning-soft: #fff8e8;
  --guide-radius: 16px;
  --guide-shadow: 0 10px 30px rgba(24,38,47,.08);
  --guide-max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--guide-ink);
  background: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--guide-ocean-2);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

button,
summary {
  font: inherit;
}

.guide-page {
  background: #fff;
}

.guide-wrap {
  width: min(calc(100% - 32px),var(--guide-max));
  margin-inline: auto;
}

.guide-hero {
  padding: 52px 0 30px;
  text-align: center;
}

.guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--guide-ocean-2);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-kicker::before,
.guide-kicker::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.guide-hero h1 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: clamp(2rem,5vw,3rem);
  line-height: 1.25;
  letter-spacing: .03em;
}

.guide-lead {
  max-width: 670px;
  margin: 15px auto 0;
  color: var(--guide-muted);
  font-size: 1rem;
}

.guide-quick {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin: 18px auto 28px;
}

.guide-quick__card {
  position: relative;
  min-height: 150px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: var(--guide-radius);
  background: var(--guide-card);
  box-shadow: 0 4px 18px rgba(24,38,47,.05);
}

.guide-quick__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--guide-info-soft);
  color: var(--guide-ocean);
}

.guide-quick__icon svg {
  width: 23px;
  height: 23px;
}

.guide-quick__title {
  margin: 0 0 4px;
  color: var(--guide-ocean);
  font-size: .92rem;
  font-weight: 800;
}

.guide-quick__value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
}

.guide-quick__note {
  display: block;
  margin-top: 4px;
  color: var(--guide-muted);
  font-size: .78rem;
  font-weight: 500;
}

.guide-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 0 44px;
  border-block: 1px solid var(--guide-line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}

.guide-nav__inner {
  display: flex;
  gap: 8px;
  padding: 11px 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.guide-nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--guide-ink);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.guide-nav a:hover,
.guide-nav a:focus-visible {
  background: var(--guide-info-soft);
  color: var(--guide-ocean);
  outline: none;
}

.guide-section {
  scroll-margin-top: 90px;
  margin: 0 0 54px;
}

.guide-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.guide-heading__num {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--guide-ocean);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.guide-heading h2 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: clamp(1.4rem,3vw,1.8rem);
  line-height: 1.35;
}

.guide-heading p {
  margin: 3px 0 0;
  color: var(--guide-muted);
  font-size: .9rem;
}

.guide-panel {
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: var(--guide-radius);
  background: #fff;
  box-shadow: 0 4px 22px rgba(24,38,47,.04);
}

.guide-panel + .guide-panel {
  margin-top: 12px;
}

.guide-panel > summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px 52px 16px 20px;
  cursor: pointer;
  list-style: none;
  color: var(--guide-ink);
  font-weight: 800;
}

.guide-panel > summary::-webkit-details-marker {
  display: none;
}

.guide-panel > summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--guide-ocean-2);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.guide-panel[open] > summary::after {
  content: "\2212";
}

.guide-panel[open] > summary {
  border-bottom: 1px solid var(--guide-line);
  background: #fbfdfe;
}

.guide-panel__body {
  padding: 20px;
}

.guide-panel__body >:first-child {
  margin-top: 0;
}

.guide-panel__body >:last-child {
  margin-bottom: 0;
}

.guide-grid-2 {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.guide-mini-card {
  padding: 18px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-mini-card h3,
.guide-mini-card h4 {
  margin: 0 0 7px;
  color: var(--guide-ocean);
  font-size: 1.02rem;
}

.guide-mini-card p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-flow {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  counter-reset: flow;
}

.guide-flow__item {
  position: relative;
  padding: 17px 15px;
  border-radius: 14px;
  background: var(--guide-bg);
  text-align: center;
}

.guide-flow__item::before {
  counter-increment: flow;
  content: counter(flow);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--guide-ocean);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.guide-flow__item strong {
  display: block;
  font-size: .91rem;
}

.guide-flow__item span {
  display: block;
  margin-top: 3px;
  color: var(--guide-muted);
  font-size: .79rem;
}

.guide-callout {
  margin: 16px 0;
  padding: 15px 17px;
  border-left: 4px solid var(--guide-ocean-2);
  border-radius: 10px;
  background: var(--guide-info-soft);
}

.guide-callout--warning {
  border-left-color: #ca8b18;
  background: var(--guide-warning-soft);
  color: #5d430e;
}

.guide-callout--accent {
  border-left-color: var(--guide-accent);
  background: var(--guide-accent-soft);
}

.guide-callout strong {
  color: inherit;
}

.guide-callout p {
  margin: 0;
}

.guide-list {
  margin: 10px 0 0;
  padding-left: 1.25em;
}

.guide-list li + li {
  margin-top: 5px;
}

.guide-note {
  color: var(--guide-muted);
  font-size: .86rem;
}

.guide-table-wrap {
  width: 100%;
  overflow-x: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 12px;
}

.guide-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.guide-table th,
.guide-table td {
  padding: 11px 9px;
  border-bottom: 1px solid var(--guide-line);
  text-align: left;
  vertical-align: top;
}

.guide-table th:first-child,
.guide-table td:first-child {
  width: 58%;
  padding-right: 6px;
}

.guide-table th:last-child,
.guide-table td:last-child {
  width: 42%;
  padding-left: 6px;
}

.guide-table tr:last-child th,
.guide-table tr:last-child td {
  border-bottom: 0;
}

.guide-table th {
  background: #fcf7f7;
  color: var(--guide-ocean);
  font-size: .88rem;
}

.guide-table td {
  font-size: .91rem;
}

.guide-price {
  font-weight: 800;
  white-space: nowrap;
}

.guide-payment {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.guide-payment__item {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-payment__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.guide-payment__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  background: #fff;
}

.guide-payment__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.guide-payment__title h3 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: 1rem;
}

.guide-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--guide-bg);
  color: var(--guide-muted);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.guide-payment__item p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .89rem;
}

.guide-delivery-time {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-delivery-time h3 {
  margin: 0 0 6px;
  color: var(--guide-ocean);
  font-size: 1.05rem;
}

.guide-delivery-time > p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-delivery-time__figure {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.guide-delivery-time__image {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
}

.guide-delivery-time__caption {
  margin-top: 10px;
  color: var(--guide-muted);
  font-size: .8rem;
}

.guide-bundle-detail {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-bundle-detail__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.guide-bundle-detail__head h3 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: 1.08rem;
}

.guide-bundle-detail__lead {
  margin: 0 0 18px;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-bundle-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.guide-bundle-status--ok {
  background: #e9f7ef;
  color: #087a3c;
}

.guide-bundle-status--ng {
  background: #fff0f0;
  color: #c32626;
}

.guide-bundle-detail {
  --guide-bundle-a: #000099;
  --guide-bundle-b: #3333ff;
  --guide-bundle-c: #3366ff;
}

.guide-bundle-status--a {
  background: var(--guide-bundle-a);
  color: #fff;
}

.guide-bundle-status--b {
  background: var(--guide-bundle-b);
  color: #fff;
}

.guide-bundle-status--c {
  background: var(--guide-bundle-c);
  color: #fff;
}

.guide-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}

.guide-bundle-group {
  padding: 16px;
  border: 1px solid var(--guide-line);
  border-top: 4px solid var(--guide-line);
  border-radius: 12px;
  background: #fff;
}

.guide-bundle-group--a {
  border-top-color: var(--guide-bundle-a);
}

.guide-bundle-group--b {
  border-top-color: var(--guide-bundle-b);
}

.guide-bundle-group--c {
  border-top-color: var(--guide-bundle-c);
}

.guide-bundle-group--a .guide-bundle-group__title h4 {
  color: var(--guide-bundle-a);
}

.guide-bundle-group--b .guide-bundle-group__title h4 {
  color: var(--guide-bundle-b);
}

.guide-bundle-group--c .guide-bundle-group__title h4 {
  color: var(--guide-bundle-c);
}

.guide-bundle-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 11px;
}

.guide-bundle-group__title h4 {
  margin: 0;
  color: var(--guide-ink);
  font-size: .96rem;
}

.guide-bundle-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.guide-bundle-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 7px 10px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.guide-bundle-chip--a {
  color: var(--guide-bundle-a);
}

.guide-bundle-chip--b {
  color: var(--guide-bundle-b);
}

.guide-bundle-chip--c {
  color: var(--guide-bundle-c);
}

.guide-bundle-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 15px 16px;
  border-radius: 12px;
  background: var(--guide-bg);
}

.guide-bundle-rule__label {
  min-width: 100px;
  color: var(--guide-ocean);
  font-weight: 800;
}

.guide-bundle-rule p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .9rem;
}

.guide-bundle-ng {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 15px 16px;
  border: 1px solid #f1c5c5;
  border-radius: 12px;
  background: #fff8f8;
}

.guide-bundle-ng p {
  margin: 0;
  color: var(--guide-ink);
  font-size: .9rem;
}

.guide-bundle-attention {
  margin-top: 12px;
  padding: 15px 17px;
  border-left: 4px solid #ca8b18;
  border-radius: 10px;
  background: var(--guide-warning-soft);
  color: #5d430e;
  font-size: .9rem;
}

.guide-bundle-attention strong {
  display: block;
  margin-bottom: 2px;
}

.guide-bundle-attention p {
  margin: 0;
}

.guide-faq {
  display: grid;
  gap: 10px;
}

.guide-faq details {
  border: 1px solid var(--guide-line);
  border-radius: 13px;
  background: #fff;
}

.guide-faq summary {
  position: relative;
  padding: 15px 48px 15px 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.guide-faq summary::-webkit-details-marker {
  display: none;
}

.guide-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--guide-ocean-2);
  font-size: 1.35rem;
}

.guide-faq details[open] summary::after {
  content: "\2212";
}

.guide-faq__answer {
  padding: 0 18px 17px;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-faq__answer >:first-child {
  margin-top: 0;
}

.guide-faq__answer >:last-child {
  margin-bottom: 0;
}

.guide-contact {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border-radius: 18px;
  background: var(--guide-ocean);
  color: #fff;
}

.guide-contact h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.4rem;
}

.guide-contact p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}

.guide-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--guide-ocean);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
}

.guide-button:hover {
  transform: translateY(-1px);
}

.guide-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 24px 0 58px;
  font-size: .86rem;
}

@media (max-width:860px) {
  .guide-quick {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .guide-flow {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .guide-contact {
    grid-template-columns: 1fr;
  }

  .guide-button {
    width: 100%;
  }
}

@media (max-width:640px) {
  .guide-wrap {
    width: min(calc(100% - 24px),var(--guide-max));
  }

  .guide-table th,
  .guide-table td {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .84rem;
  }

  .guide-table th:first-child,
  .guide-table td:first-child {
    padding-left: 7px;
    padding-right: 4px;
  }

  .guide-table th:last-child,
  .guide-table td:last-child {
    padding-left: 4px;
    padding-right: 7px;
  }

  .guide-hero {
    padding-top: 36px;
  }

  .guide-lead {
    font-size: .93rem;
    text-align: left;
  }

  .guide-quick {
    grid-template-columns: 1fr;
  }

  .guide-quick__card {
    min-height: auto;
  }

  .guide-grid-2,
  .guide-payment,
  .guide-flow,
  .guide-bundle-grid {
    grid-template-columns: 1fr;
  }

  .guide-bundle-detail {
    padding: 16px;
  }

  .guide-bundle-detail__head {
    display: block;
  }

  .guide-bundle-detail__head .guide-bundle-status {
    margin-top: 8px;
  }

  .guide-bundle-rule,
  .guide-bundle-ng {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .guide-heading {
    align-items: flex-start;
  }

  .guide-panel > summary {
    padding-left: 16px;
  }

  .guide-panel__body {
    padding: 16px;
  }

  .guide-section {
    margin-bottom: 42px;
  }
}

.ssfaqx-panel {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.ssfaqx-heading {
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 3px solid #b34236;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.ssfaqx-list {
  display: grid;
  gap: 14px;
}

.ssfaqx-card {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd5cc;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ssfaqx-question {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #f8f4ef;
  color: #333;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease,color 0.2s ease;
}

.ssfaqx-question::-webkit-details-marker {
  display: none;
}

.ssfaqx-question::marker {
  content: "";
}

.ssfaqx-question:hover {
  background: #f3e9df;
}

.ssfaqx-question:focus-visible {
  outline: 3px solid rgba(179,66,54,0.35);
  outline-offset: -3px;
}

.ssfaqx-card[open] > .ssfaqx-question {
  background: #f3e9df;
  color: #8e2d25;
}

.ssfaqx-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.ssfaqx-question .ssfaqx-badge {
  background: #b34236;
}

.ssfaqx-answer > .ssfaqx-badge {
  background: #d08a48;
}

.ssfaqx-question-text {
  min-width: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.ssfaqx-toggle {
  position: relative;
  display: block;
  justify-self: end;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-left: auto;
}

.ssfaqx-toggle::before,
.ssfaqx-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #b34236;
  content: "";
  transform: translate(-50%,-50%);
  transition: opacity 0.2s ease,transform 0.2s ease;
}

.ssfaqx-toggle::before {
  width: 18px;
  height: 2px;
}

.ssfaqx-toggle::after {
  width: 2px;
  height: 18px;
}

.ssfaqx-card[open] .ssfaqx-toggle::after {
  opacity: 0;
  transform: translate(-50%,-50%) scaleY(0);
}

.ssfaqx-answer {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
  border-top: 1px solid #eadfd5;
  box-sizing: border-box;
  background: #fff;
}

.ssfaqx-card[open] .ssfaqx-answer {
  animation: ssfaqx-answer-open 0.25s ease;
}

.ssfaqx-answer-body {
  min-width: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.ssfaqx-answer-body p {
  margin: 0;
}

.ssfaqx-answer-body strong {
  color: #8e2d25;
  font-weight: 700;
}

@keyframes ssfaqx-answer-open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:600px) {
  .ssfaqx-panel {
    margin: 35px auto;
    padding: 0 10px;
  }

  .ssfaqx-heading {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .ssfaqx-list {
    gap: 10px;
  }

  .ssfaqx-question {
    grid-template-columns: 36px minmax(0,1fr) auto;
    gap: 9px;
    min-height: 64px;
    padding: 12px;
  }

  .ssfaqx-badge {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .ssfaqx-question-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .ssfaqx-toggle {
    justify-self: end;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: auto;
  }

  .ssfaqx-toggle::before {
    width: 15px;
  }

  .ssfaqx-toggle::after {
    height: 15px;
  }

  .ssfaqx-answer {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 9px;
    padding: 16px 12px;
  }

  .ssfaqx-answer-body {
    font-size: 14px;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion:reduce) {
  .ssfaqx-question,
  .ssfaqx-toggle::before,
  .ssfaqx-toggle::after {
    transition: none;
  }

  .ssfaqx-card[open] .ssfaqx-answer {
    animation: none;
  }
}

#page_product_list .ec-breadcrumbRole {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
}

#page_product_list .ec-breadcrumbRole nav {
  width: 100%;
  text-align: left;
}

#page_product_list .ec-breadcrumbRole .ec-topicpath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.ss-accordion-content .kegani-point {
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width:767px) {

}

.u-text-center {
  text-align: center;
}

.cls-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cls-img-center {
  margin-left: auto;
  margin-right: auto;
}

.cls-img-800 {
  width: 800px;
  max-width: 100%;
}

.cls-img-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cls-ratio-1x1 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cls-ratio-1x1 > .cls-img {
  width: 100%;
  height: 100%;
}

.cls-img-contain {
  object-fit: contain;
}

.u-section-space {
  margin-top: 32px;
}

.u-anchor-offset {
  scroll-margin-top: 100px;
}

@media (max-width:767px) {
  .cls-img-stack {
    gap: 16px;
  }

  .u-section-space {
    margin-top: 24px;
  }
}

.doukon-cls-list {
  margin: 0;
  padding: 0;
}

.doukon-cls-item {
  box-sizing: border-box;
  min-width: 0;
}

.doukon-cls-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.doukon-cls-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.doukon-cls-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.doukon-cls-price {
  min-height: 1.8em;
  line-height: 1.4;
}

.doukon-cls-price a {
  display: block;
}

#ranking_area .doukon-cls-list {
  overflow: hidden;
}

.product-list-image-cls {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-list-image-cls picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-list-image-cls img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ec-topicpath .ec-topicpath__item a {
  margin-bottom: 0px;
}

/* 商品詳細 共通テンプレート */

.product-details {
  --pd-accent: #b54532;
  --pd-accent-soft: #fff4f0;
  --pd-text: #292929;
  --pd-muted: #666;
  --pd-line: #dedbd5;
  --pd-surface: #fff;
  --pd-subtle: #f7f6f3;
  width: 100%;
  max-width: 960px;
  margin: 32px auto;
  color: var(--pd-text);
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

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

.product-details__heading {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--pd-accent);
  font-size: clamp(22px,4vw,28px);
  line-height: 1.45;
}

.product-details__section {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--pd-line);
  border-radius: 10px;
  background: var(--pd-surface);
}

.product-details__title {
  margin: 0;
  padding: 5px 12px;
  border-left: 5px solid var(--pd-accent);
  background: var(--pd-subtle);
  font-size: 15px;
  line-height: 1.5;
}

.product-details__body {
  padding: 18px;
}

.product-details__body>:first-child {
  margin-top: 0;
}

.product-details__body>:last-child {
  margin-bottom: 0;
}

.product-details__lead {
  margin: 0;
}

.product-details__alert {
  margin: 0 0 16px;
  padding: 13px 15px;
  border: 1px solid #efb2aa;
  border-left: 5px solid #c83b2d;
  border-radius: 8px;
  background: #fff3f1;
  color: #9b241b;
  font-weight: 700;
  line-height: 1.7;
}

.product-details__specs {
  display: grid;
  grid-template-columns: minmax(130px,25%) 1fr;
  margin: 0;
  border-top: 1px solid var(--pd-line);
  border-left: 1px solid var(--pd-line);
}

.product-details__specs dt,
.product-details__specs dd {
  margin: 0;
  padding: 11px 14px;
  border-right: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
}

.product-details__specs dt {
  background: var(--pd-subtle);
  font-weight: 700;
}

.product-details__shipping {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.product-details__badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.4;
}

.product-details__badge--frozen {
  color: #155f8a;
  background: #eef8ff;
}

.product-details__badge--date {
  color: #28653a;
  background: #f0faf2;
}

.product-details__badge-icon {
  width: 1.4em;
  margin-right: .45em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1;
}

.product-details__subheading {
  margin: 0 0 10px;
  font-size: 15px;
}

.product-details__group-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 20px;
  align-items: start;
}

.product-details__group-box {
  min-width: 0;
}

.product-details__group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-details__group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 6px 12px;
  border: 2px solid currentColor;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
}

.product-details__group--a {
  color: #b42318;
  background: #fff0ee;
}

.product-details__group--b {
  color: #a15c00;
  background: #fff7e8;
}

.product-details__group--c {
  color: #317314;
  background: #f1faec;
}

.product-details__note {
  margin: 12px 0 0;
  color: var(--pd-muted);
  font-size: 13px;
}

.product-details__shipping-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-radius: 8px;
  background: #fff8e8;
  color: var(--pd-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.product-details__caution {
  position: relative;
  margin: 0;
  padding-left: 1.35em;
  font-size: 15px;
}

.product-details__caution::before {
  position: absolute;
  left: 0;
  color: var(--pd-accent);
  content: "※";
  font-weight: 700;
}

@media (max-width:600px) {
  .product-details {
    margin: 24px auto;
    font-size: 14px;
  }

  .product-details__title {
    padding: 5px 12px;
    font-size: 15px;
  }

  .product-details__body {
    padding: 14px;
  }

  .product-details__specs {
    grid-template-columns: 1fr;
  }

  .product-details__specs dt {
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .product-details__specs dd {
    padding-top: 5px;
  }

  .product-details__group-row {
    gap: 12px;
  }

  .product-details__subheading {
    font-size: 13px;
    line-height: 1.45;
  }

  .product-details__group {
    min-width: 36px;
    min-height: 36px;
    padding: 5px 9px;
  }
}

@media screen and (max-width:767px) {
  .uni-category-intro .uni-point-image {
    margin-bottom: 12px;
  }
}

/* ==================================================
   北海道オホーツク産ホタテ紹介コンテンツ
================================================== */

.hotate-page {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hotate-page,
.hotate-page * {
  box-sizing: border-box;
}

.hotate-page .rishiri-uni-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.hotate-page .rishiri-uni-section-title {
  margin: 0 auto 25px;
}

.hotate-page .rishiri-uni-section:first-child .rishiri-uni-section-title {
  margin-top: 24px;
}

.hotate-page .rishiri-uni-section:last-child {
  margin-bottom: 0;
}

.hotate-page .kegani-topic-text h3 {
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.5;
}

.hotate-page .kegani-topic-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 250;
  object-fit: cover;
}

.hotate-page .rishiri-uni-type__conclusion-title {
  padding: 0 !important;
}

.hotate-page .rishiri-uni-rarity--serving {
  aspect-ratio: auto;
}

.hotate-page .rishiri-uni-rarity--serving .rishiri-uni-rarity__photo,
.hotate-page .rishiri-uni-rarity--serving .rishiri-uni-rarity__copy {
  flex: 0 0 auto;
}

.hotate-content-box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding: 32px 28px;
  border: 1px solid #e5d3b3;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 767px) {
  .hotate-content-box {
    margin-bottom: 28px;
    padding: 24px 16px;
    border-radius: 8px;
  }
}

.hotate-arrange-intro {
  margin: 24px 0 26px;
  text-align: center;
}

.hotate-section-label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #9b1c1c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.hotate-subsection-title {
  margin: 16px 0 8px !important;
  padding: 0 !important;
  color: #9b1c1c;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.hotate-arrange-note {
  margin: 0;
  color: #5f5651;
  font-size: 15px;
  line-height: 1.8;
}

.hotate-thawing {
  margin-bottom: 36px;
}

.hotate-thawing-intro {
  margin-bottom: 20px;
}

.hotate-thawing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotate-thawing-step {
  margin: 0;
  padding: 20px 16px;
  border: 1px solid #e8ded8;
  border-radius: 12px;
  background: #fffaf7;
  box-shadow: 0 4px 14px rgba(60, 35, 25, 0.08);
}

.hotate-thawing-number {
  display: inline-block;
  margin-bottom: 10px;
  color: #9b1c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hotate-thawing-title {
  margin: 0 0 8px;
  color: #9b1c1c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.hotate-thawing-text {
  margin: 0;
  color: #5f5651;
  font-size: 14px;
  line-height: 1.75;
}

.hotate-thawing-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f8f1ed;
  color: #5f5651;
  font-size: 13px;
  line-height: 1.75;
}

.hotate-thawing-note strong {
  color: #9b1c1c;
}

.hotate-recipe-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hotate-recipe-grid > .hotate-recipe-card {
  display: flex;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid #e8ded8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(60, 35, 25, 0.1);
}

.hotate-recipe-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 267;
  margin: 0 0 16px;
  object-fit: cover;
}

.hotate-recipe-title {
  display: block;
  min-height: 3em;
  padding: 0 12px;
  color: #9b1c1c !important;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.hotate-recipe-number {
  display: block;
  margin-bottom: 3px;
  color: #b8745d;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hotate-recipe-more-wrap {
  margin: 32px 0 0;
  text-align: center;
}

.hotate-recipe-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 13px 26px;
  border: 1px solid #9b1c1c;
  border-radius: 999px;
  background: #fff;
  color: #9b1c1c !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hotate-recipe-more:hover {
  background: #9b1c1c;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .hotate-page {
    padding: 0 12px;
  }

  .hotate-page .rishiri-uni-section {
    margin-bottom: 32px;
  }

  .hotate-page .rishiri-uni-section:first-child .rishiri-uni-section-title {
    margin-top: 16px;
  }

  .hotate-recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .hotate-thawing-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hotate-thawing-step {
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  .hotate-recipe-grid {
    grid-template-columns: 1fr !important;
  }

  .hotate-recipe-more {
    width: 100%;
    min-width: 0;
  }
}

.hotate-page .rishiri-uni-rarity {
  aspect-ratio: auto;
}

.hotate-page .rishiri-uni-rarity__photo,
.hotate-page .rishiri-uni-rarity__copy {
  flex: 0 0 auto;
}

.hotate-child-categories {
  margin: 60px auto 20px;
}

.hotate-child-heading {
  margin: 0 0 24px;
  color: #8b2821;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.hotate-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hotate-child-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.hotate-child-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.hotate-child-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.hotate-child-overlay small {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.hotate-child-overlay strong {
  font-size: 24px;
  line-height: 1.4;
}

.hotate-child-banner:hover,
.hotate-child-banner:focus {
  color: #fff;
  text-decoration: none;
}

.hotate-child-banner:hover img,
.hotate-child-banner:focus img {
  transform: scale(1.04);
}

.hotate-child-banner:focus-visible {
  outline: 3px solid #8b2821;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .hotate-child-categories {
    margin-top: 40px;
  }

  .hotate-child-heading {
    font-size: 22px;
  }

  .hotate-child-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hotate-child-overlay small {
    font-size: 13px;
  }

  .hotate-child-overlay strong {
    font-size: 20px;
  }
}

/* Preserve the source aspect ratio of category topic images. */

#page_product_list .kegani-topic-box .kegani-topic-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain;
}

/* =========================================================
   TOPページ：商品セクション見出し
   「店長おすすめ」「かに品質保証」「同梱おすすめ」共通
========================================================= */
#tenchoosusume_area h4,
#ranking_area h4 {
  margin: 0 0 12px;
  padding: 12px 18px;
  background: #8b1e1e;
  color: #fff;
  border-left: 8px solid #e8b44c;
  border-radius: 3px;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media only screen and (max-width: 767px) {
  #tenchoosusume_area h4,
  #ranking_area h4 {
    padding: 10px 14px;
    border-left-width: 6px;
    font-size: 16px;
  }
}


.product-details__badge--refrigerated {
  color: #0097a7;
  border-color: #0097a7;
  background-color: #e8f8fa;
}

.product-details__badge--refrigerated .product-details__badge-icon {
  color: #0097a7;
}

.product-details__badge--date-ng {
  color: #c62828;
  border-color: #c62828;
  background-color: #fff0f0;
}

.product-details__badge--date-ng .product-details__badge-icon {
  color: #c62828;
}

.product-details__badge--dry {
  color: #2e7d32;
  border-color: #2e7d32;
  background-color: #edf7ed;
}

.product-details__badge--dry .product-details__badge-icon {
  color: #2e7d32;
}
