/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*
Eric Meyer's CSS Reset
<a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank" rel="noreferrer" style="cursor:help;display:inline !important;">http://meyerweb.com/eric/tools/css/reset/</a>
v1.0 | 20080212
CSSresetr.com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=0' in the markup */

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

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

body {
  font-size: 13px;
  color: #222;
  line-height: normal;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:active {
  color: #222;
}

@media screen and (max-width: 979px) {
  a:active {
    position: relative;
    top: 2px;
  }
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
}

ol {
  list-style: decimal inside;
}

button {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  padding: 8px;
  border: solid 4px #ddd;
  border-radius: 0;
  font-size: 15px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: text-bottom;
}

/*input[type=submit] {
  @include brightOnHover;

  -webkit-appearance: none;
  border-radius: 0;

  display: inline-block;
  padding: 10px 15px;
  border: solid 2px #222;
  background-color: $colProceed;

  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}*/

p {
  line-height: 1.75;
}

@media screen and (min-width: 980px) {
  p {
    font-size: 15px;
  }
}

table th,
table td {
  padding: 5px;
}

table th {
  text-align: left;
}

table td {
  padding-left: 10px;
}

header {
  display: -webkit-box;
  display: flex;
}

header a {
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  header {
    padding: 20px 25px 6px;
    position: relative;
    z-index: 100;
  }

  header .logo {
    margin-right: 45px;
  }

  header a:hover {
    -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
            filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
  }
}

@media screen and (max-width: 979px) {
  header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 20px 15px 0;
    background: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  header .logo {
    width: 225px;
    max-width: calc(100vw - 135px);
    margin-bottom: 0;
  }

  header a:active {
    position: relative;
    top: 4px;
  }
}

@media screen and (min-width: 980px) {
  footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 30px;
    font-size: 13px;
  }

  footer .pages {
    display: -webkit-box;
    display: flex;
    font-size: 12px;
  }

  footer .pages li {
    margin-left: 20px;
  }

  footer a:link,
  footer a:visited,
  footer a:active {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
  }
}

@media screen and (max-width: 979px) {
  footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    padding: 18px 0;
    font-size: 11px;
  }

  footer .pages {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    margin-bottom: 18px;
  }

  footer .copyright {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .mod-nav-sp {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .mod-nav-sp {
    padding-top: 5px;
    display: -webkit-box;
    display: flex;
  }

  .mod-nav-sp li {
    margin-left: 15px;
  }

  .mod-nav-sp li:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 980px) {
  .mod-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 979px) {
  .mod-nav {
    position: fixed;
    top: 0;
    right: -180px;
    width: 180px;
    height: 100vh;
    border-left: solid 2px #000;
    background-color: #ffffff;
    z-index: 100;
    -webkit-transition: .25s right;
    transition: .25s right;
    padding: 27px 15px 27px 19px;
  }

  .mod-nav.open {
    right: 0;
  }
}

@media screen and (min-width: 980px) {
  .mod-nav-function {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .mod-nav-function {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-bottom: 28px;
  }

  .mod-nav-function li {
    margin-left: 15px;
  }

  .mod-nav-function li:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 980px) {
  .mod-nav-pages {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding-top: 20px;
  }

  .mod-nav-pages li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 979px) {
  .mod-nav-pages {
    margin-bottom: 25px;
  }

  .mod-nav-pages li {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 980px) {
  .mod-nav-system {
    display: -webkit-box;
    display: flex;
    padding: 14px;
  }

  .mod-nav-system > li {
    margin-left: 20px;
  }

  .mod-nav-system .parent {
    position: relative;
  }

  .mod-nav-system .parent:hover .children {
    height: 100px;
  }

  .mod-nav-system .children {
    width: 100%;
    min-width: 120px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .25s all;
    transition: .25s all;
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 8px;
  }

  .mod-nav-system .children li {
    padding: 3px 0;
  }
}

@media screen and (max-width: 979px) {
  .mod-nav-system li {
    margin-bottom: 25px;
  }
}

.mod-nav-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-size: 13px;
  padding: 0 30px;
}

.mod-nav-bottom li {
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #app {
    padding-top: 85px;
  }
}

@media screen and (min-width: 980px) {
  main {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .main-index {
    margin-top: 20px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 979px) {
  .main-index {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 980px) {
  .main-static {
    padding-top: 43px;
  }
}

@media screen and (min-width: 980px) {
  .sec-common {
    padding: 46px 0 66px;
  }
}

@media screen and (max-width: 979px) {
  .sec-common {
    padding: 29px 0;
  }
}

.sec-content {
  background: #e8f9ed;
}

.main-middle {
  max-width: 800px;
}

.main-user {
  max-width: 500px;
  margin: 0 auto;
}

.main-user input[type=text],
.main-user input[type=email],
.main-user input[type=password] {
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 980px) {
  .w-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 979px) {
  .w-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 980px) {
  .w-thin {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 979px) {
  .w-thin {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb4 {
  margin-bottom: 4em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 979px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-sp {
    display: none;
  }
}

.u-pointer {
  cursor: pointer;
}

.h-common::after {
  content: attr(data-jp);
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
}

@media screen and (min-width: 980px) {
  .h-common {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 979px) {
  .h-common {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

.btn-common,
.btn-proceed,
.btn-proceed-s,
.btn-negative {
  display: inline-block;
  border: solid 2px #222;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-common:hover,
.btn-proceed:hover,
.btn-proceed-s:hover,
.btn-negative:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.btn-proceed,
.btn-proceed-s {
  background-color: #FF9918;
}

.btn-proceed-s {
  padding: 8px 14px;
  font-size: 12px;
}

.btn-negative {
  background-color: #DDDDDD;
}

.audio-play {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/btn-play.svg) 100%/cover;
  vertical-align: middle;
  cursor: pointer;
}

.audio-play:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.audio-play.playing {
  background: url(/image/btn-pause.svg) 100%/cover;
}

.btn-add2cart {
  display: inline-block;
  min-width: 100px;
  padding: 3px 8px;
  background-color: #33C0EF;
  border: solid 3px #222;
  border-radius: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.btn-add2cart:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.btn-add2cart::before {
  content: url("/image/ico-cart.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.btn-remove-cart {
  cursor: pointer;
}

.btn-remove-cart:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

@media screen and (min-width: 980px) {
  .btn-remove-cart {
    padding: 10px 15px;
  }
}

.btn-cart-clear {
  display: inline-block;
  border: solid 2px #222;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 12px;
  background-color: #ddd;
}

.btn-cart-clear:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.btn-checkout {
  display: inline-block;
  border: solid 2px #222;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 12px;
  background-color: #FF9918;
}

.btn-checkout:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.btn-dl,
.btn-dl-inline {
  background-color: #fff;
}

.btn-dl .size,
.btn-dl-inline .size {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}

@media screen and (min-width: 980px) {
  .btn-dl,
  .btn-dl-inline {
    border: solid 3px #000;
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 1px 7px;
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    display: block;
    line-height: 26px;
  }

  .btn-dl:hover:hover,
  .btn-dl-inline:hover:hover {
    -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
            filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
  }

  .btn-dl:before,
  .btn-dl-inline:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/image/ico-download.svg);
    background-size: cover;
    position: relative;
    top: 4px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 979px) {
  .btn-dl,
  .btn-dl-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 130px;
    height: 26px;
    border: solid 2px #000;
    border-radius: 1px;
    margin-right: 10px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000 !important;
  }

  .btn-dl:before,
  .btn-dl-inline:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/image/ico-download.svg);
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 1px;
  }
}

.btn-dl-inline {
  display: inline-block;
}

.u-bullet::before {
  content: "";
  display: inline-block;
  border: solid 3px #222;
  border-radius: 16px;
  padding: 2px;
  margin-right: 5px;
}

.badge-capsule {
  display: inline-block;
  width: 44px;
  height: 27px;
  border: solid 2px #222;
  border-radius: 44px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 23px;
  background-color: #86D690;
}

.badge-capsule.times-2 {
  background-color: yellow;
}

.badge-capsule.times-1 {
  background-color: red;
}

.badge-capsule.times-0 {
  background-color: #999;
}

.mod-submit {
  padding: .5em 0;
}

.mod-notice-purchased {
  padding-bottom: 3em;
}

.invalid-feedback {
  font-size: 12px;
  color: crimson;
}

.is-invalid {
  border-color: crimson !important;
}

.form-notice {
  font-size: 11px;
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.form-check-label {
  border-radius: 3px;
  padding: 5px 0;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.form-check-label:hover {
  background-color: #f3f3f3;
}

.form-forget-password {
  font-size: 12px;
  text-align: right;
  margin-top: 3em;
}

.mod-notify {
  position: fixed;
  width: 300px;
  padding: 5px 10px;
  border-radius: 0 0 6px 6px;
  background-color: #189A78;
  color: #fff;
  text-align: center;
  top: -100px;
  left: calc(50% - 150px);
  -webkit-transition: top .25s;
  transition: top .25s;
  z-index: 1000;
}

.mod-notify.show {
  top: 0;
}

.mod-message,
.mod-message-global {
  font-size: 14px;
  margin-bottom: 1em;
  padding: 10px;
  border-radius: 4px;
}

.mod-message.alert,
.alert.mod-message-global {
  background-color: lightpink;
}

.mod-message.proceed,
.proceed.mod-message-global {
  background-color: #FF9918;
}

.mod-message.success,
.success.mod-message-global {
  background-color: #68DA88;
}

.mod-message-global {
  text-align: center;
  font-weight: bold;
}

.txt-sub {
  color: #666;
  font-size: 12px;
}

.js-price-list {
  display: inline-block;
}

.js-price-list li {
  display: none;
}

.js-price-list .show {
  display: inline-block;
}

.js-price-sub {
  display: none;
}

.label {
  display: inline-block;
  border-radius: 4px;
  padding: 3px 10px;
  background-color: #eee;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
}

.pagination li {
  margin: 0 10px;
}

.pagination .active {
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .pagination {
    padding-top: 50px;
  }
}

@media screen and (max-width: 979px) {
  .pagination {
    padding: 20px 0 40px;
  }
}

.mod-items a {
  display: block;
  text-decoration: none;
}

.mod-items a:hover h2 {
  text-decoration: underline;
}

.mod-items a:hover .cover-image {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

@media screen and (min-width: 980px) {
  .mod-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 248px);
    margin: 0 auto;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .mod-items .item {
    width: 248px;
    padding: 50px 15px 0;
  }
}

@media screen and (max-width: 979px) {
  .mod-items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }

  .mod-items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mod-items-item h2 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.mod-items-item .cover-image {
  border: solid 4px #fff;
}

.mod-items-item .title {
  margin-bottom: 2px;
}

.mod-items-item .artist {
  margin-bottom: 4px;
}

.mod-items-item .status {
  display: -webkit-box;
  display: flex;
}

.mod-items-item .status li {
  margin-left: 6px;
}

.mod-items-item .status li:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 980px) {
  .mod-items-item {
    width: 220px;
  }

  .mod-items-item .cover {
    height: 218px;
    margin-bottom: 5px;
    background: #f6f6f6;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .mod-items-item .cover-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: solid 4px #fff;
  }
}

@media screen and (max-width: 979px) {
  .mod-items-item {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 128px 1fr;
  }

  .mod-items-item .cover {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
  }

  .mod-items-item .cover-image {
    width: 100%;
    height: auto;
  }

  .mod-items-item .title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-left: 20px;
    margin-bottom: 3px;
    line-height: 1;
  }

  .mod-items-item .artist {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    margin-left: 20px;
  }

  .mod-items-item .labels {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    margin-left: 20px;
  }
}

.mod-faq {
  line-height: 1.75;
}

.mod-faq dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.mod-faq dt .jp {
  font-size: 14px;
}

.mod-faq dd {
  margin-bottom: 3em;
}

.mod-faq dd .jp {
  margin-top: 1em;
}

.mod-dl-form dt {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 3px;
}

.mod-dl-form dd {
  margin-bottom: 20px;
}

.mod-dl-form input[type=text],
.mod-dl-form input[type=email],
.mod-dl-form input[type=password] {
  border-width: 0 0 1px 0;
  border-color: #222;
  padding: 6px 2px 6px;
  font-size: 16px;
  width: 100%;
  background: transparent;
}

.mod-dl-form input[type=text]:focus,
.mod-dl-form input[type=email]:focus,
.mod-dl-form input[type=password]:focus {
  border-color: #FF9918;
}

.form-login-submit {
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  .sec-item-detail {
    padding-top: 38px;
    position: relative;
  }

  .sec-item-detail .cover {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    width: 408px;
    height: auto;
    border: 8px solid #f3f3f3;
  }

  .sec-item-detail .head {
    position: relative;
  }

  .sec-item-detail .body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 458px;
    padding-bottom: 50px;
  }

  .sec-item-detail .foot {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .sec-item-detail .foot::before {
    content: url("/image/ico-quote.svg");
    display: block;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 979px) {
  .sec-item-detail {
    padding-top: 10px;
    position: relative;
  }

  .sec-item-detail .cover {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    width: 148px;
    height: auto;
    border: 4px solid #f3f3f3;
  }

  .sec-item-detail .head {
    position: relative;
  }

  .sec-item-detail .body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .sec-item-detail .foot {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .sec-item-detail .foot::before {
    content: url("/image/ico-quote.svg");
    display: block;
    margin-bottom: 1em;
  }
}

.mod-item-info .h-title {
  font-weight: bold;
  margin-bottom: 2px;
}

.mod-item-info .date {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.mod-item-info .separator {
  display: inline-block;
  margin: 0 6px;
}

@media screen and (min-width: 980px) {
  .mod-item-info {
    padding-left: 438px;
  }

  .mod-item-info .h-title {
    font-size: 38px;
    line-height: 1.1;
  }

  .mod-item-info .name {
    margin-left: -3px;
    margin-bottom: 8px;
  }

  .mod-item-info .artist {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .mod-item-info .jp {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .mod-item-info .catalogueCode {
    font-size: 11px;
    margin-bottom: 13px;
  }

  .mod-item-info .detail {
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 600;
  }

  .mod-item-info .detail dl {
    display: -webkit-box;
    display: flex;
    margin-right: 20px;
  }

  .mod-item-info .detail dt {
    color: #999999;
  }

  .mod-item-info .detail dt::after {
    content: ":";
    margin-right: 5px;
  }
}

@media screen and (max-width: 979px) {
  .mod-item-info {
    padding-left: 158px;
  }

  .mod-item-info .spec {
    margin-bottom: 30px;
  }

  .mod-item-info .h-title {
    font-size: 18px;
  }

  .mod-item-info .artist {
    margin-bottom: 10px;
  }

  .mod-item-info .jp {
    font-size: 10px;
  }

  .mod-item-info .catalogueCode {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .mod-item-info .detail {
    font-size: 11px;
    font-weight: 600;
  }

  .mod-item-info .detail dl {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2px;
  }

  .mod-item-info .detail dt {
    color: #999999;
  }

  .mod-item-info .detail dt::after {
    content: ":";
    margin-right: 5px;
  }
}

@media screen and (max-width: 979px) {
  .mod-item-detail {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -143px;
    padding-top: 143px;
  }
}

.mod-price-selector {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}

.mod-price-selector select {
  padding: 1px 2px 1px 5px;
  margin-bottom: 2px;
  border: solid 3px #222;
  font-size: 14px;
}

@media screen and (max-width: 979px) {
  .sec-item-detail .mod-price-selector {
    height: 58px;
  }
}

.mod-album-tools a:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

@media screen and (min-width: 980px) {
  .mod-album-tools {
    display: -webkit-box;
    display: flex;
    margin-bottom: 40px;
  }

  .mod-album-tools .free {
    margin-right: 50px;
  }
}

@media screen and (max-width: 979px) {
  .mod-album-tools {
    display: -webkit-box;
    display: flex;
  }

  .mod-album-tools .free {
    margin-right: 20px;
  }

  .mod-album-tools .buy {
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 130px;
  }
}

@media screen and (min-width: 980px) {
  .mod-album-price {
    padding: 10px 0 10px;
    font-size: 12px;
    font-weight: bold;
  }

  .mod-album-price .format {
    margin-bottom: 3px;
  }

  .mod-album-price .alltracks {
    display: inline-block;
    border-bottom: double 3px #222;
    font-size: 13px;
    font-weight: normal;
  }

  .mod-album-price .price {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
  }
}

@media screen and (max-width: 979px) {
  .mod-album-price {
    padding: 3px 0 20px;
    font-size: 11px;
    font-weight: bold;
  }

  .mod-album-price .format {
    margin-bottom: 13px;
  }

  .mod-album-price .alltracks {
    border-bottom: double 3px #222;
    font-size: 11px;
    font-weight: normal;
  }

  .mod-album-price .price {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
  }
}

.btn-fdl {
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .btn-fdl {
    width: auto;
    height: 28px;
  }
}

@media screen and (max-width: 979px) {
  .btn-buy {
    width: auto;
    height: 28px;
  }
}

.btn-library:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.h-tracks {
  font-weight: 500;
}

@media screen and (min-width: 980px) {
  .h-tracks {
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 979px) {
  .h-tracks {
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 8px;
  }
}

.tbl-tracks {
  width: 100%;
}

.tbl-tracks tbody tr {
  border-bottom: solid 1px #222;
}

.tbl-tracks tbody tr:first-of-type {
  border-top: solid 1px #222;
}

.tbl-tracks tr.playing {
  background: linear-gradient(45deg, #ffa36c, #fff66c, #6cb8ff);
  background-size: 300% 300%;
  -webkit-animation: rainbow 5s ease infinite;
          animation: rainbow 5s ease infinite;
}

@media screen and (min-width: 980px) {
  .tbl-tracks {
    font-size: 14px;
  }

  .tbl-tracks td {
    padding: 5px;
    vertical-align: middle;
  }

  .tbl-tracks .play {
    width: 20px;
  }

  .tbl-tracks .no {
    text-align: center;
    width: 40px;
  }

  .tbl-tracks .name {
    width: auto;
  }

  .tbl-tracks .time {
    width: 70px;
    text-align: right;
  }

  .tbl-tracks .price {
    width: 80px;
    text-align: right;
  }

  .tbl-tracks .cart {
    width: 100px;
    text-align: center;
    padding: 5px 0 5px 10px;
  }

  .tbl-tracks .mod-translated-s {
    font-size: 11px;
  }
}

@media screen and (max-width: 979px) {
  .tbl-tracks tr {
    display: grid;
    grid-template-columns: -webkit-min-content 32px 1fr -webkit-min-content;
    grid-template-columns: min-content 32px 1fr min-content;
    grid-template-rows: minmax(35px, auto) auto;
    grid-template-areas: "play no title  time" "cart cart cart cart";
    padding: 10px 0;
  }

  .tbl-tracks td {
    padding: 0;
  }

  .tbl-tracks .play {
    grid-area: play;
    text-align: center;
    padding: 6px 5px 0;
  }

  .tbl-tracks .no {
    grid-area: no;
    text-align: center;
    padding-top: 7px;
    font-size: 15px;
  }

  .tbl-tracks .name {
    grid-area: title;
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
  }

  .tbl-tracks .time {
    grid-area: time;
    font-size: 13px;
    padding: 7px 5px 0;
    text-align: right;
  }

  .tbl-tracks .cart {
    grid-area: cart;
    text-align: right;
  }

  .tbl-tracks .mod-translated-s {
    width: 100%;
    display: block;
  }
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes rainbow {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@media screen and (min-width: 980px) {
  .sec-cart {
    padding: 30px 0;
  }
}

@media screen and (max-width: 979px) {
  .sec-cart {
    padding: 20px 0;
  }
}

.mod-cart-total {
  padding: 23px 0 28px;
  font-weight: bold;
  text-align: right;
}

.mod-cart-total .total {
  border-bottom: double 3px #222;
}

@media screen and (min-width: 980px) {
  .mod-cart-total {
    font-size: 16px;
  }

  .mod-cart-total ul {
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px;
  }

  .mod-cart-total .unit {
    font-size: 18px;
  }
}

@media screen and (max-width: 979px) {
  .mod-cart-total {
    font-size: 14px;
  }

  .mod-cart-total ul {
    font-size: 22px;
    font-weight: normal;
    margin-left: 10px;
  }

  .mod-cart-total .unit {
    font-size: 16px;
  }
}

.mod-checkout a:first-of-type {
  margin-right: 15px;
}

@media screen and (min-width: 980px) {
  .mod-checkout {
    padding-bottom: 50px;
    text-align: right;
  }
}

@media screen and (max-width: 979px) {
  .mod-checkout {
    padding-bottom: 30px;
    text-align: center;
  }
}

.tbl-cart {
  width: 100%;
}

.tbl-cart th {
  border-bottom: solid 1px #222;
  text-align: left;
  font-weight: bold;
}

.tbl-cart .col-no {
  width: 20px;
}

.tbl-cart .remove {
  width: 100px;
  text-align: right;
}

@media screen and (min-width: 980px) {
  .tbl-cart {
    font-size: 15px;
  }

  .tbl-cart tbody {
    border-bottom: solid 1px #222;
  }

  .tbl-cart tr:nth-of-type(even) {
    background-color: #f1fff6;
  }

  .tbl-cart th,
  .tbl-cart td {
    padding: 7px 0;
  }

  .tbl-cart .price {
    text-align: right;
  }
}

@media screen and (max-width: 979px) {
  .tbl-cart thead {
    display: none;
  }

  .tbl-cart tbody {
    border-top: solid 1px #666;
  }

  .tbl-cart tr {
    position: relative;
    display: block;
    padding-top: 10px;
    border-bottom: solid 1px #666;
    word-break: break-all;
  }

  .tbl-cart th,
  .tbl-cart td {
    display: block;
    word-break: break-all;
    padding: 0 0 7px 0;
  }

  .tbl-cart .no,
  .tbl-cart .title {
    display: inline-block;
  }

  .tbl-cart td {
    padding-left: 0;
  }

  .tbl-cart td::before {
    display: inline-block;
    width: 52px;
    font-size: 11px;
    font-weight: bold;
  }

  .tbl-cart .title {
    font-size: 13px;
  }

  .tbl-cart .title::before {
    content: "Track";
  }

  .tbl-cart .artist {
    font-size: 11px;
  }

  .tbl-cart .artist::before {
    content: "Artist";
  }

  .tbl-cart .album {
    font-size: 11px;
  }

  .tbl-cart .album::before {
    content: "Album";
  }

  .tbl-cart .price {
    font-size: 12px;
  }

  .tbl-cart .price::before {
    content: "Price";
    width: 51px;
  }

  .tbl-cart .remove {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.mod-cart-notice {
  padding-top: 30px;
  border-top: dashed 1px #222;
}

.mod-cart-notice p {
  margin-bottom: 1em;
  font-size: 13px;
}

@media screen and (min-width: 980px) {
  .mod-library-notice {
    padding-bottom: 30px;
  }

  .mod-library-notice p {
    font-size: 13px;
  }
}

@media screen and (max-width: 979px) {
  .mod-library-notice {
    padding-bottom: 10px;
  }

  .mod-library-notice p {
    font-size: 12px;
  }
}

.mod-library {
  border-collapse: collapse;
  width: 100%;
}

.mod-library img {
  width: 130px;
  height: auto;
  border: solid 4px #fff;
}

.mod-library th,
.mod-library td {
  vertical-align: top;
}

@media screen and (min-width: 980px) {
  .mod-library th,
  .mod-library td {
    min-width: 120px;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
  }

  .mod-library th {
    padding: 5px;
    background-color: #fafafa;
  }

  .mod-library td {
    padding: 20px 0;
  }

  .mod-library dt {
    font-size: 12px;
    font-weight: bold;
  }

  .mod-library dd {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .mod-library .col-date {
    width: 135px;
  }

  .mod-library .col-cover {
    width: 160px;
  }

  .mod-library .col-price {
    width: 250px;
    padding-right: 20px;
  }

  .mod-library .col-download {
    width: 175px;
  }

  .mod-library .download {
    display: -webkit-box;
    display: flex;
    padding: 5px 0;
  }

  .mod-library .paymentId {
    width: 100%;
    height: 50px;
    font-size: 11px;
  }
}

@media screen and (max-width: 979px) {
  .mod-library {
    width: 100%;
  }

  .mod-library thead {
    display: none;
  }

  .mod-library tbody {
    border-top: solid 1px #666;
  }

  .mod-library tr {
    display: grid;
    grid-template-columns: 80px 28px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "date date date" "cover cover info" "price download download";
    word-break: break-all;
    padding: 10px 0;
    border-bottom: solid 1px #666;
  }

  .mod-library th,
  .mod-library td {
    word-break: break-all;
  }

  .mod-library td {
    padding: 0;
  }

  .mod-library .col-date {
    grid-area: date;
    font-size: 12px;
    padding-bottom: 6px;
  }

  .mod-library .col-date dl {
    display: -webkit-box;
    display: flex;
  }

  .mod-library .col-date dt {
    margin-right: 10px;
  }

  .mod-library .col-cover {
    grid-area: cover;
  }

  .mod-library .col-title {
    grid-area: info;
    padding-left: 10px;
  }

  .mod-library .col-title dt {
    font-size: 11px;
  }

  .mod-library .col-title dd {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .mod-library .col-price {
    grid-area: price;
    padding-top: 10px;
  }

  .mod-library .col-price dt {
    font-size: 10px;
  }

  .mod-library .col-price dd {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .mod-library .col-download {
    grid-area: download;
    display: -webkit-box;
    display: flex;
    padding-top: 10px;
  }

  .mod-library .col-download dt {
    font-size: 10px;
  }

  .mod-library .dl-download {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .mod-library .omit {
    width: 100%;
    color: #999;
  }

  .mod-library .download {
    padding: 5px 0;
  }

  .mod-library .download li {
    margin-bottom: 5px;
  }

  .mod-library .paymentId {
    width: 90%;
    font-size: 10px;
    border-width: 1px;
  }
}

@media screen and (max-width: 979px) {
  .dl-lib dt {
    font-size: 11px;
    font-weight: bold;
  }
}

.mod-cover-image {
  position: relative;
  display: block;
}

.mod-cover-image:hover {
  opacity: .8;
}

.mod-dl-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.mod-dl-list dt,
.mod-dl-list dd {
  margin-bottom: 5px;
}

.mod-dl-list dt {
  box-sizing: border-box;
  width: 100px;
  padding-right: 10px;
  margin-right: 10px;
}

.mod-dl-list dd {
  width: calc(100% - 120px);
}

@media screen and (min-width: 980px) {
  .mod-userinfo {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 979px) {
  .mod-userinfo {
    margin-bottom: 20px;
  }

  .mod-userinfo h2 {
    font-size: 20px;
  }
}

.form-login-submit .register {
  display: inline-block;
  margin-left: 5px;
}

.mod-fdl-body {
  display: block;
  padding: 5px 10px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none;
}

.mod-fdl-body span {
  text-decoration: underline;
}

.mod-fdl-body:hover {
  -weblit-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}

.mod-fdl-body:hover span:hover {
  -webkit-filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
          filter: invert(100%) brightness(40%) sepia(100) invert(100%) brightness(100%) saturate(0) sepia(100) hue-rotate(0deg) saturate(3);
}

.mod-fdl-body.open {
  opacity: 1;
}

.mod-fdl-bodyb {
  opacity: 0;
  -webkit-transition: .25s opacity;
  transition: .25s opacity;
}

.mod-fdl-bodyb.open {
  opacity: 1;
}

.ql-editor {
  padding: 0;
  font-size: 13px;
  height: auto;
  overflow-y: visible;
}

