@charset "UTF-8";
/* Scss Document */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

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

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ### Transition */
#dynamic-latest-color {
  --trend-color-01: transparent;
  --trend-color-02: transparent;
  --trend-color-03: transparent;
  --trend-color-04: transparent;
  --trend-color-05: transparent;
  --trend-color-06: transparent;
  --trend-color-07: transparent;
  --trend-color-08: transparent;
  --trend-color-09: transparent;
  --trend-color-10: transparent;
  --trend-color-11: transparent;
  --trend-color-12: transparent;
}
#dynamic-latest-color .color01 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color01 .panel-link, #dynamic-latest-color .color01 .panel-header {
  background-color: var(--trend-color-01);
}
#dynamic-latest-color .color01 .panel-body {
  border: 2px solid var(--trend-color-01);
}
#dynamic-latest-color .color01 .material-data::before {
  border-top: 3px solid var(--trend-color-01);
}
#dynamic-latest-color .color02 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color02 .panel-link, #dynamic-latest-color .color02 .panel-header {
  background-color: var(--trend-color-02);
}
#dynamic-latest-color .color02 .panel-body {
  border: 2px solid var(--trend-color-02);
}
#dynamic-latest-color .color02 .material-data::before {
  border-top: 3px solid var(--trend-color-02);
}
#dynamic-latest-color .color03 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color03 .panel-link, #dynamic-latest-color .color03 .panel-header {
  background-color: var(--trend-color-03);
}
#dynamic-latest-color .color03 .panel-body {
  border: 2px solid var(--trend-color-03);
}
#dynamic-latest-color .color03 .material-data::before {
  border-top: 3px solid var(--trend-color-03);
}
#dynamic-latest-color .color04 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color04 .panel-link, #dynamic-latest-color .color04 .panel-header {
  background-color: var(--trend-color-04);
}
#dynamic-latest-color .color04 .panel-body {
  border: 2px solid var(--trend-color-04);
}
#dynamic-latest-color .color04 .material-data::before {
  border-top: 3px solid var(--trend-color-04);
}
#dynamic-latest-color .color05 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color05 .panel-link, #dynamic-latest-color .color05 .panel-header {
  background-color: var(--trend-color-05);
}
#dynamic-latest-color .color05 .panel-body {
  border: 2px solid var(--trend-color-05);
}
#dynamic-latest-color .color05 .material-data::before {
  border-top: 3px solid var(--trend-color-05);
}
#dynamic-latest-color .color06 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color06 .panel-link, #dynamic-latest-color .color06 .panel-header {
  background-color: var(--trend-color-06);
}
#dynamic-latest-color .color06 .panel-body {
  border: 2px solid var(--trend-color-06);
}
#dynamic-latest-color .color06 .material-data::before {
  border-top: 3px solid var(--trend-color-06);
}
#dynamic-latest-color .color07 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color07 .panel-link, #dynamic-latest-color .color07 .panel-header {
  background-color: var(--trend-color-07);
}
#dynamic-latest-color .color07 .panel-body {
  border: 2px solid var(--trend-color-07);
}
#dynamic-latest-color .color07 .material-data::before {
  border-top: 3px solid var(--trend-color-07);
}
#dynamic-latest-color .color08 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color08 .panel-link, #dynamic-latest-color .color08 .panel-header {
  background-color: var(--trend-color-08);
}
#dynamic-latest-color .color08 .panel-body {
  border: 2px solid var(--trend-color-08);
}
#dynamic-latest-color .color08 .material-data::before {
  border-top: 3px solid var(--trend-color-08);
}
#dynamic-latest-color .color09 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color09 .panel-link, #dynamic-latest-color .color09 .panel-header {
  background-color: var(--trend-color-09);
}
#dynamic-latest-color .color09 .panel-body {
  border: 2px solid var(--trend-color-09);
}
#dynamic-latest-color .color09 .material-data::before {
  border-top: 3px solid var(--trend-color-09);
}
#dynamic-latest-color .color10 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color10 .panel-link, #dynamic-latest-color .color10 .panel-header {
  background-color: var(--trend-color-10);
}
#dynamic-latest-color .color10 .panel-body {
  border: 2px solid var(--trend-color-10);
}
#dynamic-latest-color .color10 .material-data::before {
  border-top: 3px solid var(--trend-color-10);
}
#dynamic-latest-color .color11 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color11 .panel-link, #dynamic-latest-color .color11 .panel-header {
  background-color: var(--trend-color-11);
}
#dynamic-latest-color .color11 .panel-body {
  border: 2px solid var(--trend-color-11);
}
#dynamic-latest-color .color11 .material-data::before {
  border-top: 3px solid var(--trend-color-11);
}
#dynamic-latest-color .color12 {
  transition: filter 0.5s;
}
#dynamic-latest-color .color12 .panel-link, #dynamic-latest-color .color12 .panel-header {
  background-color: var(--trend-color-12);
}
#dynamic-latest-color .color12 .panel-body {
  border: 2px solid var(--trend-color-12);
}
#dynamic-latest-color .color12 .material-data::before {
  border-top: 3px solid var(--trend-color-12);
}

.color-menu.jtrend2024 .panel.color01 .panel-header {
  background-color: rgb(255, 193, 151);
}
.color-menu.jtrend2024 .panel.color01 .panel-body {
  border: 2px solid rgb(255, 193, 151);
}
.color-menu.jtrend2024 .panel.color01 .material-data::before {
  border-top: 3px solid rgb(255, 193, 151);
}
.color-menu.jtrend2024 .color01 .panel-link {
  background-color: rgb(255, 193, 151);
}
.color-menu.jtrend2024 .color01 .panel-link:hover {
  background-color: rgb(255, 177.7980769231, 125.5);
}

.color-menu.jtrend2024 .panel.color02 .panel-header {
  background-color: rgb(118, 171, 162);
}
.color-menu.jtrend2024 .panel.color02 .panel-body {
  border: 2px solid rgb(118, 171, 162);
}
.color-menu.jtrend2024 .panel.color02 .material-data::before {
  border-top: 3px solid rgb(118, 171, 162);
}
.color-menu.jtrend2024 .color02 .panel-link {
  background-color: rgb(118, 171, 162);
}
.color-menu.jtrend2024 .color02 .panel-link:hover {
  background-color: rgb(102.1923076923, 161.3076923077, 151.2692307692);
}

.color-menu.jtrend2024 .panel.color03 .panel-header {
  background-color: rgb(149, 17, 108);
}
.color-menu.jtrend2024 .panel.color03 .panel-body {
  border: 2px solid rgb(149, 17, 108);
}
.color-menu.jtrend2024 .panel.color03 .material-data::before {
  border-top: 3px solid rgb(149, 17, 108);
}
.color-menu.jtrend2024 .color03 .panel-link {
  background-color: rgb(149, 17, 108);
}
.color-menu.jtrend2024 .color03 .panel-link:hover {
  background-color: rgb(126.1114457831, 14.3885542169, 91.4096385542);
}

.color-menu.jtrend2024 .panel.color04 .panel-header {
  background-color: rgb(137, 91, 78);
}
.color-menu.jtrend2024 .panel.color04 .panel-body {
  border: 2px solid rgb(137, 91, 78);
}
.color-menu.jtrend2024 .panel.color04 .material-data::before {
  border-top: 3px solid rgb(137, 91, 78);
}
.color-menu.jtrend2024 .color04 .panel-link {
  background-color: rgb(137, 91, 78);
}
.color-menu.jtrend2024 .color04 .panel-link:hover {
  background-color: rgb(120.7511627907, 80.2069767442, 68.7488372093);
}

.color-menu.jtrend2024 .panel.color05 .panel-header {
  background-color: rgb(75, 91, 76);
}
.color-menu.jtrend2024 .panel.color05 .panel-body {
  border: 2px solid rgb(75, 91, 76);
}
.color-menu.jtrend2024 .panel.color05 .material-data::before {
  border-top: 3px solid rgb(75, 91, 76);
}
.color-menu.jtrend2024 .color05 .panel-link {
  background-color: rgb(75, 91, 76);
}
.color-menu.jtrend2024 .color05 .panel-link:hover {
  background-color: rgb(63.4789156627, 77.0210843373, 64.3253012048);
}

.color-menu.jtrend2024 .panel.color06 .panel-header {
  background-color: rgb(40, 99, 124);
}
.color-menu.jtrend2024 .panel.color06 .panel-body {
  border: 2px solid rgb(40, 99, 124);
}
.color-menu.jtrend2024 .panel.color06 .material-data::before {
  border-top: 3px solid rgb(40, 99, 124);
}
.color-menu.jtrend2024 .color06 .panel-link {
  background-color: rgb(40, 99, 124);
}
.color-menu.jtrend2024 .color06 .panel-link:hover {
  background-color: rgb(33.7804878049, 83.6067073171, 104.7195121951);
}

.color-menu.jtrend2023 .panel.color01 .panel-header {
  background-color: rgb(190, 52, 85);
}
.color-menu.jtrend2023 .panel.color01 .panel-body {
  border: 2px solid rgb(190, 52, 85);
}
.color-menu.jtrend2023 .panel.color01 .material-data::before {
  border-top: 3px solid rgb(190, 52, 85);
}
.color-menu.jtrend2023 .color01 .panel-link {
  background-color: rgb(190, 52, 85);
}
.color-menu.jtrend2023 .color01 .panel-link:hover {
  background-color: rgb(169.979338843, 46.520661157, 76.0433884298);
}

.color-menu.jtrend2023 .panel.color02 .panel-header {
  background-color: rgb(232, 114, 51);
}
.color-menu.jtrend2023 .panel.color02 .panel-body {
  border: 2px solid rgb(232, 114, 51);
}
.color-menu.jtrend2023 .panel.color02 .material-data::before {
  border-top: 3px solid rgb(232, 114, 51);
}
.color-menu.jtrend2023 .color02 .panel-link {
  background-color: rgb(232, 114, 51);
}
.color-menu.jtrend2023 .color02 .panel-link:hover {
  background-color: rgb(229.4162995595, 98.1607929515, 28.0837004405);
}

.color-menu.jtrend2023 .panel.color03 .panel-header {
  background-color: rgb(195, 178, 150);
}
.color-menu.jtrend2023 .panel.color03 .panel-body {
  border: 2px solid rgb(195, 178, 150);
}
.color-menu.jtrend2023 .panel.color03 .material-data::before {
  border-top: 3px solid rgb(195, 178, 150);
}
.color-menu.jtrend2023 .color03 .panel-link {
  background-color: rgb(195, 178, 150);
}
.color-menu.jtrend2023 .color03 .panel-link:hover {
  background-color: rgb(185.7272727273, 166.1, 133.7727272727);
}

.color-menu.jtrend2023 .panel.color04 .panel-header {
  background-color: rgb(0, 147, 83);
}
.color-menu.jtrend2023 .panel.color04 .panel-body {
  border: 2px solid rgb(0, 147, 83);
}
.color-menu.jtrend2023 .panel.color04 .material-data::before {
  border-top: 3px solid rgb(0, 147, 83);
}
.color-menu.jtrend2023 .color04 .panel-link {
  background-color: rgb(0, 147, 83);
}
.color-menu.jtrend2023 .color04 .panel-link:hover {
  background-color: rgb(0, 121.5, 68.6020408163);
}

.color-menu.jtrend2023 .panel.color05 .panel-header {
  background-color: rgb(63, 72, 142);
}
.color-menu.jtrend2023 .panel.color05 .panel-body {
  border: 2px solid rgb(63, 72, 142);
}
.color-menu.jtrend2023 .panel.color05 .material-data::before {
  border-top: 3px solid rgb(63, 72, 142);
}
.color-menu.jtrend2023 .color05 .panel-link {
  background-color: rgb(63, 72, 142);
}
.color-menu.jtrend2023 .color05 .panel-link:hover {
  background-color: rgb(55.1634146341, 63.043902439, 124.3365853659);
}

.color-menu.jtrend2023 .panel.color06 .panel-header {
  background-color: rgb(203, 198, 196);
}
.color-menu.jtrend2023 .panel.color06 .panel-body {
  border: 2px solid rgb(203, 198, 196);
}
.color-menu.jtrend2023 .panel.color06 .material-data::before {
  border-top: 3px solid rgb(203, 198, 196);
}
.color-menu.jtrend2023 .color06 .panel-link {
  background-color: rgb(203, 198, 196);
}
.color-menu.jtrend2023 .color06 .panel-link:hover {
  background-color: rgb(191.0540540541, 184.9054054054, 182.4459459459);
}

.color-menu.jtrend2022 .panel.color01 .panel-header {
  background-color: rgb(170, 206, 188);
}
.color-menu.jtrend2022 .panel.color01 .panel-body {
  border: 2px solid rgb(170, 206, 188);
}
.color-menu.jtrend2022 .panel.color01 .material-data::before {
  border-top: 3px solid rgb(170, 206, 188);
}
.color-menu.jtrend2022 .color01 .panel-link {
  background-color: rgb(170, 206, 188);
}
.color-menu.jtrend2022 .color01 .panel-link:hover {
  background-color: rgb(153.8246268657, 196.6753731343, 175.25);
}

.color-menu.jtrend2022 .panel.color02 .panel-header {
  background-color: rgb(248, 215, 221);
}
.color-menu.jtrend2022 .panel.color02 .panel-body {
  border: 2px solid rgb(248, 215, 221);
}
.color-menu.jtrend2022 .panel.color02 .material-data::before {
  border-top: 3px solid rgb(248, 215, 221);
}
.color-menu.jtrend2022 .color02 .panel-link {
  background-color: rgb(248, 215, 221);
}
.color-menu.jtrend2022 .color02 .panel-link:hover {
  background-color: rgb(244.2021276596, 193.2978723404, 202.5531914894);
}

.color-menu.jtrend2022 .panel.color03 .panel-header {
  background-color: rgb(236, 168, 37);
}
.color-menu.jtrend2022 .panel.color03 .panel-body {
  border: 2px solid rgb(236, 168, 37);
}
.color-menu.jtrend2022 .panel.color03 .material-data::before {
  border-top: 3px solid rgb(236, 168, 37);
}
.color-menu.jtrend2022 .color03 .panel-link {
  background-color: rgb(236, 168, 37);
}
.color-menu.jtrend2022 .color03 .panel-link:hover {
  background-color: rgb(227.6582278481, 156.6455696203, 19.8417721519);
}

.color-menu.jtrend2022 .panel.color04 .panel-header {
  background-color: rgb(206, 41, 57);
}
.color-menu.jtrend2022 .panel.color04 .panel-body {
  border: 2px solid rgb(206, 41, 57);
}
.color-menu.jtrend2022 .panel.color04 .material-data::before {
  border-top: 3px solid rgb(206, 41, 57);
}
.color-menu.jtrend2022 .color04 .panel-link {
  background-color: rgb(206, 41, 57);
}
.color-menu.jtrend2022 .color04 .panel-link:hover {
  background-color: rgb(184.7327935223, 36.7672064777, 51.1153846154);
}

.color-menu.jtrend2022 .panel.color05 .panel-header {
  background-color: rgb(102, 103, 171);
}
.color-menu.jtrend2022 .panel.color05 .panel-body {
  border: 2px solid rgb(102, 103, 171);
}
.color-menu.jtrend2022 .panel.color05 .material-data::before {
  border-top: 3px solid rgb(102, 103, 171);
}
.color-menu.jtrend2022 .color05 .panel-link {
  background-color: rgb(102, 103, 171);
}
.color-menu.jtrend2022 .color05 .panel-link:hover {
  background-color: rgb(87.7215189873, 88.7658227848, 159.7784810127);
}

.color-menu.jtrend2022 .panel.color06 .panel-header {
  background-color: rgb(140, 84, 59);
}
.color-menu.jtrend2022 .panel.color06 .panel-body {
  border: 2px solid rgb(140, 84, 59);
}
.color-menu.jtrend2022 .panel.color06 .material-data::before {
  border-top: 3px solid rgb(140, 84, 59);
}
.color-menu.jtrend2022 .color06 .panel-link {
  background-color: rgb(140, 84, 59);
}
.color-menu.jtrend2022 .color06 .panel-link:hover {
  background-color: rgb(122.0603015075, 73.2361809045, 51.4396984925);
}

.color-menu.jtrend2021 .panel.color01 .panel-header {
  background-color: #D5BA98;
}
.color-menu.jtrend2021 .panel.color01 .panel-body {
  border: 2px solid #D5BA98;
}
.color-menu.jtrend2021 .panel.color01 .material-data::before {
  border-top: 3px solid #D5BA98;
}
.color-menu.jtrend2021 .color01 .panel-link {
  background-color: #D5BA98;
}
.color-menu.jtrend2021 .color01 .panel-link:hover {
  background-color: rgb(205.6137931034, 173.8655172414, 133.8862068966);
}

.color-menu.jtrend2021 .panel.color02 .panel-header {
  background-color: #939597;
}
.color-menu.jtrend2021 .panel.color02 .panel-body {
  border: 2px solid #939597;
}
.color-menu.jtrend2021 .panel.color02 .material-data::before {
  border-top: 3px solid #939597;
}
.color-menu.jtrend2021 .color02 .panel-link {
  background-color: #939597;
}
.color-menu.jtrend2021 .color02 .panel-link:hover {
  background-color: rgb(134.0094339623, 136.25, 138.4905660377);
}

.color-menu.jtrend2021 .panel.color03 .panel-header {
  background-color: #EDF1FF;
}
.color-menu.jtrend2021 .panel.color03 .panel-body {
  border: 2px solid #EDF1FF;
}
.color-menu.jtrend2021 .panel.color03 .material-data::before {
  border-top: 3px solid #EDF1FF;
}
.color-menu.jtrend2021 .color03 .panel-link {
  background-color: #EDF1FF;
}
.color-menu.jtrend2021 .color03 .panel-link:hover {
  background-color: rgb(211.5, 221.1666666667, 255);
}

.color-menu.jtrend2021 .panel.color04 .panel-header {
  background-color: #000;
}
.color-menu.jtrend2021 .panel.color04 .panel-body {
  border: 2px solid #000;
}
.color-menu.jtrend2021 .panel.color04 .material-data::before {
  border-top: 3px solid #000;
}
.color-menu.jtrend2021 .color04 .panel-link {
  background-color: #000;
}
.color-menu.jtrend2021 .color04 .panel-link:hover {
  background-color: black;
}

.color-menu.jtrend2021 .panel.color05 .panel-header {
  background-color: #AFA4CE;
}
.color-menu.jtrend2021 .panel.color05 .panel-body {
  border: 2px solid #AFA4CE;
}
.color-menu.jtrend2021 .panel.color05 .material-data::before {
  border-top: 3px solid #AFA4CE;
}
.color-menu.jtrend2021 .color05 .panel-link {
  background-color: #AFA4CE;
}
.color-menu.jtrend2021 .color05 .panel-link:hover {
  background-color: rgb(160.4285714286, 147.425, 197.075);
}

.color-menu.jtrend2021 .panel.color06 .panel-header {
  background-color: #F5DF4D;
}
.color-menu.jtrend2021 .panel.color06 .panel-body {
  border: 2px solid #F5DF4D;
}
.color-menu.jtrend2021 .panel.color06 .material-data::before {
  border-top: 3px solid #F5DF4D;
}
.color-menu.jtrend2021 .color06 .panel-link {
  background-color: #F5DF4D;
}
.color-menu.jtrend2021 .color06 .panel-link:hover {
  background-color: rgb(243.6436170213, 218.6595744681, 52.8563829787);
}

.color-menu.jtrend2021 .panel.color07 .panel-header {
  background-color: #8FADBD;
}
.color-menu.jtrend2021 .panel.color07 .panel-body {
  border: 2px solid #8FADBD;
}
.color-menu.jtrend2021 .panel.color07 .material-data::before {
  border-top: 3px solid #8FADBD;
}
.color-menu.jtrend2021 .color07 .panel-link {
  background-color: #8FADBD;
}
.color-menu.jtrend2021 .color07 .panel-link:hover {
  background-color: rgb(126.9550561798, 161.2528089888, 179.5449438202);
}

.color-menu.jtrend2021 .panel.color08 .panel-header {
  background-color: #AB4F41;
}
.color-menu.jtrend2021 .panel.color08 .panel-body {
  border: 2px solid #AB4F41;
}
.color-menu.jtrend2021 .panel.color08 .material-data::before {
  border-top: 3px solid #AB4F41;
}
.color-menu.jtrend2021 .color08 .panel-link {
  background-color: #AB4F41;
}
.color-menu.jtrend2021 .color08 .panel-link:hover {
  background-color: rgb(152.5233050847, 70.4639830508, 57.9766949153);
}

.color-menu.jtrend2020 .panel.color01 .panel-header {
  background-color: #39A845;
}
.color-menu.jtrend2020 .panel.color01 .panel-body {
  border: 2px solid #39A845;
}
.color-menu.jtrend2020 .panel.color01 .material-data::before {
  border-top: 3px solid #39A845;
}
.color-menu.jtrend2020 .color01 .panel-link {
  background-color: #39A845;
}
.color-menu.jtrend2020 .color01 .panel-link:hover {
  background-color: rgb(50.54, 148.96, 61.18);
}

.color-menu.jtrend2020 .panel.color02 .panel-header {
  background-color: #F8CDC9;
}
.color-menu.jtrend2020 .panel.color02 .panel-body {
  border: 2px solid #F8CDC9;
}
.color-menu.jtrend2020 .panel.color02 .material-data::before {
  border-top: 3px solid #F8CDC9;
}
.color-menu.jtrend2020 .color02 .panel-link {
  background-color: #F8CDC9;
}
.color-menu.jtrend2020 .color02 .panel-link:hover {
  background-color: rgb(245.0737704918, 184.0983606557, 178.4262295082);
}

.color-menu.jtrend2020 .panel.color03 .panel-header {
  background-color: #0F4C81;
}
.color-menu.jtrend2020 .panel.color03 .panel-body {
  border: 2px solid #0F4C81;
}
.color-menu.jtrend2020 .panel.color03 .material-data::before {
  border-top: 3px solid #0F4C81;
}
.color-menu.jtrend2020 .color03 .panel-link {
  background-color: #0F4C81;
}
.color-menu.jtrend2020 .color03 .panel-link:hover {
  background-color: rgb(12.34375, 62.5416666667, 106.15625);
}

.color-menu.jtrend2020 .panel.color04 .panel-header {
  background-color: #F36944;
}
.color-menu.jtrend2020 .panel.color04 .panel-body {
  border: 2px solid #F36944;
}
.color-menu.jtrend2020 .panel.color04 .material-data::before {
  border-top: 3px solid #F36944;
}
.color-menu.jtrend2020 .color04 .panel-link {
  background-color: #F36944;
}
.color-menu.jtrend2020 .color04 .panel-link:hover {
  background-color: rgb(241.4623115578, 85.7788944724, 44.0376884422);
}

.color-menu.jtrend2020 .panel.color05 .panel-header {
  background-color: #C0D725;
}
.color-menu.jtrend2020 .panel.color05 .panel-body {
  border: 2px solid #C0D725;
}
.color-menu.jtrend2020 .panel.color05 .material-data::before {
  border-top: 3px solid #C0D725;
}
.color-menu.jtrend2020 .color05 .panel-link {
  background-color: #C0D725;
}
.color-menu.jtrend2020 .color05 .panel-link:hover {
  background-color: rgb(172.5714285714, 193.244047619, 33.255952381);
}

.color-menu.jtrend2020 .panel.color06 .panel-header {
  background-color: #D33479;
}
.color-menu.jtrend2020 .panel.color06 .panel-body {
  border: 2px solid #D33479;
}
.color-menu.jtrend2020 .panel.color06 .material-data::before {
  border-top: 3px solid #D33479;
}
.color-menu.jtrend2020 .color06 .panel-link {
  background-color: #D33479;
}
.color-menu.jtrend2020 .color06 .panel-link:hover {
  background-color: rgb(195.1923076923, 42.3076923077, 108.6538461538);
}

/* 伝統色 */
.color-menu.jtradition .panel.color01 .panel-header {
  background-color: #F9C9C8;
}
.color-menu.jtradition .panel.color01 .panel-body {
  border: 2px solid #F9C9C8;
}
.color-menu.jtradition .panel.color01 .material-data::before {
  border-top: 3px solid #F9C9C8;
}
.color-menu.jtradition .color01 .panel-link {
  background-color: #F9C9C8;
}
.color-menu.jtradition .color01 .panel-link:hover {
  background-color: rgb(246.4918032787, 178.4262295082, 177.0081967213);
}

.color-menu.jtradition .panel.color02 .panel-header {
  background-color: #FA9A92;
}
.color-menu.jtradition .panel.color02 .panel-body {
  border: 2px solid #FA9A92;
}
.color-menu.jtradition .panel.color02 .material-data::before {
  border-top: 3px solid #FA9A92;
}
.color-menu.jtradition .color02 .panel-link {
  background-color: #FA9A92;
}
.color-menu.jtradition .color02 .panel-link:hover {
  background-color: rgb(248.8815789474, 131.4078947368, 121.6184210526);
}

.color-menu.jtradition .panel.color03 .panel-header {
  background-color: #D93448;
}
.color-menu.jtradition .panel.color03 .panel-body {
  border: 2px solid #D93448;
}
.color-menu.jtradition .panel.color03 .material-data::before {
  border-top: 3px solid #D93448;
}
.color-menu.jtradition .color03 .panel-link {
  background-color: #D93448;
}
.color-menu.jtradition .color03 .panel-link:hover {
  background-color: rgb(205.1058091286, 38.3941908714, 58.601659751);
}

.color-menu.jtradition .panel.color04 .panel-header {
  background-color: #ED4F44;
}
.color-menu.jtradition .panel.color04 .panel-body {
  border: 2px solid #ED4F44;
}
.color-menu.jtradition .panel.color04 .material-data::before {
  border-top: 3px solid #ED4F44;
}
.color-menu.jtradition .color04 .panel-link {
  background-color: #ED4F44;
}
.color-menu.jtradition .color04 .panel-link:hover {
  background-color: rgb(234.7609756098, 57.1073170732, 44.7390243902);
}

.color-menu.jtradition .panel.color05 .panel-header {
  background-color: #AE6C62;
}
.color-menu.jtradition .panel.color05 .panel-body {
  border: 2px solid #AE6C62;
}
.color-menu.jtradition .panel.color05 .material-data::before {
  border-top: 3px solid #AE6C62;
}
.color-menu.jtradition .color05 .panel-link {
  background-color: #AE6C62;
}
.color-menu.jtradition .color05 .panel-link:hover {
  background-color: rgb(162.6071428571, 94.25, 83.8928571429);
}

.color-menu.jtradition .panel.color06 .panel-header {
  background-color: #D1A579;
}
.color-menu.jtradition .panel.color06 .panel-body {
  border: 2px solid #D1A579;
}
.color-menu.jtradition .panel.color06 .material-data::before {
  border-top: 3px solid #D1A579;
}
.color-menu.jtradition .color06 .panel-link {
  background-color: #D1A579;
}
.color-menu.jtradition .color06 .panel-link:hover {
  background-color: rgb(202.4833333333, 152.25, 102.0166666667);
}

.color-menu.jtradition .panel.color07 .panel-header {
  background-color: #E7A61A;
}
.color-menu.jtradition .panel.color07 .panel-body {
  border: 2px solid #E7A61A;
}
.color-menu.jtradition .panel.color07 .material-data::before {
  border-top: 3px solid #E7A61A;
}
.color-menu.jtradition .color07 .panel-link {
  background-color: #E7A61A;
}
.color-menu.jtradition .color07 .panel-link:hover {
  background-color: rgb(209.5395256917, 150.0632411067, 21.9604743083);
}

.color-menu.jtradition .panel.color08 .panel-header {
  background-color: #FFB659;
}
.color-menu.jtradition .panel.color08 .panel-body {
  border: 2px solid #FFB659;
}
.color-menu.jtradition .panel.color08 .material-data::before {
  border-top: 3px solid #FFB659;
}
.color-menu.jtradition .color08 .panel-link {
  background-color: #FFB659;
}
.color-menu.jtradition .color08 .panel-link:hover {
  background-color: rgb(255, 170.7861445783, 63.5);
}

.color-menu.jtradition .panel.color09 .panel-header {
  background-color: #F3DCB7;
}
.color-menu.jtradition .panel.color09 .panel-body {
  border: 2px solid #F3DCB7;
}
.color-menu.jtradition .panel.color09 .material-data::before {
  border-top: 3px solid #F3DCB7;
}
.color-menu.jtradition .color09 .panel-link {
  background-color: #F3DCB7;
}
.color-menu.jtradition .color09 .panel-link:hover {
  background-color: rgb(239.3571428571, 209.375, 161.1428571429);
}

.color-menu.jtradition .panel.color10 .panel-header {
  background-color: #C0BB1D;
}
.color-menu.jtradition .panel.color10 .panel-body {
  border: 2px solid #C0BB1D;
}
.color-menu.jtradition .panel.color10 .material-data::before {
  border-top: 3px solid #C0BB1D;
}
.color-menu.jtradition .color10 .panel-link {
  background-color: #C0BB1D;
}
.color-menu.jtradition .color10 .panel-link:hover {
  background-color: rgb(169.8461538462, 165.4230769231, 25.6538461538);
}

.color-menu.jtradition .panel.color11 .panel-header {
  background-color: #86A22F;
}
.color-menu.jtradition .panel.color11 .panel-body {
  border: 2px solid #86A22F;
}
.color-menu.jtradition .panel.color11 .material-data::before {
  border-top: 3px solid #86A22F;
}
.color-menu.jtradition .color11 .panel-link {
  background-color: #86A22F;
}
.color-menu.jtradition .color11 .panel-link:hover {
  background-color: rgb(117.6507177033, 142.2344497608, 41.2655502392);
}

.color-menu.jtradition .panel.color12 .panel-header {
  background-color: #51713E;
}
.color-menu.jtradition .panel.color12 .panel-body {
  border: 2px solid #51713E;
}
.color-menu.jtradition .panel.color12 .material-data::before {
  border-top: 3px solid #51713E;
}
.color-menu.jtradition .color12 .panel-link {
  background-color: #51713E;
}
.color-menu.jtradition .color12 .panel-link:hover {
  background-color: rgb(69.1971428571, 96.5342857143, 52.9657142857);
}

.color-menu.jtradition .panel.color13 .panel-header {
  background-color: #65C195;
}
.color-menu.jtradition .panel.color13 .panel-body {
  border: 2px solid #65C195;
}
.color-menu.jtradition .panel.color13 .material-data::before {
  border-top: 3px solid #65C195;
}
.color-menu.jtradition .color13 .panel-link {
  background-color: #65C195;
}
.color-menu.jtradition .color13 .panel-link:hover {
  background-color: rgb(82.8194444444, 185.6805555556, 136.4861111111);
}

.color-menu.jtradition .panel.color14 .panel-header {
  background-color: #3FAEC2;
}
.color-menu.jtradition .panel.color14 .panel-body {
  border: 2px solid #3FAEC2;
}
.color-menu.jtradition .panel.color14 .material-data::before {
  border-top: 3px solid #3FAEC2;
}
.color-menu.jtradition .color14 .panel-link {
  background-color: #3FAEC2;
}
.color-menu.jtradition .color14 .panel-link:hover {
  background-color: rgb(55.8162055336, 157.3833992095, 175.6837944664);
}

.color-menu.jtradition .panel.color15 .panel-header {
  background-color: #88BABD;
}
.color-menu.jtradition .panel.color15 .panel-body {
  border: 2px solid #88BABD;
}
.color-menu.jtradition .panel.color15 .material-data::before {
  border-top: 3px solid #88BABD;
}
.color-menu.jtradition .color15 .panel-link {
  background-color: #88BABD;
}
.color-menu.jtradition .color15 .panel-link:hover {
  background-color: rgb(119.5972972973, 176.4891891892, 179.9027027027);
}

.color-menu.jtradition .panel.color16 .panel-header {
  background-color: #006A95;
}
.color-menu.jtradition .panel.color16 .panel-body {
  border: 2px solid #006A95;
}
.color-menu.jtradition .panel.color16 .material-data::before {
  border-top: 3px solid #006A95;
}
.color-menu.jtradition .color16 .panel-link {
  background-color: #006A95;
}
.color-menu.jtradition .color16 .panel-link:hover {
  background-color: rgb(0, 87.8590604027, 123.5);
}

.color-menu.jtradition .panel.color17 .panel-header {
  background-color: #869084;
}
.color-menu.jtradition .panel.color17 .panel-body {
  border: 2px solid #869084;
}
.color-menu.jtradition .panel.color17 .material-data::before {
  border-top: 3px solid #869084;
}
.color-menu.jtradition .color17 .panel-link {
  background-color: #869084;
}
.color-menu.jtradition .color17 .panel-link:hover {
  background-color: rgb(120.9679487179, 131.6730769231, 118.8269230769);
}

.color-menu.jtradition .panel.color18 .panel-header {
  background-color: #7B6980;
}
.color-menu.jtradition .panel.color18 .panel-body {
  border: 2px solid #7B6980;
}
.color-menu.jtradition .panel.color18 .material-data::before {
  border-top: 3px solid #7B6980;
}
.color-menu.jtradition .color18 .panel-link {
  background-color: #7B6980;
}
.color-menu.jtradition .color18 .panel-link:hover {
  background-color: rgb(109.5386266094, 93.508583691, 113.991416309);
}

.color-menu.jtradition .panel.color19 .panel-header {
  background-color: #7862AF;
}
.color-menu.jtradition .panel.color19 .panel-body {
  border: 2px solid #7862AF;
}
.color-menu.jtradition .panel.color19 .material-data::before {
  border-top: 3px solid #7862AF;
}
.color-menu.jtradition .color19 .panel-link {
  background-color: #7862AF;
}
.color-menu.jtradition .color19 .panel-link:hover {
  background-color: rgb(106.5189873418, 83.5443037975, 163.9556962025);
}

.color-menu.jtradition .panel.color20 .panel-header {
  background-color: #624966;
}
.color-menu.jtradition .panel.color20 .panel-body {
  border: 2px solid #624966;
}
.color-menu.jtradition .panel.color20 .material-data::before {
  border-top: 3px solid #624966;
}
.color-menu.jtradition .color20 .panel-link {
  background-color: #624966;
}
.color-menu.jtradition .color20 .panel-link:hover {
  background-color: rgb(83.72, 62.3628571429, 87.1371428571);
}

/* トップページ　スライダー（最新トレンドカラー） */
.slider-item.color01 {
  background-color: rgb(255, 193, 151);
}

.slider-item.color02 {
  background-color: rgb(118, 171, 162);
}

.slider-item.color03 {
  background-color: rgb(149, 17, 108);
}

.slider-item.color04 {
  background-color: rgb(137, 91, 78);
}

.slider-item.color05 {
  background-color: rgb(75, 91, 76);
}

.slider-item.color06 {
  background-color: rgb(40, 99, 124);
}

/* リリース時削除 */
.tradition-color .lang-swicher { /* 日英切替 */
  visibility: hidden;
}

#wallcovering {
  --wallcovering-section-color-01: #CE486C;
  --wallcovering-section-color-02: #A37C69;
  --wallcovering-section-color-03: #E5743D;
  --wallcovering-section-color-04: #7274A7;
  --wallcovering-section-color-05: #AA799D;
  --wallcovering-section-color-06: #69A6BA;
  --wallcovering-section-color-07: #3D7086;
}
#wallcovering .border-section {
  border: 4px solid var(--wallcovering-section-color);
  border-radius: 20px;
  padding: 2em;
}
#wallcovering .border-section.border-section-01 {
  --wallcovering-section-color: var(--wallcovering-section-color-01);
}
#wallcovering .border-section.border-section-02 {
  --wallcovering-section-color: var(--wallcovering-section-color-02);
}
#wallcovering .border-section.border-section-03 {
  --wallcovering-section-color: var(--wallcovering-section-color-03);
}
#wallcovering .border-section.border-section-04 {
  --wallcovering-section-color: var(--wallcovering-section-color-04);
}
#wallcovering .border-section.border-section-05 {
  --wallcovering-section-color: var(--wallcovering-section-color-05);
}
#wallcovering .border-section.border-section-06 {
  --wallcovering-section-color: var(--wallcovering-section-color-06);
}
#wallcovering .border-section.border-section-07 {
  --wallcovering-section-color: var(--wallcovering-section-color-07);
}
#wallcovering .border-section .section-title {
  text-align: center;
  color: #ffffff;
  background-color: var(--wallcovering-section-color);
}
#wallcovering .border-section .keyword {
  border: 3px solid #C9C9C9;
}

.header-image {
  display: flex;
  justify-content: center;
}
.header-image .item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
  position: relative;
  padding: 1em;
}
.header-image .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.header-image .item:hover::before {
  opacity: 0;
}
.header-image .item.color::before {
  background-color: #7b6d95;
}
.header-image .item.tradition::before {
  background-color: #907d58;
}
.header-image .item.elegance::before {
  background-color: #a06d75;
}
.header-image .item.chic::before {
  background-color: #516b96;
}
.header-image .item.modern::before {
  background-color: #666c62;
}
.header-image .kv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .title {
  display: flex;
  position: relative;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  text-align: right;
  z-index: 2;
}
.header-image .title .ja {
  font-size: 36px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.header-image .title .en {
  font-size: 24px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.header-image .title::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .header-image {
    max-width: 970px;
    height: 388px;
    margin: auto;
  }
  .header-image .title {
    flex-direction: column;
  }
  .header-image .title::after {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .header-image {
    flex-direction: column;
  }
  .header-image .item.tradition .kv, .header-image .item.chic .kv {
    object-position: center bottom;
  }
  .header-image .title {
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    width: 100%;
  }
  .header-image .title::after {
    flex: auto;
  }
}

.search-box {
  --padding-size: 1.5rem;
  padding: 1em 0.75em;
  background-color: #f1f1f1;
}
@media screen and (min-width: 1000px) {
  .search-box {
    padding: 2.5em 2em;
  }
  .search-box .border-l {
    margin: 0 0 2em !important;
  }
}

.form-control {
  padding: 0.75em;
  border-color: #999999;
  border-radius: 3px;
}
.form-control:focus-visible {
  outline-color: #65318E;
}

.form-check-input {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0.125em;
  margin-right: 0.5em;
}
.form-check-input[type=radio] {
  padding: 2px;
  background-image: none;
  background-color: #999999;
}
.form-check-input[type=radio]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 3px white;
  border-radius: 100%;
}
.form-check-input[type=radio]:checked {
  padding: 2px;
  background-color: #65318E;
}

.btn-search span {
  font-size: 1.125em;
  font-weight: 500;
}
.btn-search span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.fieldset {
  border-bottom: solid 1px #c9c9c9;
}
.fieldset > .fieldset-title {
  padding-top: var(--padding-size);
}

.fieldset-title {
  color: #65318E;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
  font-weight: 600;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0 1em;
}
.form-group:not(:last-child) .body {
  border-bottom: solid 1px #c9c9c9;
}
.form-group .header {
  padding-top: var(--padding-size);
  padding-bottom: 0;
}
.form-group .body {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0.5em;
  padding: var(--padding-size) 0;
}
@media screen and (min-width: 768px) {
  .form-group {
    flex-direction: row;
  }
  .form-group .header {
    flex: 0 0 20%;
  }
  .form-group .body {
    flex: auto;
  }
}
@media screen and (min-width: 1000px) {
  .form-group .header {
    flex: 0 0 15%;
    min-width: 180px;
  }
}

.form-check-inline {
  flex: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.form-group-label {
  font-size: 1.125em;
}

.color-swatch {
  --size: 30px;
  display: inline-flex;
  position: relative;
  width: var(--size);
  height: var(--size);
  border: solid 1px #999999;
  border-radius: 100%;
  overflow: hidden;
}
.color-swatch.ivory {
  background-color: #fcf9ea;
}
.color-swatch.green {
  background-color: #57b945;
}
.color-swatch.blue {
  background-color: #2c89ce;
}
.color-swatch.pink {
  background-color: #ef8bb9;
}
.color-swatch.purple {
  background-color: #9054d6;
}
.color-swatch.gray {
  background-color: #999;
}
.color-swatch.red {
  background-color: #e82413;
}
.color-swatch.brown {
  background-color: #865300;
}
.color-swatch.white {
  background-color: #fff;
}
.color-swatch.yellow {
  background-color: #ffe348;
}
.color-swatch.red-orange {
  background: linear-gradient(90deg, rgb(232, 36, 19) 50%, rgb(235, 141, 32) 50%);
}
.color-swatch.beige-brown {
  background: linear-gradient(90deg, rgb(214, 188, 147) 50%, rgb(134, 83, 17) 50%);
}
.color-swatch.gray-ink-black {
  background-color: #999;
}
.color-swatch.gray-black {
  background: linear-gradient(90deg, rgb(153, 153, 153) 50%, rgb(0, 0, 0) 50%);
}
.color-swatch.gold-silver {
  background: linear-gradient(180deg, rgb(204, 203, 203) 0%, rgb(126, 126, 126) 100%);
}
.color-swatch.gold-silver::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, rgb(245, 227, 176) 0%, rgb(213, 176, 76) 100%);
}

.form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}

@media screen and (min-width: 768px) {
  .modal-xl {
    max-width: 90%;
  }
}

.list-menu.small.maker .list-item .link {
  height: 80px;
}
.list-menu.small.maker .list-item .link .thumbnail {
  max-width: 80px;
}
.list-menu.small.maker .list-item .name {
  flex: 1;
}
.list-menu.small.maker .badge {
  --bs-badge-padding-x: 0.25em;
  --bs-badge-padding-y: 0.1em;
  --bs-border-radius: 2px;
  --bs-badge-font-size: 1em;
  --bs-badge-color: $primary;
  --bs-badge-font-weight: normal;
  border: solid 1px #65318E;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 0.5em;
}

.search-info-box .result-title {
  margin-bottom: 0;
  font-weight: 700;
}
.search-info-box .result-title .item-count {
  font-size: 1.25em;
}
.search-info-box .search-parameters {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  color: #333333;
}

.box-beige.search-info-box {
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .box-beige.search-info-box {
    padding-top: 0.75em;
    padding-bottom: 1em;
  }
}

.product-list {
  --gap: 20px;
  --bs-card-border-radius: 0;
  --bs-border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.product-list .card {
  width: calc((100% - var(--gap)) / 2);
  padding: 10px;
  font-size: 0.875em;
}
.product-list .card .card-img-top {
  height: auto;
}
.product-list .card .card-img-top + .card-body {
  margin-top: 1em;
}
.product-list .card figure {
  position: relative;
}
.product-list .card figure::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.product-list .card figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .card .card-body {
  padding: 0;
}
.product-list .card.discontinued {
  background-color: #f1f1f1;
}
.product-list .card.discontinued figure {
  overflow: hidden;
}
.product-list .card.discontinued figure::after {
  content: "廃盤";
  display: inline-flex;
  background-color: #2778be;
  color: #ffffff;
  font-size: 0.875em;
  padding: 1em 0.5em 0.25em;
  width: 6em;
  position: absolute;
  top: 0;
  z-index: 1;
  justify-content: center;
  transform: rotate(-45deg) translate(-50%, 0);
  transform-origin: left top;
}
.product-list .card:hover {
  border-color: #65318E;
}
.product-list .description {
  margin-top: 0.5em;
  color: #666666;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .product-list .card {
    width: calc((100% - var(--gap) * 3) / 4);
  }
}
@media screen and (min-width: 1000px) {
  .product-list .card {
    width: calc((100% - var(--gap) * 4) / 5);
  }
}

.maker-info {
  display: flex;
  flex-direction: column;
  gap: 1.5em 3em;
  padding: 1em;
  border: solid 2px #c9c9c9;
}
@media screen and (min-width: 768px) {
  .maker-info {
    flex-direction: row;
    padding: 1.25em 3em;
  }
  .maker-info .name {
    flex: 0 0 25%;
  }
}

.product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.product-wrapper .btn-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .product-wrapper {
    flex-direction: row;
  }
  .product-wrapper .media {
    flex: 0 0 360px;
  }
  .product-wrapper .body {
    flex: auto;
  }
}
.product-wrapper #genshi {
  margin-top: 3.5em;
}
.product-wrapper .body .border-l:first-child {
  margin-top: 0;
}

.product-gallery .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 0.75em;
}
.product-gallery .thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.product-gallery .main + .thumbnails {
  margin-top: 2.5em;
}

.lum-lightbox {
  z-index: 10;
}
.lum-lightbox .lum-lightbox-inner {
  top: 100px;
}
.lum-lightbox .lum-close-button {
  right: calc(2.5% + 12px);
  top: 100px;
}

.product-info {
  --title-width: 160px;
}
.product-info .info {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  border-top: solid 1px #707070;
}
.product-info .info:last-child {
  border-bottom: solid 1px #707070;
}
.product-info .title, .product-info .data {
  display: flex;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.product-info .title {
  justify-content: center;
  align-items: center;
  flex: 0 0 var(--title-width);
  background-color: #f1f1f1;
  font-weight: normal;
  text-align: center;
}
.product-info .data {
  display: flex;
  justify-content: flex;
  flex: auto;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 0.5em;
}
.product-info .data.maker {
  justify-content: space-between;
}
.product-info .data .label {
  margin-left: 1rem;
}
.product-info .data p:last-child {
  margin-bottom: 0;
}
.product-info .swatch {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.product-info .swatch .color-swatch {
  --size: 24px;
}
@media screen and (max-width: 999px) {
  .product-info {
    --title-width: 120px;
  }
  .product-info .data.maker {
    flex-direction: column;
    gap: 1em;
  }
}

.catalog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem 2.5rem;
}
.catalog-wrapper .border-l:first-child {
  margin-top: 0 !important;
}
.catalog-wrapper .media figure {
  text-align: center;
}
.catalog-wrapper .data p {
  margin-bottom: 0;
}
.catalog-wrapper .data p + p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .catalog-wrapper {
    flex-direction: row;
  }
}

.product-wrapper.discontinued .alert,
.catalog-wrapper.discontinued .alert {
  --bs-info-text-emphasis: #2778be;
  --bs-info-border-subtle: #2778be;
  --bs-alert-border-radius: 0;
  --bs-border-width: 3px;
  --bs-info-bg-subtle: white;
}

.box-border {
  padding: 1em 1.5em;
  border: 5px solid #c9c9c9;
}

.asterisk {
  padding-left: 1.5em;
}
.asterisk::before {
  content: "※";
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

.fw-normal {
  font-weight: normal;
}

.label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em 1.5em;
  font-size: 14px;
  line-height: 1;
}

.label-discontinued {
  background-color: #2778be;
  color: #ffffff;
}

/* # Common Styles
-----------------------------------------------------------------------*/
/* ### Common */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: #fbf8f0;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  body#home {
    font-size: 16px;
    font-size: 1.1428571429vw;
  }
}

* {
  zoom: 1;
}

#home-bg-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#home-bg-line .line {
  stroke: #DCDDDD;
  stroke-miterlimit: 10;
  animation: gradient 12s ease infinite normal forwards;
}

@keyframes gradient {
  0% {
    stroke: #DCDDDD;
  }
  33% {
    stroke: #301446;
    opacity: 0.15;
  }
  66% {
    stroke: #CEA748;
    opacity: 0.5;
  }
  100% {
    stroke: #DCDDDD;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 1189px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }
}

#home .container {
  max-width: 1400px;
}

.lower .page-title + .container {
  margin: 2em auto;
  padding: 1.5em 1.5em 3.5em;
  background-color: #ffffff;
}
.lower .container.middium {
  min-height: 40vh;
}
.lower .container.middium .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.lower .container.small .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
}

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

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.f-min {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-min-en, .en {
  font-family: "poynter-oldstyle-display", serif;
}

.wm-36 {
  max-width: 360px;
  margin: auto;
}

a {
  color: #65318E;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
a:hover {
  color: #CEA748;
}
a:hover i, a:hover img {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
a:focus-ring {
  outline: none;
}
a img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .media-large img {
    width: 100%;
  }
  .media-middium img {
    width: 60%;
  }
}
flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .d-md-block {
    display: none;
  }
}

figcaption {
  margin-top: 0.5em;
  color: #555555;
  font-size: 0.875em;
  text-align: center;
}

.content .heading-border {
  position: relative;
  display: inline-block;
  color: #301446;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
.content .heading-border::after {
  display: block;
  content: "";
  width: 150px;
  margin: 12px auto 0;
  border-bottom: 2px solid #CEA748;
}
.content .heading-border small {
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
.content .heading-frame {
  position: relative;
  margin: 2em 0;
  padding: 0.2em;
  padding-left: 1em;
  border: 1px solid #65318E;
  color: #301446;
  font-size: 1.312em;
  letter-spacing: 1px;
}
.content .heading-frame::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.5rem;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  border-left: 5px solid #CEA748;
}
.content .border-b {
  margin: 2em 0 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #65318E;
  color: #301446;
  font-size: 1.187em;
  letter-spacing: 1px;
}
.content .border-l {
  margin: 2em 0 1em;
  padding-left: 1em;
  border-left: 5px solid #CEA748;
  color: #301446;
  font-size: 1.125em;
}
.content h1.border-l {
  font-size: 1.5em;
  letter-spacing: 2.4px;
}
.content .heading-fill {
  padding: 0.25em 1em;
  background-color: #65318E;
  color: #ffffff;
  font-size: 1.5em;
}
.content .heading-normal {
  margin: 2em 0 1em;
  color: #301446;
  font-size: 1.125em;
  letter-spacing: 0.9px;
}
.content:first-child:not(#section-a) .heading-border {
  margin-top: 0;
}
.content:first-child:not(#section-a) .article-header div:not(:first-child) .heading-border {
  margin-top: 2em;
}
.content p + p {
  margin-top: 1.5em;
}

.btn {
  display: inline-block;
  position: relative;
  min-height: 40px;
  min-width: 240px;
  background: #ffffff;
  z-index: 1;
  color: #65318E;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  left: -2px;
  height: 50%;
  width: calc(100% + 2px);
  border: 1px solid #65318E;
  background: inherit;
  z-index: -1;
}
.btn::before {
  transform: perspective(40px) rotateX(10deg) translate3d(0, 0, 0);
  transform-origin: top center;
  top: -1px;
  border-bottom: none;
}
.btn::after {
  transform: perspective(40px) rotateX(-10deg) translate3d(0, 0, 0);
  transform-origin: bottom center;
  bottom: -1px;
  border-top: none;
}
.btn:hover {
  background-color: #65318E !important;
  color: #ffffff !important;
}
.btn:focus {
  outline: none;
}
.btn.left {
  text-align: left;
}
.btn span {
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 10px);
  width: 90%;
  line-height: 1.25;
}
.btn span i:last-child {
  margin-left: 0.5em;
}
.btn.arrow-r span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.btn.arrow-r:hover span::after {
  transform: translate(4px, -50%) translate3d(0, 0, 0);
}
.btn.arrow-down span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.btn.arrow-down:hover span::after {
  transform: translate(0, -8px) translate3d(0, 0, 0);
}
.btn[target=_blank] span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
  display: inline-block;
  margin-left: 0.5em;
}
.btn.btn-primary {
  background-color: #65318E;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: rgb(74.0314136126, 35.9162303665, 104.0837696335) !important;
  color: #65318E;
}
.btn.btn-primary span {
  color: #ffffff;
}
.btn.btn-purple-light {
  background-color: #efe2fa;
}
@media screen and (min-width: 768px) {
  .btn.mid {
    min-width: 360px;
  }
  .btn.mid::before {
    transform: perspective(48px) rotateX(10deg) translate3d(0, 0, 0);
  }
  .btn.mid::after {
    transform: perspective(48px) rotateX(-10deg) translate3d(0, 0, 0);
  }
}
.btn.btn-product {
  min-width: 180px;
  min-height: 26px;
  border-color: #707070;
  color: #707070;
  font-size: 0.875em;
}
.btn.btn-product::before, .btn.btn-product::after {
  border-color: #707070;
  height: calc(50% + 1px);
}
.btn.btn-product::before {
  transform: perspective(50px) rotateX(18deg) translate3d(0, 0, 0);
}
.btn.btn-product::after {
  transform: perspective(50px) rotateX(-18deg) translate3d(0, 0, 0);
}
.btn.btn-product:hover {
  background-color: rgb(239.5, 239.5, 239.5) !important;
  color: #707070 !important;
}
.btn.btn-product.primary {
  border-color: #65318E;
  color: #65318E;
}
.btn.btn-product.primary::before, .btn.btn-product.primary::after {
  border-color: #65318E;
}
.btn.btn-product.primary:hover {
  background-color: #65318E !important;
  color: #ffffff !important;
}

.btn-square {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 0.75em 2.5em 0.75em 1em;
  background-color: #E9ECF2;
  border: 1px solid #39517B;
  color: #39517B;
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.btn-square span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.btn-square[target=_blank] span {
  position: relative;
  display: inline-block;
}
.btn-square[target=_blank] span::after {
  content: "\f08e";
  right: inherit;
  margin-left: 0.5em;
}
.btn-square:hover {
  background-color: rgb(200.9428571429, 208.3142857143, 223.0571428571);
  color: rgb(40.85, 58.05, 88.15);
}
.btn-square:hover span::after {
  transform: translate(4px, -50%) translate3d(0, 0, 0);
}
.btn-square + .btn-square {
  margin-top: 1em;
}
.btn-square.left {
  text-align: left;
}

.btn-small {
  min-width: 140px;
}
.btn-small::before {
  transform: perspective(60px) rotateX(25deg) translate3d(0, 0, 0);
}
.btn-small::after {
  transform: perspective(60px) rotateX(-25deg) translate3d(0, 0, 0);
}
.btn-small.arrow-r span::after {
  right: 10%;
}

.btn-large {
  min-width: 260px;
  min-height: 50px;
}
.btn-large::before {
  transform: perspective(80px) rotateX(20deg) translate3d(0, 0, 0);
}
.btn-large::after {
  transform: perspective(80px) rotateX(-20deg) translate3d(0, 0, 0);
}
.btn-large span::after {
  right: 10%;
}
@media screen and (min-width: 768px) {
  .btn-large {
    min-width: 560px;
    min-height: 60px;
    font-size: 18px;
  }
  .btn-large::before {
    transform: perspective(80px) rotateX(10deg);
  }
  .btn-large::after {
    transform: perspective(80px) rotateX(-10deg);
  }
}
.btn-large + .btn-large {
  margin-top: 2em;
}

.btn-wrapper {
  padding: 2em 0;
  text-align: center;
}

.list_parentheses {
  margin: 1em 0;
}
.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 0.5em;
}
.list_parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
  font-weight: normal;
  margin-right: 0.5em;
}

/* ### Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transform: translateY(-80px);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  z-index: 10;
}
#header .inner {
  position: relative;
  height: 100%;
}
#header .header-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px;
  transform: translate(-50%, -50%);
}
#header .header-menu {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#header .header-menu > div {
  width: 40px;
  height: 100%;
}
#header .header-menu > .searchform {
  display: none;
}
#header .item-wrapper {
  position: absolute;
  right: 0;
}
#header .drawer {
  width: 100px;
}
@media screen and (min-width: 768px) {
  #header {
    height: 80px;
  }
  #header .header-logo img {
    height: 42px;
  }
  #header .header-menu .searchform {
    width: 40px;
  }
  #header .header-menu .drawer {
    width: 80px;
  }
  #header .searchform {
    display: flex;
  }
  #header.small {
    height: 60px;
  }
  #header.small .header-logo {
    height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  #header .header-menu > .searchform {
    display: flex;
  }
}

.lower #header {
  transform: translateY(0);
}

/* ドロワーメニュー */
.drawer {
  position: relative;
}
.drawer__checkbox {
  display: none;
}
.drawer__icon {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.drawer__icon .wrapper {
  height: 100%;
  width: 100%;
  text-align: center;
}
.drawer__icon-parts, .drawer__icon-parts:before, .drawer__icon-parts:after {
  background-color: #65318E;
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.drawer__icon-parts {
  top: calc(50% - 36px);
}
.drawer__icon-parts:before, .drawer__icon-parts:after {
  content: " ";
}
.drawer__icon-parts:before {
  margin-top: 8px;
}
.drawer__icon-parts:after {
  margin-top: 16px;
}
.drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
}
.drawer__menu {
  background: #65318E;
  color: #ffffff;
  max-width: 100%;
  width: 300px;
  height: 100vh;
  box-shadow: -5px 3px 10px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -300px;
}
.drawer__icon {
  position: absolute;
}
.drawer__menu {
  z-index: 3;
}
.drawer__overlay {
  z-index: 2;
}
.drawer__checkbox:checked ~ .drawer__overlay {
  opacity: 0.5;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.drawer__checkbox:checked ~ .drawer__menu {
  right: 0;
}
.drawer__icon-parts, .drawer__icon-parts:after, .drawer__icon-parts:before, .drawer__overlay, .drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .drawer__icon-parts, .drawer__icon-parts:before, .drawer__icon-parts:after {
    width: 32px;
    height: 5px;
  }
  .drawer__icon-parts {
    top: calc(50% - 50px);
  }
  .drawer__icon-parts:before {
    margin-top: 10px;
  }
  .drawer__icon-parts:after {
    margin-top: -10px;
  }
  .drawer__icon .text {
    position: absolute;
    bottom: 12px;
    right: 25px;
    color: #65318E;
    font-size: 10px;
    font-weight: 700;
  }
  .drawer__menu {
    width: 360px;
    right: -360px;
  }
  .drawer__menu__icon-parts {
    top: calc(50% - 50px) !important;
  }
}

@media screen and (min-width: 768px) {
  #header.small .drawer__icon-parts {
    top: 0;
  }
  #header.small .drawer__icon .text {
    display: none !important;
  }
  #header.small .drawer__menu .drawer__icon-parts {
    top: calc(50% - 50px);
  }
}
.searchform {
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: none;
  z-index: 1;
}
.searchform::before {
  z-index: 20;
  color: #65318E;
  font-size: 24px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f002";
  cursor: pointer;
}
.searchform::before:focus {
  outline: none;
}
.searchform form {
  position: relative;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.searchform input {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 0.5em 0.875em;
  border: 1px solid #65318E;
  opacity: 0;
  font-size: 0.75em;
}
.searchform input:focus {
  outline: none;
}
.searchform.active {
  justify-content: flex-end;
}
.searchform.active::before {
  display: none;
}
.searchform.active form {
  visibility: visible;
  opacity: 1;
}
.searchform.active input {
  width: 220px;
  height: 40px;
  opacity: 1;
  border-radius: 20px;
  font-size: 1em;
  opacity: 1;
}
.searchform button {
  position: absolute;
  top: 50%;
  right: 0.875em;
  transform: translateY(-50%);
  color: #65318E;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.searchform button:focus {
  outline: none;
}
.searchform button:hover {
  color: rgb(152.7486910995, 93.6701570681, 199.3298429319);
}
@media screen and (min-width: 768px) {
  .searchform.active input {
    width: 260px;
  }
}

.search-item {
  margin-top: 2em;
}
.search-item .heading-normal {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search-item .url {
  font-size: 0.875em;
}

.drawer__menu {
  padding: 40px 5% 2%;
  color: #ffffff;
  text-align: left;
}
.drawer__menu .menu-icons {
  display: flex;
  justify-content: flex-end;
}
.drawer__menu .searchform {
  top: -16px;
}
.drawer__menu .searchform::before {
  color: #ffffff;
}
.drawer__menu .searchform input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
}
.drawer__menu .drawer__icon {
  position: relative;
  width: 40px;
  height: 40px;
}
.drawer__menu .drawer__icon-parts {
  background: transparent;
  top: -80%;
  right: 0;
}
.drawer__menu .drawer__icon .drawer__icon-parts:before {
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  margin-top: 0;
}
.drawer__menu .drawer__icon .drawer__icon-parts:after {
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  margin-top: 0;
}
.drawer__menu .drawer-menu-block {
  border-top: 1px solid #ffffff;
  padding: 0.75em;
}
.drawer__menu a {
  color: #ffffff;
}
.drawer__menu a:hover {
  color: #CEA748;
}
@media screen and (min-width: 768px) {
  .drawer__menu {
    padding: 40px 2% 2%;
  }
  .drawer__menu .searchform {
    top: -18px;
  }
}

.menu-heading {
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.menu-heading:only-child {
  margin-bottom: 0;
}
.menu-heading ~ .menu-heading {
  margin-top: 1em;
}

.menu-item {
  list-style: none;
  font-size: 15px;
}
.menu-item a::before {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 90%;
  margin-right: 0.5em;
}

.menu-list.other .menu-item a {
  font-size: 16px;
}
.menu-list.other .menu-item a::before {
  display: none;
}

.menu-list + .menu-list {
  margin-top: 1rem;
}

/* ### Footer */
footer {
  margin-top: auto;
}

.footer-top {
  display: none;
}
.footer-top .logo-footer {
  display: block;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-top {
    display: block;
    padding: 30px 0;
    background: #a9894b;
  }
  .footer-top .footer-sitemap {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    color: #ffffff;
  }
  .footer-top .footer-sitemap a {
    color: #ffffff;
  }
  .footer-top .footer-sitemap a:hover {
    color: #65318E;
  }
}

.footer-bottom {
  padding: 12px 24px;
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.footer-bottom a {
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #CEA748;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.page-top {
  position: fixed;
  right: 0.5em;
  bottom: 1em;
  display: block;
  width: 2em;
  height: 2em;
  background: #65318E;
  border-radius: 50%;
}
.page-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.page-top:hover {
  background-color: rgb(74.0314136126, 35.9162303665, 104.0837696335) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* # Home
-----------------------------------------------------------------------*/
/* ### Grid */
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 90px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 90px repeat(9, 1fr);
  justify-items: stretch;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: calc((100vw - 50px) / 5) calc((100vw - 50px) / 5) calc((100vw - 50px) / 5) calc((100vw - 50px) / 5);
    grid-template-rows: repeat(4, calc((100vw - 50px) / 5));
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1400px) {
  .grid {
    -ms-grid-rows: 270px 270px 270px 270px;
    grid-template-rows: repeat(4, 270px);
  }
}

.grid-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  max-height: calc(50vw - 15px);
  letter-spacing: 0.1em;
}
.grid-item:not(.item-harf) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.grid-item .item-block:not(:only-child) {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: calc(50% - 5px);
}
.grid-item .inner {
  align-self: center;
}
.grid-item .title {
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1.4;
}

a.grid-item {
  position: relative;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
a.grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #ffffff;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
a.grid-item:hover {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
a.grid-item:hover::before {
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
  border-width: 4px;
  opacity: 0.3;
  z-index: 1;
}

.item-block {
  align-self: stretch;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.item-block.img {
  padding: 0;
}
.item-block.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-block.bg-img {
  position: relative;
  padding: 0;
}
.item-block.bg-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}
.item-block.bg-img .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 4%;
  z-index: 2;
}

#grid-A {
  -ms-grid-row: 1;
  grid-row: 1;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
#grid-A .logo {
  display: block;
  width: 300px;
  height: 42.2px;
  background: url("../img/logo-h.svg") no-repeat;
}
#grid-A .logo .logo-pc {
  display: none;
}

#grid-B {
  display: none;
}

#grid-C { /* 最新トレンドカラー */
  -ms-grid-row: 2;
  grid-row: 2;
  overflow: hidden;
}
#grid-C .inner {
  align-self: flex-start;
  width: 100%;
  color: #ffffff;
  text-align: right;
}
#grid-C .bg-light .inner {
  color: #555555;
}
#grid-C .title {
  margin-top: 2em;
  font-size: 13px;
  letter-spacing: 1.8px;
}
#grid-C .color-name {
  margin-top: 1.5em;
  font-size: 15px;
  letter-spacing: 2.4px;
}
#grid-C .slick-list, #grid-C .slick-track {
  width: 100%;
  height: 100%;
}
#grid-C .slider-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#grid-C .slider-item img {
  max-height: 173px;
}

#grid-D { /* 襖紙検索 */
  -ms-grid-row: 3;
  grid-row: 3;
  background: #e0dcd0;
  color: #333333;
  background-image: url(/img/grid-fusuma-search.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #grid-D {
    flex-direction: row-reverse;
  }
}
#grid-D .title {
  margin-bottom: 0.25em;
  color: white;
  font-size: 24px;
}
#grid-D p {
  margin-top: 1em;
  line-height: 1.5;
}

#grid-E {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
  grid-column: 1/3;
  display: flex;
  max-height: inherit;
  flex-direction: column;
  justify-content: flex-start;
  background: #e0dcd0;
}
#grid-E a {
  color: #333333;
}
#grid-E a.grid-item {
  box-shadow: none;
}
#grid-E a:hover {
  background: rgb(217.9192307692, 213.1346153846, 198.7807692308);
}
#grid-E a:hover .article-title {
  color: #65318E;
}
#grid-E .title-wrapper {
  position: relative;
  width: 100%;
  height: calc(50% - 5px);
}
#grid-E .title-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 167px;
  object-fit: cover;
  object-position: center;
}
#grid-E .title-wrapper .title {
  position: absolute;
  top: 20px;
  left: 0.875em;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}
#grid-E .article {
  max-width: 540px;
  height: 50%;
  padding: 10px;
  overflow: hidden;
}
#grid-E .article .article-title {
  font-size: 18px;
  line-height: 1.4;
}
#grid-E .article .article-title small {
  display: block;
}
#grid-E .article .article-date {
  display: block;
  margin-bottom: 0.5em;
}
#grid-E .article .lead {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
}

#grid-F { /* 伝統色 */
  -ms-grid-row: 6;
  grid-row: 6;
  background-color: #3FAEC2;
  color: #ffffff;
}
#grid-F .item-block {
  flex: 1;
  width: 100%;
}
#grid-F .title {
  font-size: 22px;
  text-align: center;
}
#grid-F .item-block.bg-img {
  padding: 0;
}
#grid-F .colors {
  display: flex;
  width: 100%;
  height: 100%;
}
#grid-F .colors .list-item {
  position: relative;
}
#grid-F .colors .list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 100%;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#grid-F .colors .color01 {
  width: 32%;
  background-color: #D1A579;
}
#grid-F .colors .color02 {
  width: 24%;
  background-color: #F3DCB7;
}
#grid-F .colors .color03 {
  width: 11%;
  background-color: #7862AF;
}
#grid-F .colors .color04 {
  width: 15%;
  background-color: #FA9A92;
}
#grid-F .colors .color05 {
  width: 18%;
  background-color: #88BABD;
}

#grid-G {
  -ms-grid-row: 7;
  grid-row: 7;
  grid-column: 1/3;
}
#grid-G .item-block {
  padding: 0;
}
#grid-G .inner {
  justify-content: flex-end;
}
#grid-G .title {
  color: white;
  font-size: 24px;
}

#grid-H {
  -ms-grid-row: 8;
  grid-row: 8;
  background: #CEA748;
  color: #ffffff;
}
#grid-H .item-block .inner {
  align-self: center;
}
#grid-H .item-block p {
  font-size: 16px;
}
#grid-H .item-block .title {
  margin-top: 0.5em;
  font-size: 24px;
}
#grid-H .item-block.bg-img {
  margin: 10px;
  background-image: url("../img/grid-H-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#grid-I, #grid-J { /* 襖辞典 + 壁紙 */
  grid-row: 9;
  grid-column: 1/3;
}
#grid-I .inner, #grid-J .inner {
  justify-content: flex-end;
}
#grid-I .item-block.bg-img img, #grid-J .item-block.bg-img img {
  object-position: 100% 90%;
}
#grid-I .title, #grid-J .title {
  color: white;
  font-size: 24px;
}

#grid-J {
  grid-row: 10;
}
#grid-J .inner {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .grid-item {
    max-height: inherit;
  }
  .item-block {
    padding: 4%;
  }
  #grid-A {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    height: inherit;
  }
  #grid-A .logo {
    width: auto;
    height: 85%;
    max-width: 68.7px;
    max-height: 611px;
    background: none;
  }
  #grid-A .logo .logo-pc {
    display: block;
    width: 100%;
    height: 100%;
  }
  #grid-A .logo .logo-pc img {
    width: 100%;
    height: 100%;
  }
  #grid-B {
    display: flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #grid-B .item-block {
    background: #65318E;
    color: #ffffff;
  }
  #grid-B .title {
    margin-bottom: 1em;
    font-size: 32px;
    font-size: 2.2857142857vw;
    letter-spacing: 1.6px;
    font-weight: normal;
  }
  #grid-B p {
    font-size: 14px;
    font-size: 1vw;
  }
  #grid-C {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  #grid-C .title {
    font-size: min(1.4vw, 24px);
  }
  #grid-C .color-name {
    font-size: min(1.3vw, 23px);
  }
  #grid-C .slider-item img {
    max-height: inherit;
  }
  #grid-D {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    background-image: url(/img/grid-fusuma-search@2x.jpg);
  }
  #grid-D .item-block {
    justify-content: flex-end;
  }
  #grid-D .title {
    color: white;
    font-size: 32px;
    font-size: 2.2857142857vw;
  }
  #grid-D p {
    margin-top: 2em;
    font-size: 14px;
    font-size: 1vw;
  }
  #grid-E {
    display: flex;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  #grid-E .title-wrapper img {
    max-height: inherit;
  }
  #grid-E .title-wrapper .title {
    font-size: 32px;
    font-size: 2.2857142857vw;
  }
  #grid-E .article {
    padding: 5% 5%;
  }
  #grid-E .article .article-title {
    margin-bottom: 0.25em;
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
  #grid-E .article .article-date {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.8571428571vw;
  }
  #grid-E .article .lead {
    font-size: 14px;
    font-size: 1vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
  }
  #grid-F {
    display: flex;
    flex-direction: column;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #grid-F .item-block {
    flex: 1;
    width: 100%;
  }
  #grid-F .title {
    font-size: 30px;
    font-size: 2.1428571429vw;
    text-align: center;
  }
  #grid-F .item-block.bg-img {
    padding: 0;
  }
  #grid-F .item-block:not(.bg-img) {
    margin-bottom: -10px;
  }
  #grid-F .colors {
    display: flex;
    width: 100%;
    height: 100%;
  }
  #grid-G {
    display: flex;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  #grid-G .title {
    font-size: 30px;
    font-size: 2.1428571429vw;
  }
  #grid-H {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  #grid-H .item-block p {
    font-size: 21px;
    font-size: 1.5vw;
  }
  #grid-H .item-block .title {
    font-size: 32px;
    font-size: 2.2857142857vw;
  }
  #grid-I, #grid-J {
    display: flex;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
  #grid-I .item-block.bg-img img, #grid-J .item-block.bg-img img {
    object-position: inherit;
  }
  #grid-I .inner, #grid-J .inner {
    justify-content: inherit;
  }
  #grid-I .title, #grid-J .title {
    font-size: 32px;
    font-size: 2.2857142857vw;
  }
  #grid-J {
    display: flex;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
}
@media screen and (min-width: 1400px) {
  .grid-item p {
    font-size: 14px !important;
  }
  #grid-B .title {
    font-size: 40px;
  }
  #grid-C .title {
    font-size: min(1.3vw, 23px);
  }
  #grid-C .color-name {
    font-size: min(1.4vw, 24px);
  }
  #grid-E .article .lead {
    font-size: 14px;
  }
  #grid-E .article .article-title {
    font-size: 28px;
  }
}
.word,
.char {
  animation-delay: var(--del);
  animation-direction: var(--dir, normal);
  animation-duration: var(--dur);
  animation-iteration-count: var(--it, infinite);
  animation-name: var(--name);
  animation-timing-function: var(--tf);
  animation-fill-mode: var(--fill, forwards);
  display: inline-block;
  position: relative;
  transform-origin: 50% 100%;
  z-index: 1;
}

.headline--twirl .char {
  --name: twirl;
  --dur: 12000ms;
  --del: calc(var(--char-index) * 0.025s);
  --tf: linear;
}
@keyframes twirl {
  2% {
    transform: rotateY(1turn);
  }
  4% {
    transform: rotateY(2turn);
  }
  /*8% {
    transform: rotateY(3turn);
  }*/
  10% {
    transform: none;
  }
}

/* ### Home contents */
.card {
  padding: 10px;
  background-color: #ffffff;
}

.article .article-date {
  color: #666666;
  font-size: 12px;
  font-size: 0.8571428571vw;
  letter-spacing: normal;
}

.article-list .article {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.article-list .article ~ .article {
  margin-top: 10px;
}
.article-list .article-header {
  display: flex;
}
.article-list .article-header p {
  color: #666666;
}
.article-list .article-header .article-title {
  margin: 0.25em 0 1em;
  color: #301446;
  font-size: 18px;
}
.article-list .article-header .img {
  margin-right: 10px;
}
.article-list .article-header .img img {
  width: 120px;
  height: auto;
  object-fit: contain;
}
.article-list .article-header .category-label {
  display: none;
}
.article-list .article-body .btn-wrapper {
  padding: 10px 0;
  text-align: center;
}
.article-list .article-wrapper {
  margin-bottom: 1.5em;
}
.article-list .article-wrapper .img {
  float: left;
  width: calc(33.3333333333% - 1em);
  margin-right: 1em;
}
.article-list .article-wrapper .img img {
  width: 100%;
}
.article-list .article-wrapper .article-header {
  display: block;
  float: left;
  width: 66.6666666667%;
}
.article-list .article-wrapper .article-body {
  width: 100%;
}
.article-list .article-wrapper .article-body::before {
  display: block;
  content: "";
  clear: both;
}
.article-list .btn-wrapper {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-list .article {
    flex-direction: column;
    line-height: 1.5;
  }
  .article-list .article ~ .article {
    margin-top: 20px;
  }
  .article-list .article-wrapper {
    margin-bottom: 0;
  }
  .article-list .article-wrapper .img {
    width: 160px;
    margin-right: 2em;
  }
  .article-list .article-wrapper .article-header {
    width: calc(100% - 160px - 2em);
  }
  .article-list .article-wrapper .article-header .article-title {
    margin: 1em 0;
    font-size: 24px;
  }
  .article-list .article-wrapper .article-header .category-label {
    display: inline-block;
  }
  .article-list .article-wrapper .article-body {
    float: left;
    width: calc(100% - 160px - 2em);
    margin-top: 0;
  }
  .article-list .article-wrapper .article-body .lead {
    font-size: 1rem;
  }
  .article-list .btn-wrapper {
    margin-top: 1em;
    margin-left: 2em;
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .article-list .article {
    flex-direction: row;
  }
  .article-list .article-wrapper .article-body {
    float: left;
    margin-top: 0;
  }
  .article-list .btn-wrapper {
    margin-top: auto;
    text-align: center;
  }
}

.article .meta {
  width: flex;
  justify-content: flex-start;
  align-items: center;
}
.article .article-date {
  font-size: 12px;
}
.article .category-label {
  display: inline-block;
  margin-left: 1em;
}
.article .category-label label {
  display: inline-block;
  min-width: 70px;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.article .category-label label ~ label {
  margin-left: 0.5rem;
}
.article .category-label label:hover {
  opacity: 0.8;
}
.article .category-label .new-product {
  background-color: #d84b60;
}
.article .category-label .exhibition {
  background-color: #CEA748;
}
.article .category-label .event {
  background-color: #a3a399;
}
.article .category-label .product-info {
  background-color: #2778be;
}
.article .category-label .material-wall {
  background-color: #82cc1c;
}
.article .category-label .material-floor {
  background-color: #dd8e22;
}
.article .category-label .window {
  background-color: #69cdd1;
}
.article .category-label .fusuma {
  background-color: #a74ea3;
}
.article .category-label .news {
  background-color: #3fa8d6;
}

.article:not(.card) .article-header {
  margin-bottom: 2em;
}
.article:not(.card) .meta {
  margin-top: 2em;
  padding-bottom: 4px;
  border-bottom: 1px dotted #221714;
}
.article:not(.card) figure + p {
  margin-top: 4em;
}
.article:not(.card) .article-body > * {
  margin-top: 2em;
}
.article:not(.card) h2 + .btn-wrapper, .article:not(.card) h3 + .btn-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.document-list {
  display: flex;
  flex-direction: column;
}
.document-list .link-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  background-color: #ebebeb;
}
.document-list .link-item[href$=".pdf"] span::before {
  display: inline-block;
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3em;
  font-weight: 300;
  margin-right: 0.5em;
}
.document-list .link-item:hover {
  background-color: rgb(229.9, 229.9, 229.9);
}
@media screen and (min-width: 768px) {
  .document-list {
    flex-flow: row wrap;
    margin: 0 -1em;
  }
  .document-list .list-item {
    display: flex;
    justify-content: space-between;
    width: calc(50% - 2em);
    margin: 0 1em 2em;
  }
}

@media screen and (min-width: 768px) {
  .card {
    padding: 20px 30px;
  }
}
.partners {
  padding: 1em 0;
  background-color: #d5ccbc;
}
.partners .heading {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
.partners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners .list .banner-item {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
.partners .list .banner-item img {
  width: 100%;
  height: auto;
}
.partners .list .banner-item img:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .partners .list .banner-item {
    width: 18.8%;
    margin-bottom: 1.5%;
  }
}

/* # 2nd pages
-----------------------------------------------------------------------*/
/* ### Common */
.breadcrumb-wrapper {
  margin-top: 40px;
  background-color: #e2dfda;
}
@media screen and (min-width: 768px) {
  .breadcrumb-wrapper {
    margin-top: 80px;
  }
}

.breadcrumb {
  display: block;
  width: 100%;
  padding: 5px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb-item {
  display: inline;
  list-style: none;
  padding-left: 10px;
  color: #555555;
  font-size: 12px;
  line-height: 1;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  content: "/";
  padding-left: 10px;
}
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item .item-link {
  color: #65318E;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 8px 0;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
}

.page-title {
  padding: 0.5em;
  background-color: #a9894b;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 36px;
    letter-spacing: 7.2px;
  }
}

#column .page-title {
  background-color: #65318E;
}

.lower main .heading-border {
  margin: 40px auto 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .lower main .heading-border {
    margin: 70px auto 20px;
    font-size: 24px;
  }
}

main .content > * {
  margin-top: 2em;
}
main .content > *:first-child {
  margin-top: 2em !important;
}
main figure img {
  max-width: 100%;
}
main figure + p {
  margin-top: 2em;
}
main p + figure {
  margin-top: 2em;
}

.flex-col-2 {
  display: flex;
  flex-direction: column;
}
.flex-col-2 .flex-item ~ .flex-item {
  margin-top: 1.5em;
}
.flex-col-2 .flex-item figure {
  margin-top: 0;
  text-align: center;
}
.flex-col-2 .flex-item figure + figure {
  margin-top: 2em;
}
.flex-col-2 .flex-item .heading-normal:first-child {
  margin-top: 0;
}
.flex-col-2.media-r {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .flex-col-2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1em;
    margin-right: -1em;
  }
  .flex-col-2 .flex-item {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  .flex-col-2 .flex-item ~ .flex-item {
    margin-top: 0;
  }
  .flex-col-2 .flex-item:nth-child(n+3) {
    margin-top: 2em;
  }
  .flex-col-2.media-r {
    flex-direction: row-reverse;
  }
}
.flex-col-2 + .border-b {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .float .right {
    float: right;
    max-width: calc(50% - 1.5em);
    margin-left: 1.5em;
  }
}

.box-beige {
  margin: 2em 0;
  padding: 1em;
  background-color: #efe2c2;
  border-radius: 10px;
  color: #301446;
}
@media screen and (min-width: 768px) {
  .box-beige {
    padding: 1.5em 2em;
  }
}

.list-icon li ~ li {
  margin-top: 0.5em;
}
.list-icon .icon {
  list-style: none;
}
.list-icon .icon i {
  margin-right: 1em;
}

.hishi {
  margin: 0 0 2em 0.5em;
}
.hishi li {
  padding-left: 1.5em;
}
.hishi li::before {
  display: inline-block;
  content: "◆";
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.hishi li ~ li {
  margin-top: 0.5em;
}
.hishi li .ruby {
  font-size: 0.875em;
}

.table-normal {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999999;
}
.table-normal caption {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.table-normal th {
  background-color: #ebebeb;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.table-normal th, .table-normal td {
  padding: 0.5em 1em;
}
.table-normal td {
  border-top: 1px solid #999999;
}
.table-normal td ~ td {
  width: 50%;
  border-left: 1px solid #999999;
}
.table-normal td span + span {
  margin-left: 2em;
}

.table-col-4 th, .table-col-4 td {
  width: 25% !important;
}
.table-col-4 td {
  text-align: center;
}

.table-col-6 th, .table-col-6 td {
  width: 16.6666666667% !important;
}
.table-col-6 td {
  text-align: center;
}

.table-col-11 tr:first-child th {
  white-space: 　nowrap;
}
.table-col-11 th:not(:first-child), .table-col-11 td {
  width: 8% !important;
  font-size: 90%;
}
.table-col-11 th:first-child {
  width: 20% !important;
}
.table-col-11 td {
  text-align: center;
}

.scroll {
  overflow: auto;
  white-space: 　nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
}

.note {
  margin-top: 0.5em;
  font-size: 80%;
}

.content-footer {
  margin: 50px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #707070;
  color: #555555;
}
.content-footer.border-none {
  padding-top: 0;
  border-top: none;
}
.content-footer blockquote {
  padding-left: 1.25em;
  border-left: 5px solid #c9c9c9;
  color: #555555;
  font-size: 0.875em;
}
.content-footer .normal {
  color: #555555;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
.content-footer .author dt {
  font-size: 1.125em;
  font-weight: bold;
}
.content-footer .author dt small {
  font-size: 90%;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .content-footer {
    margin: 100px 0 80px;
  }
}

.directory-links {
  margin-top: 4em;
}
.directory-links .title {
  background-color: #CEA748;
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}
.directory-links .nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.directory-links .nav li {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.directory-links .nav li .btn {
  min-width: 90%;
  background-color: #efe2fa;
}
.directory-links .nav li .btn.active {
  pointer-events: none;
  background-color: #ffffff;
}
.directory-links .nav li .btn.active span::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .directory-links .nav {
    flex-flow: row wrap;
    margin-top: 20px;
  }
  .directory-links .nav li {
    width: calc((100% - 64px) / 3);
  }
  .directory-links .nav li:nth-child(3n-1) {
    margin: 10px 32px;
  }
}

.glossary .flex-col-2 {
  margin-top: 1.5em;
}

/* pattern-tradition */
@media screen and (min-width: 768px) {
  #pattern-tradition .lead,
  .tradition-color .lead {
    width: 82.5%;
    margin: auto;
  }
}

.pattern-menu,
.list-menu {
  display: flex;
  flex-wrap: wrap;
  --gap: 1em;
  gap: var(--gap);
}
.pattern-menu .pattern-item,
.pattern-menu .list-item,
.list-menu .pattern-item,
.list-menu .list-item {
  width: calc((100% - var(--gap)) / 2);
  max-height: 160px;
  overflow: hidden;
}
.pattern-menu .pattern-item a,
.pattern-menu .list-item a,
.list-menu .pattern-item a,
.list-menu .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.pattern-menu .hover-parent,
.list-menu .hover-parent {
  position: relative;
  overflow: hidden;
}
.pattern-menu .hover-parent:hover .hover-mask,
.list-menu .hover-parent:hover .hover-mask {
  opacity: 1;
}
.pattern-menu .panel-link.active .hover-mask,
.list-menu .panel-link.active .hover-mask {
  opacity: 1;
}
.pattern-menu img,
.list-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pattern-menu .hover-mask,
.list-menu .hover-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.pattern-menu .name,
.list-menu .name {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  letter-spacing: 3px;
}
.pattern-menu .name .ruby,
.list-menu .name .ruby {
  margin-left: 1em;
  font-size: 0.75em;
}
.pattern-menu .name .en,
.list-menu .name .en {
  display: block;
  font-family: "poynter-oldstyle-display", serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1.4px;
}
.pattern-menu.large,
.list-menu.large {
  margin: 3em 0;
}
.pattern-menu.small .pattern-item a,
.pattern-menu.small .list-item a,
.list-menu.small .pattern-item a,
.list-menu.small .list-item a {
  display: flex;
  height: 60px;
  background-color: #ebebeb;
}
.pattern-menu.small .pattern-item a .thumbnail,
.pattern-menu.small .list-item a .thumbnail,
.list-menu.small .pattern-item a .thumbnail,
.list-menu.small .list-item a .thumbnail {
  width: 36%;
  height: 100%;
}
.pattern-menu.small .pattern-item a:hover,
.pattern-menu.small .list-item a:hover,
.list-menu.small .pattern-item a:hover,
.list-menu.small .list-item a:hover {
  background-color: rgb(209.5, 209.5, 209.5);
}
.pattern-menu.small .pattern-item .name,
.pattern-menu.small .list-item .name,
.list-menu.small .pattern-item .name,
.list-menu.small .list-item .name {
  flex: 1 0 64%;
  align-self: center;
  padding: 1em;
  color: #222222;
  font-size: 1em;
  letter-spacing: 1.6px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .pattern-menu.small .pattern-item .thumbnail,
  .pattern-menu.small .list-item .thumbnail,
  .list-menu.small .pattern-item .thumbnail,
  .list-menu.small .list-item .thumbnail {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .pattern-menu .pattern-item,
  .pattern-menu .list-item,
  .list-menu .pattern-item,
  .list-menu .list-item {
    width: calc((100% - var(--gap) * 3) / 4);
    max-height: 180px;
    overflow: hidden;
  }
  .pattern-menu .name,
  .list-menu .name {
    font-size: 32px;
    letter-spacing: 3.6px;
  }
  .pattern-menu .name .en,
  .list-menu .name .en {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media screen and (min-width: 1000px) {
  .pattern-menu .pattern-item,
  .pattern-menu .list-item,
  .list-menu .pattern-item,
  .list-menu .list-item {
    max-height: 270px;
  }
}
.pattern-menu .panel,
.list-menu .panel {
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
}
.pattern-menu .panel .controller .btn-icon,
.list-menu .panel .controller .btn-icon {
  color: #707070;
}
.pattern-menu .panel .controller .btn-icon:hover,
.list-menu .panel .controller .btn-icon:hover {
  color: #3d3d3d;
}
.pattern-menu .panel .panel-header,
.list-menu .panel .panel-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.pattern-menu .panel .panel-header .symbol img,
.list-menu .panel .panel-header .symbol img {
  width: 100%;
  height: auto;
}
.pattern-menu .panel .panel-header .panel-content,
.list-menu .panel .panel-header .panel-content {
  margin-top: 1em;
}
.pattern-menu .panel .heading,
.list-menu .panel .heading {
  margin-bottom: 1em;
  border-bottom: 1px dotted #707070;
}
.pattern-menu .panel .heading .name,
.list-menu .panel .heading .name {
  font-size: 24px;
}
.pattern-menu .panel .heading .name .en,
.list-menu .panel .heading .name .en {
  display: inline-block;
  font-size: 14px;
}
.pattern-menu .panel .panel-gallery,
.list-menu .panel .panel-gallery {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  margin-left: -1em;
  margin-right: -1em;
  padding-bottom: 2em;
}
.pattern-menu .panel .panel-gallery .gallery-item,
.list-menu .panel .panel-gallery .gallery-item {
  margin-bottom: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
}
.pattern-menu .panel .panel-gallery .gallery-item img,
.list-menu .panel .panel-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pattern-menu .panel .panel-gallery .gallery-item figcaption,
.list-menu .panel .panel-gallery .gallery-item figcaption {
  font-size: 0.875em;
  text-align: center;
}
.pattern-menu .panel .panel-gallery .gallery-item.f-1,
.list-menu .panel .panel-gallery .gallery-item.f-1 {
  width: calc(50% - 2em);
}
@media screen and (min-width: 768px) {
  .pattern-menu .panel,
  .list-menu .panel {
    padding: 1em 2em 0;
  }
  .pattern-menu .panel .panel-header,
  .list-menu .panel .panel-header {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .pattern-menu .panel .panel-header .symbol,
  .list-menu .panel .panel-header .symbol {
    flex: 1;
    margin-right: 1.75rem;
  }
  .pattern-menu .panel .panel-header .panel-content,
  .list-menu .panel .panel-header .panel-content {
    flex: 3;
    margin-top: 0;
  }
  .pattern-menu .panel .heading .name,
  .list-menu .panel .heading .name {
    font-size: 32px;
  }
  .pattern-menu .panel .heading .name .en,
  .list-menu .panel .heading .name .en {
    font-size: 18px;
    margin-left: 1.8em;
  }
  .pattern-menu .panel .panel-gallery .gallery-item,
  .list-menu .panel .panel-gallery .gallery-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pattern-menu .panel .panel-gallery .gallery-item:not(:last-child),
  .list-menu .panel .panel-gallery .gallery-item:not(:last-child) {
    margin-right: 1rem;
  }
  .pattern-menu .panel .panel-gallery .gallery-item figure,
  .list-menu .panel .panel-gallery .gallery-item figure {
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
  }
  .pattern-menu .panel .panel-gallery .gallery-item figure::before,
  .list-menu .panel .panel-gallery .gallery-item figure::before {
    display: block;
    content: "";
    padding-top: 100%; /* 正方形用 */
  }
  .pattern-menu .panel .panel-gallery .gallery-item img,
  .list-menu .panel .panel-gallery .gallery-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pattern-menu .panel .panel-gallery .gallery-item img:not(:only-child),
  .list-menu .panel .panel-gallery .gallery-item img:not(:only-child) {
    height: calc(100% - 2rem);
  }
  .pattern-menu .panel .panel-gallery .gallery-item figcaption,
  .list-menu .panel .panel-gallery .gallery-item figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
    font-size: 0.875em;
  }
  .pattern-menu .panel .panel-gallery .gallery-item figcaption .en-meaning,
  .list-menu .panel .panel-gallery .gallery-item figcaption .en-meaning {
    position: relative;
    font-size: 90%;
  }
  .pattern-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::before, .pattern-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::after,
  .list-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::before,
  .list-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::after {
    display: inline-block;
  }
  .pattern-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::before,
  .list-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::before {
    content: "(";
  }
  .pattern-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::after,
  .list-menu .panel .panel-gallery .gallery-item figcaption .en-meaning::after {
    content: ")";
  }
  .pattern-menu .panel .panel-gallery .gallery-item.f-1,
  .list-menu .panel .panel-gallery .gallery-item.f-1 {
    width: calc(25% - 2em);
  }
  .pattern-menu .panel .panel-gallery .gallery-item.f-2,
  .list-menu .panel .panel-gallery .gallery-item.f-2 {
    width: calc(50% - 2em);
  }
  .pattern-menu .panel .panel-body,
  .list-menu .panel .panel-body {
    margin-left: -2em;
    margin-right: -2em;
    padding: 2em;
  }
}
.pattern-menu.mask-view .hover-parent img,
.list-menu.mask-view .hover-parent img {
  opacity: 0.8;
}
.pattern-menu.mask-view .hover-parent:hover img,
.list-menu.mask-view .hover-parent:hover img {
  opacity: 1;
}
.pattern-menu.mask-view .hover-parent:hover .hover-mask,
.list-menu.mask-view .hover-parent:hover .hover-mask {
  background-color: rgba(101, 49, 142, 0.8);
}
.pattern-menu.mask-view .hover-mask,
.list-menu.mask-view .hover-mask {
  background-color: rgba(101, 49, 142, 0.6);
  opacity: 1;
}
.pattern-menu.mask-view .panel-link.active .hover-parent img,
.list-menu.mask-view .panel-link.active .hover-parent img {
  opacity: 1;
}
.pattern-menu.mask-view .panel-link.active .hover-parent .hover-mask,
.list-menu.mask-view .panel-link.active .hover-parent .hover-mask {
  background-color: rgba(101, 49, 142, 0.8);
}
.pattern-menu .panel-body,
.list-menu .panel-body {
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
  background-color: #ffffff;
}

.lang-en .pattern-menu.small .pattern-item .name,
.lang-en .pattern-menu.small .list-item .name,
.lang-en .list-menu.small .pattern-item .name,
.lang-en .list-menu.small .list-item .name {
  font-size: 0.8em;
  letter-spacing: 1px;
  overflow: hidden;
}

.panel {
  display: none;
  width: 100%;
  margin: 1em 0 2em;
  padding: 1em;
}
.panel .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.panel .controller .btns {
  display: flex;
  align-items: center;
}
.panel .controller .btns:only-child {
  width: 100%;
}
.panel .controller .btn-icon {
  margin-left: 1.2em;
  font-size: 25px;
}
.panel .controller .btn-icon:first-child {
  margin-left: auto;
}
.panel .controller .btn-icon.previous i, .panel .controller .btn-icon.next i {
  font-weight: normal;
}
.panel .controller .btn-icon.close {
  font-size: 2.5em;
}
.panel .controller .btn-icon:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .panel .controller .btn-icon {
    margin-left: 1.5em;
    font-size: 2em;
  }
  .panel .controller .btn-icon.close {
    font-size: 2.5em;
  }
}

/* japanese-paper */
@media screen and (min-width: 768px) {
  #japanese-paper .content > *:not(.pattern-menu) {
    width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-align: center;
  background: #65318E;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #ffffff;
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: rgb(242.25, 242.25, 242.25);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: white;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #ffffff;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: white;
}
.can-toggle label .can-toggle__switch:before {
  color: #555555;
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #ffffff;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle label {
  font-size: 875em;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 160px;
  border: solid 1px #c9c9c9;
  border-radius: 2em;
}
.can-toggle label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 36px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 0;
  left: 0;
  border-radius: 2em;
  width: 80px;
  line-height: 36px;
  font-size: 14px;
}

.lang-swicher.right label {
  justify-content: flex-end;
}

/* 襖INDEX */
.index-menu {
  padding: 0.5em;
  border-top: 1px solid #CEA748;
}
.index-menu a {
  display: block;
  padding: 0.25rem 0;
}
.index-menu a.is-inview {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.index-menu > .menu-item {
  margin: 0.25em;
}
.index-menu > .menu-item > a {
  padding: 0.15rem 0.5em;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.312em;
  font-weight: bold;
}
.index-menu .child {
  margin-left: 1em;
}
.index-menu .child .menu-item {
  border-top: 1px dotted #CEA748;
}
.index-menu .child-child {
  margin-left: 1em;
}
.index-menu .child-child .menu-item {
  min-width: calc(25% - 1em);
  border-top: none;
}
.index-menu.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  border-top: none;
}
.index-menu.flex .menu-item {
  min-width: calc(33.3333333333% - 1.25em);
}
@media screen and (min-width: 768px) {
  .index-menu .child {
    margin-top: -2.5em;
    margin-left: 30%;
  }
  .index-menu .child .menu-item:first-child {
    border-top: none;
  }
  .index-menu .child-child {
    margin-top: -2em;
    margin-left: 50%;
  }
  .index-menu.flex {
    justify-content: flex-start;
  }
  .index-menu.flex .menu-item {
    min-width: calc(14.2857142857% - 1em);
  }
}

.heading-fill + .index-menu {
  margin-top: 2em;
}
.heading-fill + .index-menu.flex {
  margin-top: 1em;
}
.heading-fill ~ .heading-fill {
  margin-top: 2em;
}
.heading-fill a {
  position: relative;
  display: block;
  color: #ffffff;
}
.heading-fill a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.heading-fill a:hover {
  color: #CEA748;
}

.box-beige.sticky {
  position: fixed;
  top: 55px;
  right: -10px;
  z-index: 1;
  padding: 0;
}
.box-beige.sticky .index-menu {
  flex-direction: column;
}
.box-beige.sticky .index-menu > .menu-item {
  margin: 0.25em;
}
.box-beige.sticky .index-menu > .menu-item > a {
  max-width: 1em;
  margin-right: 0.5em;
  padding: 0.15em 0;
  font-size: 0.75em;
  overflow: hidden;
  white-space: nowrap;
}
.box-beige.sticky .index-menu > .menu-item > a::before {
  display: none;
}
@media screen and (min-width: 1190px) {
  .box-beige.sticky .index-menu > .menu-item > a {
    max-width: 6em;
    padding: 0.15em 0.5em;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box-beige.sticky .index-menu > .menu-item > a::before {
    display: inline-block;
  }
}

.js-scrollspy-content .content.active {
  margin-top: -2em;
}

/* information */
.lower .card {
  border: 1px solid #c9c9c9;
}
.lower .article .flex-col-2 .flex-item {
  margin-top: 1.5em;
}
.lower .article p + figure {
  margin-top: 2em;
}

.harf {
  display: inline-block;
  width: 48%;
}

.pager {
  margin: 5em auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: auto 0.25em;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid #65318E;
  border-radius: 50%;
  color: #65318E;
  text-align: center;
}
.pagination li a:hover, .pagination li a.active {
  background-color: #65318E;
  color: #ffffff;
}
.pagination li a:hover i, .pagination li a.active i {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .pagination li {
    margin: auto 0.5em;
  }
  .pagination li a {
    width: 36px;
    height: 36px;
  }
}

/* color */
.box-gray {
  padding: 1.5em 2em;
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #301446;
}
.box-gray .author {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  color: #301446;
}
.box-gray .author .role, .box-gray .author .name {
  display: block;
  text-align: right;
}
.box-gray .author .author-meadia {
  text-align: right;
}
.box-gray .author .avatar {
  margin-left: 0.5em;
}
.box-gray p {
  line-height: 2em;
}
.box-gray.comment p {
  color: #333333;
  font-size: 0.937em;
  line-height: 1.7;
}

.author .role, .author .name {
  display: block;
}
.author .role {
  font-size: 0.875em;
}
.author .author-meadia {
  width: calc(50px + 1em);
}
.author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.color-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em -1em;
}
.color-menu .color-item {
  width: calc(50% - 2em);
  margin: 1em;
}
.color-menu .color-item.bg-light .panel-link {
  color: #555555;
}
.color-menu .color-item .panel-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  color: #ffffff;
  font-family: "poynter-oldstyle-display", serif;
  font-size: calc(1em + 0.5vw);
  font-weight: 600;
  letter-spacing: 2.4px;
}
.color-menu .color-item .panel-link .name {
  text-align: center;
}
.color-menu .color-item .panel-link .name span {
  display: block;
}
.color-menu .color-item .panel-link .name .ja {
  font-size: 1.25em;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.color-menu .color-item .panel-link .name .en {
  font-size: 0.75em;
  font-family: "poynter-oldstyle-display", serif;
}
.color-menu .color-item .panel-link::before {
  display: block;
  content: "";
  padding-top: 100%; /* 正方形用 */
}
.color-menu .color-item .panel-link span {
  text-align: center;
}
.color-menu .color-item .panel-link:hover {
  animation: pulse 1s ease;
}
@media screen and (min-width: 768px) {
  .color-menu {
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
  }
  .color-menu .color-item {
    width: calc(33.3333333333% - 2em);
  }
  .color-menu.count-4 .color-item {
    width: calc(25% - 2em);
  }
}
.color-menu .panel {
  margin-bottom: 1em;
}
.color-menu .panel .panel-header {
  padding: 1em;
  background-color: #39A845;
  color: #ffffff;
}
.color-menu .panel .color-info {
  padding: 0;
}
.color-menu .panel .color-name {
  margin: 0.5em 0;
  font-family: "poynter-oldstyle-display", serif;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 3px;
}
.color-menu .panel .copy {
  margin-bottom: 2em;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 2.4px;
}
.color-menu .panel .heading {
  margin-bottom: 1em;
  border-bottom: 1px dotted #ffffff;
}
.color-menu .panel .heading .name {
  font-size: 24px;
}
.color-menu .panel .heading .name .en {
  display: inline-block;
  font-size: 14px;
}
.color-menu .panel .heading .ruby {
  margin-left: 1em;
  font-size: 0.75em;
}
.color-menu .panel .color-code {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.color-menu .panel .color-code .color-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 0.5em 1em;
  padding: 0.75em 1em;
  border: 1px solid #ffffff;
}
.color-menu .panel .color-code .color-box .code {
  display: inline-flex;
}
.color-menu .panel .color-code .color-box .code .color {
  position: relative;
}
.color-menu .panel .color-code .color-box .code .color::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 1.5em;
  right: -2em;
  width: 2em;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
}
.color-menu .panel .color-code .color-box .code .value {
  margin-top: 1em;
  margin-left: 1.5em;
  font-size: 1.5em;
}
.color-menu .panel.bg-light .color-code .color-box {
  border-color: #555555;
}
.color-menu .panel.bg-light .color-code .color-box .code .color::after {
  border-color: #555555;
}
.color-menu .panel.bg-light .heading {
  border-color: #555555;
}
.color-menu .panel .panel-body {
  padding: 2em 1em;
}
.color-menu .panel .date-info {
  margin-bottom: 0.5em;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .color-menu .panel .color-info {
    padding: 3em;
  }
  .color-menu .panel .color-name {
    margin: 1em 0;
    font-size: 3em;
    letter-spacing: 4.8px;
  }
  .color-menu .panel .copy {
    margin-bottom: 4em;
    font-size: 1.5em;
  }
  .color-menu .panel .heading .name {
    font-size: 32px;
  }
  .color-menu .panel .heading .name .en {
    font-size: 18px;
    margin-left: 1.8em;
  }
  .color-menu .panel .color-code {
    flex-direction: row;
    margin: 2em -1em 0;
  }
  .color-menu .panel .panel-body {
    padding: 4em;
    border-width: 3px;
  }
}
@media (min-width: 480px) and (max-width: 769px) {
  .color-menu .panel .color-code .color-box .code .color {
    font-size: 0.875em;
  }
  .color-menu .panel .color-code .color-box .code .value {
    font-size: 1.25em;
  }
}
.color-menu .panel.bg-light .panel-header {
  color: #555555;
}

.color-palette {
  width: 100%;
  height: 40px;
  margin-bottom: 4em;
  padding: 0 15px;
  overflow: hidden;
}
.color-palette img {
  width: 100%;
}

/* 日本の伝統文様、伝統色　共通パネル */
.panel .panel-body {
  border: 2px solid #f1f1f1;
}
.panel .panel-body .headgin-gothic {
  margin-bottom: 3em;
  color: #555555;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  text-align: center;
}
.panel .panel-body .headgin-gothic:only-child {
  position: relative;
  font-size: 0;
}
.panel .panel-body .headgin-gothic + .date-info {
  margin-top: -2em;
}
.panel .material {
  display: flex;
  flex-direction: column;
}
.panel .material + .material {
  margin-top: 3em;
}
.panel .material .material-img {
  position: relative;
  margin-bottom: 2em;
  padding: 0;
}
.panel .material .material-img img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}
.panel .material .slider {
  width: 80%;
  margin: 0 auto;
}
.panel .material .thumbnail-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.panel .material .thumbnail-list .thumbnail-item {
  flex: 0 1 80px;
  position: relative;
  height: 80px;
  margin-top: 0.5em;
  margin-right: 0.5em;
  overflow: hidden;
}
.panel .material .thumbnail-list .thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.panel .material .thumbnail-list .thumbnail-item.thumbnail-current img {
  opacity: 0.7;
}
.panel .material .thumbnail-list:hover {
  cursor: pointer;
}
.panel .material .btn-wrapper {
  padding: 0;
}
.panel .material-data {
  position: relative;
  margin: 1.5em 0 1.5em;
  border-top: 1px solid #707070;
}
.panel .material-data::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  content: "";
  width: 100px;
  border-top: 3px solid #65318E;
}
.panel .material-data dt {
  margin: 0.25em 0 0.5em;
  color: #999999;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .panel .category {
    margin-top: 1em;
  }
}
.panel .category .category-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0.5em;
  color: #ffffff;
}
.panel .category .wallpaper {
  background-color: #7897c7;
}
.panel .category .fusuma {
  background-color: #bec471;
}
.panel .category .both {
  background-color: #dd9d9e;
}
.panel .category + .material-data {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .panel .material {
    display: flex;
    flex-direction: row;
  }
  .panel .material .flex-item.media {
    flex: 1;
    padding-right: 3em;
  }
  .panel .material .flex-item.info {
    flex: 2.5;
  }
  .panel .material .material-img {
    margin-bottom: 0;
  }
  .panel .material .slider {
    width: 100%;
    max-width: 216px;
  }
  .panel .material .btn-wrapper {
    text-align: right;
  }
  .panel .material .btn-wrapper .btn {
    margin-right: 10px;
  }
  .panel .material-data {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 769px) {
  .panel .color-code .color-box .code .color {
    font-size: 0.875em;
  }
  .panel .color-code .color-box .code .value {
    font-size: 1.25em;
  }
}

/* column */
#column .heading-frame {
  border-color: #CEA748;
}
#column .heading-frame::before {
  border-color: #65318E;
}
#column .content-footer .author {
  display: flex;
  margin: 1em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #column .author {
    width: 90%;
  }
}
#column .article-wrapper {
  backface-visibility: hidden;
}
#column .article-wrapper .media {
  overflow: hidden;
}
#column .article-wrapper .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#column .article-wrapper .article-header {
  width: 100%;
}
#column .article-wrapper .article-title {
  color: #301446;
  font-size: 1.5em;
}
#column .article-wrapper .article-title small {
  display: block;
}
#column .article-wrapper:hover .media img {
  transform: scale(1.04);
  transform-origin: center;
}
#column .article-wrapper:hover .article-title {
  color: #65318E;
}
#column .article-list {
  display: flex;
  flex-direction: column;
  margin-top: 4em;
}
#column .article-list .media {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}
#column .article-list .media img {
  width: 100%;
  max-height: 250px;
}
#column .article-list .article-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #column .article-list {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #column .article-list article {
    flex: 0 1 calc(50% - 1em);
    margin-top: 1em;
  }
}

.recent-posts .article-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #e0dcd0;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.recent-posts .article-wrapper .text {
  padding: 1.5em 2em;
}
.recent-posts .article-wrapper .lead {
  color: #333333;
  font-size: 0.875em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
}
.recent-posts .article-wrapper:hover {
  background-color: rgb(213.8653846154, 208.5576923077, 192.6346153846);
}
@media screen and (min-width: 768px) {
  .recent-posts .article-wrapper {
    flex-direction: row;
  }
  .recent-posts .media {
    -ms-flex: 40%;
    flex: 0 1 calc(50% - 2em);
  }
  .recent-posts .text {
    -ms-flex: 60%;
    flex: 0 1 calc(50% + 2em);
    padding: 1.5em 2em;
  }
}

/*# sourceMappingURL=style.css.map */
