.multiline,
.multiline-yellow {
  padding-bottom: 1px;
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.ie .multiline,
.ie .multiline-yellow {
  padding-bottom: 0;
  background: none;
  text-decoration: underline;
}

.multiline {
  background-image: linear-gradient(#000, #000);
}

.multiline-yellow {
  background-image: linear-gradient(#e9be25, #e9be25);
}

html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 600;
}

button {
  overflow: visible;
}

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

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: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select {
  -webkit-appearance: none;

  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

table {
  border-collapse: collapse;
}

html {
  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 100%;
  font-family: nimbus-sans,dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

body::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-noise-white.png);
  background-position: top center;
  background-repeat: repeat;
  opacity: 0.35;
  transition: all 0.15s ease-out;
  transition-property: background;
  pointer-events: none;
}

body.home {
  background-color: #f3f2ed;
  background-size: cover;
  transition: all 0.15s ease-out;
  transition-property: background;
}

body.home::before {
  content: "";
}

.campMode body.home {
  background-color: #e4e4e4;
}

.magazineMode body.home {
  background-color: #f1ecdc;
}

.magazineMode body.home::before {
  background-image: url(../img/bg-noise-beige.png);
}

.productSingleMode body::before {
  content: "";
}

a {
  position: relative;
  outline: none;
  color: #000;
  text-decoration: none;

  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  border: none;
  border-style: none;
  vertical-align: top;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

body {
  margin: 0;
}

section {
  position: relative;
}

ul,
ol {
  list-style: none;
}

li {
  position: relative;
}

.hover-fill-reverse {
  padding: 0.25em 0;
  background: linear-gradient(rgba(231,76,60,0.5), rgba(231,76,60,0.5)) 100% 100%/100% 100% no-repeat;
  text-decoration: none;
  transition: background 0.4s;
}

.hover-fill-reverse:hover {
  background: linear-gradient(rgba(231,76,60,0.5), rgba(231,76,60,0.5)) 100% 100%/0 100% no-repeat;
}

.color-yellow {
  color: #e9be25;
}

select,
input {
  -webkit-appearance: none;
  appearance: none;

  -moz-appearance: none;
}

input {
  width: 0;
  height: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.radio[for*="color"] {
  height: auto;
}

.radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.radio__name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #333;
  color: #f2f2f2;
  vertical-align: top;
}

[name*="color"] + .radio__name {
  height: auto;
  background: #333;
}

:checked + .radio__name {
  background: #f2f2f2;
  color: #151515;
}

:checked + .radio__name img {
  opacity: 1;
}

:disabled + .radio__name {
  opacity: 0.3;
}

:not(:disabled) + .radio__name {
  cursor: pointer;
}

.radio__name img {
  width: 100%;
  height: 100%;
  opacity: 0.3;

  -o-object-fit: cover;
  object-fit: cover;
}

.check {
  padding: 0 2px;
  cursor: pointer;
}

.check__name {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  opacity: 0.3;

  gap: 14px;
}

.check__name span {
  order: 3;
}

.check__name::before {
  display: block;
  order: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #f2f2f2;
  content: "";
}

:checked + .check__name {
  opacity: 1;
}

:checked + .check__name::before {
  background: #f2f2f2;
}

.check__name.-color::after {
  display: block;
  order: 2;
  width: 11px;
  height: 11px;
  background: #f2f2f2;
  content: "";
}

.check__name.-white::after {
  background: #fff;
}

.check__name.-gray::after {
  background: #b2b2b2;
}

.check__name.-black::after {
  background: #000;
}

.check__name.-beige::after {
  background: #fbdeb4;
}

.check__name.-blue::after {
  background: #0469b7;
}

.check__name.-yellow::after {
  background: #ffe563;
}

.check__name.-red::after {
  background: #f20213;
}

.check__name.-green::after {
  background: #21ad38;
}

.check__name.-orange::after {
  background: #f83;
}

.check__name.-brown::after {
  background: #9b661d;
}

.check__name.-purple::after {
  background: #b261bc;
}

.check__name.-pink::after {
  background: #ff999c;
}

.check__name.-other::after {
  border: 1px solid #f2f2f2;
  background: transparent;
}

.radioList label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  cursor: pointer;
}

.mwform-errors {
  margin-top: 5px;
}

.mwform-error {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.basicMode {
  color: #000;
}

.basicMode body {
  color: #000;
}

.basicMode .header a {
  color: #fff;
}

.basicMode .sitelogo svg {
  fill: #000;
}

.basicMode .hc-nav-trigger .trigger-icn {
  background: #fff;
}

.basicMode .hc-nav-trigger .trigger-icn::before,
.basicMode .hc-nav-trigger .trigger-icn::after {
  border-color: #fff;
}

.basicMode .footer a,
.basicMode .footer button {
  color: #000;
}

.basicMode .footer svg {
  fill: #000;
}

.campMode {
  color: #000;
}

.campMode body {
  color: #000;
}

.campMode .header a {
  color: #000;
}

.campMode .sitelogo svg {
  fill: #000;
}

.campMode .hc-nav-trigger .trigger-icn {
  background: #000;
}

.campMode .hc-nav-trigger .trigger-icn::before,
.campMode .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.campMode .footer a,
.campMode .footer button {
  color: #000;
}

.campMode .footer svg {
  fill: #000;
}

.campMode .footer__menuGroup {
  border-color: #000;
}

.magazineMode {
  color: #000;
}

.magazineMode body {
  color: #000;
}

.magazineMode .header a {
  color: #000;
}

.magazineMode .sitelogo svg {
  fill: #000;
}

.magazineMode .hc-nav-trigger .trigger-icn {
  background: #000;
}

.magazineMode .hc-nav-trigger .trigger-icn::before,
.magazineMode .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.magazineMode .footer a,
.magazineMode .footer button {
  color: #000;
}

.magazineMode .footer svg {
  fill: #000;
}

.magazineMode .footer__menuGroup {
  border-color: #000;
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  overflow: visible;
  min-height: 100%;
  width: 100%;
}

.hc-offcanvas-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  height: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.2s ease;
  transition-property: visibility, opacity;
}

.-hcnav-opened .hc-offcanvas-nav {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
  position: fixed;
  top: 0;
  z-index: 9998;
  box-sizing: border-box;
  width: 100% !important;
  height: 100%;
  transition: all 0.2s ease;
  transition-property: transform, opacity, visibility;
  transform: translate3d(0, 0, 0) !important;
}

.hc-offcanvas-nav .nav-container:after {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  visibility: hidden;
  width: 40px;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
}

.hc-offcanvas-nav .nav-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  overscroll-behavior: none;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-offcanvas-nav li {
  position: relative;
  display: block;
}

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 44px;
  cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a.drawerMenu__link {
  justify-content: space-between;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}

.hc-offcanvas-nav .nav-item-wrapper.hide-level {
  opacity: 0.5;
}

.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: visibility 0s ease 0.2s,opacity 0.2s ease;

  overscroll-behavior: none;
}

.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}

.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  visibility: hidden;
  overflow: hidden;
  min-width: 0;
  max-height: 0;
  transition: height 0s ease 0.2s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  visibility: visible;
  overflow: visible;
  max-height: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  padding-top: 50px;
  height: calc( 100% - 60px);
  opacity: 0;
  transition: visibility 0.3s ease,opacity 0.3s ease,transform 0.6s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease,opacity 0.1s ease,transform 0.6s ease;
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(40vw, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(0, 0, 0) !important;
}

.-hcnav-level-opened .hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(-40px, 0, 0) !important;
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container:after {
  visibility: visible;
  opacity: 1;
}

.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  z-index: 9980;
  display: none;
  min-height: 13px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hc-nav-trigger .trigger-icn {
  position: relative;
  margin-top: -1px;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.15s ease-out;
  transition-property: background;
}

html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn {
  background: #000;
}

.hc-nav-trigger .trigger-icn,
.hc-nav-trigger .trigger-icn::before,
.hc-nav-trigger .trigger-icn::after {
  display: block;
}

.hc-nav-trigger .trigger-icn::before,
.hc-nav-trigger .trigger-icn::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  border-top: 1px solid #fff;
  background: transparent;
  content: "";
  transition: all 0.15s ease-out;
  transition-property: border-color;
}

html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn::before,
html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.hc-nav-trigger .trigger-icn::before {
  transform-origin: left top;
}

.hc-nav-trigger .trigger-icn::after {
  transform-origin: left bottom;
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0,0,0,0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}

.hc-offcanvas-nav .nav-content > h2,
.hc-offcanvas-nav .nav-content > h3,
.hc-offcanvas-nav .nav-content > h4,
.hc-offcanvas-nav .nav-content > h5,
.hc-offcanvas-nav .nav-content > h6 {
  padding: 20px 17px;
  color: #1b3958;
  font-weight: normal;
  font-size: 19px;
}

.hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
  padding: 15px 17px;
  background: #336ca6;
  font-size: 16px;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  z-index: 1;
  border-bottom: 1px solid rgba(242,242,242,0.2);
  background: rgba(0,0,0,0);
  color: #000;
  font-size: 14px;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-item-link:focus,
.hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}

.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(0,0,0,0.5);
}

.hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper>.nav-item-link {
  border-top: none !important;
}

.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  border-bottom: 1px solid #2c5d8f;
  font-size: 14px;
}

.hc-offcanvas-nav .nav-highlight {
  background: #2e6296;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper>.nav-item-link {
  border-top: 0px;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link+a {
  border-top: 1px solid rgba(242,242,242,0.2);
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
  border-bottom: 2px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
  margin-top: -2px;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6 {
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav li {
  color: #000;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child:not(.drawerMenu__link) {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}

.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  text-align: center;
  cursor: pointer;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-back span {
  right: inherit;
  left: 0;
  width: 45px;
}

.hc-offcanvas-nav .nav-close-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hc-offcanvas-nav .nav-close-button span {
  position: relative;
  height: 1px;
  background: #000;
}

.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  display: block;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  border-top: 1px solid #000;
  background: transparent;
  content: "";
  transition: all 0.15s ease-out;
  transition-property: border-color;
  transform-origin: 50% 50%;
}

.hc-offcanvas-nav .nav-close-button span::before {
  top: -6px;
}

.hc-offcanvas-nav .nav-close-button span::after {
  bottom: -6px;
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span {
  background: rgba(0,0,0,0);
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::before,
.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::after {
  left: 50%;
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::before {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::after {
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
}

.hc-offcanvas-nav .nav-content > .nav-close {
  position: relative;
  z-index: 2;
}

.hc-offcanvas-nav .nav-content > .nav-close a {
  z-index: 1;
  box-sizing: border-box;
  background: rgba(0,0,0,0);
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.hc-offcanvas-nav .nav-content > .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-content > .nav-close a:hover {
  border: none;
}

.hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
  margin-top: -1px;
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
  margin-bottom: -1px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  top: -66px;
  right: 0;
  width: 45px;
  height: 66px;
  line-height: 66px;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px;
}

.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-top: 0px;
  border-bottom: 1px solid rgba(242,242,242,0.2);
  background: transparent;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: transparent;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}

.hc-offcanvas-nav a.nav-next {
  border-bottom: 1px solid #2c5d8f;
  border-left: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin-left: -2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #f2f2f2;
  border-left: 1.5px solid #f2f2f2;
  content: "";
  transform-origin: center;
}

.hc-offcanvas-nav .nav-next span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  transform: translate(-50%, -50%);
}

.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #2e6296;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}

.hc-offcanvas-nav.rtl a.nav-next {
  border-right: 1px solid #2c5d8f;
  border-left: none;
}

.hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  right: auto;
  left: 0;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-right: 17px;
  padding-left: 58px;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 0;
  margin-left: 45px;
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

#drawerNav {
  display: none;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  padding-bottom: 41px;
}

.hc-offcanvas-nav h2 ~ ul > li.search .nav-custom-content {
  padding-top: 0;
}

.hc-offcanvas-nav.rtl .nav-item-link::before {
  margin-right: 0 !important;
  margin-left: 15px;
}

.hc-offcanvas-nav.rtl .nav-item.collections > .nav-item-wrapper .nav-item-link span {
  float: left;
}

.hc-offcanvas-nav li .custom-message {
  font-size: 12px;
}

.hc-offcanvas-nav li .custom-message a {
  color: #fff;
  font-size: 13px;
}

.hc-offcanvas-nav li .custom-message a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav li.add > .nav-item-wrapper a::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "add";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.new > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "fiber_new";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.cryptocurrency > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "local_atm";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.devices > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "devices";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.mobile > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "phone_android";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.television > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "desktop_windows";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.camera > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "camera_alt";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.magazines > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "import_contacts";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.store > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "store";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.collections > .nav-item-wrapper .nav-item-link span {
  float: right;
  margin-top: 2px;
  padding: 0 4px;
  height: 15px;
  border-radius: 2px;
  background: #ff635a;
  font-size: 70%;
  line-height: 15px;
}

.hc-offcanvas-nav li.collections > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.nolink > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.disabled > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
  position: relative;
  border-top: none;
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0 > .nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0 > .nav-content {
  padding-bottom: 0;
}

.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.15);
}

.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 10px;
  height: 100%;
  border-bottom: none;
  text-align: center;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
  display: inline-block;
  vertical-align: middle;

  fill: #fff;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

body.theme-default .hc-offcanvas-nav .second-nav {
  border-bottom: none !important;
}

.container {
  width: 100%;
}

.dw {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dw__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 300;
  font-size: 25px;
  font-family: nimbus-sans,sans-serif;
  line-height: 1.4;
}

.dw__list {
  font-weight: 300;
}

.dw__child {
  width: 100%;
}

.dw__group:not(.-camp) .dw__child {
  display: flex;
  flex-wrap: wrap;
}

.dw__item {
  font-size: 13px;
}

.dw__group:not(.-camp) .dw__item:only-child {
  width: 100%;
}

.dw__group:not(.-social) .dw__item {
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.dw__item-withIcon,
.dw__item-withBg {
  font-size: 17px;
}

.dw__item-withIcon:nth-child(3n) .dw__itemIcon {
  padding-right: 13px;
}

.dw__item-withIcon:nth-child(3n-1) .dw__itemIcon {
  padding-right: 11px;
}

.dw__item-withIcon a {
  display: flex;
  align-items: center;
  height: 100%;
}

.dw__item-withBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dw__item-withBg.-people {
  background-image: url(../img/dw-thumb-people.jpg);
}

.dw__item-withBg.-activity {
  background-image: url(../img/dw-thumb-activity.jpg);
}

.dw__item-withBg.-food {
  background-image: url(../img/dw-thumb-food.jpg);
}

.dw__item-withBg.-moment {
  background-image: url(../img/dw-thumb-moment.jpg);
}

.dw__item-withBg a {
  justify-content: center;
  width: 100%;
}

.dw__itemIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
}

[class*="table"] .dw__itemIcon img {
  margin-right: auto;
  margin-left: 10px;
}

[class*="accessory"] .dw__itemIcon img {
  margin-right: auto;
  margin-left: 0;
}

[class*="glove"] .dw__itemIcon img,
[class*="storage"] .dw__itemIcon img {
  margin-right: 6px;
  margin-left: auto;
}

.dw__itemTagname {
  color: #fff;
}

.dw__itemChild {
  font-size: 10px;
  line-height: 2.2;
}

.hc-offcanvas-nav li:not(.custom-content) .dw__itemChildLinks {
  display: block;
}

.dw__itemChildLinks span:not(:last-child)::after {
  content: "/";
}

.fixedBar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 102;
}

.fixedBar__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixedBar__group.-pageInfo {
  position: relative;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}

.fixedBar__group.-static {
  background: #f2f2f2;
  color: #000;
}

.fixedBar__head {
  display: flex;
  align-items: baseline;

  gap: 10px;
}

.fixedBar__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixedBar__links {
  display: flex;

  gap: 10px;
}

.fixedBar__linksItem {
  opacity: 0.5;
}

.fixedBar__linksItem.-disabled {
  opacity: 0.5;
}

.fixedBar__linksItem.-current {
  opacity: 1;
}

.fixedBar__info {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixedBar__nav {
  display: flex;
}

.fixedBar__nav a:not(.-current) {
  opacity: 0.3;
}

.fixedBar__nav a:hover {
  opacity: 1;
}

.fixedBar__detail {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}

.fixedBar__detailIndex {
  margin-right: 6px;
}

.fixedBar__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 70px;
  font-weight: 600;
}

.fixedBar__btn[href] {
  background: #222;
}

.fixedBar__btn[type] {
  color: #000;
}

.fixedBar__btn[type]:not(.-cart) {
  background: #f2f2f2;
}

.fixedBar__btn[type].-cart {
  background: #ccc;
}

.fixedBar__filter {
  display: flex;
}

.fixedBar__filterName.-filter {
  gap: 6px;
}

.fixedBar__filterName.-filter::after {
  display: block;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border: 1px solid #eaeaea;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}

.-opened .fixedBar__filterName.-filter::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.footer {
  font-size: 11px;
}

.footer a,
.footer button {
  color: #000;
  transition: all 0.15s ease-out;
  transition-property: color;
}

.footer svg {
  transition: all 0.15s ease-out;
  transition-property: fill;
}

.footer__menu {
  background-repeat: no-repeat;
}

.footer__menuGroup {
  border-top: 1px solid #000;
  transition: all 0.15s ease-out;
  transition-property: border-color;
}

.footer__menuIndex {
  font-size: 13px;
}

.footer__menuItem a {
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 1;
}

.footer__expandButton {
  display: flex;
  align-items: center;

  gap: 6px;
}

.footer__expandIcon {
  width: 8px;
  height: 5px;
}

.footer__expandIconImage {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform: rotate(180deg);
}

.-opened .footer__expandIconImage {
  transform: rotate(0deg);
}

.footer__copyright {
  display: flex;
  font-size: 9px;
  line-height: 1.44444;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
}

.pagetop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.96094vw 2vw;
}

.pagetop__icon {
  width: 2.09141vw;
  height: 1.97656vw;
}

.symbols {
  display: none;
}

.gNav {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-family: nimbus-sans,sans-serif;
}

.gNav__item {
  position: inherit;
}

.gNav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gNav__link[href=""] {
  pointer-events: none;
}

.gNav__text {
  position: relative;
  line-height: 1;
}

.-active .gNav__text:before {
  position: absolute;
  top: 0;
  right: -6px;
  display: block;
  border-radius: 100%;
  /*background: #f00;*/
  content: "";
}

.gNav__mega {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  background: transparent;
  opacity: 0;
  transition: 0s 1s;
  pointer-events: none;
}

html:not(.-hideHeaderBar) .gNav__mega.-debug,
html:not(.-hideHeaderBar) .gNav__item:hover .gNav__mega {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  pointer-events: auto;
}

.gNav__megaTitle {
  font-weight: 600;
}

.gNav__megaTitle:not(:last-child) {
  margin-bottom: 5px;
}

.gNav__megaList:not(:last-child) {
  margin-bottom: 32px;
}

.gNav__megaList-item {
  position: relative;
  visibility: hidden;
  background: #000;
  counter-increment: count;
  opacity: 0;
  transition: all 0.01s ease-out;
  transition-property: opacity, visibility;
}

.gNav__item:hover .gNav__megaList-item {
  visibility: visible;
  opacity: 1;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(1):not(:first-child) {
  transition-delay: 0s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(2):not(:first-child) {
  transition-delay: 0.045s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(3):not(:first-child) {
  transition-delay: 0.09s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(4):not(:first-child) {
  transition-delay: 0.135s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(5):not(:first-child) {
  transition-delay: 0.18s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(6):not(:first-child) {
  transition-delay: 0.225s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(7):not(:first-child) {
  transition-delay: 0.27s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(8):not(:first-child) {
  transition-delay: 0.315s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(9):not(:first-child) {
  transition-delay: 0.36s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(10):not(:first-child) {
  transition-delay: 0.405s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(11):not(:first-child) {
  transition-delay: 0.45s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(12):not(:first-child) {
  transition-delay: 0.495s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(13):not(:first-child) {
  transition-delay: 0.54s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(14):not(:first-child) {
  transition-delay: 0.585s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(15):not(:first-child) {
  transition-delay: 0.63s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(16):not(:first-child) {
  transition-delay: 0.675s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(17):not(:first-child) {
  transition-delay: 0.72s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(18):not(:first-child) {
  transition-delay: 0.765s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(19):not(:first-child) {
  transition-delay: 0.81s;
}

.gNav__megaList-item:not(:last-child) {
  border-bottom: 1px solid rgba(242,242,242,0.2);
}

.gNav__megaList-link {
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  mix-blend-mode: difference;
}

html:not([class*="Mode"]) .header {
  mix-blend-mode: normal;
}

body:not(.home) .header:not(.-blendNormal) {
  mix-blend-mode: difference;
}

.header a {
  transition: all 0.15s ease-out;
  transition-property: color, opacity;
}

.-openHeaderBar .header a {
  pointer-events: none;
}

.header__toggle {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.header__toggleText {
  margin-right: 5px;
}

.header__nav {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.sitelogo {
  position: fixed;
  top: 0;
  z-index: 9998;
}

body:not(.home) .sitelogo:not(.-blendNormal) {
  mix-blend-mode: difference;
}

.sitelogo:after {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  background: #eaeaea;
}

.sitelogo__link {
  display: flex;
  height: 100%;
}

.sitelogo svg {
  position: relative;
  transition: all 0.15s ease-out;
  transition-property: fill;

  will-change: fill;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  fill: #000;
}

html:not([class*="Mode"]) .sitelogo svg {
  fill: #000;
}

.magazineBanner {
  position: relative;
  background-color: #f3f2ed;
}

.magazineBanner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise-beige.png) center top repeat;
  content: "";
  opacity: 0.3;
  pointer-events: none;
}

.magazineBanner__body {
  position: relative;
}

.magazineBanner__link {
  position: relative;
  display: block;
  height: 42.1875vw;
}

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

.magazineBanner__text svg {
  width: 33.98vw;
}

.magazineBanner__image {
  position: absolute;
}

.magazineBanner__image.-image01 {
  top: 2.8125vw;
  left: 3.125vw;
  width: 16.48vw;
}

.magazineBanner__image.-image02 {
  bottom: 0;
  left: 11.367vw;
  width: 26.328vw;
}

.magazineBanner__image.-image03 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42.578vw;
  transform: translateY(-50%);
}

.page {
  position: relative;
  transition: all 0.3s ease-out;
  transition-property: opacity, visibility;
}

.loading + .page {
  visibility: hidden;
  opacity: 0;
}

.loaded-kv-img .page {
  visibility: visible;
  opacity: 1;
}

.section.fadein-post {
  padding-top: 0;
}

.section__body {
  position: relative;
}

.section__headerLayerd {
  position: relative;
  z-index: 2;
}

.section__headingLayerd {
  line-height: 1;
}

.section__headingLayerd span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-feature-settings: "palt" 1;
}

.section__header {
  position: relative;
  z-index: 2;
}

.section__heading {
  line-height: 1;
}

.-toLeft .section__heading {
  position: relative;
  display: inline-block;
}

.-center .section__heading {
  text-align: center;
}

.section__heading span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-feature-settings: "palt" 1;
}

.filter {
  display: flex;
  align-items: baseline;
}

.filter__item a,
.filter__item span {
  color: #898989;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transition-property: color;
}

.filter__item a:hover,
.filter__item span:hover {
  color: #000;
}

.filter__item.-current a,
.filter__item.-current span {
  color: #000;
  pointer-events: none;
}

.expand__body {
  display: none;
}

.lowerLoading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  visibility: visible;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  opacity: 1;
  transition: all 0.2s linear;
  transition-property: opacity, visibility;
  pointer-events: none;
}

.-wf-loaded .lowerLoading {
  visibility: hidden;
  opacity: 0;
}

.lowerLoading::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise-white.png) center top repeat;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.lowerLoading__icn {
  position: relative;
  width: 40px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}

.-wf-loaded .lowerLoading__icn {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.lowerLoading__icn:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  -webkit-animation: loading-rotate 2.2s ease infinite;
  animation: loading-rotate 2.2s ease infinite;

  will-change: transform;
}

.path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite, loading-color 6s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite, loading-color 6s ease-in-out infinite;

  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  will-change: stroke-dasharray, stroke-dashoffset, stroke;
}

.ie .path {
  stroke-dasharray: 100, 200;
  stroke-dashoffset: -5px;
  stroke: #16609f;
}

.cart {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
}

.cart__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}

.cart__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.cart__itemThumb img {
  width: 100%;
}

.cart__itemName {
  font-weight: 500;
}

.cart__itemController {
  display: flex;
  align-items: baseline;
}

.cart__itemNum {
  font-family: nimbus-sans,sans-serif;
}

.cart__itemNumButton {
  position: relative;
  height: 27px;
  text-indent: -9999px;
}

.cart__itemNumButton::before,
.cart__itemNumButton::after {
  position: absolute;
  display: block;
  background: #898989;
}

.cart__itemNumButton::before {
  top: 50%;
  left: calc((100% - 14px) / 2);
  width: 14px;
  height: 1px;
  content: "";
}

.cart__itemNumButton.-plus::after {
  top: calc((100% - 14px) / 2);
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 14px;
  content: "";
}

.cart__itemNumText {
  width: 30px;
  height: 27px;
  text-align: center;
}

.cart__itemDeleteButton {
  height: 27px;
  color: #898989;
}

.cart__itemPrice {
  font-family: nimbus-sans,sans-serif;
}

.cart__itemMessage {
  width: 100%;
}

.cart__summary {
  margin-top: 50px;
  margin-right: 0;
}

.cart__summaryTitle {
  margin-bottom: 7px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-weight: 300;
}

.cart__summaryList {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.cart__summaryList:last-of-type {
  margin-top: 30px;
  border-bottom: 1px solid #000;
}

.cart__summaryIndex:not(:first-of-type),
.cart__summaryDetail:not(:first-of-type) {
  margin-top: 7px;
}

.cart__summaryIndex {
  width: 30%;
}

.cart__summaryDetail {
  width: 70%;
  text-align: right;
  font-size: 17px;
}

.cart__summaryDetail.-total {
  font-size: 40px;
}

.cart__summaryDetail span {
  color: #898989;
  font-size: 11px;
}

.cart__summaryNav {
  display: flex;
  flex-wrap: wrap;
}

.cart__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart__button.-back {
  border: 1px solid #000;
}

.cart__button.-submit {
  background: #000;
  color: #f3f2ed;
}

.pulldown__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 16.8%;
  padding-left: 48.7%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.pulldown__body {
  position: absolute;
  top: 60px;
  left: -1px;
  z-index: 3;
  visibility: hidden;
  width: calc(100% + 2px);
  opacity: 0;
  transition: 0s 1s;
}

.pulldown__body.-opened {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.pulldown__item {
  visibility: hidden;
  padding: 10px 16.8% 10px 48.7%;
  border: 1px solid rgba(242,242,242,0.2);
  border-top: 0;
  background: #151515;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: all 0.01s ease-out;
  transition-property: opacity, visibility;
}

.-opened .pulldown__item {
  visibility: visible;
  opacity: 1;
}

.-opened .pulldown__item:nth-of-type(1):not(:first-child) {
  transition-delay: 0s;
}

.-opened .pulldown__item:nth-of-type(2):not(:first-child) {
  transition-delay: 0.04s;
}

.-opened .pulldown__item:nth-of-type(3):not(:first-child) {
  transition-delay: 0.08s;
}

.-opened .pulldown__item:nth-of-type(4):not(:first-child) {
  transition-delay: 0.12s;
}

.-opened .pulldown__item:nth-of-type(5):not(:first-child) {
  transition-delay: 0.16s;
}

.-opened .pulldown__item:nth-of-type(6):not(:first-child) {
  transition-delay: 0.2s;
}

.-opened .pulldown__item:nth-of-type(7):not(:first-child) {
  transition-delay: 0.24s;
}

.-opened .pulldown__item:nth-of-type(8):not(:first-child) {
  transition-delay: 0.28s;
}

.-opened .pulldown__item:nth-of-type(9):not(:first-child) {
  transition-delay: 0.32s;
}

.-opened .pulldown__item:nth-of-type(10):not(:first-child) {
  transition-delay: 0.36s;
}

.-opened .pulldown__item:nth-of-type(11):not(:first-child) {
  transition-delay: 0.4s;
}

.-opened .pulldown__item:nth-of-type(12):not(:first-child) {
  transition-delay: 0.44s;
}

.-opened .pulldown__item:nth-of-type(13):not(:first-child) {
  transition-delay: 0.48s;
}

.-opened .pulldown__item:nth-of-type(14):not(:first-child) {
  transition-delay: 0.52s;
}

.-opened .pulldown__item:nth-of-type(15):not(:first-child) {
  transition-delay: 0.56s;
}

.-opened .pulldown__item:nth-of-type(16):not(:first-child) {
  transition-delay: 0.6s;
}

.-opened .pulldown__item:nth-of-type(17):not(:first-child) {
  transition-delay: 0.64s;
}

.-opened .pulldown__item:nth-of-type(18):not(:first-child) {
  transition-delay: 0.68s;
}

.-opened .pulldown__item:nth-of-type(19):not(:first-child) {
  transition-delay: 0.72s;
}

.removeCartItem {
  position: relative;
  display: block;
}

.removeCartItem span {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}

.removeCartItem:before,
.removeCartItem:after {
  position: absolute;
  top: calc( 50% - 1px);
  display: block;
  height: 0;
  border-bottom: 1px solid #636363;
  content: "";
}

.removeCartItem:before {
  transform: rotate(45deg);
}

.removeCartItem:after {
  transform: rotate(-45deg);
}

.selectValue {
  position: relative;
  display: flex;
  align-items: center;
}

.selectValue:after {
  position: absolute;
  z-index: 0;
  display: block;
  border: 1px solid rgba(242,242,242,0.3);
  border-bottom: 0;
  border-left: 0;
  content: "";
  transform: rotate(135deg);
}

.selectValue select {
  position: relative;
  z-index: 1;
}

.selectValue__name {
  color: rgba(242,242,242,0.5);
  white-space: nowrap;
  letter-spacing: -0.02em;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (min-width: 1025px) {
  button:hover .multiline,
  button:hover .multiline-yellow,
  button:focus .multiline,
  button:focus .multiline-yellow,
  .multiline:hover,
  .multiline-yellow:hover,
  a:hover .multiline,
  a:hover .multiline-yellow,
  .multiline:focus,
  .multiline-yellow:focus,
  a:focus .multiline,
  a:focus .multiline-yellow,
  [class$="__link"]:hover .multiline,
  [class$="__link"]:hover .multiline-yellow,
  [class*="icnLink"]:hover .multiline,
  [class*="icnLink"]:hover .multiline-yellow {
    text-decoration: none;
    -webkit-animation: line 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: line 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .ie button:hover .multiline,
  .ie button:hover .multiline-yellow,
  .ie button:focus .multiline,
  .ie button:focus .multiline-yellow,
  .ie .multiline:hover,
  .ie .multiline-yellow:hover,
  .ie a:hover .multiline,
  .ie a:hover .multiline-yellow,
  .ie .multiline:focus,
  .ie .multiline-yellow:focus,
  .ie a:focus .multiline,
  .ie a:focus .multiline-yellow,
  .ie [class$="__link"]:hover .multiline,
  .ie [class$="__link"]:hover .multiline-yellow,
  .ie [class*="icnLink"]:hover .multiline,
  .ie [class*="icnLink"]:hover .multiline-yellow {
    background: none;
    text-decoration: none;
  }

  .section__body:not(.-entry):not(.-post) {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1197px;
    width: 100%;
  }

  .section__body.-entry,
  .section__body.-post {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  .section__headerLayerd,
  .section__header.-layered,
  .section__header.-archiveHeader {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  .section__header:not(.-layered) {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  html.-blankPage,
  body.-blankPage {
    min-height: 100%;
    height: 100%;
  }

  html {
    font-size: 0.78125vw;
  }

  .for-sps {
    display: none !important;
  }

  .for-sp {
    display: none !important;
  }

  .sp-modal[data-fancybox] {
    pointer-events: none;
  }

  select {
    width: 0;
    height: 0;
  }

  .radio {
    min-height: 60px;
  }

  .check__name:hover {
    opacity: 1;
  }

  .radioList {
    display: flex;
    flex-wrap: wrap;
  }

  .radioList li {
    width: 50%;
  }

  .radioList li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }

  .hc-offcanvas-nav .nav-container {
    min-height: calc(100vh - -90px);
  }

  .hc-offcanvas-nav .nav-content ul {
    padding-bottom: 44px;
  }

  .hc-nav-trigger .trigger-icn {
    width: 30px;
  }

  .hc-nav-trigger .trigger-icn::before {
    top: -6px;
  }

  .hc-nav-trigger .trigger-icn::after {
    bottom: -6px;
  }

  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: 40px;
  }

  .hc-offcanvas-nav .nav-close-button {
    padding: 0 35px;
  }

  .hc-offcanvas-nav .nav-close-button span {
    width: 30px;
  }

  .hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
    height: 70px;
  }

  .-blankPage .container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
    height: 100%;
  }

  .dw__body {
    display: flex;
    flex-wrap: wrap;

    gap: 97px 6px;
  }

  .dw__group {
    display: flex;
    flex-direction: column;
    width: 16.3%;
  }

  .dw__group.-camp {
    width: 49.7%;
  }

  .dw__group.-magazine,
  .dw__group.-support,
  .dw__group.-social {
    width: 33%;
  }

  .dw__title {
    margin-bottom: 4px;
  }

  .dw__list {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
  }

  .-camp .dw__list,
  .-magazine .dw__list {
    flex-grow: 1;

    gap: 12px 8px;
  }

  .dw__child {
    gap: 8px;
  }

  .-camp .dw__child {
    display: grid;
    height: calc( 100% - (44px + 8px));

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .dw__group.-camp .dw__item {
    width: calc((100% - 16px) / 3);
  }

  .dw__group:not(.-camp) .dw__item {
    width: calc((100% - 8px) / 2);
  }

  .dw__group.-social .dw__item {
    font-size: 16px;
  }

  .dw__item-withIcon {
    line-height: 1.35294;
  }

  .dw__item-withIcon a {
    gap: 6px;
  }

  .dw__item-withBg {
    width: calc((100% - 8px) / 2);
  }

  .dw__item-withBg a {
    height: 120px;
  }

  .fixedBar {
    top: 10px;

    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .fixedBar__group {
    min-height: 70px;
    background: #191919;
  }

  .fixedBar__name {
    padding: 0 20px;
    font-size: 2rem;
  }

  .fixedBar__head .fixedBar__name {
    padding-right: 0;
  }

  .fixedBar__info {
    padding: 0 20px;
  }

  .fixedBar__nav {
    justify-content: flex-end;
    padding-right: 20px;

    gap: 15px;
  }

  .fixedBar__detail {
    padding: 0 40px;
  }

  .-pageInfo .fixedBar__detail {
    white-space: nowrap;
  }

  .fixedBar__btn[href]:hover {
    background: #333;
  }

  .fixedBar__btn[type]:hover {
    background: #999;
  }

  .fixedBar__filter {
    justify-content: flex-end;
    padding-right: 20px;

    gap: 30px;
  }

  .fixedBar__filterName.-view {
    pointer-events: none;
  }

  .fixedBar__filterBtn:not(.-current) {
    opacity: 0.3;
  }

  .fixedBar__filterBtn:hover {
    opacity: 1;
  }

  .fixedBar__filter button {
    display: flex;
    align-items: center;
    min-height: 60px;
  }

  .fixedBar__filterSelectedsize {
    display: none;
  }

  .fixedBar__filterButtons {
    display: contents;
  }

  .fixedBar__filterItem {
    display: flex;
    align-items: center;

    gap: 10px;
  }

  .fixedBar__bg {
    display: none;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer {
    padding-top: 40px;
    width: 100%;
  }

  .cartpage .footer {
    padding-top: 0;
  }

  .footer__menu {
    padding: 20px 0;
  }

  .footer__menuBody {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 7px;
  }

  .footer__menuIndex {
    display: flex;
    align-items: center;
    height: 25px;
    transition: all 0.15s ease-out;
    transition-property: color;
  }

  .footer__menuContents {
    margin-top: 8px;
    font-size: 11px;
  }

  .footer__menuItem:not(:first-child) {
    margin-top: 10px;
  }

  .footer__expandBody {
    margin-left: 23px;
    padding-top: 8px;
  }

  .footer__expandItem:not(:first-child) {
    padding-top: 8px;
  }

  .footer__copyright {
    align-items: center;
    height: 43px;
  }

  .gNav {
    padding-right: 20px;
    height: 70px;

    gap: 50px;
  }

  .gNav__link {
    padding: 0 7.5px;
    font-size: 20px;
    line-height: 1.4;
  }

  .gNav__text {
    display: inline-block;
    -webkit-text-size-adjust: 100%;
    line-height: 1;

    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  .-active .gNav__text:before {
    width: 7px;
    height: 7px;
  }

  .gNav__megaList:hover .gNav__megaList-link {
    opacity: 0.2;
  }

  .gNav__megaList-item:hover .gNav__megaList-link {
    opacity: 1;
  }

  .header {
    height: 70px;
  }

  .header__toggle {
    padding: 0 35px;
    height: 70px;
  }

  .sitelogo {
    left: 35px;
    height: 70px;
  }

  .sitelogo__link {
    justify-content: center;
    align-items: center;

    gap: 15px;
  }

  .sitelogo__img {
    width: 47px;
    height: 22px;
  }

  .sitelogo__type {
    width: 86px;
    height: 16px;
  }

  .-blankPage .page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc( 100% - 60px);
  }

  .cartpage .page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }

  .section.index-works {
    padding-top: 80px;
  }

  .section__body {
    padding-bottom: 150px;
  }

  .section__body.-post {
    padding-bottom: 100px;
  }

  .page-price .section__body {
    padding-bottom: 70px;
  }

  .section__headingLayerd {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 2.6rem;
  }

  .section__headingLayerd span {
    top: -3px;
    padding: 0 0 6px;
  }

  .-withPaddingTop .section__headingLayerd span {
    padding-top: 10px;
  }

  .section__header.-withSummary {
    display: flex;
    align-items: center;
  }

  .section__header.-toLeft {
    margin-bottom: 50px;
  }

  .section__heading {
    font-size: 2.6rem;
  }

  .-layered .section__heading {
    position: absolute;
    top: 0;
    left: 30px;
  }

  .-toLeft .section__heading {
    left: -30px;
  }

  .section__heading span {
    padding: 0 0 6px;
  }

  .-layered .section__heading span {
    top: -3px;
  }

  .-withPaddingTop .section__heading span {
    padding-top: 10px;
  }

  .filter__item {
    margin-right: 20px;
    font-size: 1.3rem;
  }

  .filter__item a,
  .filter__item span {
    display: inline-block;
    padding: 3px 0;
  }

  .lowerLoading {
    height: 100vh;
  }

  .cart {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cart {
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 13px;
  }

  .cart__title {
    font-size: 5.6rem;
  }

  .cart__list {
    min-height: 18.75vw;
  }

  .cart__item {
    margin-top: 12px;
  }

  .cart__itemThumb {
    width: 8.33%;
  }

  .cart__itemDetail {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 87.75%;
  }

  .cart__itemName {
    padding-right: 1.9%;
    width: 40.83%;
    font-size: 15px;
    line-height: 1.6;
  }

  .cart__itemInfo {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 56.98%;
  }

  .cart__itemSpec {
    width: 32.5%;
    line-height: 1.92308;
  }

  .cart__itemController {
    justify-content: space-between;
    width: 33.33%;
  }

  .cart__itemNum {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 17px;

    gap: 18px;
  }

  .cart__itemNumButton {
    width: 27px;
  }

  .cart__itemNumText {
    font-size: 17px;
  }

  .cart__itemPrice {
    width: 33.33%;
    text-align: right;
    font-size: 20px;
  }

  .cart__itemMessage {
    text-align: center;
  }

  .cart__summary {
    margin-left: auto;
    width: 50%;
  }

  .cart__summaryTitle {
    font-size: 13px;
  }

  .cart__summaryNotes {
    margin-top: 20px;
    font-size: 11px;
  }

  .cart__summaryNav {
    justify-content: space-between;
    margin-top: 20px;
  }

  .cart__button {
    width: calc( (100% - 56px) / 2);
    height: 70px;
    font-size: 14px;
  }

  .pulldown {
    position: relative;
    max-width: 120px;
    width: 100%;
    height: 100%;
  }

  .removeCartItem {
    min-width: 40px;
    max-width: 60px;
  }

  .removeCartItem:before,
  .removeCartItem:after {
    left: calc( 50% - 10px);
    width: 20px;
  }

  .removeCartItem:hover:before,
  .removeCartItem:hover:after {
    border-color: #f2f2f2;
  }

  .selectValue:after {
    top: calc( (15px * 4 - 12px) / 2);
    right: 8.3%;
    width: 6px;
    height: 6px;
  }

  .selectValue select {
    display: none;
    padding: 20px;
    min-width: 60px;
    text-align: right;
  }

  .selectValue__name {
    position: absolute;
    padding-left: 8.3%;
    width: 44.2%;
  }
}

@media screen and (max-width: 1024px) {
  .multiline,
  .multiline-yellow {
    padding-bottom: 2px;
  }

  .section__body:not(.-entry):not(.-post) {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__body.-entry,
  .section__body.-post {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__headerLayerd,
  .section__header.-layered,
  .section__header.-archiveHeader {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__header:not(.-layered) {
    margin-right: 25px;
    margin-left: 25px;
  }

  html.-lockedPage,
  body.-lockedPage {
    position: fixed;
    z-index: 1;
    width: 100%;
  }

  html {
    font-size: 2.6666666667vw;
  }

  html.-fancy-modal-opened {
    overflow: hidden;
  }

  body {
    height: auto !important;
  }

  .-fancy-modal-opened body {
    overflow: hidden;
  }

  .for-sps {
    display: none !important;
  }

  .for-pc {
    display: none !important;
  }

  .radio {
    height: 60px;
  }

  .radioList li:not(:first-child) {
    margin-top: 5px;
  }

  .mwform-error {
    font-weight: 600;
  }

  .hc-offcanvas-nav .nav-container {
    min-height: calc(var(--vh, 1vh) * 100 - 60px);
    max-height: calc(var(--vh, 1vh) * 100);
  }

  .hc-offcanvas-nav li:not(.custom-content) a:not(:only-child) {
    min-height: inherit;
  }

  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-overlap .nav-content {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-nav-trigger .trigger-icn {
    width: 20px;
  }

  .hc-nav-trigger .trigger-icn::before {
    top: -5px;
  }

  .hc-nav-trigger .trigger-icn::after {
    bottom: -5px;
  }

  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: 15px 15px 0;
  }

  .hc-offcanvas-nav .nav-close-button {
    padding: 0 15px;
  }

  .hc-offcanvas-nav .nav-close-button span {
    width: 20px;
  }

  .hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
    height: 60px;
  }

  .dw__group {
    width: 100%;
  }

  .dw__group:not(:last-child) {
    padding-bottom: 35px;
  }

  .dw__group:last-child {
    padding-bottom: 60px;
  }

  .dw__list {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
  }

  .-support .dw__list {
    gap: 0 20px;
  }

  .-camp .dw__child {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
  }

  .-magazine .dw__child {
    gap: 7px;
  }

  .dw__item.-fullSp {
    width: 100%;
  }

  .dw__item-withIcon {
    width: calc((100% - 20px) / 2);
    line-height: 1.11765;
  }

  .dw__item-withIcon a {
    gap: 8px;
  }

  .dw__item-withBg {
    width: calc((100% - 7px) / 2);
  }

  .dw__item-withBg a {
    height: 27.75vw;
  }

  .dw__itemChildLinks {
    min-height: inherit !important;
  }

  .fixedBar {
    top: 20px;
  }

  .fixedBar__group {
    padding: 0 10px;
    min-height: 50px;
    background: #262626;
    transition: background 0.1s ease;
  }

  .fixedBar__group.-filterNav {
    padding-right: 0;
  }

  .fixedBar__group.-pageNav {
    position: relative;
    z-index: 1;
    display: block;
    background: rgba(0,0,0,0.7);
    cursor: pointer;

    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .fixedBar__group.-pageNav.-opened {
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
  }

  .fixedBar__group.-pageInfo {
    display: none;
  }

  .fixedBar__head {
    position: relative;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
  }

  .-pageNav .fixedBar__head {
    display: flex;
    align-items: center;
    height: 50px;
  }

  .-filterNav .fixedBar__head {
    width: calc( 100% - 180px);
  }

  .fixedBar__head::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1.5px solid #f2f2f2;
    border-top: 0;
    border-left: 0;
    content: "";
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: right center;
  }

  .-opened .fixedBar__head::after {
    right: 10px;
    margin-top: -1px;
    transform: translate(0, -50%) rotate(225deg);
  }

  .-filterNav .fixedBar__head::after {
    display: none;
  }

  .fixedBar__head:only-child:after {
    display: none;
  }

  .fixedBar__name {
    padding-right: 26px;
  }

  .fixedBar__links {
    display: none;
  }

  .fixedBar__nav {
    position: absolute;
    top: 50px;
    left: 0;
    visibility: hidden;
    flex-direction: column;
    width: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
  }

  .-opened .fixedBar__nav {
    visibility: visible;
    opacity: 1;
  }

  .fixedBar__navItem {
    border-top: 1px solid rgba(242,242,242,0.2);
    transition: background 0.1s ease;
  }

  .fixedBar__navItem a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    min-height: 49px;
  }

  .fixedBar__detail {
    font-size: 1.2rem;
  }

  .fixedBar__btn {
    display: none;
  }

  .fixedBar__filter {
    display: grid;
    width: 180px;

    grid-template-columns: 1fr 1fr;
  }

  .fixedBar__filterName.-filter::after {
    display: none;
  }

  .fixedBar__filterName {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(242,242,242,0.5);
    font-size: 1.2rem;
  }

  .fixedBar__filterBtn {
    justify-content: center;
    width: 100%;
  }

  .fixedBar__filterBtn:not(:last-child) {
    border-bottom: 1px solid rgba(242,242,242,0.1);
  }

  .fixedBar__filterBtn:not(.-current) {
    color: rgba(242,242,242,0.5);
  }

  .fixedBar__filter button {
    display: flex;
    align-items: center;
    padding: 0 10px;
    min-height: 49px;
  }

  .fixedBar__filterButtons {
    position: absolute;
    top: 50px;
    right: 0;
    visibility: hidden;
    width: 90px;
    background: #191919;
    font-size: 1.2rem;
    opacity: 0;
    pointer-events: none;
  }

  .-opened .fixedBar__filterButtons {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .fixedBar__filterItem {
    border-left: 1px solid rgba(242,242,242,0.2);
  }

  .-opened + .fixedBar__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    display: block;
    width: 100%;
    height: 249px;
    content: "";

    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .footer {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer {
    position: relative;
    padding-top: 24px;
  }

  .footer__menuGroup {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 6.5px 0 15px;
  }

  .footer__menuIndex {
    width: 27.82%;
  }

  .footer__menuContents {
    width: calc(100% - 27.82%);
  }

  .footer__menuItem:not(:first-child) {
    margin-top: 8px;
  }

  .footer__expandBody {
    padding-top: 8px;
    padding-left: 23px;
  }

  .footer__expandItem:not(:first-child) {
    padding-top: 2px;
  }

  .footer__copyright {
    padding: 30px 0 15px;
  }

  .gNav {
    height: 60px;
  }

  .gNav__link {
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .gNav__item:last-child .gNav__link {
    padding-right: 0;
  }

  .-active .gNav__text:before {
    width: 6px;
    height: 6px;
  }

  .header {
    height: 60px;
  }

  .header__toggle {
    padding: 0 15px;
    height: 60px;
  }

  .header .toggleBtn.-current {
    background: #055437;
  }

  .header .toggleTarget {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    transition-property: opacity, visibility;
  }

  .header .toggleTarget.-opened {
    visibility: visible;
    opacity: 1;
  }

  .sitelogo {
    left: 15px;
    height: 60px;
  }

  .sitelogo__link {
    flex-direction: column;
    justify-content: center;

    gap: 5px;
  }

  .sitelogo__img {
    width: 48px;
    height: 22px;
  }

  .sitelogo__type {
    width: 48px;
    height: 9px;
  }

  .section.index-works {
    padding-top: 25px;
  }

  .section__body {
    padding-bottom: 62px;
  }

  .page-price .section__body {
    padding-bottom: 35px;
  }

  .section__headingLayerd {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
    font-size: 2.1rem;
  }

  .section__headingLayerd span {
    padding: 0 0 6px;
  }

  .section__header.-toLeft {
    margin-bottom: 27px;
  }

  .section__heading {
    font-size: 2.1rem;
  }

  .-layered .section__heading {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
  }

  .-toLeft .section__heading {
    left: -10px;
  }

  .section__heading span {
    padding: 0 0 6px;
  }

  .filter {
    flex-wrap: wrap;
    margin-top: 14px;
    padding-right: 14px;
  }

  .filter__item {
    width: 25%;
    font-size: 1.2rem;
  }

  .filter__item a,
  .filter__item span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 22px;
  }

  .lowerLoading {
    height: calc(var(--vh, 1vh) * 100);
  }

  .cart {
    margin-right: 15px;
    margin-left: 15px;
  }

  .cart {
    padding-top: 76px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .cart__title {
    margin-bottom: 14px;
    font-size: 2.5rem;
  }

  .cart__item:not(:first-child) {
    margin-top: 43px;
  }

  .cart__itemThumb {
    width: 20vw;
  }

  .cart__itemDetail {
    width: 66.66vw;
  }

  .cart__itemName {
    line-height: 1.83333;
  }

  .cart__itemSpec {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.72727;
  }

  .cart__itemController {
    margin-top: 6px;

    gap: 24px;
  }

  .cart__itemNum {
    padding-bottom: 3px;
    border-bottom: 1px solid #898989;
    font-size: 15px;
  }

  .cart__itemNumButton {
    width: 13px;
  }

  .cart__itemNumText {
    font-size: 15px;
  }

  .cart__itemDeleteButton {
    font-size: 12px;
  }

  .cart__itemPrice {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1;
  }

  .cart__summaryTitle {
    font-size: 12px;
  }

  .cart__summaryNotes {
    margin-top: 10px;
    font-size: 10px;
  }

  .cart__summaryNav {
    flex-direction: column;
    margin-top: 30px;

    gap: 10px;
  }

  .cart__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }

  .pulldown {
    display: none;
  }

  .removeCartItem {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 54px;
  }

  .removeCartItem:before,
  .removeCartItem:after {
    left: calc( 50% - 6px);
    width: 12px;
  }

  .selectValue:after {
    top: calc( (15px * 2.6 - 12px) / 2);
    right: 0;
    width: 8px;
    height: 8px;
  }

  .selectValue select {
    padding: 0 10px 0 0;
    min-width: 46px;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .for-sps {
    display: block !important;
  }
}

@-webkit-keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes loading-color {
  100%,
  0% {
    stroke: #000;
  }

  20% {
    stroke: rgba(0,0,0,0.5);
  }

  40% {
    stroke: #000;
  }

  60% {
    stroke: rgba(0,0,0,0.5);
  }

  80% {
    stroke: #000;
  }
}

@keyframes loading-color {
  100%,
  0% {
    stroke: #000;
  }

  20% {
    stroke: rgba(0,0,0,0.5);
  }

  40% {
    stroke: #000;
  }

  60% {
    stroke: rgba(0,0,0,0.5);
  }

  80% {
    stroke: #000;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes scrollText {
  0%,
  20% {
    transform: translateY(4rem);
  }

  45%,
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-4rem);
  }
}

@keyframes scrollText {
  0%,
  20% {
    transform: translateY(4rem);
  }

  45%,
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-4rem);
  }
}

@-webkit-keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }

  50% {
    background-position: right bottom;
    background-size: 0% 1px;
  }

  51% {
    background-position: left bottom;
    background-size: 0% 1px;
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }

  50% {
    background-position: right bottom;
    background-size: 0% 1px;
  }

  51% {
    background-position: left bottom;
    background-size: 0% 1px;
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
