@charset 'UTF-8';
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"),
    url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"),
    url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"),
    url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"),
    url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
/* 20200325_ふわっと出るエフェクトの解除
[data-module*='InViewAction'] {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
*/
[data-fade-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-fade-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-fade-delay="0.6000000000000001"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-fade-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-fade-delay="1"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-fade-delay="1.2000000000000002"] {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-fade-delay="1.4000000000000001"] {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-fade-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-fade-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[data-fade-delay="2"] {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
[data-fade-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
[data-fade-delay="2.4000000000000004"] {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
[data-fade-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
[data-fade-delay="2.8000000000000003"] {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
[data-fade-delay="3"] {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
[data-fade-delay="3.2"] {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
[data-fade-delay="3.4000000000000004"] {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
[data-fade-delay="3.6"] {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
[data-fade-delay="3.8000000000000003"] {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
[data-fade-delay="4"] {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
[data-fade-delay="4.2"] {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
[data-fade-delay="4.4"] {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
[data-fade-delay="4.6000000000000005"] {
  -webkit-transition-delay: 4.600000000000001s;
  transition-delay: 4.600000000000001s;
}
[data-fade-delay="4.800000000000001"] {
  -webkit-transition-delay: 4.800000000000001s;
  transition-delay: 4.800000000000001s;
}
[data-fade-delay="5"] {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
[data-fade-delay="5.2"] {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
[data-fade-delay="5.4"] {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
[data-fade-delay="5.6000000000000005"] {
  -webkit-transition-delay: 5.600000000000001s;
  transition-delay: 5.600000000000001s;
}
[data-fade-delay="5.800000000000001"] {
  -webkit-transition-delay: 5.800000000000001s;
  transition-delay: 5.800000000000001s;
}
[data-fade-delay="6"] {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
[data-fade-delay="6.2"] {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
[data-fade-delay="6.4"] {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
[data-fade-delay="6.6000000000000005"] {
  -webkit-transition-delay: 6.600000000000001s;
  transition-delay: 6.600000000000001s;
}
[data-fade-delay="6.800000000000001"] {
  -webkit-transition-delay: 6.800000000000001s;
  transition-delay: 6.800000000000001s;
}
[data-fade-delay="7"] {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}
[data-fade-delay="7.2"] {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
[data-fade-delay="7.4"] {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
[data-fade-delay="7.6000000000000005"] {
  -webkit-transition-delay: 7.600000000000001s;
  transition-delay: 7.600000000000001s;
}
[data-fade-delay="7.800000000000001"] {
  -webkit-transition-delay: 7.800000000000001s;
  transition-delay: 7.800000000000001s;
}
[data-fade-delay="8"] {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}
[data-fade-delay="8.200000000000001"] {
  -webkit-transition-delay: 8.200000000000001s;
  transition-delay: 8.200000000000001s;
}
[data-fade-delay="8.4"] {
  -webkit-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
[data-fade-delay="8.6"] {
  -webkit-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
[data-fade-delay="8.8"] {
  -webkit-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
[data-fade-delay="9"] {
  -webkit-transition-delay: 9s;
  transition-delay: 9s;
}
[data-fade-delay="9.200000000000001"] {
  -webkit-transition-delay: 9.200000000000001s;
  transition-delay: 9.200000000000001s;
}
[data-fade-delay="9.4"] {
  -webkit-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
[data-fade-delay="9.600000000000001"] {
  -webkit-transition-delay: 9.600000000000001s;
  transition-delay: 9.600000000000001s;
}
[data-fade-delay="9.8"] {
  -webkit-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
[data-fade-delay="10"] {
  -webkit-transition-delay: 10s;
  transition-delay: 10s;
}
[data-fade-delay="10.200000000000001"] {
  -webkit-transition-delay: 10.200000000000001s;
  transition-delay: 10.200000000000001s;
}
[data-fade-delay="10.4"] {
  -webkit-transition-delay: 10.4s;
  transition-delay: 10.4s;
}
[data-fade-delay="10.600000000000001"] {
  -webkit-transition-delay: 10.600000000000001s;
  transition-delay: 10.600000000000001s;
}
[data-fade-delay="10.8"] {
  -webkit-transition-delay: 10.8s;
  transition-delay: 10.8s;
}
[data-fade-delay="11"] {
  -webkit-transition-delay: 11s;
  transition-delay: 11s;
}
[data-fade-delay="11.200000000000001"] {
  -webkit-transition-delay: 11.200000000000001s;
  transition-delay: 11.200000000000001s;
}
[data-fade-delay="11.4"] {
  -webkit-transition-delay: 11.4s;
  transition-delay: 11.4s;
}
[data-fade-delay="11.600000000000001"] {
  -webkit-transition-delay: 11.600000000000001s;
  transition-delay: 11.600000000000001s;
}
[data-fade-delay="11.8"] {
  -webkit-transition-delay: 11.8s;
  transition-delay: 11.8s;
}
[data-fade-delay="12"] {
  -webkit-transition-delay: 12s;
  transition-delay: 12s;
}
[data-fade-delay="12.200000000000001"] {
  -webkit-transition-delay: 12.200000000000001s;
  transition-delay: 12.200000000000001s;
}
[data-fade-delay="12.4"] {
  -webkit-transition-delay: 12.4s;
  transition-delay: 12.4s;
}
[data-fade-delay="12.600000000000001"] {
  -webkit-transition-delay: 12.600000000000001s;
  transition-delay: 12.600000000000001s;
}
[data-fade-delay="12.8"] {
  -webkit-transition-delay: 12.8s;
  transition-delay: 12.8s;
}
[data-fade-delay="13"] {
  -webkit-transition-delay: 13s;
  transition-delay: 13s;
}
[data-fade-delay="13.200000000000001"] {
  -webkit-transition-delay: 13.200000000000001s;
  transition-delay: 13.200000000000001s;
}
[data-fade-delay="13.4"] {
  -webkit-transition-delay: 13.4s;
  transition-delay: 13.4s;
}
[data-fade-delay="13.600000000000001"] {
  -webkit-transition-delay: 13.600000000000001s;
  transition-delay: 13.600000000000001s;
}
[data-fade-delay="13.8"] {
  -webkit-transition-delay: 13.8s;
  transition-delay: 13.8s;
}
[data-fade-delay="14"] {
  -webkit-transition-delay: 14s;
  transition-delay: 14s;
}
[data-fade-delay="14.200000000000001"] {
  -webkit-transition-delay: 14.200000000000001s;
  transition-delay: 14.200000000000001s;
}
[data-fade-delay="14.4"] {
  -webkit-transition-delay: 14.4s;
  transition-delay: 14.4s;
}
[data-fade-delay="14.600000000000001"] {
  -webkit-transition-delay: 14.600000000000001s;
  transition-delay: 14.600000000000001s;
}
[data-fade-delay="14.8"] {
  -webkit-transition-delay: 14.8s;
  transition-delay: 14.8s;
}
[data-fade-delay="15"] {
  -webkit-transition-delay: 15s;
  transition-delay: 15s;
}
[data-fade-delay="15.200000000000001"] {
  -webkit-transition-delay: 15.200000000000001s;
  transition-delay: 15.200000000000001s;
}
[data-fade-delay="15.4"] {
  -webkit-transition-delay: 15.4s;
  transition-delay: 15.4s;
}
[data-fade-delay="15.600000000000001"] {
  -webkit-transition-delay: 15.600000000000001s;
  transition-delay: 15.600000000000001s;
}
[data-fade-delay="15.8"] {
  -webkit-transition-delay: 15.8s;
  transition-delay: 15.8s;
}
[data-fade-delay="16"] {
  -webkit-transition-delay: 16s;
  transition-delay: 16s;
}
[data-fade-delay="16.2"] {
  -webkit-transition-delay: 16.2s;
  transition-delay: 16.2s;
}
[data-fade-delay="16.400000000000002"] {
  -webkit-transition-delay: 16.400000000000002s;
  transition-delay: 16.400000000000002s;
}
[data-fade-delay="16.6"] {
  -webkit-transition-delay: 16.6s;
  transition-delay: 16.6s;
}
[data-fade-delay="16.8"] {
  -webkit-transition-delay: 16.8s;
  transition-delay: 16.8s;
}
[data-fade-delay="17"] {
  -webkit-transition-delay: 17s;
  transition-delay: 17s;
}
[data-fade-delay="17.2"] {
  -webkit-transition-delay: 17.2s;
  transition-delay: 17.2s;
}
[data-fade-delay="17.400000000000002"] {
  -webkit-transition-delay: 17.400000000000002s;
  transition-delay: 17.400000000000002s;
}
[data-fade-delay="17.6"] {
  -webkit-transition-delay: 17.6s;
  transition-delay: 17.6s;
}
[data-fade-delay="17.8"] {
  -webkit-transition-delay: 17.8s;
  transition-delay: 17.8s;
}
[data-fade-delay="18"] {
  -webkit-transition-delay: 18s;
  transition-delay: 18s;
}
[data-fade-delay="18.2"] {
  -webkit-transition-delay: 18.2s;
  transition-delay: 18.2s;
}
[data-fade-delay="18.400000000000002"] {
  -webkit-transition-delay: 18.400000000000002s;
  transition-delay: 18.400000000000002s;
}
[data-fade-delay="18.6"] {
  -webkit-transition-delay: 18.6s;
  transition-delay: 18.6s;
}
[data-fade-delay="18.8"] {
  -webkit-transition-delay: 18.8s;
  transition-delay: 18.8s;
}
[data-fade-delay="19"] {
  -webkit-transition-delay: 19s;
  transition-delay: 19s;
}
[data-fade-delay="19.200000000000003"] {
  -webkit-transition-delay: 19.200000000000003s;
  transition-delay: 19.200000000000003s;
}
[data-fade-delay="19.400000000000002"] {
  -webkit-transition-delay: 19.400000000000002s;
  transition-delay: 19.400000000000002s;
}
[data-fade-delay="19.6"] {
  -webkit-transition-delay: 19.6s;
  transition-delay: 19.6s;
}
[data-fade-delay="19.8"] {
  -webkit-transition-delay: 19.8s;
  transition-delay: 19.8s;
}
[data-fade-delay="20"] {
  -webkit-transition-delay: 20s;
  transition-delay: 20s;
}
.is-fade {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes link {
  50% {
    right: calc(0px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(0px + 10px);
  }
  100% {
    right: calc(0px + 0px);
    opacity: 1;
  }
}
@keyframes link {
  50% {
    right: calc(0px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(0px + 10px);
  }
  100% {
    right: calc(0px + 0px);
    opacity: 1;
  }
}
@-webkit-keyframes link-vw-medium {
  50% {
    right: calc(0vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(0vw + 0.78125vw);
  }
  100% {
    right: calc(0vw + 0vw);
    opacity: 1;
  }
}
@keyframes link-vw-medium {
  50% {
    right: calc(0vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(0vw + 0.78125vw);
  }
  100% {
    right: calc(0vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes link-vw-small {
  50% {
    right: calc(0vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(0vw + 2.666666666666667vw);
  }
  100% {
    right: calc(0vw + 0vw);
    opacity: 1;
  }
}
@keyframes link-vw-small {
  50% {
    right: calc(0vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(0vw + 2.666666666666667vw);
  }
  100% {
    right: calc(0vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes link-left {
  50% {
    left: calc(0px - 10px);
    opacity: 0;
  }
  51% {
    left: calc(0px + 10px);
  }
  100% {
    left: calc(0px + 0px);
    opacity: 1;
  }
}
@keyframes link-left {
  50% {
    left: calc(0px - 10px);
    opacity: 0;
  }
  51% {
    left: calc(0px + 10px);
  }
  100% {
    left: calc(0px + 0px);
    opacity: 1;
  }
}
@-webkit-keyframes link-left-vw-medium {
  50% {
    left: calc(0vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    left: calc(0vw + 0.78125vw);
  }
  100% {
    left: calc(0vw + 0vw);
    opacity: 1;
  }
}
@keyframes link-left-vw-medium {
  50% {
    left: calc(0vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    left: calc(0vw + 0.78125vw);
  }
  100% {
    left: calc(0vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes link-left-vw-small {
  50% {
    left: calc(0vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    left: calc(0vw + 2.666666666666667vw);
  }
  100% {
    left: calc(0vw + 0vw);
    opacity: 1;
  }
}
@keyframes link-left-vw-small {
  50% {
    left: calc(0vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    left: calc(0vw + 2.666666666666667vw);
  }
  100% {
    left: calc(0vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes button {
  50% {
    right: calc(14px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(14px + 10px);
  }
  100% {
    right: calc(14px + 0px);
    opacity: 1;
  }
}
@keyframes button {
  50% {
    right: calc(14px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(14px + 10px);
  }
  100% {
    right: calc(14px + 0px);
    opacity: 1;
  }
}
@-webkit-keyframes button-vw-medium {
  50% {
    right: calc(1.09375vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(1.09375vw + 0.78125vw);
  }
  100% {
    right: calc(1.09375vw + 0vw);
    opacity: 1;
  }
}
@keyframes button-vw-medium {
  50% {
    right: calc(1.09375vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(1.09375vw + 0.78125vw);
  }
  100% {
    right: calc(1.09375vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes button-vw-small {
  50% {
    right: calc(3.733333333333333vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(3.733333333333333vw + 2.666666666666667vw);
  }
  100% {
    right: calc(3.733333333333333vw + 0vw);
    opacity: 1;
  }
}
@keyframes button-vw-small {
  50% {
    right: calc(3.733333333333333vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(3.733333333333333vw + 2.666666666666667vw);
  }
  100% {
    right: calc(3.733333333333333vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes button-bold {
  50% {
    right: calc(22px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(22px + 10px);
  }
  100% {
    right: calc(22px + 0px);
    opacity: 1;
  }
}
@keyframes button-bold {
  50% {
    right: calc(22px - 10px);
    opacity: 0;
  }
  51% {
    right: calc(22px + 10px);
  }
  100% {
    right: calc(22px + 0px);
    opacity: 1;
  }
}
@-webkit-keyframes button-bold-vw-medium {
  50% {
    right: calc(1.71875vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(1.71875vw + 0.78125vw);
  }
  100% {
    right: calc(1.71875vw + 0vw);
    opacity: 1;
  }
}
@keyframes button-bold-vw-medium {
  50% {
    right: calc(1.71875vw - 0.78125vw);
    opacity: 0;
  }
  51% {
    right: calc(1.71875vw + 0.78125vw);
  }
  100% {
    right: calc(1.71875vw + 0vw);
    opacity: 1;
  }
}
@-webkit-keyframes button-bold-vw-small {
  50% {
    right: calc(3.733333333333333vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(3.733333333333333vw + 2.666666666666667vw);
  }
  100% {
    right: calc(3.733333333333333vw + 0vw);
    opacity: 1;
  }
}
@keyframes button-bold-vw-small {
  50% {
    right: calc(3.733333333333333vw - 2.666666666666667vw);
    opacity: 0;
  }
  51% {
    right: calc(3.733333333333333vw + 2.666666666666667vw);
  }
  100% {
    right: calc(3.733333333333333vw + 0vw);
    opacity: 1;
  }
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 10px;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img {
  vertical-align: top;
}
body {
  font-family: "Noto Sans Regular", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-l-header {
  background: #fff;
}
.dm-l-header-wrap {
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-wrap {
    height: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-wrap {
    height: 20.266666666666666vw;
  }
}
.dm-l-header-wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dm-l-header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-l-header-menu__item {
  margin-right: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-menu__item {
    margin-right: 4.296875vw;
  }
}
.dm-l-header-menu__item:last-child {
  margin-right: 0;
}
.dm-l-header-menu__logo a {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-l-header-menu__logo a:hover {
  opacity: 0.8;
}
.dm-l-header-menu__logo img {
  width: 268px;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-menu__logo img {
    width: 20.9375vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-menu__logo img {
    width: 50.666666666666664vw;
    height: 7.733333333333333vw;
  }
}
.dm-l-header-menu__search {
  position: relative;
}
.dm-l-header-menu__search input {
  font-size: 15px;
  width: 200px;
  border-bottom: 2px solid #333;
  padding: 10px 30px 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-menu__search input {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 15.625vw;
    border-bottom: 0.15625vw solid #333;
    padding: 0.78125vw 2.34375vw 0.78125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-menu__search input {
    font-size: 15px;
    font-size: 4vw;
    width: 53.333333333333336vw;
    border-bottom: 0.533333333333333vw solid #333;
    padding: 2.666666666666667vw 8vw 2.666666666666667vw 0;
  }
}
.dm-l-header-menu__search input::-webkit-input-placeholder {
  color: #979797;
}
.dm-l-header-menu__search input::-moz-placeholder {
  color: #979797;
}
.dm-l-header-menu__search input:-ms-input-placeholder {
  color: #979797;
}
.dm-l-header-menu__search input::placeholder {
  color: #979797;
}
.dm-l-header-menu__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-l-header-menu__search button:hover {
  opacity: 0.8;
}
.dm-l-header-menu__search button img {
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-menu__search button img {
    width: 1.484375vw;
    height: 1.484375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-menu__search button img {
    width: 5.066666666666666vw;
    height: 5.066666666666666vw;
  }
}
.dm-l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .dm-l-header-nav__item {
    margin-right: 26px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-l-header-nav__item {
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__item {
    margin-right: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__item {
    margin-right: 3.733333333333333vw;
  }
}
.dm-l-header-nav__item a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__item a {
    line-height: 1;
  }
}
.dm-l-header-nav__item a:hover {
  opacity: 0.8;
}
.dm-l-header-nav__item:last-child {
  margin-right: 0;
}
.dm-l-header-nav__mail .default {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__mail .default img {
    width: 2.265625vw;
    height: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__mail .default img {
    width: 7.733333333333333vw;
    height: 5.866666666666666vw;
  }
}
.dm-l-header-nav__mail .active {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__mail .active img {
    width: 2.734375vw;
    height: 2.109375vw;
    margin-top: -0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__mail .active img {
    width: 9.333333333333334vw;
    height: 7.2vw;
    margin-top: -1.333333333333333vw;
  }
}
.dm-l-header-nav__mail.is-active .default {
  display: none;
}
.dm-l-header-nav__mail.is-active .active {
  display: block;
}
.dm-l-header-nav__hamburger {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__hamburger {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__hamburger {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.dm-l-header-nav__hamburger span {
  width: 24px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__hamburger span {
    width: 1.875vw;
    height: 0.15625vw;
    margin-left: -0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__hamburger span {
    width: 6.4vw;
    height: 0.533333333333333vw;
    margin-left: -3.2vw;
  }
}
.dm-l-header-nav__hamburger .top {
  -webkit-transform: translateY(-50%) translateY(-10px);
  transform: translateY(-50%) translateY(-10px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__hamburger .top {
    -webkit-transform: translateY(-50%) translateY(-0.78125vw);
    transform: translateY(-50%) translateY(-0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__hamburger .top {
    -webkit-transform: translateY(-50%) translateY(-2.666666666666667vw);
    transform: translateY(-50%) translateY(-2.666666666666667vw);
  }
}
.dm-l-header-nav__hamburger .middle {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dm-l-header-nav__hamburger .bottom {
  -webkit-transform: translateY(-50%) translateY(10px);
  transform: translateY(-50%) translateY(10px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__hamburger .bottom {
    -webkit-transform: translateY(-50%) translateY(0.78125vw);
    transform: translateY(-50%) translateY(0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__hamburger .bottom {
    -webkit-transform: translateY(-50%) translateY(2.666666666666667vw);
    transform: translateY(-50%) translateY(2.666666666666667vw);
  }
}
.dm-l-header-nav__hamburger.is-active span {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.dm-l-header-nav__hamburger.is-active .top {
  -webkit-transform: rotate(-45deg) translateY(-50%) translateY(0px);
  transform: rotate(-45deg) translateY(-50%) translateY(0px);
}
.dm-l-header-nav__hamburger.is-active .middle {
  background: rgba(255, 255, 255, 0);
}
.dm-l-header-nav__hamburger.is-active .bottom {
  -webkit-transform: rotate(45deg) translateY(-50%) translateY(0px);
  transform: rotate(45deg) translateY(-50%) translateY(0px);
}
.dm-l-header-nav__rank-message a {
  position: relative;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__rank-message a {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__rank-message a {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-l-header-nav__rank-message.is-active a:before {
  position: absolute;
  content: "";
  top: -3px;
  right: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b33f3f;
}
.dm-l-header-nav__rank-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-l-header-nav__rank-button__text {
  font-size: inherit;
  color: inherit;
  max-width: 150px;
  word-break: break-all;
}
.dm-l-header-nav__rank-button__text__suffix {
  font-size: inherit;
  white-space: nowrap;
  color: inherit;
}
.dm-l-header-nav__rank-button__icon {
  margin-left: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__rank-button__icon {
    margin-left: 0.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__rank-button__icon {
    margin-left: 1.6vw;
  }
}
.dm-l-header-nav__rank-button__icon img {
  width: 20px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__rank-button__icon img {
    width: 1.5625vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-nav__rank-button__icon img {
    width: 5.333333333333333vw;
    height: 6.4vw;
  }
}
.dm-l-header-hamberger {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #fff;
}
.dm-l-header-hamberger [data-type="black"] {
  display: block;
}
.dm-l-header-hamberger [data-type="white"] {
  display: none;
}
.dm-l-header-hamberger.is-active {
  opacity: 1;
  pointer-events: auto;
}
.dm-l-header-hamberger.is-active .dm-l-header-hamberger-wrap {
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  opacity: 1;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__rank-button__frame {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.dm-l-header-hamberger.is-active .dm-l-header-hamberger-contents__item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  opacity: 1;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(6) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.dm-l-header-hamberger.is-active
  .dm-l-header-hamberger-contents__item:nth-child(7) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.dm-l-header-hamberger-wrap {
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-wrap {
    height: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-wrap {
    height: 20.266666666666666vw;
  }
}
.dm-l-header-hamberger-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-l-header-hamberger-menu__item {
  margin-right: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-menu__item {
    margin-right: 4.296875vw;
  }
}
.dm-l-header-hamberger-menu__item:last-child {
  margin-right: 0;
}
.dm-l-header-hamberger-menu__logo a {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-l-header-hamberger-menu__logo a:hover {
  opacity: 0.8;
}
.dm-l-header-hamberger-menu__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-menu__logo img {
    width: 20.703125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-menu__logo img {
    width: 50.666666666666664vw;
  }
}
.dm-l-header-hamberger-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .dm-l-header-hamberger-nav__item {
    margin-right: 26px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-l-header-hamberger-nav__item {
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__item {
    margin-right: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__item {
    margin-right: 3.733333333333333vw;
  }
}
.dm-l-header-hamberger-nav__item a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-l-header-hamberger-nav__item a:hover {
  opacity: 0.8;
}
.dm-l-header-hamberger-nav__item:last-child {
  margin-right: 0;
}
.dm-l-header-hamberger-nav__mail .default {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__mail .default img {
    width: 2.265625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__mail .default img {
    width: 7.733333333333333vw;
  }
}
.dm-l-header-hamberger-nav__mail .active {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__mail .active img {
    width: 2.734375vw;
    margin-top: -0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__mail .active img {
    width: 9.333333333333334vw;
    margin-top: -1.333333333333333vw;
  }
}
.dm-l-header-hamberger-nav__mail.is-active .default {
  display: none;
}
.dm-l-header-hamberger-nav__mail.is-active .active {
  display: block;
}
.dm-l-header-hamberger-nav__hamburger {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__hamburger {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__hamburger {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.dm-l-header-hamberger-nav__hamburger span {
  width: 24px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__hamburger span {
    width: 1.875vw;
    height: 0.15625vw;
    margin-left: -0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__hamburger span {
    width: 6.4vw;
    height: 0.533333333333333vw;
    margin-left: -3.2vw;
  }
}
.dm-l-header-hamberger-nav__hamburger .top {
  -webkit-transform: rotate(-45deg) translateY(-50%) translateY(0px);
  transform: rotate(-45deg) translateY(-50%) translateY(0px);
}
.dm-l-header-hamberger-nav__hamburger .middle {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0);
}
.dm-l-header-hamberger-nav__hamburger .bottom {
  -webkit-transform: rotate(45deg) translateY(-50%) translateY(0px);
  transform: rotate(45deg) translateY(-50%) translateY(0px);
}
.dm-l-header-hamberger-nav__hamburger.is-active span {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.dm-l-header-hamberger-nav__hamburger.is-active .top {
  -webkit-transform: translateY(-50%) translateY(-10px);
  transform: translateY(-50%) translateY(-10px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__hamburger.is-active .top {
    -webkit-transform: translateY(-50%) translateY(-0.78125vw);
    transform: translateY(-50%) translateY(-0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__hamburger.is-active .top {
    -webkit-transform: translateY(-50%) translateY(-2.666666666666667vw);
    transform: translateY(-50%) translateY(-2.666666666666667vw);
  }
}
.dm-l-header-hamberger-nav__hamburger.is-active .bottom {
  -webkit-transform: translateY(-50%) translateY(10px);
  transform: translateY(-50%) translateY(10px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-nav__hamburger.is-active .bottom {
    -webkit-transform: translateY(-50%) translateY(0.78125vw);
    transform: translateY(-50%) translateY(0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-nav__hamburger.is-active .bottom {
    -webkit-transform: translateY(-50%) translateY(2.666666666666667vw);
    transform: translateY(-50%) translateY(2.666666666666667vw);
  }
}
.dm-l-header-hamberger-contents {
  position: absolute;
  width: 100%;
  top: 116px;
  left: 0;
  bottom: 0;
  overflow: scroll;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents {
    top: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents {
    top: 20.266666666666666vw;
  }
}
.dm-l-header-hamberger-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.34375vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8vw 8.533333333333333vw 100px;
  }
}
@media screen and (min-width: 1600px) {
  .dm-l-header-hamberger-contents__item {
    margin-right: 42px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-l-header-hamberger-contents__item {
    margin-right: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__item {
    margin-bottom: 0.78125vw;
    -webkit-transform: translateX(-0.78125vw);
    transform: translateX(-0.78125vw);
    opacity: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__item {
    margin-bottom: 2.666666666666667vw;
    -webkit-transform: translateX(-2.666666666666667vw);
    transform: translateX(-2.666666666666667vw);
    opacity: 0;
    width: 100%;
  }
}
.dm-l-header-hamberger-contents__item a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__item a {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__item a {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-l-header-hamberger-contents__item a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1600px) {
  .dm-l-header-hamberger-contents__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-l-header-hamberger-contents__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__item:last-child {
    margin-bottom: 0;
  }
}
.dm-l-header-hamberger-contents__search {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__search {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__search {
    padding-top: 5.333333333333333vw;
    padding-bottom: 5.333333333333333vw;
  }
}
.dm-l-header-hamberger-contents__search input {
  font-size: 15px;
  width: 200px;
  border-bottom: 2px solid #333;
  padding: 10px 30px 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__search input {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 15.625vw;
    border-bottom: 0.15625vw solid #333;
    padding: 0.78125vw 2.34375vw 0.78125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__search input {
    font-size: 15px;
    font-size: 4vw;
    width: 53.333333333333336vw;
    border-bottom: 0.533333333333333vw solid #333;
    padding: 2.666666666666667vw 8vw 2.666666666666667vw 0;
  }
}
.dm-l-header-hamberger-contents__search input::-webkit-input-placeholder {
  color: #979797;
}
.dm-l-header-hamberger-contents__search input::-moz-placeholder {
  color: #979797;
}
.dm-l-header-hamberger-contents__search input:-ms-input-placeholder {
  color: #979797;
}
.dm-l-header-hamberger-contents__search input::placeholder {
  color: #979797;
}
.dm-l-header-hamberger-contents__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-l-header-hamberger-contents__search button:hover {
  opacity: 0.8;
}
.dm-l-header-hamberger-contents__search button img {
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__search button img {
    width: 1.484375vw;
    height: 1.484375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__search button img {
    width: 5.066666666666666vw;
    height: 5.066666666666666vw;
  }
}
.dm-l-header-hamberger-contents__rank-message a {
  position: relative;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-message a {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-message a {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-l-header-hamberger-contents__rank-message a:before {
  position: absolute;
  content: "";
  top: -3px;
  right: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b33f3f;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-message a:before {
    top: -0.234375vw;
    right: -0.9375vw;
    width: 0.78125vw;
    height: 0.78125vw;
    border-radius: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-message a:before {
    top: -0.8vw;
    right: -3.2vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    border-radius: 1.333333333333333vw;
  }
}
.dm-l-header-hamberger-contents__rank-button {
  background: #f0f0f0;
}
.dm-l-header-hamberger-contents__rank-button__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-button__frame {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    height: 6.015625vw;
    font-size: 15px;
    font-size: 1.171875vw;
    -webkit-transform: translateX(-0.78125vw);
    transform: translateX(-0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-button__frame {
    padding-right: 8.533333333333333vw;
    padding-left: 8.533333333333333vw;
    height: 20.53333333333333vw;
    font-size: 15px;
    font-size: 4vw;
    -webkit-transform: translateX(-2.666666666666667vw);
    transform: translateX(-2.666666666666667vw);
  }
}
.dm-l-header-hamberger-contents__rank-button__text {
  font-size: inherit;
  color: inherit;
  max-width: 150px;
  word-break: break-all;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-button__text {
    max-width: 11.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-button__text {
    max-width: 40vw;
  }
}
.dm-l-header-hamberger-contents__rank-button__text__suffix {
  font-size: inherit;
  white-space: nowrap;
  color: inherit;
}
.dm-l-header-hamberger-contents__rank-button__icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-button__icon {
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-button__icon {
    margin-right: 2.666666666666667vw;
  }
}
.dm-l-header-hamberger-contents__rank-button__icon img {
  width: 20px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-hamberger-contents__rank-button__icon img {
    width: 1.5625vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header-hamberger-contents__rank-button__icon img {
    width: 5.333333333333333vw;
    height: 6.4vw;
  }
}
.dm-l-footer {
  background: #242424;
  padding: 30px 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer {
    padding: 2.34375vw 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-footer {
    padding: 8vw 0;
  }
}
.dm-l-footer-nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer-nav {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
.dm-l-footer-nav {
  margin-bottom: 8.6666666667vw;
  padding-left: 0;
  padding-right: 0;
    }
}
.dm-l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer-nav__list {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-footer-nav__list {
    margin-bottom: 5.333333333333333vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.dm-l-footer-nav__list:last-child {
  margin-bottom: 0;
}
.dm-l-footer-nav__item {
  margin-right: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer-nav__item {
    margin-right: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-footer-nav__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 4.333333333333333vw;
  }
}
.dm-l-footer-nav__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-l-footer-nav__item:last-child {
    margin-bottom: 0;
  }
}
.dm-l-footer-nav__item a {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer-nav__item a {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
.dm-l-footer-nav__item a {
        font-size: 3.2vw
    }
}
.dm-l-footer-nav__item a:hover {
  opacity: 0.8;
}
.dm-l-footer-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dm-l-footer-note {
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
}
.dm-l-footer-note__copy {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-footer-note__copy {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
.dm-l-footer-note__copy {
        font-size: 3vw
    }
}
.dm-c-topic:hover .dm-c-topic__image img {
  -webkit-transition: -webkit-transform 3s ease 1s;
  transition: -webkit-transform 3s ease 1s;
  transition: transform 3s ease 1s;
  transition: transform 3s ease 1s, -webkit-transform 3s ease 1s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-topic:hover .dm-c-topic__description {
  opacity: 1;
}
.dm-c-topic a {
  position: relative;
  overflow: hidden;
  display: block;
}
.dm-c-topic__store {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: -50px;
  width: 140px;
  height: 70px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-topic__store {
    top: 3.90625vw;
    left: -3.90625vw;
    width: 10.9375vw;
    height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-topic__store {
    top: 11.466666666666667vw;
    left: -11.466666666666667vw;
    width: 32vw;
    height: 16vw;
  }
}
.dm-c-topic__store:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 70px 70px 70px;
  border-color: transparent transparent #000 transparent;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-topic__store:before {
    border-width: 0 5.46875vw 5.46875vw 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-topic__store:before {
    border-width: 0 16vw 16vw 16vw;
  }
}
.dm-c-topic__store span {
  z-index: 1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-topic__store span {
    bottom: 0.46875vw;
    font-size: 13px;
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-topic__store span {
    bottom: 1.6vw;
    font-size: 13px;
    font-size: 3.466666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-topic__store span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-topic__description {
  pointer-events: none;
  line-height: 2;
}
@media screen and (min-width: 1600px) {
  .dm-c-topic__description {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    padding: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-c-topic__description {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    padding: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-topic__description {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    padding: 2.34375vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-topic__description {
    padding-top: 2.666666666666667vw;
    font-size: 16px;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
  }
}
.dm-c-topic__image {
  overflow: hidden;
}
.dm-c-topic__image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.dm-c-concierge__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge__image {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__image {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-concierge__image a {
  overflow: hidden;
  display: block;
}
.dm-c-concierge__image a:hover img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-concierge__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.dm-c-concierge__header {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge__header {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__header {
    margin-bottom: 4vw;
  }
}
.dm-c-concierge__lead {
  font-family: "Noto Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge__lead {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__lead {
    font-size: 15px;
    font-size: 4vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-concierge__lead {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-concierge__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__profile {
    margin-bottom: 4vw;
  }
}
.dm-c-concierge__name-ja {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge__name-ja {
    font-size: 22px;
    font-size: 1.71875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__name-ja {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    margin-bottom: 2.666666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-concierge__name-ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-concierge__name-en {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge__option a {
    margin-left: 0;
  }
}
.dm-c-concierge-set__wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__wrap {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__wrap {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-concierge-set__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__frame {
    margin: -0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__frame {
    margin: -2.666666666666667vw;
  }
}
.dm-c-concierge-set__concierge {
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__concierge {
    padding: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__concierge {
    padding: 2.666666666666667vw;
  }
}
.dm-c-concierge-set-concierge a {
  overflow: hidden;
  display: block;
}
.dm-c-concierge-set-concierge a:hover img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-concierge-set-concierge__info {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}
.dm-c-concierge-set-concierge__image {
  overflow: hidden;
}
.dm-c-concierge-set-concierge__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.dm-c-concierge-set__content {
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__content {
    padding: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__content {
    padding: 2.666666666666667vw;
  }
}
.dm-c-concierge-set__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.dm-c-concierge-set__content__item {
  padding: 5px;
  width: 50%;
}
.dm-c-concierge-set__content__item a {
  overflow: hidden;
  display: block;
}
.dm-c-concierge-set__content__item a:hover img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-concierge-set-content__image {
  overflow: hidden;
}
.dm-c-concierge-set-content__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.dm-c-concierge-set__header {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__header {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__header {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-concierge-set__lead {
  font-family: "Noto Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__lead {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__lead {
    font-size: 15px;
    font-size: 4vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-concierge-set__lead {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-concierge-set__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-c-concierge-set__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.dm-c-concierge-set__name-ja {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__name-ja {
    font-size: 22px;
    font-size: 1.71875vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__name-ja {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    margin-right: 0;
    margin-bottom: 2.133333333333333vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-concierge-set__name-ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-concierge-set__name-en {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-concierge-set__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-concierge-set__option a {
    margin-left: 0;
  }
}
.dm-c-content-concierge a {
  display: block;
  position: relative;
}
.dm-c-content-concierge a:hover .dm-c-content-concierge__image img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-content-concierge__info {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-concierge__info {
    left: 0.78125vw;
    right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-concierge__info {
    left: 2.666666666666667vw;
    right: 2.666666666666667vw;
  }
}
.dm-c-content-concierge__image {
  overflow: hidden;
}
.dm-c-content-concierge__image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.dm-c-content-concierge__tag {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-concierge__tag {
    font-size: 12px;
    font-size: 0.9375vw;
    top: 0.78125vw;
    left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-concierge__tag {
    font-size: 13px;
    font-size: 3.466666666666667vw;
    top: 2.666666666666667vw;
    left: 2.666666666666667vw;
  }
}
.dm-c-content-concierge__handle {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-concierge__handle {
    font-size: 16px;
    font-size: 1.25vw;
    top: 0.78125vw;
    right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-concierge__handle {
    font-size: 18px;
    font-size: 4.8vw;
    top: 2.666666666666667vw;
    right: 2.666666666666667vw;
  }
}
.dm-c-content-concierge__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.dm-c-content-concierge__name-ja {
  font-size: 30px;
  color: inherit;
  margin-bottom: 8px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-concierge__name-ja {
    font-size: 30px;
    font-size: 2.34375vw;
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-concierge__name-ja {
    font-size: 34px;
    font-size: 9.066666666666666vw;
    margin-bottom: 2.133333333333333vw;
  }
}
.dm-c-content-concierge__name-en {
  font-size: 10px;
  color: inherit;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-concierge__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-concierge__name-en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.dm-c-content-small a {
  display: block;
  position: relative;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span {
  color: #333;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-0:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-1:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dm-c-content-small a:hover .dm-c-content-small__lead span.is-delay-2:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dm-c-content-small a:hover .dm-c-content-small__image img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-content-small__lead {
  z-index: 2;
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__lead {
    bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__lead {
    bottom: 32vw;
  }
}
.dm-c-content-small__lead span {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding: 0 16px 0 8px;
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: color 0.5s ease 0.3s;
  transition: color 0.5s ease 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__lead span {
    font-size: 18px;
    font-size: 1.40625vw;
    padding: 0 1.25vw 0 0.625vw;
    margin-bottom: 0.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__lead span {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    padding: 0 4.266666666666667vw 0 2.133333333333333vw;
    margin-bottom: 0.533333333333333vw;
  }
}
.dm-c-content-small__lead span:last-child {
  margin-bottom: 0;
}
.dm-c-content-small__lead span.is-delay-0 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dm-c-content-small__lead span.is-delay-0:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dm-c-content-small__lead span.is-delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dm-c-content-small__lead span.is-delay-1:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dm-c-content-small__lead span.is-delay-2 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.dm-c-content-small__lead span.is-delay-2:after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.dm-c-content-small__lead span:after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.dm-c-content-small__lead span:before {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.dm-c-content-small__info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  padding: 0 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__info {
    padding: 0 0.9375vw;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__info {
    padding: 0 3.2vw;
    height: 16vw;
  }
}
.dm-c-content-small__image {
  overflow: hidden;
}
.dm-c-content-small__image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.dm-c-content-small__tag {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__tag {
    font-size: 12px;
    font-size: 0.9375vw;
    top: 0.78125vw;
    left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__tag {
    font-size: 13px;
    font-size: 3.466666666666667vw;
    top: 2.666666666666667vw;
    left: 2.666666666666667vw;
  }
}
.dm-c-content-small__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__name {
    margin-bottom: -0.3125vw;
  }
}
.dm-c-content-small__name-ja {
  font-size: 16px;
  color: inherit;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__name-ja {
    font-size: 16px;
    font-size: 1.25vw;
    margin-right: 0.625vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__name-ja {
    font-size: 17px;
    font-size: 4.533333333333333vw;
    margin-right: 2.133333333333333vw;
  }
}
.dm-c-content-small__name-en {
  font-size: 10px;
  color: inherit;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
    margin-right: 0.625vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
    margin-right: 2.133333333333333vw;
  }
}
.dm-c-content-small__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-c-content-small__thumbnail {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-small__thumbnail {
    width: 5.15625vw;
    height: 5.15625vw;
    margin-right: 0.78125vw;
    margin-top: -3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-small__thumbnail {
    width: 20.266666666666666vw;
    height: 20.266666666666666vw;
    margin-right: 2.666666666666667vw;
    margin-top: -16vw;
  }
}
.dm-c-content-small__thumbnail img {
  width: 100%;
}
.dm-c-content-large a {
  display: block;
  position: relative;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span {
  color: #333;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-0:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-1:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dm-c-content-large a:hover .dm-c-content-large__lead span.is-delay-2:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dm-c-content-large a:hover .dm-c-content-large__image img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-content-large__lead {
  z-index: 2;
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__lead {
    bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__lead {
    bottom: 32vw;
  }
}
.dm-c-content-large__lead span {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding: 0 16px 0 8px;
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: color 0.5s ease 0.3s;
  transition: color 0.5s ease 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__lead span {
    font-size: 18px;
    font-size: 1.40625vw;
    padding: 0 1.25vw 0 0.625vw;
    margin-bottom: 0.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__lead span {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    padding: 0 4.266666666666667vw 0 2.133333333333333vw;
    margin-bottom: 0.533333333333333vw;
  }
}
.dm-c-content-large__lead span:last-child {
  margin-bottom: 0;
}
.dm-c-content-large__lead span.is-delay-0 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dm-c-content-large__lead span.is-delay-0:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dm-c-content-large__lead span.is-delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dm-c-content-large__lead span.is-delay-1:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dm-c-content-large__lead span.is-delay-2 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.dm-c-content-large__lead span.is-delay-2:after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.dm-c-content-large__lead span:after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.dm-c-content-large__lead span:before {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.dm-c-content-large__info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  padding: 0 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__info {
    padding: 0 0.9375vw;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__info {
    padding: 0 3.2vw;
    height: 16vw;
  }
}
.dm-c-content-large__image {
  overflow: hidden;
}
.dm-c-content-large__image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.dm-c-content-large__tag {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__tag {
    font-size: 12px;
    font-size: 0.9375vw;
    top: 0.78125vw;
    left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__tag {
    font-size: 13px;
    font-size: 3.466666666666667vw;
    top: 2.666666666666667vw;
    left: 2.666666666666667vw;
  }
}
.dm-c-content-large__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__name {
    margin-bottom: -0.3125vw;
  }
}
.dm-c-content-large__name-ja {
  font-size: 16px;
  color: inherit;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__name-ja {
    font-size: 16px;
    font-size: 1.25vw;
    margin-right: 0.625vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__name-ja {
    font-size: 17px;
    font-size: 4.533333333333333vw;
    margin-right: 2.133333333333333vw;
  }
}
.dm-c-content-large__name-en {
  font-size: 10px;
  color: inherit;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
    margin-right: 0.625vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
    margin-right: 2.133333333333333vw;
  }
}
.dm-c-content-large__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-c-content-large__thumbnail {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-content-large__thumbnail {
    width: 5.15625vw;
    height: 5.15625vw;
    margin-right: 0.78125vw;
    margin-top: -3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-content-large__thumbnail {
    width: 20.266666666666666vw;
    height: 20.266666666666666vw;
    margin-right: 2.666666666666667vw;
    margin-top: -16vw;
  }
}
.dm-c-content-large__thumbnail img {
  width: 100%;
}
.dm-c-product__figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__figure {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__figure {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-product__figure a {
  position: relative;
  overflow: hidden;
  display: block;
}
.dm-c-product__figure a:hover .dm-c-product__image img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dm-c-product__store {
  z-index: 2;
  position: absolute;
  top: 35px;
  left: -35px;
  width: 100px;
  height: 50px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__store {
    top: 3.90625vw;
    left: -3.90625vw;
    width: 10.9375vw;
    height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__store {
    top: 9.333333333333334vw;
    left: -9.333333333333334vw;
    width: 26.666666666666668vw;
    height: 13.333333333333334vw;
  }
}
.dm-c-product__store:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #000 transparent;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__store:before {
    border-width: 0 5.46875vw 5.46875vw 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__store:before {
    border-width: 0 13.333333333333334vw 13.333333333333334vw
      13.333333333333334vw;
  }
}
.dm-c-product__store span {
  z-index: 1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__store span {
    bottom: 0.46875vw;
    font-size: 13px;
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__store span {
    bottom: 0.8vw;
    font-size: 10px;
    font-size: 2.666666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-product__store span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-product__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.dm-c-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__header {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__header {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-product__tag span {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__tag span {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__tag span {
    font-size: 15px;
    font-size: 4vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-product__tag span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-product__description a {
  font-family: "Noto Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dm-c-product__description a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-product__description a {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-product__description a {
    font-size: 15px;
    font-size: 4vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-product__description a {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-c-list__frame {
  border: 1px solid #979797;
  padding-right: 90px;
  padding-left: 90px;
}
.dm-c-list__frame.dm-c-list__frame-pd0{
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__frame {
    padding-right: 7.03125vw;
    padding-left: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.dm-c-list__item {
  border-bottom: 1px solid #979797;
}
.dm-c-list__item:last-child {
  border-bottom: 0;
}
.dm-c-list__item.ma-c-list__sp-pd{
  padding: 0 35px;
}
.dm-c-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dm-c-list__content.dm-c-list__center{
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__content {
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__content {
    padding-top: 5.333333333333333vw;
    padding-bottom: 5.333333333333333vw;
  }
  .dm-c-list__content.dm-c-list__center{
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-c-list__date {
  width: 180px;
  font-family: "Noto Sans Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.dm-c-list__date.dm-c-list__data-lh{
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__date {
    width: 14.0625vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__date {
    width: 100%;
    font-size: 16px;
    font-size: 4.266666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-list__date {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.dm-c-list__info {
  width: calc(100% - 180px - 157px);
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__info {
    width: calc(100% - 14.0625vw - 12.265625vw);
    padding-right: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5.333333333333333vw;
  }
  .dm-c-list__info.dm-c-list__info--sp-mb0{
    margin-bottom: 0;
  }
}
.dm-c-list__title {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.dm-c-list__title.dm-c-text__underline{
  text-decoration: underline;
}
.dm-c-list__title.dm-c-text__underline:hover{
  text-decoration: none;
}
.dm-c-list__title.dm-c-list__nolink{
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__title {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__title {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-c-list__tag {
  font-size: 15px;
  color: #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__tag {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__tag {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-c-list__button {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 1600px) {
  .dm-c-list__button {
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-c-list__button {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__button {
    margin-left: auto;
  }
}
.dm-c-list__options {
  margin-top: 30px;
  text-align: center;
}
.dm-c-list__options.dm-c-list__options-mt60{
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-list__options {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-list__options {
    margin-top: 8vw;
  }
}
.dm-c-link {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.dm-c-link--100 {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-link--100 {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-link--100 {
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
.dm-c-link--500 {
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-link--500 {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-link--500 {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-link--100-vw-medium {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-link--100-vw-medium {
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-link--500-vw-medium {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-link--500-vw-medium {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-c-link--black-500 {
  color: #333;
}
.dm-c-link--white-100 {
  color: #fff;
}
[class*="dm-c-link--arrow-right-"] {
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-right-"] {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-right-"] {
    padding-right: 5.333333333333333vw;
  }
}
[class*="dm-c-link--arrow-right-"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-right-"]:after {
    width: 0.625vw;
    height: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-right-"]:after {
    width: 2.133333333333333vw;
    height: 3.733333333333333vw;
  }
}
[class*="dm-c-link--arrow-right-"]:hover:after,
[class*="dm-c-link--arrow-right-"]:active:after {
  -webkit-animation-name: link;
  animation-name: link;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-right-"]:hover:after,
  [class*="dm-c-link--arrow-right-"]:active:after {
    -webkit-animation-name: link-vw-medium;
    animation-name: link-vw-medium;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-right-"]:hover:after,
  [class*="dm-c-link--arrow-right-"]:active:after {
    -webkit-animation-name: link-vw-small;
    animation-name: link-vw-small;
  }
}
.dm-c-link--arrow-right-black:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-link--arrow-right-white:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
[class*="dm-c-link--arrow-left-"] {
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-left-"] {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-left-"] {
    padding-left: 5.333333333333333vw;
  }
}
[class*="dm-c-link--arrow-left-"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-left-"]:after {
    width: 0.625vw;
    height: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-left-"]:after {
    width: 2.133333333333333vw;
    height: 3.733333333333333vw;
  }
}
[class*="dm-c-link--arrow-left-"]:hover:after,
[class*="dm-c-link--arrow-left-"]:active:after {
  -webkit-animation-name: link-left;
  animation-name: link-left;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-link--arrow-left-"]:hover:after,
  [class*="dm-c-link--arrow-left-"]:active:after {
    -webkit-animation-name: link-left-vw-medium;
    animation-name: link-left-vw-medium;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-link--arrow-left-"]:hover:after,
  [class*="dm-c-link--arrow-left-"]:active:after {
    -webkit-animation-name: link-left-vw-small;
    animation-name: link-left-vw-small;
  }
}
.dm-c-link--arrow-left-black:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-link--arrow-left-white:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.dm-c-button--100 {
  font-size: 13px;
  width: 86px;
  height: 30px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--100 {
    font-size: 13px;
    font-size: 1.015625vw;
    width: 8.125vw;
    height: 2.34375vw;
    border-radius: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--100 {
    font-size: 13px;
    font-size: 3.466666666666667vw;
    width: 27.733333333333334vw;
    height: 8vw;
    border-radius: 4vw;
  }
}
.dm-c-button--300 {
  font-size: 15px;
  width: 154px;
  height: 42px;
  border-radius: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--300 {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 12.03125vw;
    height: 3.28125vw;
    border-radius: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--300 {
    font-size: 15px;
    font-size: 4vw;
    width: 41.06666666666666vw;
    height: 11.2vw;
    border-radius: 5.6vw;
  }
}
.dm-c-button--500 {
  font-size: 15px;
  width: 200px;
  height: 42px;
  border-radius: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--500 {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 15.625vw;
    height: 3.28125vw;
    border-radius: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--500 {
    font-size: 15px;
    font-size: 4vw;
    width: 53.333333333333336vw;
    height: 11.2vw;
    border-radius: 5.6vw;
  }
}
.dm-c-button--700 {
  font-size: 15px;
  width: 277px;
  height: 42px;
  border-radius: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--700 {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 21.640625vw;
    height: 3.28125vw;
    border-radius: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--700 {
    font-size: 15px;
    font-size: 4vw;
    width: 73.86666666666666vw;
    height: 11.2vw;
    border-radius: 5.6vw;
  }
}
.dm-c-button--900 {
  font-size: 15px;
  width: 323px;
  height: 42px;
  border-radius: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--900 {
    font-size: 15px;
    font-size: 1.171875vw;
    width: 25.234375vw;
    height: 3.28125vw;
    border-radius: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--900 {
    font-size: 15px;
    font-size: 4vw;
    width: 86.13333333333333vw;
    height: 11.2vw;
    border-radius: 5.6vw;
  }
}
.dm-c-button--bold-500 {
  font-size: 18px;
  width: 308px;
  height: 56px;
  border-radius: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--bold-500 {
    font-size: 18px;
    font-size: 1.40625vw;
    width: 24.0625vw;
    height: 4.375vw;
    border-radius: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--bold-500 {
    font-size: 15px;
    font-size: 4vw;
    width: 62.666666666666664vw;
    height: 11.2vw;
    border-radius: 5.6vw;
  }
}
.dm-c-button--bold-500.dm-c-button--arrow-white:after,
.dm-c-button--bold-500.dm-c-button--arrow-black-500:after {
  right: 22px;
  width: 10px;
  height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--bold-500.dm-c-button--arrow-white:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:after {
    right: 1.71875vw;
    width: 0.78125vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--bold-500.dm-c-button--arrow-white:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:after {
    right: 3.733333333333333vw;
    width: 2.133333333333333vw;
    height: 4.266666666666667vw;
  }
}
.dm-c-button--bold-500.dm-c-button--arrow-white:hover:after,
.dm-c-button--bold-500.dm-c-button--arrow-black-500:hover:after,
.dm-c-button--bold-500.dm-c-button--arrow-white:active:after,
.dm-c-button--bold-500.dm-c-button--arrow-black-500:active:after,
.dm-c-button--bold-500.dm-c-button--arrow-white.is-active:after,
.dm-c-button--bold-500.dm-c-button--arrow-black-500.is-active:after {
  -webkit-animation-name: button-bold;
  animation-name: button-bold;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-button--bold-500.dm-c-button--arrow-white:hover:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:hover:after,
  .dm-c-button--bold-500.dm-c-button--arrow-white:active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-white.is-active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500.is-active:after {
    -webkit-animation-name: button-bold-vw-medium;
    animation-name: button-bold-vw-medium;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-button--bold-500.dm-c-button--arrow-white:hover:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:hover:after,
  .dm-c-button--bold-500.dm-c-button--arrow-white:active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500:active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-white.is-active:after,
  .dm-c-button--bold-500.dm-c-button--arrow-black-500.is-active:after {
    -webkit-animation-name: button-bold-vw-small;
    animation-name: button-bold-vw-small;
  }
}
[class*="dm-c-button--black-"] {
  -webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--black-"] {
    border-width: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--black-"] {
    border-width: 0.266666666666667vw;
  }
}
.dm-c-button--black-500 {
  color: #fff;
  background: #333;
  border-color: #333;
}
.dm-c-button--black-500.dm-c-button--arrow-white:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--black-500.dm-c-button--external-white:after {
  background-image: url("../images/common/icon_external_white.svg");
}
[class*="dm-c-button--white-"] {
  -webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--white-"] {
    border-width: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--white-"] {
    border-width: 0.266666666666667vw;
  }
}
.dm-c-button--white-100 {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.dm-c-button--white-100.dm-c-button--arrow-black-500:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--white-100.dm-c-button--external-black-500:after {
  background-image: url("../images/common/icon_external_black.svg");
}
[class*="dm-c-button--transparent-"] {
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--transparent-"] {
    border-width: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--transparent-"] {
    border-width: 0.266666666666667vw;
  }
}
.dm-c-button--transparent-black {
  color: #333;
  border-color: #333;
}
.dm-c-button--transparent-black:hover,
.dm-c-button--transparent-black:active,
.dm-c-button--transparent-black.is-active {
  color: #fff;
  background: #333;
}
.dm-c-button--transparent-black.dm-c-button--arrow-black-500:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--transparent-black.dm-c-button--arrow-black-500:hover:after,
.dm-c-button--transparent-black.dm-c-button--arrow-black-500:active:after,
.dm-c-button--transparent-black.dm-c-button--arrow-black-500.is-active:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--transparent-black.dm-c-button--external-black-500:after {
  background-image: url("../images/common/icon_external_black.svg");
}
.dm-c-button--transparent-black.dm-c-button--external-black-500:hover:after,
.dm-c-button--transparent-black.dm-c-button--external-black-500:active:after,
.dm-c-button--transparent-black.dm-c-button--external-black-500.is-active:after {
  background-image: url("../images/common/icon_external_white.svg");
}
.dm-c-button--transparent-white {
  color: #fff;
  border-color: #fff;
}
.dm-c-button--transparent-white:hover,
.dm-c-button--transparent-white:active,
.dm-c-button--transparent-white.is-active {
  color: #333;
  background: #fff;
}
.dm-c-button--transparent-white.dm-c-button--arrow-white:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--transparent-white.dm-c-button--arrow-white:hover:after,
.dm-c-button--transparent-white.dm-c-button--arrow-white:active:after,
.dm-c-button--transparent-white.dm-c-button--arrow-white.is-active:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--transparent-white.dm-c-button--external-white:after {
  background-image: url("../images/common/icon_external_white.svg");
}
.dm-c-button--transparent-white.dm-c-button--external-white:hover:after,
.dm-c-button--transparent-white.dm-c-button--external-white:active:after,
.dm-c-button--transparent-white.dm-c-button--external-white.is-active:after {
  background-image: url("../images/common/icon_external_black.svg");
}
.dm-c-button--black-500-hover-fill:hover,
.dm-c-button--black-500-hover-fill:active,
.dm-c-button--black-500-hover-fill.is-active {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.dm-c-button--black-500-hover-fill.dm-c-button--arrow-white:hover:after,
.dm-c-button--black-500-hover-fill.dm-c-button--arrow-white:active:after,
.dm-c-button--black-500-hover-fill.dm-c-button--arrow-white.is-active:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--black-500-hover-fill.dm-c-button--external-white:hover:after,
.dm-c-button--black-500-hover-fill.dm-c-button--external-white:active:after,
.dm-c-button--black-500-hover-fill.dm-c-button--external-white.is-active:after {
  background-image: url("../images/common/icon_external_black.svg");
}
.dm-c-button--black-500-hover-transparent:hover,
.dm-c-button--black-500-hover-transparent:active,
.dm-c-button--black-500-hover-transparent.is-active {
  color: #333;
  background: transparent;
}
.dm-c-button--black-500-hover-transparent.dm-c-button--arrow-white:hover:after,
.dm-c-button--black-500-hover-transparent.dm-c-button--arrow-white:active:after,
.dm-c-button--black-500-hover-transparent.dm-c-button--arrow-white.is-active:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--black-500-hover-transparent.dm-c-button--external-white:hover:after,
.dm-c-button--black-500-hover-transparent.dm-c-button--external-white:active:after,
.dm-c-button--black-500-hover-transparent.dm-c-button--external-white.is-active:after {
  background-image: url("../images/common/icon_external_black.svg");
}
.dm-c-button--white-100-hover-fill:hover,
.dm-c-button--white-100-hover-fill:active,
.dm-c-button--white-100-hover-fill.is-active {
  color: #fff;
  background: #333;
  border-color: #333;
}
.dm-c-button--white-100-hover-fill.dm-c-button--arrow-black-500:hover:after,
.dm-c-button--white-100-hover-fill.dm-c-button--arrow-black-500:active:after,
.dm-c-button--white-100-hover-fill.dm-c-button--arrow-black-500.is-active:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--white-100-hover-fill.dm-c-button--external-black-500:hover:after,
.dm-c-button--white-100-hover-fill.dm-c-button--external-black-500:active:after,
.dm-c-button--white-100-hover-fill.dm-c-button--external-black-500.is-active:after {
  background-image: url("../images/common/icon_external_white.svg");
}
.dm-c-button--white-100-hover-transparent:hover,
.dm-c-button--white-100-hover-transparent:active,
.dm-c-button--white-100-hover-transparent.is-active {
  color: #fff;
  background: transparent;
}
.dm-c-button--white-100-hover-transparent.dm-c-button--arrow-black-500:hover:after,
.dm-c-button--white-100-hover-transparent.dm-c-button--arrow-black-500:active:after,
.dm-c-button--white-100-hover-transparent.dm-c-button--arrow-black-500.is-active:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--white-100-hover-transparent.dm-c-button--external-black-500:hover:after,
.dm-c-button--white-100-hover-transparent.dm-c-button--external-black-500:active:after,
.dm-c-button--white-100-hover-transparent.dm-c-button--external-black-500.is-active:after {
  background-image: url("../images/common/icon_external_white.svg");
}
[class*="dm-c-button--active-transparent-"] {
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--active-transparent-"] {
    border-width: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--active-transparent-"] {
    border-width: 0.266666666666667vw;
  }
}
.dm-c-button--active-transparent-black {
  color: #333;
  border-color: #333;
  -webkit-transition: none;
  transition: none;
}
.dm-c-button--active-transparent-black.is-active {
  color: #fff;
  background: #333;
}
.dm-c-button--active-transparent-black.dm-c-button--arrow-black-500:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--active-transparent-black.dm-c-button--arrow-black-500.is-active:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--active-transparent-black.dm-c-button--external-black-500:after {
  background-image: url("../images/common/icon_external_black.svg");
}
.dm-c-button--active-transparent-black.dm-c-button--external-black-500.is-active:after {
  background-image: url("../images/common/icon_external_white.svg");
}
.dm-c-button--active-transparent-white {
  color: #fff;
  border-color: #fff;
  -webkit-transition: none;
  transition: none;
}
.dm-c-button--active-transparent-white.is-active {
  color: #333;
  background: #fff;
}
.dm-c-button--active-transparent-white.dm-c-button--arrow-white:after {
  background-image: url("../images/common/icon_arrow_right_white.svg");
}
.dm-c-button--active-transparent-white.dm-c-button--arrow-white.is-active:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.dm-c-button--active-transparent-white.dm-c-button--external-white:after {
  background-image: url("../images/common/icon_external_white.svg");
}
.dm-c-button--active-transparent-white.dm-c-button--external-white.is-active:after {
  background-image: url("../images/common/icon_external_black.svg");
}
[class*="dm-c-button--arrow-"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--arrow-"]:after {
    right: 1.09375vw;
    width: 0.625vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--arrow-"]:after {
    right: 3.733333333333333vw;
    width: 2.133333333333333vw;
    height: 4.266666666666667vw;
  }
}
[class*="dm-c-button--arrow-"]:hover:after,
[class*="dm-c-button--arrow-"]:active:after,
[class*="dm-c-button--arrow-"].is-active:after {
  -webkit-animation-name: button;
  animation-name: button;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--arrow-"]:hover:after,
  [class*="dm-c-button--arrow-"]:active:after,
  [class*="dm-c-button--arrow-"].is-active:after {
    -webkit-animation-name: button-vw-medium;
    animation-name: button-vw-medium;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--arrow-"]:hover:after,
  [class*="dm-c-button--arrow-"]:active:after,
  [class*="dm-c-button--arrow-"].is-active:after {
    -webkit-animation-name: button-vw-small;
    animation-name: button-vw-small;
  }
}
[class*="dm-c-button--external-"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  [class*="dm-c-button--external-"]:after {
    right: 1.09375vw;
    width: 1.40625vw;
    height: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  [class*="dm-c-button--external-"]:after {
    right: 3.733333333333333vw;
    width: 4.8vw;
    height: 3.733333333333333vw;
  }
}
.dm-c-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}
.dm-c-like.is-active .icon-like-black__01 {
  fill: #333;
}
.dm-c-like.is-active .icon-like-white__01 {
  fill: #fff;
}
.dm-c-like__icon {
  width: 22px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-like__icon {
    width: 1.71875vw;
    margin-right: 0.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-like__icon {
    width: 4.8vw;
    margin-right: 1.066666666666667vw;
  }
}
.dm-c-like__icon svg {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-like__icon svg {
    width: 1.71875vw;
    height: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-like__icon svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.dm-c-like__num {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-c-like__num {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-c-like__num {
    font-size: 15px;
    font-size: 4vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-c-like__num {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-hero-logout img {
  width: 100%;
}
.dm-p-hero-logout__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.dm-p-admission-lead {
  background: #333;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-lead {
    padding-top: 2.96875vw;
    padding-bottom: 2.96875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-lead {
    padding-top: 11.2vw;
    padding-bottom: 11.2vw;
  }
}
.dm-p-admission-lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dm-p-admission-lead__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-admission-lead__item {
  margin-right: 126px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-lead__item {
    margin-right: 9.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-lead__item {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.dm-p-admission-lead__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-admission-lead__item:last-child {
    margin-bottom: 0;
  }
}
.dm-p-admission-lead__note {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-lead__note {
    font-size: 14px;
    font-size: 1.09375vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-lead__note {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.md-p-hero-lead {
  text-align: center;
}
.md-p-hero-lead__header {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-p-hero-lead__header {
    padding-top: 2.34375vw;
    padding-bottom: 3.125vw;
    border-bottom: 0.078125vw solid #d8d8d8;
  }
}
@media screen and (max-width: 767px) {
  .md-p-hero-lead__header {
    padding-top: 5.333333333333333vw;
    padding-bottom: 10.666666666666666vw;
    border-bottom: 0.266666666666667vw solid #d8d8d8;
    text-align: left;
  }
}
.md-p-hero-lead__body {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-p-hero-lead__body {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .md-p-hero-lead__body {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.md-p-hero-lead__lead {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-p-hero-lead__lead {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .md-p-hero-lead__lead {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.md-p-hero-lead__note {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-p-hero-lead__note {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .md-p-hero-lead__note {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.md-p-hero-lead__title {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-p-hero-lead__title {
    font-size: 30px;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .md-p-hero-lead__title {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 2;
    white-space: nowrap;
  }
}
.dm-p-points__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dm-p-points__info {
  width: calc(100% / 8 * 3);
}
@media screen and (max-width: 767px) {
  .dm-p-points__info {
    width: 100%;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-points__info {
  width: calc(100% / 8 * 3 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-points__info {
    width: 100%;
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-points__info {
  width: calc(100% / 8 * 3 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-points__info {
    width: 100%;
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-points__info {
  width: calc(100% / 8 * 3 - 1px);
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-points__info {
    width: 100%;
  }
}
.dm-p-points__info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #f0f0f0;
}
@media screen and (min-width: 1600px) {
  .dm-p-points__info__content {
    height: 25vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-points__info__content {
    height: 25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__content {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__content {
    height: auto;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.dm-p-points__info__header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__header {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__header {
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-points__info__title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__title {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__title {
    margin-bottom: 8vw;
  }
}
.dm-p-points__info__inner {
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__inner {
    border-bottom: 0.15625vw solid #333;
    padding-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__inner {
    border-bottom: 0.533333333333333vw solid #333;
    padding-bottom: 4vw;
  }
}
.dm-p-points__info__label {
  font-size: 12px;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  margin-bottom: 4px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__label {
    font-size: 12px;
    font-size: 0.9375vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__label {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 1.066666666666667vw;
  }
}
.dm-p-points__info__num {
  font-size: 34px;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__num {
    font-size: 34px;
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__num {
    font-size: 34px;
    font-size: 9.066666666666666vw;
  }
}
.dm-p-points__info__lead {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__lead {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__lead {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
.dm-p-points__info__description {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__info__description {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__info__description {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-p-points__gallery--large {
  width: calc(100% / 8 * 2);
}
@media screen and (max-width: 767px) {
  .dm-p-points__gallery--large {
    width: 100%;
  }
}
.dm-p-points__gallery--small {
  width: calc(100% / 8 * 1);
}
@media screen and (max-width: 767px) {
  .dm-p-points__gallery--small {
    width: 100%;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-points__gallery--small {
  width: calc(100% / 8 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-points__gallery--small {
    width: 100%;
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-points__gallery--small {
  width: calc(100% / 8 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-points__gallery--small {
    width: 100%;
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-points__gallery--small {
  width: calc(100% / 8 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-points__gallery--small {
    width: 100%;
  }
}
.dm-p-points__gallery__image img {
  width: 100%;
}
.dm-p-points__gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .dm-p-points__gallery__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.dm-p-points__gallery__item {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .dm-p-points__gallery__item {
    height: 12.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-points__gallery__item {
    height: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-points__gallery__item {
    height: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-points__gallery__item {
    height: auto;
    width: 50%;
  }
}
.dm-p-points__gallery__image img {
  width: 100%;
}
.dm-p-admission-flow__frame {
  border: 1px solid #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__frame {
    border: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__frame {
    border: 0.266666666666667vw solid #979797;
  }
}
.dm-p-admission-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-admission-flow__item {
  position: relative;
  width: calc((100% / 3));
  border-right: 1px solid #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__item {
    border-right: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__item {
    width: 100%;
    border-bottom: 0.078125vw solid #979797;
    border-right: none;
  }
}
.dm-p-admission-flow__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 30px 20px 30px 20px;
  border-color: transparent transparent transparent #979797;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__item:before {
    left: calc(100% + 0.078125vw);
    border-width: 2.34375vw 1.5625vw 2.34375vw 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__item:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-width: 5.333333333333333vw 8vw 5.333333333333333vw 8vw;
    border-color: #979797 transparent transparent transparent;
  }
}
.dm-p-admission-flow__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 30px 20px 30px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__item:after {
    border-width: 2.34375vw 1.5625vw 2.34375vw 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__item:after {
    top: calc(100% - 0.266666666666667vw);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-width: 5.333333333333333vw 8vw 5.333333333333333vw 8vw;
    border-color: #fff transparent transparent transparent;
  }
}
.dm-p-admission-flow__item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__item:last-child {
    border-bottom: 0;
  }
}
.dm-p-admission-flow__item:last-child:before,
.dm-p-admission-flow__item:last-child:after {
  content: none;
}
.dm-p-admission-flow__content {
  padding: 40px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__content {
    padding: 3.125vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__content {
    padding: 13.333333333333334vw 5.333333333333333vw;
  }
}
.dm-p-admission-flow__header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__header {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__header {
    margin-bottom: 10.666666666666666vw;
  }
}
.dm-p-admission-flow__body {
  text-align: center;
}
.dm-p-admission-flow__footer {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__footer {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__footer {
    margin-top: 10.666666666666666vw;
  }
}
.dm-p-admission-flow__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__title {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__title {
    margin-bottom: 8vw;
  }
}
.dm-p-admission-flow__title span {
  font-size: 24px;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__title span {
    font-size: 24px;
    font-size: 1.875vw;
    border-bottom: 0.15625vw solid #333;
    padding-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__title span {
    font-size: 27px;
    font-size: 7.2vw;
    border-bottom: 0.533333333333333vw solid #333;
    padding-bottom: 4vw;
  }
}
.dm-p-admission-flow__lead {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__lead {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__lead {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.dm-p-admission-flow__description {
  font-size: 15px;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-admission-flow__description {
    font-size: 15px;
    font-size: 1.171875vw;
    padding-right: 1.5625vw;
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-admission-flow__description {
    font-size: 15px;
    font-size: 4vw;
    padding-right: 2.666666666666667vw;
    padding-left: 2.666666666666667vw;
  }
}
.dm-p-registration-contact {
  text-align: center;
}
.dm-p-registration-contact__body {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__body {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__body {
    margin-bottom: 8vw;
  }
}
.dm-p-registration-contact__frame {
  display: inline-block;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__frame {
    border-top: 0.078125vw solid #979797;
    border-bottom: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__frame {
    display: block;
    border-top: 0.266666666666667vw solid #979797;
    border-bottom: 0.266666666666667vw solid #979797;
    padding-top: 5.333333333333333vw;
    padding-bottom: 5.333333333333333vw;
  }
}
.dm-p-registration-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-registration-contact__item {
  position: relative;
  width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__item {
    width: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__item {
    width: 100%;
  }
}
.dm-p-registration-contact__item:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 25px;
  width: 1px;
  background: #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__item:before {
    top: 1.953125vw;
    bottom: 1.953125vw;
    width: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__item:before {
    content: none;
  }
}
.dm-p-registration-contact__item:last-child:before {
  content: none;
}
.dm-p-registration-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__tel {
    height: 8.59375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__tel {
    height: 13.333333333333334vw;
  }
}
.dm-p-registration-contact__tel__icon {
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__tel__icon {
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__tel__icon {
    margin-right: 2.133333333333333vw;
  }
}
.dm-p-registration-contact__tel__icon img {
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__tel__icon img {
    width: 2.109375vw;
    height: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__tel__icon img {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.dm-p-registration-contact__tel__text {
  font-size: 24px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__tel__text {
    font-size: 24px;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__tel__text {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
.dm-p-registration-contact__tel__text a {
  font-size: inherit;
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-registration-contact__tel__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-registration-contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__mail {
    height: 8.59375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__mail {
    height: 13.333333333333334vw;
  }
}
.dm-p-registration-contact__mail__icon {
  margin-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__mail__icon {
    margin-right: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__mail__icon {
    margin-right: 3.2vw;
  }
}
.dm-p-registration-contact__mail__icon img {
  width: 27px;
  height: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__mail__icon img {
    width: 2.109375vw;
    height: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__mail__icon img {
    width: 7.2vw;
    height: 5.6vw;
  }
}
.dm-p-registration-contact__mail__text {
  font-size: 18px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__mail__text {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__mail__text {
    font-size: 16px;
    font-size: 4.266666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-registration-contact__mail__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-registration-contact__note {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__note {
    font-size: 18px;
    font-size: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__note {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-registration-contact__caution {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-registration-contact__caution {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-registration-contact__caution {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.dm-p-publication-infomation-contact {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact {
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact {
    padding-bottom: 8vw;
  }
}
.dm-p-publication-infomation-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-publication-infomation-contact__item {
  width: 500px;
  margin-right: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__item {
    width: 39.0625vw;
    margin-right: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.666666666666666vw;
  }
}
.dm-p-publication-infomation-contact__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__item:last-child {
    margin-bottom: 0;
  }
}
.dm-p-publication-infomation-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__header {
    height: 4.6875vw;
    border-bottom: 0.078125vw solid #979797;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__header {
    height: 16vw;
    border-bottom: 0.266666666666667vw solid #979797;
    margin-bottom: 8vw;
  }
}
.dm-p-publication-infomation-contact__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__title {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.dm-p-publication-infomation-contact__store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__store__list {
    margin-bottom: -3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__list {
    margin-bottom: 0;
  }
}
.dm-p-publication-infomation-contact__store__item {
  width: calc((100% - 60px) / 3 - 1px);
  margin-right: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__store__item {
    width: calc((100% - 4.6875vw) / 3 - 0.078125vw);
    margin-right: 2.34375vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__item {
    width: calc((100% - 8vw) / 2 - 0.266666666666667vw);
    margin-right: 8vw;
    padding-bottom: 13.333333333333334vw;
  }
}
@media screen and (min-width: 1600px) {
  .dm-p-publication-infomation-contact__store__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-publication-infomation-contact__store__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__store__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__item:last-child {
    margin-right: 0;
    padding-bottom: 0;
  }
}
.dm-p-publication-infomation-contact__store__name {
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__store__name {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__name {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-publication-infomation-contact__store__tel {
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-publication-infomation-contact__store__tel {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-publication-infomation-contact__store__tel {
    font-size: 20px;
    font-size: 5.333333333333333vw;
  }
}
.dm-p-publication-infomation-contact__store__tel a {
  font-size: inherit;
}
.dm-p-hero-login img {
  width: 100%;
}
.dm-p-hero-login__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.dm-p-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dm-p-topics__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-topics__item {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .dm-p-topics__item {
    margin-right: 1vw;
    width: calc((100% - 1vw * 2) / 3);
  }
  .dm-p-topics__item_2x {
    width: calc((((100% - 1vw * 2) / 3) * 2) + 1vw) !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-topics__item {
    margin-right: 1vw;
    width: calc((100% - 1vw * 2) / 3);
  }
  .dm-p-topics__item_2x {
    width: calc((((100% - 1vw * 2) / 3) * 2) + 1vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-topics__item {
    margin-right: 1.25vw;
    width: calc((100% - 1.25vw * 2) / 3);
  }
  .dm-p-topics__item_2x {
    width: calc((((100% - 1.25vw * 2) / 3) * 2) + 1.25vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-topics__item {
    margin-bottom: 8vw;
    width: 100%;
  }
  .dm-p-topics__item_2x {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-topics__item:last-child {
    margin-bottom: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-topics__item {
  height: 100%;
}
_:-ms-lang(x)::backdrop,
.dm-p-topics__item {
  height: 100%;
}
.dm-p-contents-menu {
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu {
    margin-bottom: 8vw;
  }
}
.dm-p-contents-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.dm-p-contents-menu__item {
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu__item {
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__item {
    width: calc((100% - 2.666666666666667vw) / 2);
    margin-right: 2.666666666666667vw;
  }
}
.dm-p-contents-menu__item:last-child {
  margin-right: 0;
}
.dm-p-contents-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1600px) {
  .dm-p-contents-gallery__list {
    margin: -0.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-contents-gallery__list {
    margin: -0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-gallery__list {
    margin: -0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-gallery__list {
    margin: -2.133333333333333vw;
  }
}
.dm-p-contents-gallery__item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1600px) {
  .dm-p-contents-gallery__item {
    padding: 0.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-contents-gallery__item {
    padding: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-gallery__item {
    padding: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-gallery__item {
    padding: 2.133333333333333vw;
  }
}
.dm-p-contents-gallery__item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dm-p-contents-gallery__item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dm-p-contents-gallery__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.dm-p-contents-gallery-01 {
  width: calc(100% / 4 * 1);
}
@media screen and (max-width: 767px) {
  .dm-p-contents-gallery-01 {
    width: 100%;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-contents-gallery-01 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-contents-gallery-01 {
    width: 100%;
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-contents-gallery-01 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-contents-gallery-01 {
    width: 100%;
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-contents-gallery-01 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-contents-gallery-01 {
    width: 100%;
  }
}
.dm-p-contents-gallery-02 {
  width: calc(100% / 4 * 1);
}
@media screen and (max-width: 767px) {
  .dm-p-contents-gallery-02 {
    width: 100%;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-contents-gallery-02 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-contents-gallery-02 {
    width: 100%;
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-contents-gallery-02 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-contents-gallery-02 {
    width: 100%;
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-contents-gallery-02 {
  width: calc(100% / 4 * 1 - 1px);
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-contents-gallery-02 {
    width: 100%;
  }
}
.dm-p-contents-gallery-03 {
  width: calc(100% / 4 * 2);
}
@media screen and (max-width: 767px) {
  .dm-p-contents-gallery-03 {
    width: 100%;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-contents-gallery-03 {
  width: calc(100% / 4 * 2 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-contents-gallery-03 {
    width: 100%;
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-contents-gallery-03 {
  width: calc(100% / 4 * 2 - 1px);
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-contents-gallery-03 {
    width: 100%;
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-contents-gallery-03 {
  width: calc(100% / 4 * 2 - 1px);
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-contents-gallery-03 {
    width: 100%;
  }
}
.dm-p-contents__more {
  text-align: center;
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents__more {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents__more {
    margin-top: 8vw;
  }
}
.dm-p-contents-menu__button-filter {
  position: relative;
  width: 200px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.dm-p-contents-menu__button-filter:before,
.dm-p-contents-menu__button-filter:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 1px;
  background: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu__button-filter:before,
  .dm-p-contents-menu__button-filter:after {
    right: 1.25vw;
    width: 1.09375vw;
    height: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__button-filter:before,
  .dm-p-contents-menu__button-filter:after {
    right: 4.266666666666667vw;
    width: 3.733333333333333vw;
    height: 0.266666666666667vw;
  }
}
.dm-p-contents-menu__button-filter:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu__button-filter {
    width: 15.625vw;
    height: 2.96875vw;
    padding: 0 1.25vw;
    border: 0.078125vw solid #333;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__button-filter {
    width: 100%;
    height: 10.133333333333333vw;
    padding: 0 4.266666666666667vw;
    border: 0.266666666666667vw solid #333;
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
.dm-p-contents-menu__button-filter.is-active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.dm-p-contents-menu__button-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
  position: relative;
  width: 200px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu__button-sort {
    width: 15.625vw;
    height: 2.96875vw;
    padding: 0 1.25vw;
    border: 0.078125vw solid #333;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__button-sort {
    width: 100%;
    height: 10.133333333333333vw;
    padding: 0 4.266666666666667vw;
    border: 0.266666666666667vw solid #333;
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
.dm-p-contents-menu__button-sort[data-type="select"] {
  background: transparent url("../images/common/icon_arrow_bottom.svg") right
    16px center no-repeat;
  background-size: 19px 19px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-menu__button-sort[data-type="select"] {
    background: url("../images/common/icon_arrow_bottom.svg") right 1.25vw
      center no-repeat;
    background-size: 1.484375vw 1.484375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-menu__button-sort[data-type="select"] {
    background: url("../images/common/icon_arrow_bottom.svg") right
      4.266666666666667vw center no-repeat;
    background-size: 5.066666666666666vw 5.066666666666666vw;
  }
}
.dm-p-contents-accordion__area {
  width: 100%;
  background: #f6f6f6;
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__area {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__area {
    z-index: 6;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    margin-bottom: 0;
  }
}
.dm-p-contents-accordion__area.is-active {
  display: block;
}
.dm-p-contents-accordion__content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__content {
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__content {
    padding-top: 2.666666666666667vw;
    padding-bottom: 8vw;
  }
}
.dm-p-contents-accordion__body {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__body {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__body {
    margin-bottom: 8vw;
  }
}
.dm-p-contents-accordion__footer {
  text-align: center;
}
.dm-p-contents-accordion__filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-contents-accordion__filter__item {
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__filter__item {
    margin-right: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__filter__item {
    margin-right: 0;
    margin-bottom: 6.666666666666667vw;
  }
}
.dm-p-contents-accordion__filter__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__filter__item:last-child {
    margin-bottom: 0;
  }
}
.dm-p-contents-accordion__close {
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__close {
    top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__close {
    top: 4.266666666666667vw;
  }
}
.dm-p-contents-accordion__close button {
  cursor: pointer;
}
.dm-p-contents-accordion__close button .icon-close {
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}
.dm-p-contents-accordion__close button:hover .icon-close {
  stroke: #333;
}
.dm-p-contents-accordion__close button svg {
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__close button svg {
    width: 2.109375vw;
    height: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__close button svg {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.dm-p-contents-accordion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__inner {
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
    border-bottom: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-bottom: 0.266666666666667vw solid #979797;
  }
}
.dm-p-contents-accordion__title {
  width: 250px;
  font-size: 17px;
  font-family: "Noto Sans Bold", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__title {
    width: 19.53125vw;
    font-size: 17px;
    font-size: 1.328125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__title {
    width: 100%;
    font-size: 17px;
    font-size: 4.533333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-contents-accordion__title.is-category {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__title.is-category {
    line-height: 1;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-contents-accordion__title {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.dm-p-contents-accordion__data {
  width: calc(100% - 250px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__data {
    width: calc(100% - 19.53125vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__data {
    width: 100%;
  }
}
.dm-p-contents-accordion__store__block {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__block {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__block {
    margin-bottom: 8vw;
  }
}
.dm-p-contents-accordion__store__block:last-child {
  margin-bottom: 0;
}
.dm-p-contents-accordion__store__title {
  font-family: "Noto Sans Bold", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__title {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__title {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-contents-accordion__store__title {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.dm-p-contents-accordion__store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__list {
    margin-bottom: -0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__list {
    margin-bottom: -5.333333333333333vw;
  }
}
.dm-p-contents-accordion__store__item {
  margin-bottom: 10px;
  width: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__item {
    margin-bottom: 0.78125vw;
    width: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__item {
    margin-bottom: 5.333333333333333vw;
    width: 50%;
  }
}
.dm-p-contents-accordion__store__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.dm-p-contents-accordion__store__item label span {
  width: calc(100% - 30px);
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__item label span {
    width: calc(100% - 2.34375vw);
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__item label span {
    width: calc(100% - 8vw);
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-p-contents-accordion__store__item label input {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__item label input {
    margin-right: 0.78125vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__item label input {
    margin-right: 2.666666666666667vw;
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    border: 0.266666666666667vw solid #979797;
  }
}
.dm-p-contents-accordion__store__item label input:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 11px;
  background: url("/assets/images/common/icon_check.svg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__store__item label input:checked:before {
    width: 1.171875vw;
    height: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__store__item label input:checked:before {
    width: 4vw;
    height: 2.933333333333333vw;
  }
}
.dm-p-contents-accordion__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__category__list {
    margin-bottom: -0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__category__list {
    margin-bottom: -2.666666666666667vw;
  }
}
.dm-p-contents-accordion__category__item {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__category__item {
    margin-bottom: 0.78125vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__category__item {
    margin-bottom: 2.666666666666667vw;
    margin-right: 2.666666666666667vw;
  }
}
.dm-p-contents-accordion__category__item input {
  cursor: pointer;
  display: block;
  background: transparent;
  padding: 0 20px;
  height: 28px;
  border-radius: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-size: 14px;
  border: 1px solid #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__category__item input {
    padding: 0 1.5625vw;
    height: 2.1875vw;
    border-radius: 1.09375vw;
    font-size: 14px;
    font-size: 1.09375vw;
    border: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__category__item input {
    padding: 0 5.333333333333333vw;
    height: 7.466666666666667vw;
    border-radius: 3.733333333333333vw;
    font-size: 14px;
    font-size: 3.733333333333333vw;
    border: 0.266666666666667vw solid #979797;
  }
}
.dm-p-contents-accordion__category__item input.is-active {
  color: #fff;
  background: #979797;
  border: 1px solid #979797;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents-accordion__category__item input.is-active {
    border: 0.078125vw solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents-accordion__category__item input.is-active {
    border: 0.266666666666667vw solid #979797;
  }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-hidden {
    padding-right: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .select-hidden {
    padding-right: 2.666666666666667vw;
  }
}
.select {
  position: relative;
  width: 200px;
  height: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select {
    width: 15.625vw;
    height: 2.96875vw;
  }
}
@media screen and (max-width: 767px) {
  .select {
    width: 53.333333333333336vw;
    height: 10.133333333333333vw;
    width: 100%;
  }
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: url("../images/common/icon_arrow_bottom.svg") right 16px center
    no-repeat;
  background-size: 16px 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-styled {
    width: 15.625vw;
    height: 2.96875vw;
    padding: 0 1.25vw;
    border: 0.078125vw solid #333;
    background: url("../images/common/icon_arrow_bottom.svg") right 1.25vw
      center no-repeat;
    background-size: 1.25vw 0.625vw;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .select-styled {
    width: 53.333333333333336vw;
    height: 10.133333333333333vw;
    padding: 0 4.266666666666667vw;
    border: 0.266666666666667vw solid #333;
    background: url("../images/common/icon_arrow_bottom.svg") right
      4.266666666666667vw center no-repeat;
    background-size: 4.266666666666667vw 2.133333333333333vw;
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .select-styled {
    width: 100%;
  }
}
.select-styled.is-active {
  background: url("../images/common/icon_arrow_check.svg") right 16px center
    no-repeat;
  background-size: 15px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-styled.is-active {
    background: url("../images/common/icon_arrow_check.svg") right 1.25vw center
      no-repeat;
    background-size: 1.171875vw 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .select-styled.is-active {
    background: url("../images/common/icon_arrow_check.svg") right
      4.266666666666667vw center no-repeat;
    background-size: 4vw 2.666666666666667vw;
  }
}
.select-options {
  z-index: 3;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-options {
    border-right: 0.078125vw solid #000;
    border-left: 0.078125vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  .select-options {
    border-right: 0.266666666666667vw solid #000;
    border-left: 0.266666666666667vw solid #000;
  }
}
.select-options li {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-options li {
    height: 2.96875vw;
    padding: 0.9375vw 0;
    text-indent: 1.171875vw;
    border-bottom: 0.078125vw solid #000;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .select-options li {
    height: 10.133333333333333vw;
    padding: 3.2vw 0;
    text-indent: 4vw;
    border-bottom: 0.266666666666667vw solid #000;
    font-size: 14px;
    font-size: 3.733333333333333vw;
  }
}
.select-options li[rel="hide"] {
  display: none;
}
.dm-p-mypage {
  text-align: center;
}
.dm-p-mypage__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__header {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__header {
    margin-bottom: 8vw;
  }
}
.dm-p-mypage__message {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__message {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__message {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
.dm-p-mypage__name {
  font-size: 26px;
  padding-right: 8px;
  padding-left: 8px;
  line-height: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__name {
    font-size: 26px;
    font-size: 2.03125vw;
    padding-right: 0.625vw;
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__name {
    font-size: 26px;
    font-size: 6.933333333333334vw;
    padding-right: 2.133333333333333vw;
    padding-left: 2.133333333333333vw;
    display: block;
  }
}
.dm-p-mypage__body {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__body {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__body {
    margin-bottom: 8vw;
  }
}
.dm-p-mypage__rank__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image {
    margin-bottom: 2.666666666666667vw;
  }
}
.dm-p-mypage__rank__image img.is-ruby {
  width: 70px;
  height: 66px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image img.is-ruby {
    width: 5.46875vw;
    height: 5.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image img.is-ruby {
    width: 18.666666666666668vw;
    height: 17.6vw;
  }
}
.dm-p-mypage__rank__image img.is-topaz {
  width: 65px;
  height: 67px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image img.is-topaz {
    width: 5.078125vw;
    height: 5.234375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image img.is-topaz {
    width: 17.333333333333332vw;
    height: 17.866666666666667vw;
  }
}
.dm-p-mypage__rank__image img.is-emerald {
  width: 60px;
  height: 67px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image img.is-emerald {
    width: 4.6875vw;
    height: 5.234375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image img.is-emerald {
    width: 16vw;
    height: 17.866666666666667vw;
  }
}
.dm-p-mypage__rank__image img.is-sapphire {
  width: 57px;
  height: 66px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image img.is-sapphire {
    width: 4.453125vw;
    height: 5.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image img.is-sapphire {
    width: 15.2vw;
    height: 17.6vw;
  }
}
.dm-p-mypage__rank__image img.is-diamond {
  width: 81px;
  height: 67px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__image img.is-diamond {
    width: 6.328125vw;
    height: 5.234375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__image img.is-diamond {
    width: 21.6vw;
    height: 17.866666666666667vw;
  }
}
.dm-p-mypage__rank__text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__text {
    font-size: 15px;
    font-size: 1.171875vw;
    padding-right: 0.625vw;
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__text {
    font-size: 15px;
    font-size: 4vw;
    padding-right: 2.133333333333333vw;
    padding-left: 2.133333333333333vw;
  }
}
.dm-p-mypage__rank__value {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: middle;
  line-height: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__rank__value {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__rank__value {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-mypage__rank__value {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-mypage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-mypage__item {
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-mypage__item {
    margin-right: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__item {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.dm-p-mypage__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-mypage__item:last-child {
    margin-bottom: 0;
  }
}
.dm-p-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dm-p-topics__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-topics__item {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .dm-p-topics__item {
    margin-right: 1vw;
    width: calc((100% - 1vw * 2) / 3);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-topics__item {
    margin-right: 1vw;
    width: calc((100% - 1vw * 2) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-topics__item {
    margin-right: 1.25vw;
    width: calc((100% - 1.25vw * 2) / 3);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-topics__item {
    margin-bottom: 8vw;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-topics__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-topics__item:last-child {
    margin-bottom: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-topics__item {
  height: 100%;
}
_:-ms-lang(x)::backdrop,
.dm-p-topics__item {
  height: 100%;
}
.dm-p-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
@media screen and (max-width: 767px) {
  .dm-p-contents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-contents__item {
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 1600px) {
  .dm-p-contents__item {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-contents__item {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents__item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents__item {
    width: 100%;
  }
}
.dm-p-contents__footer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-contents__footer {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-contents__footer {
    margin-top: 8vw;
  }
}
.dm-p-contents__options {
  text-align: center;
}
.dm-p-concierge-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -32px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-set__list {
    margin: -2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-set__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -4.266666666666667vw;
  }
}
.dm-p-concierge-set__item {
  position: relative;
  padding: 32px;
}
@media screen and (min-width: 1600px) {
  .dm-p-concierge-set__item {
    width: calc((100% / 2));
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-concierge-set__item {
    width: calc((100% / 2));
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-set__item {
    width: calc((100% / 2));
    padding: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-set__item {
    width: 100%;
    padding: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-concierge-set__item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-concierge-set__item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-concierge-set__item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-2 .dm-p-tabs-nav__list li {
    width: calc((100% / 2));
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-2 #dm-p-tabs-nav__line {
    width: calc(100% / 2 - 2.666666666666667vw * 2);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-2 #dm-p-tabs-nav__line[data-tabs-content-role="1"] {
    left: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-2 #dm-p-tabs-nav__line[data-tabs-content-role="2"] {
    left: calc(100% / 2 + 2.666666666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-3 .dm-p-tabs-nav__list li {
    width: calc((100% / 3));
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-3 #dm-p-tabs-nav__line {
    width: calc(100% / 3 - 2.666666666666667vw * 2);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-3 #dm-p-tabs-nav__line[data-tabs-content-role="1"] {
    left: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-3 #dm-p-tabs-nav__line[data-tabs-content-role="2"] {
    left: calc(100% / 3 * 1 + 2.666666666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs--col-3 #dm-p-tabs-nav__line[data-tabs-content-role="3"] {
    left: calc(100% / 3 * 2 + 2.666666666666667vw);
  }
}
.dm-p-tabs__header {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-tabs__header {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs__header {
    margin-bottom: 8vw;
  }
}
.dm-p-tabs-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav {
    width: 100%;
  }
}
.dm-p-tabs-nav__list {
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav__list {
    width: 100%;
  }
}
.dm-p-tabs-nav__list li {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  color: #979797;
  cursor: pointer;
  width: 260px;
  padding-bottom: 30px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-tabs-nav__list li {
    width: 20.3125vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav__list li {
    width: 69.33333333333333vw;
    padding-bottom: 5.333333333333333vw;
  }
}
.dm-p-tabs-nav__list li:hover,
.dm-p-tabs-nav__list li.is-active {
  color: #333;
}
.dm-p-tabs-nav__title {
  font-size: 18px;
  line-height: 1.2;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-tabs-nav__title {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav__title {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-p-tabs-nav__title-restrain {
  font-size: 18px;
  line-height: 1.2;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-tabs-nav__title-restrain {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav__title-restrain {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.dm-p-tabs-nav__title-emphasis {
  font-size: 22px;
  line-height: 1.2;
  color: inherit;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-tabs-nav__title-emphasis {
    font-size: 22px;
    font-size: 1.71875vw;
    margin-top: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-tabs-nav__title-emphasis {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 1.333333333333333vw;
  }
}
#dm-p-tabs-nav__line {
  width: calc(260px - 10px * 2);
  height: 3px;
  background: #333;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #dm-p-tabs-nav__line {
    width: calc(20.3125vw - 0.78125vw * 2);
    height: 0.234375vw;
  }
}
@media screen and (max-width: 767px) {
  #dm-p-tabs-nav__line {
    width: calc(69.33333333333333vw - 2.666666666666667vw * 2);
    height: 0.8vw;
  }
}
#dm-p-tabs-nav__line[data-tabs-content-role="1"] {
  left: 10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #dm-p-tabs-nav__line[data-tabs-content-role="1"] {
    left: 0.78125vw;
  }
}
#dm-p-tabs-nav__line[data-tabs-content-role="2"] {
  left: calc(260px + 10px);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #dm-p-tabs-nav__line[data-tabs-content-role="2"] {
    left: calc(20.3125vw + 0.78125vw);
  }
}
#dm-p-tabs-nav__line[data-tabs-content-role="3"] {
  left: calc(520px + 10px);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #dm-p-tabs-nav__line[data-tabs-content-role="3"] {
    left: calc(40.625vw + 0.78125vw);
  }
}
.dm-p-tabs-content__item {
  display: none;
}
.dm-p-concierge-introduction-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1600px) {
  .dm-p-concierge-introduction-large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-concierge-introduction-large__figure {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-concierge-introduction-large__figure {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-concierge-introduction-large__figure {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-concierge-introduction-large__figure {
    height: 100%;
  }
}
.dm-p-concierge-introduction-large__image img {
  width: 100%;
}
.dm-p-concierge-introduction-large__info {
  width: 60%;
}
@media screen and (min-width: 1600px) {
  .dm-p-concierge-introduction-large__info {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-concierge-introduction-large__info {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__info {
    padding-right: 7.03125vw;
    padding-left: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__info {
    width: 100%;
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
}
.dm-p-concierge-introduction-large__header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__header {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__header {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__profile {
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-large__store {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__store {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__store {
    font-size: 14px;
    font-size: 3.733333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-concierge-introduction-large__store span {
  font-size: inherit;
  color: inherit;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__store span {
    border: 0.078125vw solid #fff;
    padding: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__store span {
    border: 0.266666666666667vw solid #fff;
    padding: 1.333333333333333vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-large__store {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-large__lead {
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__lead {
    font-size: 18px;
    font-size: 1.40625vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__lead {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-large__lead {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-large__name-ja {
  font-size: 30px;
  color: #fff;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__name-ja {
    font-size: 30px;
    font-size: 2.34375vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__name-ja {
    font-size: 30px;
    font-size: 8vw;
    margin-bottom: 2.666666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-large__name-ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-large__name-en {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
  }
}
.dm-p-concierge-introduction-large__option {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__option {
    position: static;
    bottom: auto;
    right: auto;
  }
}
.dm-p-concierge-introduction-large__body {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__body {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__body {
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-large__text {
  font-size: 15px;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__text {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__text {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-large__text:last-child {
  margin-bottom: 0;
}
.dm-p-concierge-introduction-large__text a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.dm-p-concierge-introduction-large__footer {
  text-align: center;
}
.dm-p-concierge-introduction-large__note {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-large__note {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-large__note {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-handling-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-handling-products__list {
    margin-bottom: -2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-handling-products__list {
    padding-right: 2.666666666666667vw;
    padding-left: 2.666666666666667vw;
    margin-bottom: -6.666666666666667vw;
  }
}
.dm-p-handling-products__item {
  margin-right: 28px;
  margin-bottom: 30px;
  width: calc((100% - 28px * 3) / 4);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-handling-products__item {
    width: calc((100% - 2.1875vw * 3) / 4);
    margin-right: 2.1875vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-handling-products__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2);
    margin-right: 6.666666666666667vw;
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (min-width: 1600px) {
  .dm-p-handling-products__item:last-child,
  .dm-p-handling-products__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-handling-products__item:last-child,
  .dm-p-handling-products__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-handling-products__item:last-child,
  .dm-p-handling-products__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-handling-products__item:nth-child(even) {
    margin-right: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-handling-products__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-handling-products__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-handling-products__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-handling-products__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-handling-products__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-handling-products__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-handling-products__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-handling-products__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-handling-products__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
.dm-p-handling-products__options {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-handling-products__options {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-handling-products__options {
    margin-top: 8vw;
  }
}
.dm-p-other-concierge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .dm-p-other-concierge__list {
    padding-right: 2.666666666666667vw;
    padding-left: 2.666666666666667vw;
    margin-bottom: -8vw;
  }
}
.dm-p-other-concierge__item {
  width: calc((100% - 28px * 3) / 4);
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-other-concierge__item {
    width: calc((100% - 2.1875vw * 3) / 4);
    margin-right: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-other-concierge__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2);
    margin-right: 6.666666666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1600px) {
  .dm-p-other-concierge__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-other-concierge__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-other-concierge__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-other-concierge__item:nth-child(even) {
    margin-right: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-other-concierge__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-other-concierge__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-other-concierge__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-other-concierge__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-other-concierge__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-other-concierge__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-other-concierge__item {
  width: calc((100% - 28px * 3) / 4 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-other-concierge__item {
    width: calc((100% - 2.1875vw * 3) / 4 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-other-concierge__item {
    width: calc((100% - 6.666666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
.dm-p-other-concierge__options {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-other-concierge__options {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-other-concierge__options {
    margin-top: 8vw;
  }
}
.dm-p-md-introduction-info {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info {
    padding-top: 1.171875vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info {
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
}
.dm-p-md-introduction-info__back {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info__back {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info__back {
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-md-introduction-info__title {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info__title {
    font-size: 30px;
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info__title {
    font-size: 30px;
    font-size: 8vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-md-introduction-info__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm-p-md-introduction-info__like {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info__like {
    padding-right: 0.9375vw;
    margin-right: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info__like {
    padding-right: 3.2vw;
    margin-right: 3.2vw;
  }
}
.dm-p-md-introduction-info__like:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info__like:after {
    width: 0.078125vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info__like:after {
    width: 0.266666666666667vw;
    height: 5.333333333333333vw;
  }
}
.dm-p-md-introduction-info__like a {
  color: #fff;
}
.dm-p-md-introduction-info__tag span {
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-info__tag span {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-info__tag span {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-p-md-introduction-hero {
  position: relative;
}
.dm-p-md-introduction-hero__image {
  position: relative;
}
.dm-p-md-introduction-hero__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.8;
}
.dm-p-md-introduction-hero__image img {
  width: 100%;
}
.dm-p-md-introduction-hero__frame {
  position: relative;
}
.dm-p-md-introduction-hero__info {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-hero__info {
    bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-hero__info {
    bottom: 5.333333333333333vw;
  }
}
.dm-p-md-introduction-hero__figure {
  margin-right: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-hero__figure {
    margin-right: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-hero__figure {
    margin-right: 4vw;
  }
}
.dm-p-md-introduction-hero__thumbnail {
  width: 78px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-hero__thumbnail {
    width: 6.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-hero__thumbnail {
    width: 20.8vw;
  }
}
.dm-p-md-introduction-hero__thumbnail img {
  width: 100%;
}
.dm-p-md-introduction-hero__name {
  color: #fff;
}
.dm-p-md-introduction-hero__nama-ja {
  font-size: 28px;
  color: inherit;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-hero__nama-ja {
    font-size: 28px;
    font-size: 2.1875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-hero__nama-ja {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    margin-bottom: 2.133333333333333vw;
  }
}
.dm-p-md-introduction-hero__name-en {
  font-size: 11px;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-hero__name-en {
    font-size: 11px;
    font-size: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-hero__name-en {
    font-size: 11px;
    font-size: 2.933333333333333vw;
  }
}
.dm-p-md-introduction-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.dm-p-md-introduction-feature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.dm-p-md-introduction-feature__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__image {
    width: 100%;
  }
}
.dm-p-md-introduction-feature__image img {
  width: 100%;
}
.dm-p-md-introduction-feature__image.is-filtered {
  position: relative;
}
.dm-p-md-introduction-feature__image.is-filtered:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/md/image_feature_filter.png");
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-md-introduction-feature__image {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-md-introduction-feature__image {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-md-introduction-feature__image {
    height: 100%;
  }
}
.dm-p-md-introduction-feature__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .dm-p-md-introduction-feature__info {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-md-introduction-feature__info {
    padding-right: 5.625vw;
    padding-left: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-feature__info {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__info {
    width: 100%;
    padding: 10.666666666666666vw 4.266666666666667vw;
  }
}
.dm-p-md-introduction-feature__title {
  position: relative;
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-feature__title {
    font-size: 26px;
    font-size: 2.03125vw;
    margin-bottom: 2.34375vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__title {
    font-size: 22px;
    font-size: 5.866666666666666vw;
    margin-bottom: 8vw;
    paddiing-bottom: 5.333333333333333vw;
  }
}
.dm-p-md-introduction-feature__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-feature__title:before {
    width: 3.90625vw;
    height: 0.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__title:before {
    width: 13.333333333333334vw;
    height: 0.266666666666667vw;
  }
}
.dm-p-md-introduction-feature__description {
  font-size: 15px;
  line-height: 2;
  color: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-feature__description {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-feature__description {
    font-size: 15px;
    font-size: 4vw;
  }
}
.dm-p-md-introduction-article {
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article {
    padding-top: 8vw;
    padding-bottom: 13.333333333333334vw;
  }
}
.dm-p-md-introduction-article__frame {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.dm-p-md-introduction-article__figure {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__figure {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__figure {
    margin-bottom: 8vw;
  }
}
.dm-p-md-introduction-article__figure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__figure__list {
    margin-bottom: -2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__figure__list {
    margin-bottom: -8vw;
  }
}
.dm-p-md-introduction-article__figure__item {
  width: calc((100% - 54px) / 3);
  padding-bottom: 30px;
  margin-right: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 2.109375vw * 2) / 3);
    padding-bottom: 2.34375vw;
    margin-right: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 4.266666666666667vw * 1) / 2);
    padding-bottom: 8vw;
    margin-right: 4.266666666666667vw;
  }
}
.dm-p-md-introduction-article__figure__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1600px) {
  .dm-p-md-introduction-article__figure__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-md-introduction-article__figure__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__figure__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__figure__item:nth-child(2n) {
    margin-right: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-md-introduction-article__figure__item {
  width: calc((100% - 54px) / 3 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 2.109375vw * 2) / 3 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 4.266666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:-ms-lang(x)::backdrop,
.dm-p-md-introduction-article__figure__item {
  width: calc((100% - 54px) / 3 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 2.109375vw * 2) / 3 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::backdrop,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 4.266666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
_:lang(x)::-moz-placeholder,
.dm-p-md-introduction-article__figure__item {
  width: calc((100% - 54px) / 3 - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 2.109375vw * 2) / 3 - 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder,
  .dm-p-md-introduction-article__figure__item {
    width: calc((100% - 4.266666666666667vw * 1) / 2 - 0.266666666666667vw);
  }
}
.dm-p-md-introduction-article__figure__image img {
  width: 100%;
}
.dm-p-md-introduction-article__figure__caption {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__figure__caption {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__figure__caption {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.666666666666667vw;
  }
}
.dm-p-md-introduction-article__text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__text {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__text {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.dm-p-md-introduction-article__text:last-child {
  margin-bottom: 0;
}
.dm-p-md-introduction-article__text a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.dm-p-md-introduction-article__footer {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__footer {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__footer {
    margin-top: 13.333333333333334vw;
  }
}
.dm-p-md-introduction-article__option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__option__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-md-introduction-article__option__item {
  margin-right: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__option__item {
    margin-right: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__option__item {
    margin-bottom: 8vw;
    margin-right: 0;
  }
}
.dm-p-md-introduction-article__option__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__option__item:last-child {
    margin-bottom: 0;
  }
}
.dm-p-md-introduction-article__option__note {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-md-introduction-article__option__note {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-md-introduction-article__option__note {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-concierge-introduction-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dm-p-concierge-introduction-small__figure {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-small__image img {
  width: 100%;
}
.dm-p-concierge-introduction-small__info {
  width: 75%;
}
@media screen and (min-width: 1600px) {
  .dm-p-concierge-introduction-small__info {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-p-concierge-introduction-small__info {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__info {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__info {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.dm-p-concierge-introduction-small__header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__header {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__header {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__profile {
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-small__store {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__store {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__store {
    font-size: 14px;
    font-size: 3.733333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-p-concierge-introduction-small__store span {
  font-size: inherit;
  color: inherit;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__store span {
    border: 0.078125vw solid #fff;
    padding: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__store span {
    border: 0.266666666666667vw solid #fff;
    padding: 1.333333333333333vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-small__store {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-small__lead {
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__lead {
    font-size: 18px;
    font-size: 1.40625vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__lead {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-small__lead {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-small__name-ja {
  font-size: 30px;
  color: #fff;
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__name-ja {
    font-size: 30px;
    font-size: 2.34375vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__name-ja {
    font-size: 30px;
    font-size: 8vw;
    margin-bottom: 2.666666666666667vw;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.dm-p-concierge-introduction-small__name-ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.dm-p-concierge-introduction-small__name-en {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__name-en {
    font-size: 10px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__name-en {
    font-size: 10px;
    font-size: 2.666666666666667vw;
  }
}
.dm-p-concierge-introduction-small__option {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__option {
    position: static;
    bottom: auto;
    right: auto;
  }
}
.dm-p-concierge-introduction-small__body {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__body {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__body {
    margin-bottom: 8vw;
  }
}
.dm-p-concierge-introduction-small__description {
  font-size: 15px;
  line-height: 2;
  color: #fff;
  overflow: hidden;
  height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-p-concierge-introduction-small__description {
    font-size: 15px;
    font-size: 1.171875vw;
    height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__description {
    font-size: 15px;
    font-size: 4vw;
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-p-concierge-introduction-small__link {
    text-align: center;
  }
}
.dm-u-container {
  width: 100%;
  max-width: 1334px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .dm-u-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-container {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-container {
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
}
.dm-u-container--lite {
  width: 100%;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .dm-u-container--lite {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-container--lite {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-container--lite {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-container--lite {
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
}
.dm-u-container--fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .dm-u-container--fluid {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-container--fluid {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-container--fluid {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-container--fluid {
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
}
.dm-u-heading {
  padding-top: 80px;
  padding-bottom: 50px;
}
.dm-u-heading.dm-u-heading-mt{
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-heading {
    padding-top: 6.25vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-heading {
    padding-top: 13.333333333333334vw;
    padding-bottom: 13.333333333333334vw;
  }
  .dm-u-heading.dm-u-heading-mt{
    margin-top: 20vw;
  }
}
.dm-u-heading__header {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-heading__header {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-heading__header {
    margin-bottom: 13.333333333333334vw;
  }
}
.dm-u-heading__title {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-heading__title {
    font-size: 36px;
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-heading__title {
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.dm-u-heading__subtitle {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 15px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-heading__subtitle {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-heading__subtitle {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.266666666666667vw;
  }
}
.dm-u-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section {
    padding-top: 13.333333333333334vw;
    padding-bottom: 13.333333333333334vw;
  }
}
.dm-u-section--white {
  background: #fff;
}
.dm-u-section--gray {
  background: #f0f0f0;
}
.dm-u-section--border__w1064{
  position: relative;
}
.dm-u-section--border__w1064::after{
  content: "";
  max-width: 1064px;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px){
  .dm-u-section--border__w1064::after{
    max-width: 92%;
  }
}
.dm-u-section--variable .dm-c-product__tag span,
.dm-u-section--variable .dm-c-like__num,
.dm-u-section--variable .dm-c-product__description a {
  color: #fff;
}
.dm-u-section__header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section__header {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section__header {
    margin-bottom: 13.333333333333334vw;
  }
}
.dm-u-section__footer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section__footer {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section__footer {
    margin-top: 8vw;
  }
}
.dm-u-section__title {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section__title {
    font-size: 26px;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section__title {
    font-size: 26px;
    font-size: 6.933333333333334vw;
  }
}
.dm-u-section__subtitle {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 15px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section__subtitle {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section__subtitle {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.266666666666667vw;
  }
}
.dm-u-section__option {
  text-align: center;
}
.dm-u-section__note {
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section__note {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section__note {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-u-section-sub {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub {
    padding-top: 13.333333333333334vw;
    padding-bottom: 13.333333333333334vw;
  }
}
.dm-u-section-sub--white {
  background: #fff;
}
.dm-u-section-sub--gray {
  background: #f0f0f0;
}
.dm-u-section-sub--variable .dm-c-product__tag span,
.dm-u-section-sub--variable .dm-c-like__num,
.dm-u-section-sub--variable .dm-c-product__description a {
  color: #fff;
}
.dm-u-section-sub__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub__header {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub__header {
    margin-bottom: 10.666666666666666vw;
  }
}
.dm-u-section-sub__footer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub__footer {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub__footer {
    margin-top: 10.666666666666666vw;
  }
}
.dm-u-section-sub__title {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub__title {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub__title {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
.dm-u-section-sub__subtitle {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub__subtitle {
    font-size: 13px;
    font-size: 1.015625vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub__subtitle {
    font-size: 14px;
    font-size: 3.733333333333333vw;
    margin-top: 4.266666666666667vw;
  }
}
.dm-u-section-sub__option {
  text-align: center;
}
.dm-u-section-sub__note {
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-sub__note {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-sub__note {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.dm-u-section-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top {
    padding-top: 13.333333333333334vw;
    padding-bottom: 13.333333333333334vw;
  }
}
.dm-u-section-top--gray {
  background: #f0f0f0;
}
.dm-u-section-top__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top__header {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__header {
    margin-bottom: 10.666666666666666vw;
  }
}
.dm-u-section-top__footer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top__footer {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__footer {
    margin-top: 10.666666666666666vw;
  }
}
.dm-u-section-top__title {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top__title {
    font-size: 26px;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__title {
    font-size: 22px;
    font-size: 5.866666666666666vw;
  }
}
.dm-u-section-top__subtitle {
  font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top__subtitle {
    font-size: 13px;
    font-size: 1.015625vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__subtitle {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 4.266666666666667vw;
  }
}
.dm-u-section-top__description {
  padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-section-top__description {
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__description {
    padding-top: 8vw;
  }
}
.dm-u-section-top__options a {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dm-u-section-top__options a {
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-is-extra-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-is-extra-large {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-extra-large {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-is-large {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-large {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-is-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-small {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-is-small {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-is-small {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-small-and-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-is-small-and-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-medium-and-large {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-medium-and-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-is-large-and-extra-large {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-large-and-extra-large {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .dm-u-is-not-extra-large {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .dm-u-is-not-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-u-is-not-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dm-u-is-not-small {
    display: none !important;
  }
}
.type-default .dm-l-header [data-type="white"],
.type-default .dm-u-heading [data-type="white"],
.type-default .dm-u-section--white [data-type="white"],
.type-default .dm-u-section--gray [data-type="white"] {
  display: none;
}
.type-yellow .dm-l-header,
.type-green .dm-l-header,
.type-blue .dm-l-header,
.type-red .dm-l-header {
  background: transparent;
}
.type-yellow .dm-l-header [data-type="black"],
.type-green .dm-l-header [data-type="black"],
.type-blue .dm-l-header [data-type="black"],
.type-red .dm-l-header [data-type="black"] {
  display: none;
}
.type-yellow .dm-l-header-menu__search input,
.type-green .dm-l-header-menu__search input,
.type-blue .dm-l-header-menu__search input,
.type-red .dm-l-header-menu__search input {
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .type-yellow .dm-l-header-menu__search input,
  .type-green .dm-l-header-menu__search input,
  .type-blue .dm-l-header-menu__search input,
  .type-red .dm-l-header-menu__search input {
    border-bottom: 0.15625vw solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .type-yellow .dm-l-header-menu__search input,
  .type-green .dm-l-header-menu__search input,
  .type-blue .dm-l-header-menu__search input,
  .type-red .dm-l-header-menu__search input {
    border-bottom: 0.533333333333333vw solid #fff;
  }
}
.type-yellow .dm-l-header-menu__search input::-webkit-input-placeholder,
.type-green .dm-l-header-menu__search input::-webkit-input-placeholder,
.type-blue .dm-l-header-menu__search input::-webkit-input-placeholder,
.type-red .dm-l-header-menu__search input::-webkit-input-placeholder {
  color: #fff;
}
.type-yellow .dm-l-header-menu__search input::-moz-placeholder,
.type-green .dm-l-header-menu__search input::-moz-placeholder,
.type-blue .dm-l-header-menu__search input::-moz-placeholder,
.type-red .dm-l-header-menu__search input::-moz-placeholder {
  color: #fff;
}
.type-yellow .dm-l-header-menu__search input:-ms-input-placeholder,
.type-green .dm-l-header-menu__search input:-ms-input-placeholder,
.type-blue .dm-l-header-menu__search input:-ms-input-placeholder,
.type-red .dm-l-header-menu__search input:-ms-input-placeholder {
  color: #fff;
}
.type-yellow .dm-l-header-menu__search input::placeholder,
.type-green .dm-l-header-menu__search input::placeholder,
.type-blue .dm-l-header-menu__search input::placeholder,
.type-red .dm-l-header-menu__search input::placeholder {
  color: #fff;
}
.type-yellow .dm-l-header-nav__item a,
.type-green .dm-l-header-nav__item a,
.type-blue .dm-l-header-nav__item a,
.type-red .dm-l-header-nav__item a {
  color: #fff;
}
.type-yellow .dm-l-header-nav__rank-message a:before,
.type-green .dm-l-header-nav__rank-message a:before,
.type-blue .dm-l-header-nav__rank-message a:before,
.type-red .dm-l-header-nav__rank-message a:before {
  background: #fff;
}
.type-yellow .dm-l-header-hamberger [data-type="black"],
.type-green .dm-l-header-hamberger [data-type="black"],
.type-blue .dm-l-header-hamberger [data-type="black"],
.type-red .dm-l-header-hamberger [data-type="black"] {
  display: block;
}
.type-yellow .dm-l-header-hamberger [data-type="white"],
.type-green .dm-l-header-hamberger [data-type="white"],
.type-blue .dm-l-header-hamberger [data-type="white"],
.type-red .dm-l-header-hamberger [data-type="white"] {
  display: none;
}
.type-yellow .dm-l-header-nav__hamburger span,
.type-green .dm-l-header-nav__hamburger span,
.type-blue .dm-l-header-nav__hamburger span,
.type-red .dm-l-header-nav__hamburger span {
  background: #fff;
}
.type-yellow .dm-u-heading__title,
.type-green .dm-u-heading__title,
.type-blue .dm-u-heading__title,
.type-red .dm-u-heading__title,
.type-yellow .dm-u-heading__subtitle,
.type-green .dm-u-heading__subtitle,
.type-blue .dm-u-heading__subtitle,
.type-red .dm-u-heading__subtitle {
  color: #fff;
}
.type-yellow .dm-u-section__title,
.type-green .dm-u-section__title,
.type-blue .dm-u-section__title,
.type-red .dm-u-section__title,
.type-yellow .dm-u-section__subtitle,
.type-green .dm-u-section__subtitle,
.type-blue .dm-u-section__subtitle,
.type-red .dm-u-section__subtitle,
.type-yellow .dm-u-section-sub__title,
.type-green .dm-u-section-sub__title,
.type-blue .dm-u-section-sub__title,
.type-red .dm-u-section-sub__title {
  color: #fff;
}
.type-yellow .dm-u-section--white [data-type="white"],
.type-green .dm-u-section--white [data-type="white"],
.type-blue .dm-u-section--white [data-type="white"],
.type-red .dm-u-section--white [data-type="white"],
.type-yellow .dm-u-section--gray [data-type="white"],
.type-green .dm-u-section--gray [data-type="white"],
.type-blue .dm-u-section--gray [data-type="white"],
.type-red .dm-u-section--gray [data-type="white"] {
  display: none;
}
.type-yellow .dm-u-section--white .dm-u-section__title,
.type-green .dm-u-section--white .dm-u-section__title,
.type-blue .dm-u-section--white .dm-u-section__title,
.type-red .dm-u-section--white .dm-u-section__title,
.type-yellow .dm-u-section--gray .dm-u-section__title,
.type-green .dm-u-section--gray .dm-u-section__title,
.type-blue .dm-u-section--gray .dm-u-section__title,
.type-red .dm-u-section--gray .dm-u-section__title,
.type-yellow .dm-u-section--white .dm-u-section__subtitle,
.type-green .dm-u-section--white .dm-u-section__subtitle,
.type-blue .dm-u-section--white .dm-u-section__subtitle,
.type-red .dm-u-section--white .dm-u-section__subtitle,
.type-yellow .dm-u-section--gray .dm-u-section__subtitle,
.type-green .dm-u-section--gray .dm-u-section__subtitle,
.type-blue .dm-u-section--gray .dm-u-section__subtitle,
.type-red .dm-u-section--gray .dm-u-section__subtitle {
  color: #333;
}
.type-yellow .dm-u-section-sub--white [data-type="white"],
.type-green .dm-u-section-sub--white [data-type="white"],
.type-blue .dm-u-section-sub--white [data-type="white"],
.type-red .dm-u-section-sub--white [data-type="white"],
.type-yellow .dm-u-section-sub--gray [data-type="white"],
.type-green .dm-u-section-sub--gray [data-type="white"],
.type-blue .dm-u-section-sub--gray [data-type="white"],
.type-red .dm-u-section-sub--gray [data-type="white"] {
  display: none;
}
.type-yellow .dm-u-section-sub--white .dm-u-section-sub__title,
.type-green .dm-u-section-sub--white .dm-u-section-sub__title,
.type-blue .dm-u-section-sub--white .dm-u-section-sub__title,
.type-red .dm-u-section-sub--white .dm-u-section-sub__title,
.type-yellow .dm-u-section-sub--gray .dm-u-section-sub__title,
.type-green .dm-u-section-sub--gray .dm-u-section-sub__title,
.type-blue .dm-u-section-sub--gray .dm-u-section-sub__title,
.type-red .dm-u-section-sub--gray .dm-u-section-sub__title,
.type-yellow .dm-u-section-sub--white .dm-u-section-sub__subtitle,
.type-green .dm-u-section-sub--white .dm-u-section-sub__subtitle,
.type-blue .dm-u-section-sub--white .dm-u-section-sub__subtitle,
.type-red .dm-u-section-sub--white .dm-u-section-sub__subtitle,
.type-yellow .dm-u-section-sub--gray .dm-u-section-sub__subtitle,
.type-green .dm-u-section-sub--gray .dm-u-section-sub__subtitle,
.type-blue .dm-u-section-sub--gray .dm-u-section-sub__subtitle,
.type-red .dm-u-section-sub--gray .dm-u-section-sub__subtitle {
  color: #333;
}
.type-yellow .dm-u-section--variable [data-type="black"],
.type-green .dm-u-section--variable [data-type="black"],
.type-blue .dm-u-section--variable [data-type="black"],
.type-red .dm-u-section--variable [data-type="black"],
.type-yellow .dm-u-section-sub--variable [data-type="black"],
.type-green .dm-u-section-sub--variable [data-type="black"],
.type-blue .dm-u-section-sub--variable [data-type="black"],
.type-red .dm-u-section-sub--variable [data-type="black"] {
  display: none;
}
.type-yellow .dm-p-md-introduction-info [data-type="black"],
.type-green .dm-p-md-introduction-info [data-type="black"],
.type-blue .dm-p-md-introduction-info [data-type="black"],
.type-red .dm-p-md-introduction-info [data-type="black"] {
  display: none;
}
.type-yellow #wrapper {
  background: #ca8422;
}
.type-yellow .colored:not(.clone-header),
.type-yellow .dm-u-heading--variable,
.type-yellow .dm-u-section--variable {
  background: #c17000;
}
.type-yellow .dm-u-section-sub--variable {
  background: #ca8422;
}
.type-yellow .dm-c-button--transparent-white:hover,
.type-yellow .dm-c-button--transparent-white:active,
.type-yellow .dm-c-button--transparent-white.is-active {
  color: #c17000;
}
.type-yellow .dm-c-button--active-transparent-white.is-active {
  color: #c17000;
}
.type-green #wrapper {
  background: #13736a;
}
.type-green .colored:not(.clone-header),
.type-green .dm-u-heading--variable,
.type-green .dm-u-section--variable {
  background: #09645b;
}
.type-green .dm-u-section-sub--variable {
  background: #13736a;
}
.type-green .dm-c-button--transparent-white:hover,
.type-green .dm-c-button--transparent-white:active,
.type-green .dm-c-button--transparent-white.is-active {
  color: #09645b;
}
.type-green .dm-c-button--active-transparent-white.is-active {
  color: #09645b;
}
.type-blue #wrapper {
  background: #1c5b8b;
}
.type-blue .colored:not(.clone-header),
.type-blue .dm-u-heading--variable,
.type-blue .dm-u-section--variable {
  background: #15456a;
}
.type-blue .dm-u-section-sub--variable {
  background: #1c5b8b;
}
.type-blue .dm-c-button--transparent-white:hover,
.type-blue .dm-c-button--transparent-white:active,
.type-blue .dm-c-button--transparent-white.is-active {
  color: #15456a;
}
.type-blue .dm-c-button--active-transparent-white.is-active {
  color: #15456a;
}
.type-red #wrapper {
  background: #b33f3f;
}
.type-red .colored:not(.clone-header),
.type-red .dm-u-heading--variable,
.type-red .dm-u-section--variable {
  background: #a02a2a;
}
.type-red .dm-u-section-sub--variable {
  background: #b33f3f;
}
.type-red .dm-c-button--transparent-white:hover,
.type-red .dm-c-button--transparent-white:active,
.type-red .dm-c-button--transparent-white.is-active {
  color: #a02a2a;
}
.type-red .dm-c-button--active-transparent-white.is-active {
  color: #a02a2a;
}
.type-plan #wrapper {
  background: #f0f0f0;
}
.type-plan .colored:not(.clone-header) {
  background: #f0f0f0;
}
.type-plan .dm-l-header {
  background: transparent;
}
.type-plan .dm-l-header [data-type="white"] {
  display: none;
}
.type-plan .dm-l-header-hamberger [data-type="black"] {
  display: block;
}
.type-plan .dm-l-header-hamberger [data-type="white"] {
  display: none;
}
.type-plan .dm-u-heading__title,
.type-plan .dm-u-heading__subtitle {
  color: #333;
}
.type-plan .dm-u-section [data-type="white"] {
  display: none;
}
.type-plan .dm-u-section__title,
.type-plan .dm-u-section__subtitle {
  color: #333;
}
.type-plan .dm-u-section--variable [data-type="black"] {
  display: none;
}
.type-plan .dm-p-md-introduction-info [data-type="white"] {
  display: none;
}
.type-plan .dm-p-md-introduction-info__title,
.type-plan .dm-c-like__num,
.type-plan .dm-p-md-introduction-info__tag span,
.type-plan .dm-p-md-introduction-info__back a,
.type-plan .dm-p-md-introduction-feature__title,
.type-plan .dm-p-md-introduction-feature__description {
  color: #333;
}
.type-plan .dm-p-md-introduction-info__back a:after {
  background-image: url("../images/common/icon_arrow_right_black.svg");
}
.type-plan .dm-p-md-introduction-info__like:after,
.type-plan .dm-p-md-introduction-feature__title:before {
  background: #333;
}
.dm-l-header.clone-header {
  background: #fff;
}
.dm-l-header.clone-header [data-type="black"] {
  display: block;
}
.dm-l-header.clone-header [data-type="white"] {
  display: none;
}
.dm-l-header.clone-header .dm-l-header-menu__search input {
  border-bottom: 2px solid #333;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header.clone-header .dm-l-header-menu__search input {
    border-bottom: 0.15625vw solid #333;
  }
}
@media screen and (max-width: 767px) {
  .dm-l-header.clone-header .dm-l-header-menu__search input {
    border-bottom: 0.533333333333333vw solid #333;
  }
}
.dm-l-header.clone-header
  .dm-l-header-menu__search
  input::-webkit-input-placeholder {
  color: #979797;
}
.dm-l-header.clone-header .dm-l-header-menu__search input::-moz-placeholder {
  color: #979797;
}
.dm-l-header.clone-header
  .dm-l-header-menu__search
  input:-ms-input-placeholder {
  color: #979797;
}
.dm-l-header.clone-header .dm-l-header-menu__search input::placeholder {
  color: #979797;
}
.dm-l-header.clone-header .dm-l-header-nav__item a {
  color: #333;
}
.dm-l-header.clone-header .dm-l-header-nav__rank-message a:before {
  background: #b33f3f;
}
.dm-l-header.clone-header .dm-l-header-nav__hamburger span {
  background: #333;
}
.clone-header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.clone-header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slick-slide {
  height: auto;
}
/*

  210823_オンライン接客バナー追記

*/
@media screen and (min-width: 768px) {
  /* 768以上 */
  .online-banner-pc {
    width: 100%;
    margin-bottom: 1.25vw;
  }
  .online-banner-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* 767以下 */
  .online-banner-pc {
    display: none;
  }
  .online-banner-sp {
    width: 100%;
    margin-bottom: 8vw;
  }
}

/*

  221021_TOPリニューアル

*/

.dm-u-section-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.dm-u-section-top__title {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.dm-u-section-top__title::before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #ab954c;
  display: block;
  position: absolute;
  bottom: -10px;
}
.dm-u-heading--toplogin {
  padding-top: 60px;
  padding-bottom: 80px;
}
.dm-u-section-top {
  background-color: #efefe8;
}
.dm-u-special-top {
  padding-top: 60px;
}
.dm-p-topics__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.dm-p-topics__item {
  margin-bottom: 1vw;
}
.dm-p-topics__item:nth-child(3n) {
  margin-right: 0;
}
.dm-u-heading__header {
  margin-bottom: 40px;
}
.dm-c-product__like {
  /* display: none; */
}
.dm-c-topic__description {
  flex-direction: column;
}
.dm-c-topic__description_txt {
  display: inline-block;
  color: #fff;
  font-size: 1.25vw;
  line-height: 2;
}
.dm-c-topic__tag {
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  display: block;
  margin-bottom: 1vw;
}
.dm-u-section-top__body
  .dm-u-container--fluid
  .dm-p-topics
  .dm-p-topics__list
  .dm-p-topics__item:nth-child(6)
  .dm-c-topic
  .dm-c-topic__store {
  display: none;
}
.dm-l-header-hamberger-nav__key img {
  height: 34px;
}
.dm-l-header-nav__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__item,
  .dm-l-header-hamberger-nav__item {
    margin-right: 2.09375vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dm-l-header-nav__key .default img,
  .dm-l-header-hamberger-nav__key .default img {
    width: 1.6vw;
    height: 2.7vw;
  }
}

@media screen and (max-width: 767px) {
  .dm-l-header-menu__logo img {
    height: auto;
    display: block;
  }
  .dm-u-container {
    padding-right: 0;
    padding-left: 0;
  }
  .dm-l-header-wrap,
  .dm-l-header-hamberger-wrap {
    flex-direction: column;
  }
  .dm-l-header-menu,
  .dm-l-header-hamberger-menu {
    margin-top: 3vw;
    width: 100%;
    padding-bottom: 2vw;
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
  .dm-l-header-nav,
  .dm-l-header-hamberger-nav {
    margin-bottom: 2vw;
    width: 100%;
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }
  .dm-l-header-menu__list,
  .dm-l-header-hamberger-menu__list {
    justify-content: center;
  }
  .dm-l-header-nav__list,
  .dm-l-header-hamberger-nav__list {
    justify-content: space-between;
  }
  .dm-l-header-wrap,
  .dm-l-header-hamberger-wrap {
    height: 25.266667vw;
  }
  .dm-l-header-hamberger-contents {
    top: 25.266666666666666vw;
  }
  .dm-c-topic__description_txt {
    color: #333;
    font-size: 4vw;
    line-height: 1.5;
  }
  .dm-l-header-nav__item,
  .dm-l-header-hamberger-nav__item {
    margin-right: 5.733333vw;
    margin-left: 1.5vw;
  }
  .dm-c-topic__tag {
    color: #333;
    font-size: 4vw;
    font-weight: 700;
    font-family: "Noto Sans Medium", sans-serif;
    display: block;
    margin-bottom: 2.666666666666667vw;
    line-height: 1.5;
  }
  .dm-p-topics__item {
    margin-bottom: 8vw;
  }
  .dm-l-header-nav__key .default img,
  .dm-l-header-hamberger-nav__key .default img {
    width: 4vw;
    height: 6.75vw;
  }
  .dm-u-section-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm-u-special-top {
    padding-top: 40px;
  }
  .dm-u-heading--toplogin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm-u-section-top__body--whatnew .dm-p-topics__item:nth-child(2),
  .dm-u-section-top__body--whatnew .dm-p-topics__item:nth-child(5) {
    width: calc((100% - 6.666666666666667vw * 1) / 2);
    margin-right: 6.666666666666667vw;
    margin-bottom: 6.666666666666667vw;
    flex-shrink: 2;
  }
  .dm-u-section-top__body--whatnew .dm-p-topics__item:nth-child(3),
  .dm-u-section-top__body--whatnew .dm-p-topics__item:nth-child(6) {
    width: calc((100% - 6.666666666666667vw * 1) / 2);
    margin-right: 0;
    margin-bottom: 6.666666666666667vw;
    flex-shrink: 2;
  }
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(2)
    .dm-c-topic__store,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(5)
    .dm-c-topic__store,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(3)
    .dm-c-topic__store,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(6)
    .dm-c-topic__store,
  .dm-c-product__store {
    top: 8.2vw;
    left: -9.333333333333334vw;
    width: 25vw;
    height: 13vw;
  }
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(2)
    .dm-c-topic__store:before,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(5)
    .dm-c-topic__store:before,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(3)
    .dm-c-topic__store:before,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(6)
    .dm-c-topic__store:before,
  .dm-c-product__store:before {
    border-width: 0 12vw 12vw 12vw;
  }
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(2)
    .dm-c-topic__store
    span,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(5)
    .dm-c-topic__store
    span,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(3)
    .dm-c-topic__store
    span,
  .dm-u-section-top__body--whatnew
    .dm-p-topics__item:nth-child(6)
    .dm-c-topic__store
    span,
  .dm-c-product__store span {
    font-size: 2.666666666666667vw;
  }
  .dm-c-product__store span {
    bottom: 1.6vw;
  }
  .dm-p-topics__list {
    flex-direction: row;
  }
  .dm-u-section-top__footer {
    margin-top: 0.666667vw;
  }
  .dm-p-handling-products__list {
    padding-left: 0;
    padding-right: 0;
  }
  .dm-l-header-menu__logo img,
  .dm-l-header-hamberger-menu__logo img {
    width: 63.666667vw;
  }
  .dm-u-section-top__header {
    margin-bottom: 7.666667vw;
  }
  .dm-u-section-top__body--other .dm-u-section-top__header {
    margin-top: 20px;
  }
  .dm-c-product__tag span {
    font-weight: 700;
  }
  .dm-c-product__figure {
    margin-bottom: 3.966667vw;
  }
  .dm-c-topic__description {
    padding-top: 3.966667vw;
  }
}

@media screen and (min-width: 767px) {
  li.dm-p-topics__item:nth-child(6) .dm-c-topic:hover .dm-c-topic__description {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .dm-l-header-wrap.dm-l-header-wrap--center .dm-l-header-menu {
    border-bottom:none;
  }
}

/*

  221202_ご優待アップのご案内 調整

*/

.ma31_yutai_note.yutai_note_list {
  margin: 3.125vw auto 0;
  max-width: 750px;
}

.ma31_yutai_note.yutai_note_list li {
  font-size: 12px;
  line-height: 2;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

.yutai_note_list_pc_br {
  display: block;
}

.yutai_note_list_sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .yutai_note_list_pc_br {
    display: none;
  }
  .yutai_note_list_sp_br {
    display: block;
  }
  .ma31_yutai_note.yutai_note_list {
    max-width: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .ma31_yutai_note.yutai_note_list li {
    font-size: 3.3vw;
  }
}


/* 2025 new header */

:root {
  --clg-header-height: 60px;
  --clg-container-padding: 47px;
  --clg-container-padding-y: 44px;
  --clg-font-en: EB Garamond, Noto Serif JP, serif;
  --clg-font-mono: Roboto Mono, monospace;
  --clg-font-ja: Roboto, Noto Sans JP, sans-serif;
  --clg-font-ja-serif: Noto Serif JP, serif;
  --clg-font-size-lg: 18px;
  --clg-font-size-xl: 20px;
  --clg-font-size-2xl: 30px;
  --clg-font-size-3xl: 60px;
  --clg-font-weight-regular: 400;
  --clg-font-weight-bold: 700;
  --clg-line-height-normal: 1.6;
  --clg-line-height-tight: 1.3;
}
@media screen and (max-width: 767px) {
  :root {
    --clg-header-height: 80px;
    --clg-container-padding: 27.5px;
    --clg-container-padding-y: 18px;
  }
}

/* FLOCSS entry */
/* .clg-l-container placeholder */
.clg-l-container {
  margin-top: var(--clg-header-height);
  padding: var(--clg-container-padding-y) var(--clg-container-padding);
}
.clg-l-container--no-margin {
  margin-top: 0;
}
.clg-l-container--no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}
.clg-l-container--no-padding-top {
  padding-top: 0;
}
.clg-l-container--no-padding-bottom {
  padding-bottom: 0;
}
.clg-l-container--border-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 33px;
}
.clg-l-container.clg-l-container__my-favorite{
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--border-bottom {
    padding-bottom: 20px;
  }
}
.clg-l-container--filter {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter {
    padding-bottom: 27px;
  }
}
.clg-l-container--filter-store {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter-store {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
.clg-l-container--filter-category {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter-category {
    padding-top: 28px;
    padding-bottom: 48px;
  }
}
.clg-l-container--display-contents {
  display: contents;
}
.clg-l-container__inner {
  max-width: 1346px;
  margin: 0 auto;
}
.clg-l-container__inner--narrow {
  max-width: 658px;
}

/* FLOCSS entry */
/* Layout: Header */
.clg-l-header {
  inline-size: 100%;
  background-color: var(--clg-color-surface);
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /*z-index: var(--clg-z-header);*/
  z-index: 1;
  background-color: #fff;
}
.clg-l-header__inner {
  display: grid;
  grid-template-areas: "logo brand actions";
  grid-template-columns: auto 0 1fr;
  align-items: center;
  max-inline-size: calc(1440 / 1440 * 100vw);
  padding: 0 calc(28 / 1440 * 100vw) 0 calc(47 / 1440 * 100vw);
  margin-inline: auto;
  height: var(--clg-header-height);
}
@media screen and (min-width: 1280px) {
  .clg-l-header__inner {
    grid-template-columns: 1fr 200px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .clg-l-header__inner {
    padding: 0 calc(18 / 375 * 100vw);
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo actions" "nav nav";
  }
}
.clg-l-header__logo {
  grid-area: logo;
}
.clg-l-header__brand {
  grid-area: brand;
  display: none;
}
@media screen and (min-width: 1280px) {
  .clg-l-header__brand {
    display: block;
  }
}
.clg-l-header__nav {
  grid-area: actions;
  margin-left: auto;
  margin-right: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clg-l-header__nav {
    grid-area: nav;
    margin-inline: calc(-18 / 375 * 100vw);
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
  }
}
.clg-l-header__actions {
  grid-area: actions;
  justify-self: end;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clg-l-header__actions {
    padding: 11px 0;
  }
}

.clg-l-header-menu {
  position: absolute;
  top: calc(var(--clg-header-height) + 1px);
  right: 0;
  width: 100%;
  z-index: var(--clg-z-modal);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #fff;
}
.is-menu-open .clg-l-header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.clg-l-header-menu__inner {
  width: 100%;
  height: calc(100vh - var(--clg-header-height));
  padding: 0 calc(47 / 1440 * 100vw);
  overflow-y: auto;
  display: grid;
  grid-template-columns: calc(345 / 1440 * 100vw) 1fr;
  grid-template-areas: "memeber memeber" "info-nav nav" "logout nav";
  grid-template-rows: auto auto 1fr;
  gap: 0 calc(86 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "memeber" "info-nav" "nav" "logout";
    grid-template-rows: auto auto auto 1fr;
    padding: 0 calc(28 / 375 * 100vw);
    gap: 0;
    height: calc(100vh - var(--clg-header-height) - 1px);
  }
}
.clg-l-header-menu__member {
  grid-area: memeber;
  height: -moz-fit-content;
  height: fit-content;
  padding: calc(32 / 1440 * 100vw) 0 calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__member {
    padding: calc(32 / 375 * 100vw) 0 calc(64 / 375 * 100vw);
  }
}
.clg-l-header-menu__info-nav {
  grid-area: info-nav;
}
.clg-l-header-menu__nav {
  grid-area: nav;
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__nav {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.clg-l-header-menu__logout {
  grid-area: logout;
  padding: calc(64 / 1440 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__logout {
    padding: calc(64 / 375 * 100vw) 0 calc(128 / 375 * 100vw);
  }
}

.clg-l-header-overlay {
  position: fixed;
  top: var(--clg-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: var(--clg-z-overlay);
}
.is-archive-filter-open .clg-l-header-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-menu-open {
  overflow: hidden;
}

/* FLOCSS entry */
/* Layout: Grid */
/* FLOCSS entry */
.clg-l-footer {
  background-color: #000;
  padding: 46px 0;
}
@media screen and (max-width: 996px) {
  .clg-l-footer {
    padding: 51px 0 65px;
  }
}
.clg-l-footer__inner {
  display: grid;
  grid-template-areas: "logo info" "nav info" "copyright info";
  grid-template-columns: auto 315px;
  grid-template-rows: auto auto auto;
  align-items: center;
  padding: 0 calc(47 / 1440 * 100vw);
  margin-inline: auto;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__inner {
    grid-template-areas: "logo" "info" "nav" "copyright";
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 calc(28 / 375 * 100vw);
  }
}
.clg-l-footer__logo {
  grid-area: logo;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__logo {
    justify-self: center;
  }
}
.clg-l-footer__info {
  grid-area: info;
  align-self: flex-start;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__info {
    align-self: center;
    justify-self: center;
  }
}
.clg-l-footer__info__button {
  margin-top: 18px;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__info__button {
    margin-top: 48px;
    text-align: center;
  }
}
.clg-l-footer__nav {
  grid-area: nav;
  margin-top: 62px;
  max-width: 642px;
  width: 100%;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav {
    max-width: unset;
    margin-top: 0;
  }
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav__top {
    justify-self: center;
  }
}
.clg-l-footer__nav__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav__bottom {
    justify-self: center;
  }
}
.clg-l-footer__copyright {
  margin-top: 84px;
  grid-area: copyright;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__copyright {
    margin-top: 0;
    justify-self: center;
  }
}

/* FLOCSS entry */
.clg-c-header-logo {
  display: block;
  width: clamp(159px, 159px + (46) * (100vw - 375px) / (1065), 205px);
  height: auto;
}
.clg-c-header-logo > img{
  max-width: 159px;
}

.clg-c-header-brand {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #595959;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.clg-c-header-nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: calc(15 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
  overscroll-behavior-x: contain; /* Prevent overscroll bounce */
  /* Hide scrollbar for WebKit browsers */
}
.clg-c-header-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav {
    gap: calc(18 / 375 * 100vw);
    height: 36px;
    display: flex;
    align-items: center;
    padding-inline: calc(27 / 375 * 100vw);
    width: calc(100% + 27 / 375 * 100vw);
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}
.clg-c-header-nav__item a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav__item a {
    font-size: 18px;
  }
}

.clg-c-header-nav-arrow, .clg-c-header-nav-arrow--right, .clg-c-header-nav-arrow--left {
  position: absolute;
  width: 44px;
  height: 34px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav-arrow, .clg-c-header-nav-arrow--right, .clg-c-header-nav-arrow--left {
    display: block;
  }
}
.clg-c-header-nav-arrow--left {
  left: 0;
}
.clg-c-header-nav-arrow--right {
  right: 0;
}

.clg-c-header-action__entry {
  margin-right: 8px;
}
.clg-c-header-action__separate {
  width: 1px;
  height: 22px;
  background: #d9d9d9;
  margin-left: 14px;
  margin-right: 14px;
}
.clg-c-header-action__menu {
  position: relative;
  width: 20px;
  height: 14px;
}
.clg-c-header-action__menu span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #b4a052;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
}
.clg-c-header-action__menu span:nth-child(1) {
  top: 0px;
}
.clg-c-header-action__menu span:nth-child(2) {
  top: 6px;
}
.clg-c-header-action__menu span:nth-child(3) {
  bottom: 0px;
}
.is-menu-open .clg-c-header-action__menu span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.is-menu-open .clg-c-header-action__menu span:nth-child(2) {
  opacity: 0;
}
.is-menu-open .clg-c-header-action__menu span:nth-child(3) {
  bottom: 6px;
  transform: rotate(-45deg);
}
.clg-c-header-action__info {
  position: relative;
}
.clg-c-header-action__info.has-notification::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #f52323;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .clg-c-header-action__info.has-notification::after {
    width: 12px;
    height: 12px;
    top: -3px;
    right: -5px;
  }
}

.clg-c-header-member {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
}
.clg-c-header-member img {
  display: block;
  width: clamp(20px, 20px + (4) * (100vw - 375px) / (1065), 24px);
  height: auto;
}
.clg-c-header-member__text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member__text {
    font-size: calc(14 / 375 * 100vw);
  }
}

.clg-c-header-logout {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .clg-c-header-logout {
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(62 / 375 * 100vw);
  }
}
.clg-c-header-logout img {
  display: block;
  width: clamp(20px, 20px + (4) * (100vw - 375px) / (1065), 24px);
  height: auto;
}
.clg-c-header-logout__text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clg-c-header-logout__text {
    font-size: calc(14 / 375 * 100vw);
  }
}

.clg-c-header-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(70 / 1440 * 100vw) calc(23 / 1440 * 100vw);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu {
    justify-content: flex-start;
  }
}
.clg-c-header-menu__item {
  position: relative;
}
.clg-c-header-menu__item::after {
  content: "/";
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: calc(80 / 1440 * 100vw);
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu__item::after {
    font-size: calc(40 / 375 * 100vw);
  }
}
.clg-c-header-menu__item:last-child::after {
  content: "";
}
.clg-c-header-menu__item a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: calc(80 / 1440 * 100vw);
  line-height: 1.15;
  color: #000;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu__item a {
    font-size: calc(40 / 375 * 100vw);
  }
}

.clg-c-header-member-separate {
  width: calc(142 / 1440 * 100vw);
  height: 1px;
  background: #000;
  margin: calc(16 / 1440 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member-separate {
    width: calc(142 / 375 * 100vw);
    margin: calc(16 / 375 * 100vw) 0;
  }
}

.clg-c-header-member-name {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: calc(14 / 1440 * 100vw);
  color: #595959;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member-name {
    font-size: calc(14 / 375 * 100vw);
  }
}
.clg-c-header-member-name__title {
  margin-left: 0.5em;
  font-size: calc(14 / 1440* 100vw);
}

.clg-c-header-info-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.clg-c-header-info-nav__item {
  position: relative;
  border-top: 1px solid var(--clg-color-border, #ccc);
}
.clg-c-header-info-nav__item:first-child {
  border-top: none;
}
.clg-c-header-info-nav__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 / 1440 * 100vw);
  height: calc(15 / 1440 * 100vw);
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 0.5L8 7.5L1 14.5%27 stroke=%27%23B4A052%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .clg-c-header-info-nav__item::after {
    width: calc(9 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.clg-c-header-info-nav__item a {
  display: block;
  padding: calc(20 / 1440 * 100vw) 0;
  font-family: "Noto Serif JP", serif;
  font-size: calc(35 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .clg-c-header-info-nav__item a {
    padding: calc(25 / 375 * 100vw) 0;
    font-size: calc(30 / 375 * 100vw);
  }
}

/* FLOCSS entry */
/* Component: Button */
.clg-c-button, .clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--clg-spacing-xs);
  padding: var(--clg-spacing-xs) var(--clg-spacing-sm);
  font: inherit;
  color: var(--clg-color-primary-contrast);
  background-color: var(--clg-color-primary);
  border: 0;
  border-radius: var(--clg-radius-sm);
  cursor: pointer;
  transition: background-color var(--clg-duration-base) var(--clg-ease-standard), box-shadow var(--clg-duration-base) var(--clg-ease-standard);
  letter-spacing: 0;
}
.clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  background-color: transparent;
  border: 1px solid #595959;
  padding: 26px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  max-width: 292px;
  width: 100%;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 996px) {
  .clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 228px;
  }
}
.clg-c-button--footer::after, .clg-c-button--primary::after, .clg-c-button--gold::after, .clg-c-button--secondary::after, .clg-c-button--load-more::after, .clg-c-button--view-more::after, .clg-c-button--message-us::after, .clg-c-button--back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"white\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.clg-c-button--footer:hover, .clg-c-button--primary:hover, .clg-c-button--gold:hover, .clg-c-button--secondary:hover, .clg-c-button--load-more:hover, .clg-c-button--view-more:hover, .clg-c-button--message-us:hover, .clg-c-button--back-to-top:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--footer:hover::after, .clg-c-button--primary:hover::after, .clg-c-button--gold:hover::after, .clg-c-button--secondary:hover::after, .clg-c-button--load-more:hover::after, .clg-c-button--view-more:hover::after, .clg-c-button--message-us:hover::after, .clg-c-button--back-to-top:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  max-width: 314px;
  padding: 30px;
  background-color: #000;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
}
.clg-c-button--view-more::after, .clg-c-button--message-us::after, .clg-c-button--back-to-top::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"%23A4A4A4\" stroke-linejoin=\"round\"/></svg>");
}
@media screen and (max-width: 996px) {
  .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 100%;
    padding: 27px;
  }
}
.clg-c-button--load-more {
  max-width: 314px;
  padding: 30px;
  background-color: #000;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
}
.clg-c-button--load-more::after {
  right: 33px;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3535 0.353516L7.35352 7.35352L0.353516 0.353515\" stroke=\"%23A4A4A4\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--load-more:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--load-more:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3535 0.353516L7.35352 7.35352L0.353516 0.353515\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
}
@media screen and (max-width: 996px) {
  .clg-c-button--load-more {
    max-width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .clg-c-button--load-more {
    max-width: 100%;
    padding: 27px;
  }
}
.clg-c-button--back-to-top {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #000;
}
.clg-c-button--back-to-top::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
  transform: translateY(-50%) rotate(-90deg);
}
.clg-c-button--back-to-top:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.clg-c-button--back-to-top:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"white\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--message-us {
  background-color: #000;
  color: #fff;
}
.clg-c-button--message-us::after {
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2717%27 viewBox=%270 0 21 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.5 0.5H18.5C19.6 0.5 20.5 1.4 20.5 2.5V14.5C20.5 15.6 19.6 16.5 18.5 16.5H2.5C1.4 16.5 0.5 15.6 0.5 14.5V2.5C0.5 1.4 1.4 0.5 2.5 0.5Z%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.5 2.5L10.5 9.5L0.5 2.5%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .clg-c-button--message-us::after {
    right: 25px;
  }
}
.clg-c-button--message-us:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--message-us:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2717%27 viewBox=%270 0 21 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.5 0.5H18.5C19.6 0.5 20.5 1.4 20.5 2.5V14.5C20.5 15.6 19.6 16.5 18.5 16.5H2.5C1.4 16.5 0.5 15.6 0.5 14.5V2.5C0.5 1.4 1.4 0.5 2.5 0.5Z%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.5 2.5L10.5 9.5L0.5 2.5%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  filter: invert(1);
}
.clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary {
  background-color: #000;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  width: 200px;
  height: 60px;
}
.clg-c-button--primary::after, .clg-c-button--gold::after, .clg-c-button--secondary::after {
  display: none;
}
.clg-c-button--primary:hover, .clg-c-button--gold:hover, .clg-c-button--secondary:hover {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary {
    width: 100%;
    height: 80px;
  }
}
.clg-c-button--secondary {
  background-color: transparent;
  color: #b4a052;
  border: 1px solid #b4a052;
}
.clg-c-button--secondary:hover {
  background-color: #b4a052;
  color: #fff;
  opacity: 1;
}
.clg-c-button--gold {
  background-color: #b4a052;
  border: 1px solid #b4a052;
  color: #000;
}
.clg-c-button--gold:hover {
  background-color: #000;
  color: #b4a052;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-button--gold {
    width: 100%;
    height: 40px;
  }
}

/* .clg-u-visually-hidden placeholder */
.clg-u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* FLOCSS entry */
.clg-c-footer-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.clg-c-footer-logo img {
  display: block;
  width: 148px;
  height: auto;
}

.clg-c-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 996px) {
  .clg-c-footer-nav {
    justify-content: center;
    gap: 43px 55px;
  }
}
.clg-c-footer-nav__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
.clg-c-footer-nav__item a:hover {
  text-decoration: underline;
}

.clg-c-footer-info {
  margin: 0;
  padding: 0;
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 996px) {
  .clg-c-footer-info {
    text-align: center;
  }
}

.clg-c-footer-copyright {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

.clg-l-footer {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**MY FAVORITE**/
.clg-c-archive-card__store{
  display: none;
}
.clg-p-archive__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 68px 30px;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 20px;
  }
}
.clg-p-archive__list--latest {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__list--latest {
    margin-top: 60px;
  }
}
.clg-c-archive-card a {
  color: inherit;
}
.clg-c-archive-card:has(.clg-c-archive-card__body a:hover) .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
.clg-c-archive-card__click-to-read {
  position: absolute;
  top: 35px;
  right: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  writing-mode: sideways-rl;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__click-to-read {
    font-size: 10px;
    top: 20px;
    right: 13px;
  }
}
.clg-c-archive-card__img-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.clg-c-archive-card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
a:hover .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
a:hover ~ .clg-c-archive-card__body .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
.clg-c-archive-card__store {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b4a052;
  font-size: 11px;
  color: #000;
  padding: 4px 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__store {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.clg-c-archive-card__body {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__body {
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
.clg-c-archive-card--large .clg-c-archive-card__body {
  margin-top: 28px;
  border-top: 1px solid #b4a052;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--large .clg-c-archive-card__body {
    margin-top: 26px;
    padding-top: 0;
  }
}
.clg-c-archive-card--inner-text .clg-c-archive-card__body {
  position: absolute;
  bottom: 38px;
  left: 28px;
  width: 256px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--inner-text .clg-c-archive-card__body {
    bottom: 16px;
    left: 16px;
  }
}
.clg-c-archive-card__body-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__body-info {
    display: contents;
  }
}
.clg-c-archive-card__category {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #a4a4a4;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__category {
    margin-bottom: 0;
  }
  .clg-c-archive-card--large .clg-c-archive-card__category {
    margin-top: 23px;
  }
}
.clg-c-archive-card__status-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__status-wrapper {
    margin-left: 0;
    order: 3;
  }
}
.clg-c-archive-card__status {
  border: 1px solid #b4a052;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  color: #b4a052;
  line-height: 1;
}
.clg-c-archive-card__status--ended {
  border-color: #6f6f6f;
  color: #6f6f6f;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__status {
    font-size: 9px;
    padding: 2.5px;
  }
}
.clg-c-archive-card__favorite {
  display: flex;
  align-items: center;
  line-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__favorite {
    font-size: 10px;
  }
}
.clg-c-archive-card__favorite::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2713%27 viewBox=%270 0 14 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.0747 1.97248C11.7815 1.66418 11.4333 1.41961 11.0502 1.25275C10.667 1.08588 10.2563 1 9.84153 1C9.42676 1 9.01606 1.08588 8.63289 1.25275C8.24972 1.41961 7.90158 1.66418 7.60837 1.97248L6.99985 2.61202L6.39132 1.97248C5.79905 1.35002 4.99576 1.00032 4.15816 1.00032C3.32057 1.00032 2.51728 1.35002 1.92501 1.97248C1.33273 2.59494 1 3.43918 1 4.31947C1 5.19977 1.33273 6.04401 1.92501 6.66647L2.53353 7.30601L6.99985 12L11.4662 7.30601L12.0747 6.66647C12.368 6.35831 12.6007 5.99243 12.7595 5.58972C12.9183 5.18702 13 4.75538 13 4.31947C13 3.88357 12.9183 3.45193 12.7595 3.04923C12.6007 2.64652 12.368 2.28064 12.0747 1.97248Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-right: 5px;
}
.clg-c-archive-card__favorite--active::before {
  content: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0747 0.97248C10.7815 0.664175 10.4333 0.419606 10.0502 0.252745C9.66699 0.0858838 9.25629 0 8.84153 0C8.42677 0 8.01606 0.0858838 7.63289 0.252745C7.24972 0.419606 6.90158 0.664175 6.60837 0.97248L5.99985 1.61202L5.39132 0.97248C4.79905 0.350018 3.99576 0.000322644 3.15816 0.00032265C2.32057 0.000322657 1.51728 0.350018 0.925005 0.97248C0.332734 1.59494 6.24059e-09 2.43918 0 3.31947C-6.24059e-09 4.19977 0.332734 5.04401 0.925005 5.66647L1.53353 6.30601L5.99985 11L10.4662 6.30601L11.0747 5.66647C11.368 5.35831 11.6007 4.99243 11.7595 4.58972C11.9183 4.18702 12 3.75538 12 3.31947C12 2.88357 11.9183 2.45193 11.7595 2.04923C11.6007 1.64652 11.368 1.28064 11.0747 0.97248Z%27 fill=%27%23B4A052%27/%3E%3C/svg%3E%0A");
}
.clg-c-archive-card__favorite:hover {
  opacity: 0.5;
}
.clg-c-archive-card__favorite:hover::before {
  opacity: 0.5;
}
.clg-c-archive-card__title {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__title {
    margin: 0;
    font-size: 12px;
  }
  .clg-c-archive-card--inner-text .clg-c-archive-card__title {
    font-size: 16px;
    line-height: 1.8;
  }
}
.clg-c-archive-card--large .clg-c-archive-card__title {
  margin-top: 13px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--large .clg-c-archive-card__title {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

/* お知らせ未読マーク */
.has-notification {
  position: relative;
}

.has-notification::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 8px;
  height: 8px;
  background: #f52323;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .has-notification::after {
    width: 12px;
    height: 12px;
    top: -3px;
    right: -5px;
  }
}
