@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body {
  display: none;
}

body {
  width: 100%;
  background: #F5F7F8;
  color: #37435A;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

html {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.is-active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  display: block;
  max-width: 100%;
}

a, button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover, button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

::-webkit-input-placeholder {
  color: #c7cad5;
}

::-moz-placeholder {
  color: #c7cad5;
}

::-ms-input-placeholder {
  color: #c7cad5;
}

::placeholder {
  color: #c7cad5;
}

:focus {
  outline: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

@media screen and (min-width: 751px) {
  .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}

.l-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  height: 47px;
}
@media screen and (min-width: 751px) {
  .l-header__inner {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.l-side-header {
  width: 205px;
  background: #f5f7f8;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  position: fixed;
  height: 100%;
  z-index: 1000;
}
@media screen and (min-width: 751px) {
  .l-side-header {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-side-header {
    position: fixed;
    z-index: 999;
    top: 50px;
    left: -120%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 親要素の高さに合わせる */
  }
  .l-side-header.is-open {
    left: 0;
  }
}
.l-side-header__name {
  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: 205px;
  height: 47px;
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.l-side-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.l-side-header__item > .l-side-header__sublist {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
}
.l-side-header__item > .l-side-header__sublist::before {
  position: absolute;
  top: 10%;
  left: -8px;
  background: rgba(215, 222, 226, .7);
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-side-header__item > .l-side-header__sublist > .l-side-header__sublist__item > .sublist__item__a {
  display: block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #37435A;
  text-align: center;
  background-color: rgb(215, 222, 226);
}
.l-side-header__item > .l-side-header__sublist > .l-side-header__sublist__item > .sublist__item__a:hover {
  background: #B5C3CE;
  opacity: 1;
}
.l-side-header__link {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #37435A;
  text-align: center;
  background: #F5F7F8;
  line-height: 18px;
}
.l-side-header__link.-title {
  background: #D6DEE3;
  pointer-events: none;
}
.l-side-header__link.-title::after {
  display: none;
  content: none;
}
.l-side-header__link.-current {
  background: #EAEAEA;
}
.l-side-header__link.-store-list::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-store.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-store::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-store-add.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-movie-list::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-movie.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-ace-article::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-article.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-ace-article-cv::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-article.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-query-metric::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-cannibalized-query::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-analytics-setting::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-gsc-setting::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-event-setting::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-event-setting::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-setting.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-movie::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-movie-add.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-movie-category::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-movie-category.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-profile::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-profile.svg);
  content: "";
  width: 21px;
  height: 21px;
}
.l-side-header__link.-session::before {
  position: absolute;
  top: 11px;
  left: 18px;
  background: url(../images/icon/icon-session.svg);
  content: "";
  width: 21px;
  height: 21px;
}

.l-section {
  width: 100%;
  padding-bottom: 45px;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .l-section {
    margin-left: 225px;
  }
}
@media screen and (min-width: 993px) {
  .l-section {
    margin-left: 259px;
  }
}

.l-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .l-page-header {
    position: fixed;
    top: 20px;
    right: 26px;
  }
}
@media screen and (max-width: 750px) {
  .l-page-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
    padding: 12px 20px;
  }
}
.l-page-header__name {
  margin-right: 26px;
  font-family: YuGothic;
  font-weight: 700;
  color: #208bd3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .l-page-header__name {
    margin-right: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .l-page-header__name {
    max-width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .l-page-header__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    margin-right: 10px;
    font-size: 13px;
    line-height: 1.1;
  }
}
.l-page-header__logout {
  width: 131px;
  height: 26px;
  border-radius: 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  font-size: 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-page-header__logout {
    width: 103px;
    font-size: 13px;
  }
}

.l-inner {
  max-width: 980px;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .l-inner {
    padding-left: 20px;
  }
}

.l-contents {
  background: #fff;
  border-radius: 10px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
}
@media screen and (min-width: 751px) {
  .l-contents {
    padding: 27px 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-contents {
    padding: 20px 14px;
  }
}
.l-contents + .l-contents {
  margin-top: 25px;
}

.l-article-lists {
  margin: 38.4px 16px 0 0;
  margin: 2.4rem 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .l-article-lists {
    margin: 2.4rem 0 0;
  }
}
.l-article-lists .c-description-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.l-article-lists .c-description-text p {
  margin-bottom: 5px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.l-article-lists .c-description-text p a {
  color: #449dd9;
}
.l-article-lists .c-store-list-form {
  padding: 24px 28.8px 32px 30.4px;
  padding: 1.5rem 1.8rem 2rem 1.9rem;
}
@media screen and (max-width: 750px) {
  .l-article-lists .c-store-list-form {
    padding: 1.5rem 1rem 2rem;
  }
}
.l-article-lists .c-store-list-form .c-list-description {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10.08px;
  font-size: 0.63rem;
  color: #909090;
  margin-left: 4.8px;
  margin-left: 0.3rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1240px) {
  .l-article-lists .c-store-list-form .c-list-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 992px) {
  .l-article-lists .c-store-list-form .c-list-description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.l-article-lists .c-store-list-form .c-list-description .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.l-article-lists .c-store-list-form .c-list-description .legend-item .color-box {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: solid 1px #DDDDDD;
}
.l-article-lists .c-store-list-form .c-list-description .legend-item .color-box.color-min {
  background-color: #eaeaea;
}
.l-article-lists .c-store-list-form .c-list-description .legend-item .color-box.color-max {
  background-color: #ebe8cd;
}
.l-article-lists .c-store-list-form .c-list-description .legend-item span {
  word-break: keep-all;
}

.c-analytics-setting input[type=number]::-webkit-inner-spin-button,
.c-analytics-setting input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: auto;
}
.c-analytics-setting .c-form__group {
  margin-top: 40px;
}
.c-analytics-setting .c-property-id__img {
  margin-top: 16px;
  margin-top: 1rem;
  width: 65%;
}
@media screen and (max-width: 750px) {
  .c-analytics-setting .c-property-id__img {
    width: 100%;
  }
}
.c-analytics-setting .c-pdf-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-analytics-setting .c-pdf-download .c-pdf-download__btn {
  text-decoration: underline;
  color: #449dd9;
  margin-top: 16px;
  margin-top: 1rem;
  display: inline-block;
}
.c-analytics-setting .c-pdf-download > img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}
.c-analytics-setting .c-analytics-setting__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 32px;
  margin-left: 2rem;
  margin-top: 16px;
  margin-top: 1rem;
  color: gray;
  gap: 16px;
  gap: 1rem;
}
.c-analytics-setting .c-analytics-setting__display > p {
  font-size: 16px;
  font-size: 1rem;
}
.c-analytics-setting .c-analytics-setting__display > input {
  border: solid 1px #dddddd;
  width: 48px;
  width: 3rem;
  height: 32px;
  height: 2rem;
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
}
.c-analytics-setting .c-analytics-setting__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0 36.8px;
  margin: 1rem 0 0 2.3rem;
  color: gray;
  gap: 16px;
  gap: 1rem;
}
.c-analytics-setting .c-analytics-setting__terms > p {
  font-size: 16px;
  font-size: 1rem;
}
.c-analytics-setting .c-analytics-setting__terms .c-radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.c-analytics-setting .c-analytics-setting__terms .c-radio-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-analytics-setting .c-analytics-setting__terms .c-radio-container > div > label {
  margin-left: 10px;
}
.c-analytics-setting .c-event__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-top: 1rem;
}
.c-analytics-setting .c-event__container > .event__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .c-analytics-setting .c-event__container > .event__contents {
    width: 100%;
  }
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-analytics-setting .c-event__container > .event__contents > .event__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item {
  width: 100%;
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item:nth-child(2) {
  padding-left: 16px;
  padding-left: 1rem;
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item:nth-child(2) dt {
  width: 32px;
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item:nth-child(2) dt {
    width: 1.58rem;
  }
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item > div > dt {
  width: 48px;
  width: 3rem;
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item > div > dd {
  width: 100%;
}
.c-analytics-setting .c-event__container > .event__contents > .event__lists > .event__item > div > dd > input {
  margin-top: 0;
}
.c-analytics-setting .c-event__container > .event__contents > .c-cvevent-delete__btn {
  width: 128px;
  width: 8rem;
  background-color: #449dd9;
  text-align: center;
  border-radius: 6px;
  height: 32px;
  height: 2rem;
  margin-left: 16px;
  margin-left: 1rem;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .c-analytics-setting .c-event__container > .event__contents > .c-cvevent-delete__btn {
    width: 2rem;
    height: 5.8rem;
    border-radius: 8px;
  }
}
.c-analytics-setting .c-cvevent__btn {
  width: 160px;
  width: 10rem;
  border: solid 1px #449dd9;
  background-color: #fff;
  text-align: center;
  padding: 9.6px 0;
  padding: 0.6rem 0;
  border-radius: 6px;
  margin-top: 16px;
  margin-top: 1rem;
}
.c-analytics-setting .c-cvevent__btn > p {
  color: #449dd9;
}

.c-group-setting .c-group__container {
  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-block: 17.6px 25.6px;
  margin-block: 1.1rem 1.6rem;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-group__container {
    margin-block: 0.6rem 1.6rem;
    gap: 0;
  }
}
.c-group-setting .c-group__container > .c-form__input {
  margin-top: 0;
}
.c-group-setting .c-form__group:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 19.2px;
  padding-bottom: 1.2rem;
}
.c-group-setting .c-form__group #keywordNames {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-form__group #keywordNames {
    display: block;
  }
}
.c-group-setting .c-keyword__container {
  margin-top: 9px;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-keyword__container {
    margin-top: 0;
  }
}
.c-group-setting .c-keyword__container .keyword__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.c-group-setting .c-keyword__container .keyword__contents .keyword__lists {
  width: 100%;
}
.c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div > dt {
    display: none;
  }
}
.c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div > dd {
  width: 83%;
  margin-left: 17.92px;
  margin-left: 1.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div > dd {
    margin-top: 0.5rem;
    width: 94%;
  }
}
.c-group-setting .c-keyword__container .keyword__contents .keyword__lists .keyword__item > div > dd > .c-form__input {
  margin-top: 0;
}
.c-group-setting .c-keyword__container .keyword__contents .c-groups-delete__btn {
  background: #1bb2ac;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-keyword__container .keyword__contents .c-groups-delete__btn {
    margin-top: 1.2rem;
  }
}
.c-group-setting .c-groups-delete__btn {
  width: 88px;
  width: 5.5rem;
  background-color: #449dd9;
  text-align: center;
  border-radius: 6px;
  height: 32px;
  height: 2rem;
  margin-left: 16px;
  margin-left: 1rem;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-groups-delete__btn {
    width: 2rem;
    height: 3rem;
    border-radius: 8px;
  }
}
.c-group-setting .c-cvevent__btn {
  margin-left: 113.6px;
  margin-left: 7.1rem;
  width: 176px;
  width: 11rem;
  border: solid 1px #449dd9;
  background-color: #fff;
  text-align: center;
  padding: 9.6px 0;
  padding: 0.6rem 0;
  border-radius: 6px;
  margin-top: 16px;
  margin-top: 1rem;
  color: #449dd9;
}
@media screen and (max-width: 750px) {
  .c-group-setting .c-cvevent__btn {
    width: 12rem;
    margin-left: 1.2rem;
  }
}
.c-group-setting .add_group_btn_wrapper {
  border-top: 1px solid #dddddd;
  margin-top: 16px;
  margin-top: 1rem;
}
.c-group-setting .add_group_btn_wrapper #add_group_name {
  margin-left: 0;
}

.l-group-links {
  margin: 38.4px 16px 0 0;
  margin: 2.4rem 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .l-group-links {
    margin: 2.4rem 0 0;
  }
}
.l-group-links .c-description-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.l-group-links .c-description-text p {
  margin-bottom: 5px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.l-group-links .c-description-text p a {
  color: #449dd9;
}
.l-group-links .c-store-list-form {
  padding: 24px 28.8px 32px 30.4px;
  padding: 1.5rem 1.8rem 2rem 1.9rem;
}
@media screen and (max-width: 750px) {
  .l-group-links .c-store-list-form {
    padding: 1.5rem 1rem 2rem;
  }
}
.l-group-links .c-store-list-form .c-list-description {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10.08px;
  font-size: 0.63rem;
  color: #909090;
  margin-left: 4.8px;
  margin-left: 0.3rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1240px) {
  .l-group-links .c-store-list-form .c-list-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 992px) {
  .l-group-links .c-store-list-form .c-list-description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.l-group-links .c-store-list-form .c-list-description .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.l-group-links .c-store-list-form .c-list-description .legend-item .color-box {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: solid 1px #DDDDDD;
}
.l-group-links .c-store-list-form .c-list-description .legend-item .color-box.color-min {
  background-color: #eaeaea;
}
.l-group-links .c-store-list-form .c-list-description .legend-item .color-box.color-max {
  background-color: #ebe8cd;
}
.l-group-links .c-store-list-form .c-list-description .legend-item span {
  word-break: keep-all;
}

.l-group-performance > .chart_table {
  padding: 24px 28.8px 32px 30.4px;
  padding: 1.5rem 1.8rem 2rem 1.9rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-group-performance > .chart_table {
    padding: 1.5rem 1.2rem 2rem;
  }
}
.l-group-performance > .chart_table .button_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  gap: 43.2px;
  gap: 2.7rem;
}
@media screen and (max-width: 750px) {
  .l-group-performance > .chart_table .button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 1rem;
  }
}
.l-group-performance > .chart_table .button_container .period_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #afafaf;
  border-radius: 0.375rem;
}
@media screen and (max-width: 750px) {
  .l-group-performance > .chart_table .button_container .period_container {
    border-radius: 0.2rem;
  }
}
.l-group-performance > .chart_table .button_container .period_container .period-button {
  padding: 8.5px 12px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #909090;
}
@media screen and (max-width: 750px) {
  .l-group-performance > .chart_table .button_container .period_container .period-button {
    font-size: 12px;
  }
}
.l-group-performance > .chart_table .button_container .period_container .period-button:not(:first-child) {
  border-left: 2px solid #afafaf;
}
.l-group-performance > .chart_table .button_container .period_container .period-button.is-active {
  background: #e9f2f8;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
  color: #449dd9;
}
.l-group-performance > .chart_table .button_container .period_container .period-button.is-active::before {
  content: "";
  color: white;
  display: inline-block;
  width: 12.8px;
  width: 0.8rem;
  height: 8px;
  height: 0.5rem;
  background: url("../images/icon/icon-checked-blue.svg") no-repeat center/cover;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 16px;
  left: 1rem;
  translate: 0 -50%;
}
.l-group-performance > .chart_table .chart-legend {
  margin-top: 16px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 12px;
  max-width: 136px;
}
@media screen and (max-width: 750px) {
  .l-group-performance > .chart_table .chart-legend {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-group-performance > .chart_table #line-chart {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.l-group-performance .list_table {
  padding: 24px 28.8px 32px 30.4px;
  padding: 1.5rem 1.8rem 2rem 1.9rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  margin-inline: auto;
  width: 100%;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .l-group-performance .list_table {
    padding: 1.5rem 1.7rem 2rem;
  }
}
.l-group-performance .list_table th,
.l-group-performance .list_table td {
  border: 1px solid #d1d5db;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.l-group-performance .list_table th {
  text-align: center;
  background: #0c79c3;
  color: white;
  width: 100%;
  white-space: nowrap;
}
.l-group-performance .list_table td {
  color: #909090;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.l-group-performance .list_table td:not(:first-child) {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-group-performance .list_table td.keyword {
    text-align: left;
    min-width: 155px;
    padding-inline: 5px;
  }
}
.l-group-performance .list_table .table_container {
  overflow-x: scroll;
}
.l-group-performance .list_table .table_container table {
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
}
.l-group-performance .list_table .table_container table thead {
  background-color: #f3f4f6;
  border-bottom: 1px solid #d1d5db;
}
.l-group-performance .chart-label {
  padding: 9.5px 17.5px 8.5px 8.9px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  min-width: 10rem;
}
@media screen and (max-width: 750px) {
  .l-group-performance .chart-label {
    padding: 9.5px 0 7.5px;
    min-width: 90px;
  }
}
.l-group-performance .chart-label .label_name {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.l-group-performance .chart-label .label_name::before {
  content: "✔︎";
  color: white;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: rgba(255, 255, 255, .5019607843);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  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: 750px) {
  .l-group-performance .chart-label .label_name::before {
    left: 5px;
  }
}
.l-group-performance .chart-label .label_num {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-group-performance .chart-label .label_num {
    font-size: 24px;
    padding-left: 0;
    text-align: right;
    padding-right: 13px;
  }
}
.l-group-performance .chart-label.active {
  color: white;
}
.l-group-performance .chart-label.active#url {
  background: #2a96e0;
  border: 2px solid #2a96e0;
}
.l-group-performance .chart-label.active#kw {
  background: #ef971f;
  border: 2px solid #ef971f;
}
.l-group-performance .chart-label.active#click {
  background: #1bb2ac;
  border: 2px solid #1bb2ac;
}
.l-group-performance .chart-label.active#view {
  background: #9353b5;
  border: 2px solid #9353b5;
}
.l-group-performance .chart-label.active#av {
  background: #d0d048;
  border: 2px solid #d0d048;
}
.l-group-performance .chart-label.inactive {
  background-color: white;
  color: #afafaf;
  border: 2px solid #afafaf;
  border-radius: 6px;
}
.l-group-performance .chart-label.inactive .label_name::before {
  border: 2px solid rgba(175, 175, 175, .4901960784);
}
.l-group-performance .chart-label:hover {
  background-color: #93c5fd;
  color: #1e3a8a;
}
@media screen and (max-width: 750px) {
  .l-group-performance .chart_container {
    margin-inline: -22px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 115%;
  }
}
.l-group-performance .pagination-button {
  border: 1px solid #ddd;
  border-radius: 9999px;
  padding: 2px 10px;
  margin: 0 5px;
  cursor: pointer;
  color: #374151;
  background-color: #f9fafb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-group-performance .pagination-button.active {
  background-color: #1d4ed8;
  color: white;
}
.l-group-performance .pagination-button:hover {
  background-color: #93c5fd;
  color: #1e3a8a;
}

.c-form__group {
  margin-top: 24px;
}
.c-form__up_btn {
  margin-top: 16px;
  margin-top: 1rem;
}
.c-form__input {
  width: 100%;
  margin-top: 10px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 1.625;
  padding: 6px 16px;
  color: #2C2C2C;
}
.c-form__input.-edit {
  color: rgba(44, 44, 44, .7);
}
@media screen and (max-width: 750px) {
  .c-form__input {
    margin-top: 6px;
  }
}
.c-form__textarea {
  width: 100%;
  min-height: 94px;
  margin-top: 10px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 1.625;
  padding: 6px 16px;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .c-form__textarea {
    margin-top: 6px;
    min-height: 99px;
  }
}
.c-form__label {
  display: block;
  font-weight: bold;
}
.c-form__select {
  position: relative;
}
.c-form__select::after {
  display: block;
  content: "";
  position: absolute;
  top: 27px;
  right: 25px;
  width: 10px;
  height: 6px;
  background: url(../images/icon/icon-bottom-arrow.svg);
}
.c-form__select select {
  color: #2C2C2C;
}
.c-form__button {
  margin-top: 41px;
}
.c-form__caution {
  color: #37435A;
  opacity: 0.6;
}
@media screen and (min-width: 751px) {
  .c-form__caution {
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-form__caution {
    margin-top: 8px;
    font-size: 13px;
  }
}

.c-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  line-height: 1;
}
.c-button.-large {
  width: 493px;
  height: 42px;
  border-radius: 6px;
  text-align: center;
}
.c-button.-mid {
  width: 150px;
  height: 29px;
  border-radius: 6px;
  text-align: center;
}
.c-button.-small {
  width: 115px;
  height: 29px;
  border-radius: 6px;
  text-align: center;
}
.c-button.-add {
  margin-left: 25px;
  border-radius: 7px;
  background: #208bd3;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.c-button:disabled {
  background: #cccccc;
  color: #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.c-button02 {
  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: 79px;
  height: 32px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, .16);
  line-height: 1;
}
.c-button02.-edit {
  background: #ebe8cd;
  font-size: 12px;
}
.c-button02.-delete {
  margin-left: 10px;
  background: #449dd9;
  font-size: 12px;
  color: #fff;
}
.c-button02.-transition {
  margin-left: 10px;
  background: orange;
  font-size: 12px;
  color: #fff;
}

.c-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 751px) {
  .c-title-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-title-wrapper {
    margin-top: 73px;
    margin-bottom: 30px;
  }
}

.c-title01 {
  display: inline-block;
  font-weight: 700;
  color: #afafaf;
}
@media screen and (min-width: 751px) {
  .c-title01 {
    font-size: 23px;
    line-height: 1.7391304348;
  }
}
@media screen and (max-width: 750px) {
  .c-title01 {
    font-size: 20px;
    line-height: 1.7;
  }
}
.c-title02 {
  display: inline-block;
  font-weight: 700;
  color: #afafaf;
  margin-bottom: 3.2px;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 751px) {
  .c-title02 {
    font-size: 20px;
    line-height: 1.7391304348;
  }
}
@media screen and (max-width: 750px) {
  .c-title02 {
    font-size: 18px;
    line-height: 1.7;
  }
}
.c-movie-title {
  max-width: 815px;
  padding-left: 22px;
  border-left: 1px solid #707070;
}
@media screen and (min-width: 751px) {
  .c-movie-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-title {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.c-movie-title-category {
  padding-left: 22px;
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .c-movie-title-category {
    font-size: 12px;
    line-height: 1.6153846154;
  }
}

@media screen and (min-width: 751px) {
  .c-play {
    margin-top: 35px;
    max-width: 960px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .c-play {
    background: #fff;
    border-radius: 10px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .16));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .16));
    padding: 34px 46px;
  }
}
@media screen and (min-width: 751px) and (min-width: 993px) {
  .c-play {
    padding: 34px 92px;
  }
}
@media screen and (max-width: 750px) {
  .c-play {
    margin-top: 26px;
  }
}
.c-play__inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-mypage__table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 750px) {
  .c-mypage__table {
    width: 100%;
    font-size: 12px;
  }
}
.c-mypage th {
  background: #449dd9;
  font-size: 14px;
  color: #fff;
  line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
  .c-mypage th {
    font-size: 12px;
  }
}
.c-mypage td {
  min-height: 82px;
  vertical-align: middle;
}
.c-mypage__cell {
  padding: 5px 10px;
  text-align: left;
}
.c-mypage__cell.-mask {
  cursor: pointer;
}
.c-mypage__cell.-username {
  padding: 5px 0;
}
.c-mypage th.-username, .c-mypage th.-password, .c-mypage td.-username, .c-mypage td.-password {
  text-align: center;
}
@media screen and (min-width: 861px) {
  .c-mypage .-userid {
    min-width: 150px;
  }
}
@media screen and (max-width: 860px) {
  .c-mypage .-userid {
    min-width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-userid {
    white-space: nowrap;
    min-width: unset;
  }
}
@media screen and (min-width: 861px) {
  .c-mypage .-username, .c-mypage .-password {
    min-width: 170px;
  }
}
@media screen and (max-width: 860px) {
  .c-mypage .-username, .c-mypage .-password {
    min-width: 150px;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-username, .c-mypage .-password {
    min-width: unset;
  }
}
.c-mypage td.-username {
  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;
  text-align: left;
}
.c-mypage .-topleft {
  padding-left: 46px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 860px) {
  .c-mypage .-topleft {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-topleft {
    padding-left: 12px;
  }
}
.c-mypage .-topright {
  border-top-right-radius: 10px;
}
@media screen and (min-width: 751px) {
  .c-mypage .-topright {
    width: 49.798%;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-topright {
    width: 47px;
  }
}
.c-mypage .-bottomleft {
  padding-left: 46px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 860px) {
  .c-mypage .-bottomleft {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-bottomleft {
    padding-left: 12px;
  }
}
.c-mypage .-bottomright {
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 751px) {
  .c-mypage .-bottomright {
    width: 49.798%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .c-mypage .-bottomright {
    width: 47px;
  }
}
.c-mypage td.-password {
  letter-spacing: -0.3em;
}
.c-mypage td.-password.is-active {
  letter-spacing: 0;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-burger {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: 20px;
    cursor: pointer;
  }
  .c-burger.is-active .c-burger__line--top {
    rotate: 45deg;
    top: 13px;
  }
  .c-burger.is-active .c-burger__line--bottom {
    rotate: -45deg;
    top: 13px;
  }
  .c-burger__line {
    width: 27px;
    height: 1px;
    background: #208bd3;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    left: 0;
  }
  .c-burger__line--top {
    top: 9px;
  }
  .c-burger__line--bottom {
    top: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-store-movie__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .c-store-movie__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__header {
    margin-top: 23px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .c-store-movie__header.c-title-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__header.c-title-wrapper {
    margin-top: 73px;
  }
}
.c-store-movie__header .c-title01 {
  position: relative;
  padding-right: 43px;
}
.c-store-movie__header .c-title01 .c-accordion-icon {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  background: #afafaf;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.c-store-movie__header .c-title01 .c-accordion-icon::before,
.c-store-movie__header .c-title01 .c-accordion-icon::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-store-movie__header .c-title01 .c-accordion-icon::before,
  .c-store-movie__header .c-title01 .c-accordion-icon::after {
    width: 10px;
  }
}
.c-store-movie__header .c-title01 .c-accordion-icon::before {
  right: 5px;
  top: 50%;
}
.c-store-movie__header .c-title01 .c-accordion-icon::after {
  right: 5px;
  top: 50%;
  rotate: 90deg;
}
.c-store-movie__header .c-title01 .c-accordion-icon.is-active::after {
  rotate: 0deg;
}
.c-store-movie__new-inner {
  overflow-y: auto;
  max-height: 760px;
}
@media screen and (min-width: 751px) {
  .c-store-movie__new-inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__new-inner {
    padding-right: 8px;
  }
}
@media screen and (min-width: 751px) {
  .c-store-movie__new-inner::-webkit-scrollbar {
    width: 9px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__new-inner::-webkit-scrollbar {
    width: 5px;
  }
}
.c-store-movie__new-inner::-webkit-scrollbar-thumb {
  background: #daecf8; /* Scrollbar color */
  border-radius: 3px;
}
.c-store-movie__category-body .c-store-movie__body {
  display: block;
  margin-bottom: 7px;
}
.c-store-movie__largecategory-inner {
  display: none;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .c-store-movie__largecategory-inner {
    padding: 0 40px 24px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__largecategory-inner {
    padding: 0 19px 19px;
  }
}
.c-store-movie__largecategory-title {
  position: relative;
  font-size: 18px;
  line-height: 1.0555555556;
  color: #449dd9;
}
@media screen and (min-width: 751px) {
  .c-store-movie__largecategory-title {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__largecategory-title {
    padding: 16px 19px;
  }
}
.c-store-movie__largecategory-title .c-accordion-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon/icon-bottom-arrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}
@media screen and (min-width: 751px) {
  .c-store-movie__largecategory-title .c-accordion-icon {
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__largecategory-title .c-accordion-icon {
    right: 24px;
  }
}
.c-store-movie__largecategory-title .c-accordion-icon.is-active {
  rotate: 180deg;
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory:first-child .c-store-movie__mediumcategory-title {
    margin-top: 12px;
  }
}
.c-store-movie__mediumcategory-title {
  position: relative;
  margin-top: 2px;
  padding: 12px 40px 12px 20px;
  border-radius: 4px;
  background: #449dd9;
  font-size: 18px;
  line-height: 1.0555555556;
  color: #fff;
  font-weight: 700;
}
.c-store-movie__mediumcategory-title .c-accordion-icon {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  background: #ddd;
  width: 15;
  height: 15;
  border-radius: 50%;
}
.c-store-movie__mediumcategory-title .c-accordion-icon::before,
.c-store-movie__mediumcategory-title .c-accordion-icon::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory-title .c-accordion-icon::before,
  .c-store-movie__mediumcategory-title .c-accordion-icon::after {
    width: 15px;
  }
}
.c-store-movie__mediumcategory-title .c-accordion-icon::before {
  right: 20px;
  top: 12px;
}
.c-store-movie__mediumcategory-title .c-accordion-icon::after {
  right: 20px;
  top: 12px;
  rotate: 90deg;
}
.c-store-movie__mediumcategory-title .c-accordion-icon.is-active::after {
  rotate: 0deg;
}
.c-store-movie__mediumcategory-inner {
  display: none;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .c-store-movie__mediumcategory-inner {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory-inner {
    padding: 15px 0;
  }
}
@media screen and (min-width: 751px) {
  .c-store-movie__mediumcategory-inner::-webkit-scrollbar {
    width: 9px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory-inner::-webkit-scrollbar {
    width: 5px;
  }
}
.c-store-movie__mediumcategory-inner::-webkit-scrollbar-thumb {
  background: #daecf8; /* Scrollbar color */
  border-radius: 3px;
}
@media screen and (min-width: 751px) {
  .c-store-movie__mediumcategory-inner .c-store-movie__item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory-inner .c-store-movie__item {
    padding: 15px 0;
  }
}
.c-store-movie__mediumcategory-inner .c-store-movie__item:first-child {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 751px) {
  .c-store-movie__mediumcategory-inner .c-store-movie__item:first-child {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__mediumcategory-inner .c-store-movie__item:first-child {
    border-top: 0;
    padding: 0 0 15px;
  }
}
.c-store-movie__body {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 751px) {
  .c-store-movie__body {
    width: 100%;
    max-width: 989px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__body {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .c-store-movie__body.-new {
    padding: 24px 20px 24px 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__body.-new {
    padding: 15px 19px;
  }
}
.c-store-movie__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.c-store-movie__item:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-store-movie__item:not(:first-child) {
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-movie__item {
    padding-bottom: 12px;
  }
}
.c-store-movie__link {
  font-size: 14px;
  line-height: 1.3571428571;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .c-store-movie__link {
    font-size: 12px;
  }
}
.c-store-movie__p {
  margin-top: 15px;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .c-store-movie__p {
    font-size: 10px;
  }
}

.js-accordion {
  cursor: pointer;
}

.c-movie-list-form {
  width: 100%;
  font-size: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .c-movie-list-form {
    overflow-x: auto;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .c-movie-list-form::-webkit-scrollbar {
    height: 9px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form::-webkit-scrollbar-thumb {
    background: #DAECF8; /* スクロールバーの色 */
    border-radius: 50px;
  }
  .c-movie-list-form::-webkit-scrollbar-track {
    background: #fff; /* スクロールバーの通り道の色 */
    border-radius: 50px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .c-movie-list-form {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
.c-movie-list-form__inner {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 860px) {
  .c-movie-list-form__inner {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__inner {
    min-width: 796px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
.c-movie-list-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  background: #449dd9;
  border-radius: 10px 10px 0 0;
  height: 34px;
  color: #fff;
  line-height: 1.7142857143;
  padding-right: 34px;
  padding-left: 34px;
}
.c-movie-list-form__head .c-movie-list-form__title {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .c-movie-list-form__head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 860px) {
  .c-movie-list-form__head {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__head {
    margin-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-movie-list-form__head .c-button-wrap {
  width: 168px;
}
.c-movie-list-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 34px;
}
.c-movie-list-form__group:not(:last-child) {
  position: relative;
}
.c-movie-list-form__group:not(:last-child)::after {
  position: absolute;
  content: "";
  width: calc(100% - 52px);
  height: 1px;
  background: #C3C3C3;
  left: 26px;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .c-movie-list-form__group:not(:last-child)::after {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .c-movie-list-form__group {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__group {
    padding: 17px 20px;
  }
}
.c-movie-list-form__title {
  padding-right: 24px;
  max-width: 324px;
  width: 36.5%;
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  .c-movie-list-form__title {
    padding-right: 5px;
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__title {
    width: 278px;
    padding-right: 14px;
  }
}
.c-movie-list-form__large-category, .c-movie-list-form__medium-category {
  width: 127px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-movie-list-form__large-category, .c-movie-list-form__medium-category {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__large-category, .c-movie-list-form__medium-category {
    width: 96px;
  }
}
.c-movie-list-form__date {
  width: 146px;
  padding-right: 47px;
  padding-left: 24px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-movie-list-form__date {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  .c-movie-list-form__date {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form__date {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-list-form .c-button-wrap {
    margin-left: auto;
    width: 168px;
  }
}

.c-store-list-form {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  font-size: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .c-store-list-form__inner {
    font-size: 12px;
    line-height: 18px;
  }
}
.c-store-list-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  background: #449dd9;
  border-radius: 10px 10px 0 0;
  height: 34px;
  color: #fff;
  line-height: 1.7142857143;
  padding-left: 34px;
}
@media screen and (max-width: 1024px) {
  .c-store-list-form__head {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-store-list-form__head {
    margin-bottom: 0;
  }
}
.c-store-list-form__head .c-store-list-form__title span, .c-store-list-form__head .c-store-list-form__userid span {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.c-store-list-form__head .c-store-list-form__title span::after, .c-store-list-form__head .c-store-list-form__userid span::after {
  display: block;
  content: "";
  background-image: url(../images/icon/icon-sort-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
}
.c-store-list-form__head .c-store-list-form__title span.-desc::after, .c-store-list-form__head .c-store-list-form__userid span.-desc::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-store-list-form__group {
  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;
  padding: 17px 34px;
}
.c-store-list-form__group:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-store-list-form__group {
    padding: 17px 15px 14px;
  }
}
.c-store-list-form__group:not(:last-child)::after {
  position: absolute;
  content: "";
  width: calc(100% - 52px);
  height: 1px;
  background: #C3C3C3;
  left: 26px;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .c-store-list-form__group:not(:last-child)::after {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.c-store-list-form__title {
  padding-right: 24px;
}
@media screen and (min-width: 1025px) {
  .c-store-list-form__title {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .c-store-list-form__title {
    width: 69.5%;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .c-store-list-form__userid {
    width: 98px;
    margin-left: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-store-list-form__userid {
    width: 89px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-store-list-form .c-button-wrap {
    margin-top: 5px;
    margin-left: auto;
    width: 168px;
  }
}

.c-movie-category-regist {
  min-height: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .c-movie-category-regist {
    margin-top: auto;
  }
}
@media screen and (min-width: 751px) {
  .c-movie-category-regist {
    position: absolute;
    right: 0;
    top: 0;
    width: 42.5%;
    height: 100%;
    z-index: 1;
    padding-top: 59px;
  }
}
@media (max-width: 1280px) and (min-width: 751px) {
  .c-movie-category-regist {
    position: absolute;
    max-width: 540px;
  }
}
.c-movie-category-regist__inner {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .c-movie-category-regist__inner {
    padding: 70px 20px 90px;
    overflow-y: scroll;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-movie-category-regist__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .c-movie-category-regist__inner {
    padding: 8px 20px 28px 20px;
    height: auto;
  }
}
@media screen and (min-width: 993px) {
  .c-movie-category-regist__inner {
    padding: 70px 45px 90px;
  }
}
.c-movie-category-regist__item {
  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;
  border-bottom: 1px solid #ddd;
  padding-top: 12px;
  padding-bottom: 12px;
}
.c-movie-category-regist__name {
  font-size: 14px;
  line-height: 1.3571428571;
  color: #2C2C2C;
}
.c-movie-category-regist__name.-medium::before {
  display: inline-block;
  content: "-";
  margin-right: 4px;
  margin-left: 4px;
}

.c-session__title {
  font-size: 16px;
  font-weight: 700;
  color: #449dd9;
}
@media screen and (min-width: 751px) {
  .c-session__title {
    margin-left: 20px;
  }
}
.c-session__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: 20px;
}
@media screen and (max-width: 750px) {
  .c-session__chart-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .c-session__chart-wrapper::-webkit-scrollbar {
    height: 9px;
  }
}
@media screen and (max-width: 750px) {
  .c-session__chart-wrapper::-webkit-scrollbar-thumb {
    background: #DAECF8; /* スクロールバーの色 */
    border-radius: 50px;
  }
  .c-session__chart-wrapper::-webkit-scrollbar-track {
    background: #F5F7F8; /* スクロールバーの通り道の色 */
    border-radius: 50px;
  }
}
@media screen and (min-width: 751px) {
  .c-session__chart {
    width: 100%;
  }
  .c-session__chart canvas {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 750px) {
  .c-session__chart {
    display: inline-block;
    width: auto;
  }
  .c-session__chart canvas {
    display: block;
    width: 760px !important;
    height: auto !important;
  }
}
.c-session__pageview {
  margin: 34px auto 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 751px) {
  .c-session__pageview {
    width: calc(100% - 40px);
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-session__pageview {
    margin-top: 20px;
    padding-top: 10px;
  }
}
.c-session__pageview-title {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 700;
  color: #449dd9;
}
.c-session__pageview-num {
  font-family: "DIN 2014";
  font-size: 43px;
  line-height: 1.3023255814;
  color: #37435a;
}
.c-session__csv {
  margin: 45px 0;
}
@media screen and (min-width: 751px) {
  .c-session__csv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .c-session__csv {
    margin-top: 65px;
  }
}
.c-session__csv-title {
  font-size: 16px;
  font-weight: 700;
  color: #449dd9;
}
@media screen and (min-width: 751px) {
  .c-session__csv-title {
    margin-left: 20px;
  }
}
.c-session__csv-download {
  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;
  height: 42px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  font-family: YuGothic;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .c-session__csv-download {
    width: 171px;
    margin-left: 42px;
  }
}
@media screen and (max-width: 750px) {
  .c-session__csv-download {
    width: 100%;
    margin-top: 30px;
  }
}

.c-chart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .c-chart-button {
    margin-right: 20px;
  }
}
.c-chart-button__item {
  width: 59px;
  height: 22px;
  border: 1px solid #afafaf;
  border-radius: 15px;
  font-size: 14px;
}
.c-chart-button__item:not(:first-child) {
  margin-left: 7px;
}
.c-chart-button__item.-active {
  background: #449dd9;
  border: 1px solid #449dd9;
  color: #fff;
}

.c-pagination {
  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-top: 24px;
}
.c-pagination__item {
  margin-top: 8px;
  margin-left: 15px;
  cursor: pointer;
}
.c-pagination__link {
  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;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  font-size: 13px;
  line-height: 1;
}
.c-pagination__link.-current {
  background: #449dd9;
  color: #fff;
}
.c-pagination__link:hover {
  color: #fff;
  background: #449dd9;
  opacity: 1;
}

.dropdown-btn-container {
  position: relative;
}
.dropdown-btn-container .dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 272px;
  width: 17rem;
  height: 40px;
  height: 2.5rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 2px solid #afafaf;
  border-radius: 0.375rem;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
}
.dropdown-btn-container .dropdown-btn span {
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-btn-container .dropdown-btn svg {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  opacity: 0.5;
}
.dropdown-btn-container .select-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  width: 272px;
  width: 17rem;
}
.dropdown-btn-container .select-content .select-item {
  padding: 8px 12px;
  cursor: pointer;
}
.dropdown-btn-container .select-content .multi-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.dropdown-btn-container .select-content .select-item:hover {
  background-color: #f0f0f0;
}

.c-term-switch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 992px) {
  .c-term-switch-btn {
    margin-left: 0;
  }
}
.c-term-switch-btn .label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #909090;
  margin-left: 8px;
  margin-left: 0.5rem;
  word-break: keep-all;
}
.c-term-switch-btn .period-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 1240px) {
  .c-term-switch-btn .period-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .c-term-switch-btn .period-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .c-term-switch-btn .period-buttons.event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 1rem;
  }
}
.c-term-switch-btn .period-buttons .switch-btn {
  background-color: #f3f4f6;
  color: #37435A;
  padding: 4.8px 25.6px;
  padding: 0.3rem 1.6rem;
  border-radius: 1.2rem;
  font-size: inherit;
  border: 1px solid #afafaf;
  cursor: pointer;
  height: 32px;
  height: 2rem;
  text-align: center;
  word-break: keep-all;
}
.c-term-switch-btn .period-buttons .switch-btn.is-active {
  background-color: #449dd9;
  color: #fff;
  border: none;
}

.c-store-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .c-store-list-items {
    gap: 0.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-store-list-table {
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: scroll;
  scrollbar-color: #daecf8 #F5F7F8;
}
.c-store-list-table .table-descption-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: gray;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-store-list-table table,
.c-store-list-table td,
.c-store-list-table th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.c-store-list-table td,
.c-store-list-table th {
  padding: 1.3px;
  width: 64px;
  width: 4rem;
  height: auto;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.c-store-list-table th {
  background: #449dd9;
  text-align: center;
  color: #fff;
  border-color: #fff;
  padding: 6.4px;
  padding: 0.4rem;
}
.c-store-list-table th button {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .c-store-list-table th button {
    right: -40px;
  }
}
.c-store-list-table th button > svg {
  width: 16px !important;
  width: 1rem !important;
}
.c-store-list-table tr {
  color: #909090;
}
.c-store-list-table tr :nth-child(1) {
  width: 11%;
  min-width: 96px;
  min-width: 6rem;
}
.c-store-list-table tr td:nth-child(2), .c-store-list-table tr th:nth-child(2),
.c-store-list-table tr td:nth-child(3), .c-store-list-table tr th:nth-child(3) {
  width: 20%;
  max-width: 32px;
  max-width: 2rem;
  min-width: 224px;
  min-width: 14rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-store-list-table tr td:nth-child(2), .c-store-list-table tr th:nth-child(2),
  .c-store-list-table tr td:nth-child(3), .c-store-list-table tr th:nth-child(3) {
    min-width: 5.5rem;
  }
}
.c-store-list-table tr td:nth-child(2),
.c-store-list-table tr td:nth-child(3) {
  text-align: left;
  color: #449dd9;
}
.c-store-list-table tr td:nth-child(2),
.c-store-list-table tr th:nth-child(2) {
  left: 96px;
  left: 6rem;
}
@media screen and (max-width: 750px) {
  .c-store-list-table tr td:nth-child(2),
  .c-store-list-table tr th:nth-child(2) {
    left: 0;
  }
}
.c-store-list-table tr td:nth-child(3),
.c-store-list-table tr th:nth-child(3) {
  left: 320px;
  left: 20rem;
}
@media screen and (max-width: 750px) {
  .c-store-list-table tr td:nth-child(3),
  .c-store-list-table tr th:nth-child(3) {
    left: 0;
  }
}
.c-store-list-table td {
  text-align: right;
  padding: 4.8px 9.6px 4.8px 0;
  padding: 0.3rem 0.6rem 0.3rem 0;
}
.c-store-list-table td a {
  text-decoration: underline;
}
.c-store-list-table td.max-value {
  background-color: #ebe8cd;
}
.c-store-list-table td.min-value {
  background-color: #eaeaea;
}
.c-store-list-table td.min-value-clickable {
  background-color: #eaeaea;
  color: #449dd9;
  text-decoration: underline;
  cursor: pointer;
}
.c-store-list-table td.fixed_beside {
  background-color: #fff;
}
.c-store-list-table .fixed_beside {
  position: sticky;
  left: 0;
}
.c-store-list-table .fixed_beside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-store-list-table .fixed_beside {
    position: relative;
  }
}

.c-space-list-table {
  /* 列幅トグル用の基準（sticky無しでも活かす） */
  --page-col-min: 96px;
  --page-col-min: 6rem; /* ページ列の最小幅 */
  --title-col-min: 224px;
  --title-col-min: 14rem; /* タイトル列の最小幅 */
  margin-top: 3.2px;
  margin-top: 0.2rem;
  overflow-x: auto; /* 横スクロールはテーブル全体で */
  scrollbar-color: #daecf8 #F5F7F8;
  /* ★ stickyを使わないので collapse でOK（従来の境界表示を保つ） */
  /* ===== 固定列クラスは“幅指定だけ”に用途変更 ===== */
  /* 1列目: ページ（固定はしない。幅・装飾だけ） */
  /* 2列目: タイトル（固定しない） */
  /* 1列目: ページ（固定はしない。幅・装飾だけ） */
  /* 2列目: タイトル（固定しない） */
  /* 既存の“固定列”用指定は全部無効化 */
  /* ヘッダー側の固定列Z順も削除
  th.page-column { left: 0; z-index: 12; }
  th.title-column { left: var(--page-col-min); z-index: 12; }
  td.fixed_beside { z-index: 8; }
  */
  /* 3列目以降のデフォルト幅（任意） */
}
.c-space-list-table .table-descption-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: gray;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-space-list-table table {
  width: 100%;
  border-collapse: collapse;
  /* table-layoutは好み：セル幅を固定したいなら fixed にしてもOK
     table-layout: fixed; */
}
.c-space-list-table th,
.c-space-list-table td {
  border: 1px solid #dddddd;
  padding: 4.8px 9.6px;
  padding: 0.3rem 0.6rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right; /* 数値系は右寄せ */
  background-color: #fff; /* 見た目維持用。stickyは使わないがそのまま */
}
.c-space-list-table th {
  background: #449dd9;
  color: #fff;
  text-align: center;
  border-color: #fff;
  padding: 6.4px;
  padding: 0.4rem;
  /* ★ ここから sticky 系は全撤去
  position: sticky;
  top: 0;
  z-index: 10;
  */
}
.c-space-list-table th button {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .c-space-list-table th button {
    right: -40px;
  }
}
.c-space-list-table th button > svg {
  width: 48px !important;
  width: 3rem !important;
}
.c-space-list-table tr {
  color: #909090;
}
.c-space-list-table .page-column {
  /* left は削除。stickyもしない */
  min-width: var(--page-col-min);
  max-width: 160px;
  max-width: 10rem; /* JSトグルの初期状態と整合 */
  position: sticky;
}
.c-space-list-table .page-column a {
  text-decoration: underline;
}
.c-space-list-table .title-column {
  /* left は削除。stickyもしない */
  min-width: var(--title-col-min);
  max-width: 160px;
  max-width: 10rem; /* JSの .check-title でトグル */
  position: sticky;
}
.c-space-list-table td.page-column {
  text-align: left;
}
.c-space-list-table td.title-column {
  text-align: left;
}
.c-space-list-table .fixed_beside {
  /* position: sticky; などの指定はしない */
}
.c-space-list-table td:nth-child(n+3),
.c-space-list-table th:nth-child(n+3) {
  width: 64px;
  width: 4rem;
}

/* 既存の色ユーティリティはそのまま */
.col-blue {
  color: #449dd9;
}

.c-space-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .c-space-list-items {
    gap: 0.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-common-list-table {
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  overflow-x: scroll;
  scrollbar-color: #daecf8 #F5F7F8;
}
.c-common-list-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.c-common-list-table::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.c-common-list-table table,
.c-common-list-table td,
.c-common-list-table th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.c-common-list-table td,
.c-common-list-table th {
  padding: 1.3px;
  height: auto;
  font-size: 16px;
  font-size: 1rem;
}
.c-common-list-table th {
  background: #449dd9;
  text-align: center;
  color: #fff;
  border-color: #fff;
  padding: 6.4px;
  padding: 0.4rem;
}
.c-common-list-table tr {
  color: #909090;
}
.c-common-list-table td {
  text-align: left;
  padding: 4.8px 9.6px 4.8px 16px;
  padding: 0.3rem 0.6rem 0.3rem 1rem;
}
.c-common-list-table td:first-child {
  padding: 4.8px 9.6px 4.8px 32px;
  padding: 0.3rem 0.6rem 0.3rem 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .c-common-list-table td:first-child {
    padding: 0.3rem 0.6rem 0.3rem 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .c-common-list-table td {
    white-space: nowrap;
  }
}
.c-common-list-table td a {
  text-decoration: underline;
  color: #449dd9;
  font-weight: 700;
}

.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}

.popup__container {
  width: 70%;
  /* 高さを固定したい場合は height: 60%; のままでもOKですが、  
     中身が多いとスクロールしないので、max-heightを推奨 */
  max-height: 80%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 32px;
  padding: 2rem;
  /* ▼ポイント：ここでスクロールを有効にする */
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 750px) {
  .popup__container {
    width: 90%;
    padding: 4rem 1.3rem 2rem;
  }
}

.popup__container h2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #37435A;
  font-size: 20.8px;
  font-size: 1.3rem;
  border-bottom: 2px solid rgba(112, 112, 112, .4823529412);
  padding-bottom: 22.4px;
  padding-bottom: 1.4rem;
  word-break: keep-all;
  line-height: 150%;
}
@media screen and (max-width: 750px) {
  .popup__container h2 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}

.popup__container .popup__text {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #37435a;
}

.popup__container .popup__text__a {
  color: #449dd9;
  cursor: pointer;
  text-decoration: underline;
}

.popup__container table,
.popup__container th,
.popup__container td {
  border: 1px solid rgba(112, 112, 112, .4823529412);
  border-collapse: collapse;
}

.popup__container th,
.popup__container td {
  padding-block: 12.8px;
  padding-block: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .popup__container th,
  .popup__container td {
    padding-block: 0.5rem;
  }
}

.popup__container table {
  width: 100%;
}

.popup__container th {
  background-color: #449dd9;
  color: white;
}
.popup__container th:nth-child(2) {
  border-inline: solid 2px white;
}
@media screen and (max-width: 750px) {
  .popup__container th {
    font-size: 0.9rem;
  }
}

.popup__container td {
  color: #449dd9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}
.popup__container td:first-child {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.popup__container td:last-child > a {
  display: inline-block;
  width: 62.5%;
  background: #449dd9;
  border-radius: 8px;
  padding-block: 6.4px;
  padding-block: 0.4rem;
  color: white;
  font-weight: 700;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .popup__container td:last-child > a {
    width: 90%;
    border-radius: 2px;
    padding-block: 0.3rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .popup__container td {
    font-size: 0.8rem;
  }
  .popup__container td:first-child {
    padding-left: 0.5rem;
  }
}

.popup__close {
  position: absolute;
  top: 32px;
  top: 2rem;
  right: 32px;
  right: 2rem;
  color: #707070;
  text-decoration: none;
  font-size: 48px;
  font-size: 3rem;
  line-height: 16px;
  line-height: 1rem;
  cursor: pointer; /* クリック感を出す */
}
@media screen and (max-width: 750px) {
  .popup__close {
    right: 0.5rem;
    top: 1.5rem;
  }
}

.c-alignment__container {
  width: 176px;
  width: 11rem;
  padding: 11.2px 12px;
  padding: 0.7rem 0.75rem;
  cursor: pointer;
  color: white;
  border-radius: 6px;
  margin-top: 16px;
  margin-top: 1rem;
  display: none;
}
.c-alignment__container .c-alignment__text {
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.c-alignment__container.alignment-done {
  background-color: #449dd9;
}
.c-alignment__container.alignment-yet {
  background-color: #afafaf;
}
.c-alignment__container.is-active {
  display: block;
}

.c-event-list-table {
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: scroll;
  scrollbar-color: #daecf8 #F5F7F8;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.c-event-list-table .table-descption-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: gray;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-event-list-table .table-link {
  text-align: left;
  color: #449dd9;
}
.c-event-list-table table,
.c-event-list-table td,
.c-event-list-table th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.c-event-list-table td,
.c-event-list-table th {
  padding: 1.3px;
  width: 128px;
  width: 8rem;
  height: auto;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.c-event-list-table th {
  background: #449dd9;
  text-align: center;
  color: #fff;
  border-color: #fff;
  padding: 6.4px;
  padding: 0.4rem;
  min-width: 105px;
}
.c-event-list-table th button {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .c-event-list-table th button {
    right: -40px;
  }
}
.c-event-list-table th button > svg {
  width: 16px !important;
  width: 1rem !important;
}
.c-event-list-table tr {
  color: #909090;
}
.c-event-list-table td {
  text-align: right;
  padding: 4.8px 9.6px 4.8px 8px;
  padding: 0.3rem 0.6rem 0.3rem 0.5rem;
}
.c-event-list-table td a {
  text-decoration: underline;
}
.c-event-list-table td.fixed_beside {
  background-color: #fff;
}
.c-event-list-table td.min-value {
  background-color: #eaeaea;
}
.c-event-list-table td.min-value-clickable {
  background-color: #eaeaea;
  color: #449dd9;
  text-decoration: underline;
  cursor: pointer;
}
.c-event-list-table .fixed_beside {
  position: sticky;
  left: 0;
  word-wrap: break-word;
  max-width: 150px;
}
.c-event-list-table .fixed_beside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-event-list-table .fixed_beside {
    position: relative;
    left: 0 !important;
  }
}
.c-event-list-table .fixed_beside.page {
  left: 0;
  z-index: 3;
}
.c-event-list-table .fixed_beside.url {
  left: 0;
  width: 150px;
  z-index: 2;
  min-width: 150px;
}
.c-event-list-table .fixed_beside.title {
  left: 150px;
  width: 200px;
  z-index: 2;
  white-space: nowrap;
  overflow: scroll;
}

/* グループ内部リンク：テーブル */
.c-group-links-table {
  /* 固定列幅（必要に応じて調整） */
  --w-no: 34px; /* NO 列 */
  --w-keyword: 135px; /* キーワード */
  --w-url: 135px; /* URL */
  --w-clicks: 90px; /* クリック数 */
  --w-impr: 110px; /* 表示回数 */
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: auto;
  scrollbar-color: #daecf8 #F5F7F8;
  /* ヘッダーを上部固定 */
  /* ヘッダー内のボタン */
  /* 左5列固定共通（NO/キーワード/URL/クリック/表示） */
  /* 交差セル（ヘッダーかつ固定列）は最前面 */
  /* 通常セルの基本層（重なり負け防止） */
  /* 行共通の色 */
  /* 列幅・テキスト寄せ（2=キーワード, 3=URL） */
  /* 左固定列のオフセット（th/td 共通） */
  /* 1列目: NO */
  /* 2列目: キーワード */
  /* 3列目: URL */
  /* 4列目: クリック数 */
  /* 5列目: 表示回数 */
  /* 固定列の最小幅 */
  /* レスポンシブ（必要なら固定解除や幅再調整） */
  /* 状態色 */
}
.c-group-links-table table {
  width: 100%;
  max-width: 939px;
  /* ← 重要：stickyのz-indexが効くように */
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dddddd;
  background: #fff;
}
.c-group-links-table th,
.c-group-links-table td {
  border: 1px solid #dddddd;
  padding: 4.8px 9.6px;
  padding: 0.3rem 0.6rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.6;
  height: auto;
  min-width: 30px;
  background: #fff;
}
.c-group-links-table thead th {
  position: sticky;
  top: 0;
  z-index: 20; /* 通常ヘッダー層 */
  background: #fff;
  color: #909090;
  text-align: center;
  padding: 6.4px;
  padding: 0.4rem;
  -webkit-box-shadow: 0 1px 0 #ddd, 0 2px 6px rgba(0, 0, 0, .06);
          box-shadow: 0 1px 0 #ddd, 0 2px 6px rgba(0, 0, 0, .06);
}
.c-group-links-table th button {
  position: absolute;
  right: 5px;
}
@media screen and (max-width: 750px) {
  .c-group-links-table th button {
    right: 0;
  }
}
.c-group-links-table th button > svg {
  width: 16px !important;
  width: 1rem !important;
}
.c-group-links-table .fixed_beside {
  position: sticky;
  left: 0;
  z-index: 10; /* ボディ固定列の層 */
  /* 固定列の右端に白縁＋薄影で段差を消す */
  -webkit-box-shadow: 2px 0 0 #fff, 3px 0 6px rgba(0, 0, 0, .06);
          box-shadow: 2px 0 0 #fff, 3px 0 6px rgba(0, 0, 0, .06);
}
@media screen and (max-width: 750px) {
  .c-group-links-table .fixed_beside {
    position: relative;
    left: 0; /* モバイルで固定解除する場合は相対配置 */
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-group-links-table thead th.fixed_beside {
  z-index: 30;
  background: #0C79C3;
  color: #fff;
  -webkit-box-shadow: 2px 0 0 #fff, 3px 0 6px rgba(0, 0, 0, .06), 0 1px 0 #ddd, 0 2px 6px rgba(0, 0, 0, .06);
          box-shadow: 2px 0 0 #fff, 3px 0 6px rgba(0, 0, 0, .06), 0 1px 0 #ddd, 0 2px 6px rgba(0, 0, 0, .06);
}
.c-group-links-table tbody td {
  position: relative;
  z-index: 1;
  text-align: right;
}
.c-group-links-table tbody td a {
  color: #449dd9;
  text-decoration: underline;
  word-break: break-all;
}
.c-group-links-table tbody td.max-value {
  background-color: #ebe8cd;
}
.c-group-links-table tbody td.min-value {
  background-color: #eaeaea;
}
.c-group-links-table tbody td.min-value-clickable {
  background-color: #eaeaea;
  color: #449dd9;
  text-decoration: underline;
  cursor: pointer;
}
.c-group-links-table tbody tr {
  color: #909090;
}
.c-group-links-table td:nth-child(2), .c-group-links-table th:nth-child(2),
.c-group-links-table td:nth-child(3), .c-group-links-table th:nth-child(3) {
  max-width: 32px;
  max-width: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-group-links-table td:nth-child(2), .c-group-links-table td:nth-child(3) {
  text-align: left;
  color: #449dd9;
}
.c-group-links-table th.fixed_beside:nth-child(1),
.c-group-links-table td.fixed_beside:nth-child(1) {
  left: 0;
}
.c-group-links-table th.fixed_beside:nth-child(2),
.c-group-links-table td.fixed_beside:nth-child(2) {
  left: var(--w-no);
}
.c-group-links-table th.fixed_beside:nth-child(3),
.c-group-links-table td.fixed_beside:nth-child(3) {
  left: calc(var(--w-no) + var(--w-keyword));
}
.c-group-links-table th.fixed_beside:nth-child(4),
.c-group-links-table td.fixed_beside:nth-child(4) {
  left: calc(var(--w-no) + var(--w-keyword) + var(--w-url));
}
.c-group-links-table th.fixed_beside:nth-child(5),
.c-group-links-table td.fixed_beside:nth-child(5) {
  left: calc(var(--w-no) + var(--w-keyword) + var(--w-url) + var(--w-clicks));
}
.c-group-links-table th:nth-child(1), .c-group-links-table td:nth-child(1) {
  min-width: var(--w-no);
}
.c-group-links-table th:nth-child(2), .c-group-links-table td:nth-child(2) {
  min-width: var(--w-keyword);
}
.c-group-links-table th:nth-child(3), .c-group-links-table td:nth-child(3) {
  min-width: var(--w-url);
}
.c-group-links-table th:nth-child(4), .c-group-links-table td:nth-child(4) {
  min-width: var(--w-clicks);
}
.c-group-links-table th:nth-child(5), .c-group-links-table td:nth-child(5) {
  min-width: var(--w-impr);
}
@media screen and (max-width: 750px) {
  .c-group-links-table {
    /* 例：スマホで固定解除したいなら以下有効化
    .fixed_beside {
      position: relative;
      left: 0 !important;
      z-index: 1 !important;
      background: #fff;
      color: #909090;
    }
    thead th.fixed_beside {
      background: #fff;
      color: #909090;
      box-shadow: 0 1px 0 #ddd, 0 2px 6px rgba(0,0,0,.06);
    }
    */
    /* キーワード列の推奨最小幅（既存踏襲） */
  }
  .c-group-links-table th:nth-child(2), .c-group-links-table td:nth-child(2) {
    min-width: 6.5rem;
  }
}
.c-group-links-table .bg-gray {
  background: #AFAFAF;
}
.c-group-links-table .checked {
  background: #449DD9;
  position: relative;
}
.c-group-links-table .checked::before {
  content: "✓";
  position: absolute;
  top: 70%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
}

/* 既存ベース（そのまま流用） */
.c-report-list-table {
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: scroll;
  scrollbar-color: #daecf8 #F5F7F8;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.c-report-list-table .table-descption-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: gray;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-report-list-table .table-link {
  text-align: left;
  color: #449dd9;
}
.c-report-list-table table,
.c-report-list-table td,
.c-report-list-table th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.c-report-list-table td,
.c-report-list-table th {
  padding: 1.3px;
  width: 128px;
  width: 8rem;
  height: auto;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.c-report-list-table th {
  background: #449dd9;
  text-align: center;
  color: #fff;
  border-color: #fff;
  padding: 6.4px;
  padding: 0.4rem;
  min-width: 105px;
}
.c-report-list-table th button {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .c-report-list-table th button {
    right: -40px;
  }
}
.c-report-list-table th button > svg {
  width: 16px !important;
  width: 1rem !important;
}
.c-report-list-table tr {
  color: #909090;
}
.c-report-list-table td {
  text-align: right;
  padding: 4.8px 9.6px 4.8px 8px;
  padding: 0.3rem 0.6rem 0.3rem 0.5rem;
}
.c-report-list-table td a {
  text-decoration: underline;
}
.c-report-list-table td.fixed_beside {
  background-color: #fff;
}
.c-report-list-table td.min-value {
  background-color: #eaeaea;
}
.c-report-list-table td.min-value-clickable {
  background-color: #eaeaea;
  color: #449dd9;
  text-decoration: underline;
  cursor: pointer;
}
.c-report-list-table .fixed_beside {
  position: sticky;
  left: 0;
  word-wrap: break-word;
  max-width: 150px;
}
.c-report-list-table .fixed_beside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-report-list-table .fixed_beside {
    position: relative;
    left: 0 !important;
  }
}
.c-report-list-table .fixed_beside.page {
  left: 0;
  z-index: 3;
}
.c-report-list-table .fixed_beside.url {
  left: 0;
  width: 150px;
  z-index: 2;
  min-width: 150px;
}
.c-report-list-table .fixed_beside.title {
  left: 150px;
  width: 200px;
  z-index: 2;
  white-space: nowrap;
  overflow: scroll;
}

/* ===== KPIページ用の追加 ===== */
.kpi-controls {
  margin: 8px 0 12px;
}
.kpi-controls .switch-btn {
  margin-right: 6.4px;
  margin-right: 0.4rem;
}

.kpi-container {
  width: 100%;
}

.kpi-block {
  margin-top: 28px;
}
.kpi-block .kpi-title {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.kpi-block .kpi-table-wrap {
  margin-bottom: 12px;
}
.kpi-block .kpi-table-wrap .summary-table {
  width: 100%;
  table-layout: fixed;
}
.kpi-block .kpi-table-wrap .summary-table th, .kpi-block .kpi-table-wrap .summary-table td {
  padding: 6px;
}
.kpi-block .kpi-table-wrap .summary-table th {
  background: #449dd9;
  color: #fff;
}
.kpi-block .kpi-chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .kpi-block .kpi-chart-grid {
    grid-template-columns: 1fr;
  }
}
.kpi-block .kpi-chart-grid .kpi-chart-card {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 8px 10px;
}
.kpi-block .kpi-chart-grid .kpi-chart-card h4 {
  margin: 0 0 8px;
  font-size: 15.2px;
  font-size: 0.95rem;
  color: #909090;
}
.kpi-block .kpi-chart-grid .kpi-chart-card canvas {
  width: 100% !important;
  height: 220px !important;
}

@media screen and (min-width: 751px) {
  .p-login {
    margin: 125px auto 0;
    padding: 42px 64px 51px;
    width: 724px;
    height: 410px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
  }
}
@media screen and (max-width: 750px) {
  .p-login {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: 100%;
  }
}
.p-login__title {
  font-weight: 700;
  color: #449dd9;
}
@media screen and (min-width: 751px) {
  .p-login__title {
    font-size: 26px;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 750px) {
  .p-login__title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4166666667;
  }
}
.p-login__footer {
  height: 42px;
}
@media screen and (min-width: 751px) {
  .p-login__footer {
    width: 171px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  .p-login__footer {
    margin-top: 26px;
  }
}
.p-login__button {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#208bd3), color-stop(0%, #1f88cf), to(#0075c3));
  background: linear-gradient(#208bd3 0%, #1f88cf 0%, #0075c3 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  text-align: center;
}

.p-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-top .container .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 0.75rem);
          flex: 0 1 calc(25% - 0.75rem);
  padding: 16px;
  padding: 1rem;
  border-radius: 1rem;
  background: #208bd3;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .container .item:hover {
  background: rgb(27, 119, 180);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
          box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}
.p-top .container .item.has-submenu::after {
  content: "▼";
  position: absolute;
  top: 16px;
  top: 1rem;
  right: 16px;
  right: 1rem;
  font-size: 0.8em;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-top .container .item.open.has-submenu::after {
  content: "▼";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top .container .item .submenu {
  display: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
          box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
  padding: 8px 0;
  padding: 0.5rem 0;
}
.p-top .container .item .submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.p-top .container .item .submenu li a {
  display: block;
  padding: 12.8px 16px;
  padding: 0.8rem 1rem;
  margin: 0 8px;
  margin: 0 0.5rem;
  color: #208bd3;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-top .container .item .submenu li a:hover {
  background: #d0e8ff;
  color: #105b8a;
  -webkit-box-shadow: inset 0 0 0 1px #208bd3;
          box-shadow: inset 0 0 0 1px #208bd3;
}
.p-top .container .item.open .submenu {
  display: block;
}

@media (max-width: 768px) {
  .p-top .container .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.5rem);
            flex: 0 1 calc(50% - 0.5rem);
  }
}
.p-movie-category-regist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p-movie-category-regist .l-inner {
    width: 42.5%;
  }
}
.p-movie-category-regist__header {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .p-movie-category-regist__button {
    max-width: 280px;
    margin-left: auto;
  }
}

/* リライトKW優先管理（13列） */
.p-query-priority__table {
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  /* 幅配分（%で常に1画面内へ） */
  /* 種別 */
  /* URL   */
  /* タイトル */
  /* KW    */
  /* 数値9列 合計35% → 各 3.89%（誤差OK） */
  /* ▼ TH は一旦ブルー統一（c-store-list-table と同トーン） */
  /* 行ホバー／上位ハイライト */
  /* 差分の符号色 */
  /* URL一行省略 */
  /* 単色バッジ */
}
.p-query-priority__table .pqp-note {
  margin: 0 0 8px;
  font-size: 12px;
  color: #4b5b6b;
}
.p-query-priority__table table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: fixed; /* 幅固定で収める */
  background: #fff;
  font-size: 13px;
  border: 1px solid #8aa1b8;
  border-radius: 6px;
  overflow: hidden;
}
.p-query-priority__table thead th:nth-child(1) {
  width: 7%;
}
.p-query-priority__table thead th:nth-child(2) {
  width: 10%;
}
.p-query-priority__table thead th:nth-child(3) {
  width: 10%;
}
.p-query-priority__table thead th:nth-child(4) {
  width: 10%;
}
.p-query-priority__table thead th:nth-child(n+5):nth-child(-n+13) {
  width: 3.89%;
}
.p-query-priority__table thead th, .p-query-priority__table tbody td {
  border-right: 1px solid #9bb0c6;
}
.p-query-priority__table thead th:last-child, .p-query-priority__table tbody td:last-child {
  border-right: none;
}
.p-query-priority__table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #449dd9; /* 統一色 */
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  padding: 6.4px;
  padding: 0.4rem; /* 既存テーブルと合わせる */
  border-bottom: 2px solid #449dd9; /* 下線も同色でまとめる */
  text-align: center;
  white-space: nowrap;
  border-right-color: #fff; /* 罫線は白寄りに */
}
.p-query-priority__table tbody td {
  padding: 8px 10px;
  background: #fff;
  border-bottom: 1px solid #9fb4cb;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
}
.p-query-priority__table tbody td.num {
  text-align: right;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  white-space: normal;
}
.p-query-priority__table tr.kw-top td.col-data {
  background: #ffe9b8 !important;
}
.p-query-priority__table td.diff.pos {
  color: #cf2e0c;
}
.p-query-priority__table td.diff.neg {
  color: #0f7a2e;
}
.p-query-priority__table td.diff.zero {
  color: #333;
}
.p-query-priority__table .cell-url .cell-url__a {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #1a73e8;
}
.p-query-priority__table .cell-title, .p-query-priority__table .cell-kw {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.p-query-priority__table .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 6px 4px;
}
.p-query-priority__table .badge {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.52px 7.2px;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  color: #0b3a5b;
  background: #e6f3fb;
  border: 1px solid #cfe8f8;
}

/* レポート切替（そのまま） */
.c-report-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.c-report-switch .label {
  font-weight: 700;
  line-height: 35.2px;
  line-height: 2.2rem;
}

/* 既存ドロップダウンの位置補正 */
.c-store-list-items .dropdown-btn-container .select-content {
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  z-index: 2000 !important;
}

/* モバイル微調整 */
@media (max-width: 960px) {
  .p-query-priority__table table {
    font-size: 12.5px;
  }
  /* 必要ならテキスト列をさらに圧縮 */
}
/* === THだけブロック色分け（前月/12m/差分）=== */
/* 必要なら色はここで調整 */
.p-query-priority__table {
  /* 前月：5–7列 */
  /* 12m：8–10列 */
  /* 差分：11–13列 */
}
.p-query-priority__table thead tr > th:nth-child(5),
.p-query-priority__table thead tr > th:nth-child(6),
.p-query-priority__table thead tr > th:nth-child(7) {
  background: #cc0000 !important; /* 背景だけ上書き */
}
.p-query-priority__table thead tr > th:nth-child(8),
.p-query-priority__table thead tr > th:nth-child(9),
.p-query-priority__table thead tr > th:nth-child(10) {
  background: #6aa84f !important;
}
.p-query-priority__table thead tr > th:nth-child(11),
.p-query-priority__table thead tr > th:nth-child(12),
.p-query-priority__table thead tr > th:nth-child(13) {
  background: #f1c232 !important;
}

.p-store-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.p-store-list__form-group {
  margin-top: 0;
}
.p-store-list__input {
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-store-list__button {
  margin-left: 15px;
}
.p-store-list__button-wrap {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-store-list .c-button02 {
    height: 25px;
  }
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-mauto {
  margin-right: auto;
  margin-left: auto;
}

.u-mb30 {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .u-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .u-smt40 {
    margin-top: 40px;
  }
}

.u-pr {
  position: relative;
}

.u-oh {
  overflow: hidden;
}

.u-error_message {
  margin-top: 5px;
  color: red;
}

.text-cation-va {
  margin-top: 5px;
  font-size: 14px;
}

/* ローディングオーバーレイのスタイル */
.loading-overlay {
  position: fixed;
  z-index: 999999; /* 画面最前面に表示 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, .5); /* 半透明の黒背景で覆う */
  pointer-events: auto; /* この要素上はポインタを受け取り */
}

/* 背景下の要素をクリック不可にするための工夫 */
body.loading-overlay-active > *:not(.loading-overlay) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ローディングアイコンの例 */
.spinner {
  width: 80px;
  height: 80px;
  border: 8px solid #ccc;
  border-top: 8px solid #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  background-color: white;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.button_wrapper_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}

.button_text {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 3.2px;
  margin-bottom: 0.2rem;
}

.rewrite_form {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
