@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==================================================
   reset
   ================================================== */
/* 見出し、リスト etc...
   ---------------------------------------- */
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

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

input, textarea, select {
  font: inherit;
}

/* スピンボタンを非表示に
   ---------------------------------------- */
/* for Chrome & Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* for IE & Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* placeholderの色を初期化
   ---------------------------------------- */
:-ms-input-placeholder {
  color: #bbb;
}

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

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

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

/* ==================================================
   base
   ================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #0070c9;
  text-decoration: none;
}

a[target="_blank"]::after {
  display: inline-block;
  margin-top: 0;
  content: '\e90a';
  font-family: dlsite-icons;
  padding-left: 5px;
  font-weight: normal;
  position: relative;
  font-size: 1.0rem;
}

.l-header a[target="_blank"]::after {
  display: none;
}

.l-footer a[target="_blank"]::after {
  display: none;
}

a > img {
  -webkit-transition: opacity 0.08s ease-out;
  transition: opacity 0.08s ease-out;
}

a:visited {
  color: #0070c9;
}

a:hover {
  text-decoration: underline;
}

a:hover > img {
  opacity: 0.7;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l-container {
  height: calc(100% - 28px);
  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 (max-width: 767px) {
  .l-container {
    height: 100%;
  }
}

input,
button,
select,
option {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
}

[v-cloak] {
  display: none !important;
}

/* ==================================================
   header
   ================================================== */
/**
 * ヘッダー
 */
/* ==================================================
   #ヘッダー
   ================================================== */
.l-header {
  width: 100%;
  max-height: 54px;
}

@media screen and (max-width: 767px) {
  .l-header {
    min-width: 320px;
  }
}

.headline {
  max-width: 960px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  height: 54px;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .headline {
    padding: 0 8px;
    height: 32px;
  }
}

.headerLogoBox {
  display: table-cell;
  letter-spacing: -0.4em;
  font-size: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .headerLogoBox {
    padding: 0 8px;
  }
}

.headerLogoBox img {
  height: 44px;
}

@media screen and (max-width: 767px) {
  .headerLogoBox img {
    height: 32px;
  }
}

.headerLogo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.4em;
  font-size: 0;
  vertical-align: top;
}

.headerLogo-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  background: url("/assets/login/img/logo-service.png") no-repeat 0 0;
  background-size: auto 224px;
  background-position: 0 -32px;
  width: 12px;
  height: 32px;
  margin: 0 9px 0 8px;
  vertical-align: top;
}

.headerNav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .headerNav {
    width: 60px;
  }
}

.beginnerNav-item {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .beginnerNav-item {
    display: none;
  }
}

.beginnerNav-item:not(:first-child) {
  padding-left: 16px;
}

.beginnerNav-item > a {
  color: #333;
}

.beginnerNav-item > a:hover {
  color: #666;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .beginnerNav-item.type-help {
    display: block;
  }
}

.beginnerNav-item.type-help > a > i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .beginnerNav-item.type-help > a > i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .beginnerNav-item.type-help > a::before {
    font-size: 1.7rem;
    top: 0;
    display: inline-block;
    margin-top: 0;
    content: '\e91e';
    font-family: dlsite-icons;
    color: #4e4e4e;
    font-size: 1.6rem;
    padding-right: 2px;
    position: relative;
    top: 2px;
  }
}

.headerDropdownService-group {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5500;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  width: 224px;
}

.headerDropdownService-group.is-active {
  top: 28px;
  visibility: visible;
  opacity: 1;
}

.headerDropdownList {
  padding: 6px 0;
}

.headerDropdownList-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  color: #333;
}

.headerDropdownList-item a:hover {
  text-decoration: none;
  background: #fafafa;
}

.headerDropdownList-item a::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  background: url(https://www.dlsite.com/modpub/universal/img/icon-eisys-group.png) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  content: "";
}

.headerDropdownList-item.type-dlsite a::before {
  background-position: 0 0;
}

.headerDropdownList-item.type-nijigame a::before {
  background-position: 0 -18px;
}

.headerDropdownList-item.type-cien a::before {
  background-position: 0 -36px;
}

.headerDropdownList-item.type-channel a::before {
  background-position: 0 -54px;
}

.headerDropdownList-item.type-chobit a::before {
  background-position: 0 -72px;
}

.headerDropdownList-item.type-triokini a::before {
  background-position: 0 -90px;
}

.headerDropdownList-item.type-zowa a::before {
  background-position: 0 -126px;
}

.headerDropdownList-item.type-comipo a::before {
  background-position: 0 -144px;
}

.headerDropdownList-item.type-garumani a::before {
  background-position: 0 -162px;
}

.headerDropdownService-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.headerDropdownService-link::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f078";
  margin-left: 4px;
  font-size: 10px;
}

/* ==================================================
   footer
   ================================================== */
/**
 * フッター構成.
 * セキュリティ案内
 * フッターリンク
 */
/* ==================================================
   フッター構成
   ================================================== */
.l-footer {
  margin-top: auto;
}

/* ==================================================
   セキュリティ案内
   ================================================== */
.SecGuideBox {
  max-width: 680px;
  margin: 0 auto;
}

.SecGuide {
  border: 1px solid #bbb;
  -webkit-box-shadow: 0px 0px 0px 4px #e8e8e8 inset;
          box-shadow: 0px 0px 0px 4px #e8e8e8 inset;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .SecGuide {
    border: none;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 12px 8px 0;
  }
}

.SecGuide-item:not(:last-child) {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .SecGuide-item:not(:last-child) {
    padding-bottom: 8px;
  }
}

.SecGuide-item:not(:first-child) {
  border-top: 1px dotted #bbb;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .SecGuide-item:not(:first-child) {
    padding-top: 8px;
  }
}

.SecItem-body {
  display: table;
}

.SecItem-icon {
  display: table-cell;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .SecItem-icon {
    width: 108px;
    padding-right: 8px;
    vertical-align: top;
  }
}

.SecItem-japhic {
  display: inline-block;
  background: url("/assets/login/img/icon-japhicMark.png") no-repeat 0 0;
  background-size: 42px auto;
  width: 42px;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 59px;
}

.SecItem-text {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.3;
  vertical-align: middle;
}

.SecJaphicNote {
  display: block;
  margin-top: 4px;
}

/* ==================================================
   フッターリンク
   ================================================== */
.footerBox {
  background-color: #e8e8e8;
}

.footerAccountText {
  text-align: center;
  padding-top: 16px;
}

.footerAccountText > p {
  background: #fff;
  padding: 8px 16px;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 4px;
  color: #888888;
  line-height: 1.3;
}

.footerBox-item {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}

.serviceLinksBox {
  max-width: 960px;
  padding: 16px 0;
  text-align: center;
  border-bottom: solid 1px #d8d8d8;
}

@media screen and (max-width: 767px) {
  .serviceLinksBox {
    padding: 12px 0;
  }
}

.serviceLinks {
  display: inline-block;
  letter-spacing: -0.4em;
  font-size: 0;
}

.serviceLinks-item {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: normal;
}

.serviceLinks-item:not(:first-child) {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .serviceLinks-item:not(:first-child) {
    margin-left: 8px;
  }
}

.serviceLinks-item:not(:first-child)::before {
  width: 0;
  height: 14px;
  margin-right: 16px;
  border-left: solid 1px #d8d8d8;
  content: "";
}

@media screen and (max-width: 767px) {
  .serviceLinks-item:not(:first-child)::before {
    margin-right: 8px;
  }
}

.serviceLinks-item > a {
  color: #333;
}

.serviceLinks-item > a:hover {
  color: #666;
  text-decoration: none;
}

.footerNavBox {
  padding: 16px 0;
  display: table;
  padding-top: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footerNavBox {
    display: block;
    padding-top: 12px;
  }
}

.footerNav {
  display: table-cell;
  letter-spacing: -0.4em;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .footerNav {
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
}

.footerNav-item {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: normal;
}

.footerNav-item:not(:first-child) {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .footerNav-item:not(:first-child) {
    margin-left: 8px;
    font-size: 1.1rem;
  }
}

.footerNav-item:not(:first-child)::before {
  width: 0;
  height: 14px;
  margin-right: 16px;
  border-left: solid 1px #d8d8d8;
  content: "";
}

@media screen and (max-width: 767px) {
  .footerNav-item:not(:first-child)::before {
    margin-right: 8px;
  }
}

.footerNav-item > a {
  color: #333;
}

.footerNav-item > a:hover {
  color: #666;
  text-decoration: none;
}

.copyright {
  display: table-cell;
  color: #888;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .copyright {
    display: block;
    text-align: center;
  }
}

/* ==================================================
   main
   ================================================== */
/**
 * メインカラム構成
 */
/* ==================================================
   #メインカラム構成
   ================================================== */
.l-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

@media screen and (max-width: 767px) {
  .l-content {
    background-color: #fff;
    min-width: 320px;
  }
}

.l-main {
  max-width: 960px;
  margin: 0 auto;
}

.l-main.type-free {
  max-width: none;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-main.type-free {
    background-color: #f8f8f8;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/login/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==========================================================================
 Hero
========================================================================== */
.hero {
  display: block;
  position: relative;
  z-index: 1;
  width: 940px;
  margin: 0 auto;
}

.hero img {
  display: block;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.hero .slick-slide {
  margin: 0;
}

.heroFrame {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
  width: 100%;
}

.heroFrame .desc {
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
}

:lang(en) .heroFrame .desc {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .heroFrame .desc {
    font-size: 1.5rem;
    padding-right: 10px;
    width: 50%;
  }
  :lang(en) .heroFrame .desc {
    font-size: 1.3rem;
    background: rgba(39, 124, 212, 0.65);
  }
}

/* ==================================================
   main
   ================================================== */
/**
 * メインボックス
 * 共通レイアウト
 * 共通フォーム
 * 共通エラー
 * 共通メッセージ
 * 共通ボタン
 * 共通オーバーレイ

 * ログイン
 * 新規登録
 * パスワード変更
 * 外部SNSアカウント連携設定
 * アカウント統合
 * アカウント管理
 * 退会
 * ヘルプ
 * 静的ページ
 * DLsiteアカウントとは
 */
/* ==================================================
   #メインボックス
   ================================================== */
.mainBox {
  padding: 32px 16px 40px;
}

@media screen and (max-width: 767px) {
  .mainBox {
    padding: 0;
  }
}

/* 見出し */
.mainBox-head {
  background-color: #393939;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /*  .type-nijiyome & {
    background: #ef79a0;
    background-image: -webkit-linear-gradient( left, #ef79a0 25%, #f28faf 25%, #f28faf 50%, #ef79a0 50%, #ef79a0 75%, #f28faf 75%, #f28faf );
    background-image: linear-gradient( 90deg, #ef79a0 25%, #f28faf 25%, #f28faf 50%, #ef79a0 50%, #ef79a0 75%, #f28faf 75%, #f28faf );
    background-size: 50px 50px;
  }*/
}

@media screen and (max-width: 767px) {
  .mainBox-head {
    border-radius: 0;
  }
}

.pageHeading {
  color: #fefefe;
  font-size: 26px;
  font-weight: bold;
  padding: 14px 22px;
}

.type-nijiyome .pageHeading {
  text-shadow: 0 -1px 0 rgba(7, 0, 2, 0.5);
}

@media screen and (max-width: 767px) {
  .pageHeading {
    padding: 6px;
    font-size: 20px;
    line-height: 1.4;
  }
}

/* コンテンツ領域 */
.mainBox-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .mainBox-body {
    padding: 16px 0 16px;
  }
}

/* ==================================================
   #共通レイアウト
   ================================================== */
.contentBox {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentBox:not(:target) {
  display: inline-block\9;
  letter-spacing: -0.4em\9;
  font-size: 0\9;
}

.contentBox.type-1col {
  display: block;
}

.contentBox.type-1col:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .contentBox {
    display: block;
    margin: 0 16px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
  }
}

.contentBox-item {
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contentBox-item:not(:target) {
  display: inline-block\9;
  letter-spacing: normal\9;
  font-size: 1.4rem\9;
  vertical-align: top\9;
  width: 431px\9;
}

.contentBox-item.type-1col {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contentBox-item {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contentBox-item:not(:first-child) {
    border-left: 1px solid #ddd;
  }
}

@media screen and (min-width: 768px) {
  .contentBox-item.type-mail:not(:first-child) {
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .contentBox-item:not(:first-child) {
    border-top: 1px solid #ddd;
  }
}

.contentBox-item.type-benefits {
  background-color: #d4e2f1;
}

.contentBaseBox {
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  .contentBaseBox {
    padding: 16px;
  }
}

.contentBaseBox.size-verticalThin {
  padding: 16px 40px;
}

@media screen and (max-width: 767px) {
  .contentBaseBox.size-verticalThin {
    padding: 16px;
  }
}

.contentTextBox {
  padding: 0 32px 24px;
}

@media screen and (max-width: 767px) {
  .contentTextBox {
    padding: 0 16px 16px;
    font-size: 1.3rem;
  }
}

.contentText:not(:last-child) {
  margin-bottom: 16px;
}

.summaryText {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .summaryText {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

.BaseText-main {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .BaseText-main {
    font-size: 1.3rem;
  }
}

.BaseText-main:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .BaseText-main:not(:last-child) {
    margin-bottom: 16px;
  }
}

.baseText {
  width: 100%;
}

.baseTextList:not(:last-child) {
  margin-bottom: 16px;
}

.baseTextList.type-sizeSm > li {
  font-size: 1.2rem;
  line-height: 1.5;
}

.baseTextList.type-sizeMd > li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.baseTextList.type-fromSubmitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .baseTextList.type-fromSubmitBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.baseTextList.type-fromSubmitBox > li {
  padding: 0 15px;
}

.baseTextList.type-fromSubmitBox > li::before {
  position: relative;
  top: -4px;
  left: -6px;
  display: inline-block;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 50%;
  background: #320072;
}

.baseTextList > li {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
}

.baseTextList > li:not(:first-child) {
  margin-top: 3px;
}

.baseTextList > li::before {
  content: "※";
}

.baseTextList > li > a {
  text-indent: 0;
}

.textLink.type-sizeMd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .textLink.type-sizeMd {
    font-size: 1.3rem;
  }
}

.textLink.type-iconArrow::before {
  margin-top: 0;
  content: '\e920';
  font-family: dlsite-icons;
  color: #4e4e4e;
  font-size: 1.6rem;
  padding-right: 3px;
  position: relative;
  top: 3px;
}

.pageBtmLink {
  text-align: center;
  padding: 32px 0;
  margin-top: auto;
  font-size: 1.3rem;
}

.contentBtn {
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .contentBtn {
    padding: 0 16px;
  }
}

.p-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  z-index: 999;
}

.p-loadingIcon-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #666;
}

.p-loadingIcon {
  text-align: center;
}

.p-loadingIcon .p-loadingIcon-item:nth-child(1) {
  -webkit-animation: loading 0.6s 0.3s linear infinite;
          animation: loading 0.6s 0.3s linear infinite;
}

.p-loadingIcon .p-loadingIcon-item:nth-child(2) {
  -webkit-animation: loading 0.6s 0.2s linear infinite;
          animation: loading 0.6s 0.2s linear infinite;
}

.p-loadingIcon .p-loadingIcon-item:nth-child(3) {
  -webkit-animation: loading 0.6s 0.1s linear infinite;
          animation: loading 0.6s 0.1s linear infinite;
}

@-webkit-keyframes loading {
  0, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}

@keyframes loading {
  0, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}

.p-loading-text {
  font-size: 2rem;
  margin-top: 40px;
  color: #666;
  letter-spacing: 0.05em;
}

/* ==================================================
   #共通フォーム
   ================================================== */
.FlowBox {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.FlowBox.typePageRegist {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .FlowBox.typePageRegist {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 919px) {
  .FlowBox.typePageRegist {
    width: calc(100% + 60px);
    margin: -10px -30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .FlowBox.typePageRegist {
    width: auto;
    margin: -15px 0 10px;
  }
}

.FlowBox-inner {
  position: relative;
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
}

.FlowBox-item {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  z-index: 10;
  position: relative;
  margin-right: 5px;
  padding: 4px 5px 4px 10px;
  background: #d1d2d3;
  color: #fff;
}

.FlowBox-item:first-child::before {
  content: none;
}

.FlowBox-item:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .FlowBox-item {
    width: 75px;
    -webkit-transform: translate3d(0, 0, 2px);
            transform: translate3d(0, 0, 2px);
  }
}

.FlowBox-item.is-active {
  background: #45a8f9;
}

.FlowBox-item.is-active > span {
  color: #fff;
}

.FlowBox-item > span {
  position: relative;
  font-size: 1.2rem;
  color: #a4a4a4;
}

.type-nijiyome .FlowBox-item.is-active::before {
  background-color: #ff8cb2;
  border: solid #ff8cb2;
}

.FlowBox-item::before {
  border-left: 5px solid #fff;
  border-bottom: transparent 10px solid;
  border-top: transparent 10px solid;
  content: "";
  margin: 0px;
  width: 0px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.FlowBox-item::after {
  border-left: 5px solid #d1d2d3;
  border-bottom: transparent 10px solid;
  border-top: transparent 10px solid;
  content: "";
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -5px;
}

.FlowBox-item.is-active::after {
  border-left: 5px solid #45a8f9;
}

.formItem-text {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 767px) {
  .formItem-text {
    padding: 7px 10px;
  }
}

.formItem-text[readonly] {
  background-color: #f8f8f8;
  border: 1px solid #888;
  color: #666;
}

.formItem-text[disabled] {
  background-color: #e8e8e8;
  border: 1px solid #888;
  color: #999;
}

.formItem-text.is-error {
  border-color: #da5d5d;
  background-color: #ffdfdf;
}

.formBox-password {
  position: relative;
}

.btnPasswordDisplay {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  text-align: center;
  color: #bbb;
  cursor: default;
  background: #fff;
  border-radius: 16px;
}

.btnPasswordDisplay:hover {
  color: #d4d4d4;
}

.btnPasswordDisplay::after {
  content: "\e925";
  display: inline-block;
  font-family: dlsite-icons;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 4px;
}

.btnPasswordDisplay.is-hide::after {
  content: "\e924";
}

.formItem-check {
  display: none;
}

.formItem-check:checked + .formItem-checkLavel::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #2f2f2f;
  border-right: 3px solid #2f2f2f;
}

.formItem-check:disabled + .formItem-checkLavel::before {
  background-color: #e8e8e8;
  border: 1px solid #bbb;
}

.formItem-checkLavel {
  position: relative;
  padding: 0 0 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
}

.formItem-checkLavel::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #fff;
}

.formItem-check:disabled + .formItem-checkLavel {
  color: #999;
}

.formItem-radio {
  display: none;
}

.formItem-radio:checked + .formItem-radioLavel::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #ff9f09;
  border-radius: 50%;
}

.formItem-radioLavel {
  padding-left: 22px;
  position: relative;
  margin-right: 22px;
}

.formItem-radioLavel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
}

.formBox-select {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 2px;
  color: #333;
}

.formBox-select.is-error {
  border-color: #da5d5d;
  background-color: #ffdfdf;
}

.formBox-select::before {
  content: '\e923';
  display: block;
  font-family: dlsite-icons;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #666;
}

.formBox-select.type-birthYear {
  width: 104px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .formBox-select.type-birthYear {
    width: 70px;
  }
}

.formBox-select.type-birthMonth {
  width: 104px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .formBox-select.type-birthMonth {
    width: 55px;
  }
}

.formBox-select.type-birthDay {
  width: 104px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .formBox-select.type-birthDay {
    width: 55px;
  }
}

.formItem-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  margin: 0;
  height: 36px;
  padding: 0 5px;
  border: 0;
  outline: none;
  font-size: 1.5rem;
  line-height: 1.5;
  background: transparent;
  width: 100%;
}

.formItem-select:not(:target) {
  width: 200%\9;
}

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

.formBox-group {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.formBox-group:not(:first-child) {
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .formBox-group:not(:first-child) {
    padding: 8px 0;
  }
}

.formBox-group:first-child {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .formBox-group:first-child {
    padding-bottom: 8px;
  }
}

.formBox-head {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .formBox-head {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.2rem;
    color: #666;
  }
}

.formBox-head.type-sizeSm {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .formBox-head.type-sizeSm {
    width: 100%;
  }
}

.formBox-head.type-sizeMd {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .formBox-head.type-sizeMd {
    width: 100%;
  }
}

.formBox-head.type-sizeLg {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .formBox-head.type-sizeLg {
    width: 100%;
  }
}

.formBox-head.is-required > span {
  display: block;
}

@media screen and (max-width: 767px) {
  .formBox-head.is-required > span {
    display: inline-block;
    padding-right: 5px;
  }
}

.formBox-head.is-required::after {
  content: "必須";
  display: inline-block;
  background-color: #ff9f09;
  padding: 3px 5px;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  font-size: 1.1rem;
  margin-top: 4px;
}

.formBox-body {
  display: inline-block;
}

.formBox-body.type-sizeMd {
  max-width: 560px;
  width: 100%;
}

.formBox-subCheck {
  margin-top: 8px;
}

.formTextList {
  margin-top: 8px;
}

.formTextList > li {
  text-indent: -1em;
  padding-left: 1em;
  color: #888;
  line-height: 1.4;
}

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

.formTextList > li::before {
  content: "※";
}

.formTextList.type-sizeSm {
  font-size: 1.2rem;
  line-height: 1.2;
}

.plainTextBirth {
  font-size: 1.4rem;
  position: relative;
  bottom: 5px;
}

@media screen and (max-width: 767px) {
  .plainTextBirth {
    font-size: 1.2rem;
    bottom: 0;
  }
}

.plainTextBirth:not(:first-child) {
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .plainTextBirth:not(:first-child) {
    padding: 0 2px;
  }
}

.formSubmitBox {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .formSubmitBox {
    margin-top: 16px;
    position: relative;
  }
}

.formSubmitBox.type-one .formSubmit-btn {
  width: 320px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .formSubmitBox.type-one .formSubmit-btn {
    width: 100%;
  }
}

.formSubmitBox.type-two {
  width: 496px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .formSubmitBox.type-two {
    width: 100%;
    padding-bottom: 56px;
  }
}

.formSubmitBox.type-two .formSubmit-btn {
  width: 240px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .formSubmitBox.type-two .formSubmit-btn {
    width: 100%;
  }
  .formSubmitBox.type-two .formSubmit-btn:not(:last-child) {
    position: absolute;
    padding-top: 56px;
  }
}

.formSubmitBox.type-two .formSubmit-btn:not(:first-child) {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .formSubmitBox.type-two .formSubmit-btn:not(:first-child) {
    margin: 0;
  }
}

.formSubmit-text {
  text-align: center;
  margin-bottom: 16px;
}

.formSubmit-text:not(:target) {
  display: inline-block\9;
  letter-spacing: normal\9;
  vertical-align: baseline\9;
  font-size: 1.4rem\9;
}

@media screen and (max-width: 767px) {
  .formSubmit-text {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
  }
}

.formSubmit-text.spot-supplement {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.formSubmit-btn {
  margin: 0 auto;
  display: inline-block;
}

.formPlainText {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .formPlainText {
    padding-top: 0;
  }
}

.formPlainText.type-loginId {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .formPlainText.type-loginId {
    font-size: 1.4rem;
  }
}

.recaptcha_text {
  margin-top: 20px;
  color: #666;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 767px) {
  .recaptcha_text {
    font-size: 9px;
    line-height: 12px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==================================================
   #共通エラー
   ================================================== */
.formError {
  color: #c00;
  font-size: 1.2rem;
}

.formError.type-heading {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.formError.type-boxInner {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.formError.type-inputBtm {
  font-size: 1.4rem;
  margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .formError.type-inputBtm {
    font-size: 1.2rem;
  }
}

.loginInputBox + .formError {
  margin-top: -10px;
  margin-bottom: 12px;
}

.formError::before {
  display: inline-block;
  margin-top: 0;
  content: '\e921';
  font-family: dlsite-icons;
  color: #c00;
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  top: 2px;
}

.formErrorBox {
  margin: 0 32px 16px;
  border: 4px solid #ffdfdf;
  border-radius: 4px;
  padding: 12px 16px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .formErrorBox {
    margin: 0 16px 8px;
  }
}

.formError-head {
  color: #c00;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .formError-head {
    font-size: 1.4rem;
  }
}

.formError-head::before {
  display: inline-block;
  margin-top: 0;
  content: '\e921';
  font-family: dlsite-icons;
  color: #c00;
  padding-right: 4px;
  font-weight: normal;
  position: relative;
  top: 1px;
}

.formError-body {
  font-size: 1.3rem;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .formError-body {
    font-size: 1.2rem;
  }
}

/* ==================================================
   #共通メッセージ
   ================================================== */
.formSuccessBox {
  margin: 0 32px 16px;
  border: 4px solid #d7edff;
  background: #fff;
  border-radius: 4px;
  padding: 12px 16px;
}

.aboutAccountWrapper .formSuccessBox {
  margin: 16px auto;
  max-width: 864px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .aboutAccountWrapper .formSuccessBox {
    margin: 8px;
    width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .formSuccessBox {
    margin: 0 16px 8px;
  }
}

.formSuccess-head {
  color: #2a8bda;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .formSuccess-head {
    font-size: 1.4rem;
  }
}

.formSuccess-head::before {
  display: inline-block;
  margin-top: 0;
  content: '\e921';
  font-family: dlsite-icons;
  color: #2a8bda;
  padding-right: 4px;
  font-weight: normal;
  position: relative;
  top: 1px;
}

.formSuccess-body {
  font-size: 1.3rem;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .formSuccess-body {
    font-size: 1.2rem;
  }
}

/* ==================================================
   #共通ボタン
   ================================================== */
.btn {
  display: inline-block;
  position: relative;
  border: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: -0.4em;
  font-size: 0;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
  outline: none;
  cursor: pointer;
  line-height: 1;
}

.btn:hover {
  text-decoration: none;
}

.btn > i {
  display: inline-block;
  height: 100%;
  letter-spacing: normal;
  font-style: normal;
  vertical-align: top;
}

.btn::before, .btn::after {
  letter-spacing: normal;
  display: block;
}

.btn:disabled {
  background: #e8e8e8 !important;
  border: 1px solid #888 !important;
  color: #999 !important;
  cursor: default;
}

.btn.type-sizeXs {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 10px 0;
}

.btn.type-sizeXs > i {
  font-size: 1.5rem;
}

.btn.type-sizeSm {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .btn.type-sizeSm {
    width: 100%;
  }
}

.btn.type-sizeSm > i {
  font-size: 1.7rem;
}

.btn.type-sizeMd {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .btn.type-sizeMd {
    width: 100%;
  }
}

.btn.type-sizeMd > i {
  font-size: 1.7rem;
}

.btn.type-clrDefault {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f9aff), to(#54aff9));
  background-image: linear-gradient(to top, #1f9aff 0%, #54aff9 100%);
  border: solid 1px #2283d2;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
}

.type-nijiyome .btn.type-clrDefault {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f26493), to(#fb7da7));
  background-image: linear-gradient(to top, #f26493 0%, #fb7da7 100%);
  border: solid 1px #ed719a;
}

.btn.type-clrDefault:visited {
  color: #fff;
}

.btn.type-clrDefault:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#38a5ff), to(#6dbbfa));
  background-image: linear-gradient(to top, #38a5ff 0%, #6dbbfa 100%);
}

.type-nijiyome .btn.type-clrDefault:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f47ba3), to(#fc96b8));
  background-image: linear-gradient(to top, #f47ba3 0%, #fc96b8 100%);
}

.btn.type-clrNormal {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: solid 1px #b6b6b6;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #333;
}

.btn.type-clrNormal:visited {
  color: #333;
}

.btn.type-clrNormal:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
  background: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
}

.btn.type-regist {
  background-color: #ff9f09;
  border: solid 1px #d98809;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
}

.btn.type-regist:visited {
  color: #fff;
}

.btn.type-regist:hover {
  background-color: #ffa922;
}

.btn.type-sns {
  display: block;
  width: 100%;
  border-radius: 3px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 12px 0 12px 7px;
  background: #fff;
  border: solid 1px #b6b6b6;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #333;
}

.btn.type-sns > i {
  font-size: 1.5rem;
  padding-left: 34px;
}

@media screen and (min-width: 768px) {
  .btn.type-sns > i {
    font-size: 1.3rem;
  }
}

.btn.type-sns:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
  background: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
}

.btn.type-sns::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/assets/login/img/icon-sns-sizeS.png") no-repeat 0 0;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  top: 5px;
}

.btn.type-google::before {
  background-position: 0 0;
}

.btn.type-yahoo::before {
  background-position: 0 -28px;
}

.btn.type-mixi::before {
  background-position: 0 -56px;
}

.btn.type-twitter::before {
  background-position: 0 -84px;
}

.btn.type-facebook::before {
  background-position: 0 -112px;
}

.btn.type-reddit::before {
  background-position: 0 -140px;
}

.btn.type-line::before {
  background-position: 0 -168px;
}

.btn.type-amazon::before {
  background-position: 0 -196px;
}

/* ==================================================
   #共通オーバーレイ
   ================================================== */
.globalOverlay {
  background: rgba(63, 76, 88, 0.4);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 3px);
          transform: translate3d(0, 0, 3px);
}

.globalOverlay-inner {
  position: relative;
  height: 100%;
}

.overlay-emptyMail {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 500px;
  margin: 0 auto;
}

/* 空メール */
.emptyMail-content {
  padding: 16px;
}

.emptyMail-content .title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.emptyMail-content .title > i {
  font-weight: bold;
  color: #45a8f9;
  text-align: center;
  border: 4px solid #d7edff;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
  font-style: normal;
}

.type-nijiyome .emptyMail-content .title > i {
  border-color: #ffdce8;
  color: #ff8cb2;
}

.emptyMail-content .title > i::before {
  content: '\f0e0';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  margin-right: 6px;
  font-size: 1.6rem;
}

.emptyMail-content .list {
  counter-reset: number 0;
}

.emptyMail-content .list > li {
  text-indent: -30px;
  padding-left: 30px;
}

.emptyMail-content .list > li:not(:first-child) {
  margin-top: 8px;
}

.emptyMail-content .list > li::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) " ";
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 6px;
  text-indent: 0;
}

.overlayBtnClose {
  width: 160px;
  display: table;
  margin: 16px auto 0;
}

/* ==================================================
   #ログイン
   ================================================== */
/* ご案内 */
.useServiceLogo {
  display: block;
}

.contentText + .useServiceLogo {
  margin-top: -10px;
}

.useServiceLogo-item {
  display: inline-block;
  letter-spacing: -0.4em;
  font-size: 0;
  vertical-align: top;
  margin-right: 12px;
}

.useServiceLogo-item > span:first-child {
  display: inline-block;
  background: url("/assets/login/img/logo-service.png") no-repeat 0 0;
  background-size: auto 224px;
  height: 32px;
  vertical-align: middle;
}

.useServiceLogo-item > span:first-child:not(:target) {
  display: inline-block\9;
  letter-spacing: -0.4em\9;
  font-size: 0\9;
}

.useServiceLogo-item > span:first-child.logoDlsite {
  width: 100px;
  background-position: 0 0;
}

.useServiceLogo-item > span:first-child.logoNijiyome {
  width: 94px;
  background-position: 0 -64px;
}

/* フォーム */
.contentLogin-form {
  padding: 24px 22px;
}

.contentLogin-form.type-sns {
  border-bottom: #ddd solid 1px;
}

.contentLogin-form.type-sns.other-inflow {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contentLogin-form {
    padding: 16px;
  }
}

.contentLogin-text {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .contentLogin-text {
    font-size: 1.4rem;
  }
}

.contentLogin-text.type-heading {
  font-weight: bold;
}

.loginInputBox {
  margin-bottom: 8px;
}

.loginCheckBox {
  margin-bottom: 8px;
}

.loginBtn {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.contentLogin-link {
  font-size: 1.3rem;
}

.contentLogin-link.type-iconArrow > a {
  position: relative;
}

.contentLogin-link.type-iconArrow > a::before {
  display: inline-block;
  margin-top: 0;
  content: '\e920';
  font-family: dlsite-icons;
  color: #4e4e4e;
  font-size: 1.6rem;
  padding-right: 2px;
  position: relative;
  top: 4px;
}

.loginIdNote {
  margin-top: 8px;
}

.loginIdNote > li {
  font-size: 1.1rem;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

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

.loginIdNote > li::before {
  content: "※";
}

.contentLogin-sns {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contentLogin-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 919px) {
  .contentLogin-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.loginBtnSns {
  width: calc(50% - 6px);
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .loginBtnSns {
    width: 100%;
  }
  .loginBtnSns:not(:first-child) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 919px) {
  .loginBtnSns {
    width: 100%;
  }
  .loginBtnSns:not(:first-child) {
    margin-top: 8px;
  }
}

.loginSnsNote > li {
  font-size: 1.1rem;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

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

.loginSnsNote > li::before {
  content: "※";
}

.contentLoginRegistBox {
  background: #fff;
}

.contentLoginRegist-item {
  text-align: center;
  padding: 32px 0 16px;
}

@media screen and (max-width: 767px) {
  .contentLoginRegist-item {
    padding: 16px 0 8px;
  }
}

.contentLoginRegist-text {
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff3c8));
  background: linear-gradient(transparent 60%, #fff3c8 60%);
  display: inline-block;
}

.loginBtnRegist {
  width: 240px;
  margin: 0 auto;
  display: table;
}

.contentLoginLogin-text {
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e2f2ff));
  background: linear-gradient(transparent 60%, #e2f2ff 60%);
  display: inline-block;
}

.type-nijiyome .contentLoginLogin-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffeaf1));
  background: linear-gradient(transparent 60%, #ffeaf1 60%);
}

/* ==================================================
   #新規登録
   ================================================== */
.registTextBox {
  border: 4px solid #d7edff;
  border-radius: 4px;
  padding: 12px 16px;
}

.type-nijiyome .registTextBox {
  border: none;
  border-radius: none;
  padding: 0;
  margin: -12px 0 -20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox {
    margin: 0;
    line-height: 1.4;
    min-height: 50px;
  }
}

.type-nijiyome .registTextBox::before {
  display: inline-block;
  content: "";
  background: url("/assets/login/img/bg-regist-nijiyome.png") no-repeat;
  background-size: 100px auto;
  height: 100px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox::before {
    background-size: 50px auto;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 4px;
  }
}

.type-nijiyome .registTextBox.type-pic-01::before {
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox.type-pic-01::before {
    background-position: 0 0;
  }
}

.type-nijiyome .registTextBox.type-pic-02::before {
  background-position: 0 -100px;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox.type-pic-02::before {
    background-position: 0 -50px;
  }
}

.type-nijiyome .registTextBox.type-pic-03::before {
  background-position: 0 -200px;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox.type-pic-03::before {
    background-position: 0 -100px;
  }
}

.type-nijiyome .registTextBox .registText-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox .registText-item {
    font-size: 1.3rem;
    padding-left: 0;
  }
}

.type-nijiyome .registTextBox .registText-item:not(:last-child) {
  margin-bottom: 16px;
}

.type-nijiyome .registTextBox .registText-item .mailText {
  font-size: 1.8rem;
  color: #e84c80;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .type-nijiyome .registTextBox .registText-item .mailText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .type-nijiyome .type-pic-01 .registText-item {
    display: block;
    margin-left: 54px;
    vertical-align: top;
    padding: 0;
    position: static;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .type-nijiyome .type-pic-02 .registText-item {
    display: block;
    margin-left: 54px;
    vertical-align: top;
    padding: 0;
    position: static;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.registBalloon {
  margin-bottom: -24px;
  padding: 32px 0 0;
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .registBalloon {
    padding: 16px 0 0 0;
    margin: 0;
  }
}

.registBalloon::after {
  content: "";
  width: 130px;
  display: table-cell;
  background: url(/assets/login/img/bg-regist-nijiyome_speech.png) no-repeat right 0;
  overflow: hidden;
  height: 120px;
}

@media screen and (max-width: 919px) {
  .registBalloon::after {
    display: table-cell;
    background-size: 77px 108px;
    width: 80px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .registBalloon::after {
    display: table-cell;
    background-size: 77px 108px;
    width: 80px;
    height: auto;
  }
}

.registBalloon .registBalloon-inner {
  display: table-cell;
}

.registBalloon .registBalloon-inner .balloonText {
  display: block;
  padding: 10px 18px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 7px #ffd3e1;
          box-shadow: 0 0 7px #ffd3e1;
  border-radius: 16px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .registBalloon .registBalloon-inner .balloonText {
    padding: 10px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 919px) {
  .registBalloon .registBalloon-inner .balloonText {
    border-radius: 8px;
  }
}

.registBalloon .registBalloon-inner .balloonText::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 60%;
  border-left: 8px solid #ffd3e1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 767px) {
  .registBalloon .registBalloon-inner .balloonText::before {
    top: 40%;
  }
}

@media screen and (max-width: 919px) {
  .registBalloon .registBalloon-inner .balloonText::before {
    top: 40%;
  }
}

.registBalloon .registBalloon-inner .balloonText::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -7px;
  top: 60%;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 767px) {
  .registBalloon .registBalloon-inner .balloonText::after {
    top: 40%;
  }
}

@media screen and (max-width: 919px) {
  .registBalloon .registBalloon-inner .balloonText::after {
    top: 40%;
  }
}

.registBalloon .registBalloon-inner .balloonText .balloonText-main {
  color: #e84c80;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .registBalloon .registBalloon-inner .balloonText .balloonText-main {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 919px) {
  .registBalloon .registBalloon-inner .balloonText .balloonText-main {
    font-size: 1.2rem;
  }
}

.registBalloon .registBalloon-inner .balloonText .balloonText-note {
  font-size: 1.1rem;
  padding-left: 1em;
  position: relative;
}

.registBalloon .registBalloon-inner .balloonText .balloonText-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.registTextBox-head {
  color: #2a8bda;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .registTextBox-head {
    font-size: 1.4rem;
  }
}

.registSelectBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .registSelectBtn {
    display: block;
    margin: 12px 0;
    text-align: center;
  }
  .registSelectBtn > span {
    display: inline-block;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    background: #ddd;
  }
}

.registAddressBox-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .registAddressBox-btn {
    display: block;
  }
  .registAddressBox-btn > a.btn i {
    font-size: 1.4rem;
    padding-right: 16px;
  }
  .registAddressBox-btn > a::after {
    content: '\e923';
    display: block;
    font-family: dlsite-icons;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 8px;
    font-size: 2.4rem;
    line-height: 1;
    color: #4e4e4e;
  }
  .is-opened .registAddressBox-btn > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.registAddressBox-form > form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .registAddressBox-form {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .is-opened .registAddressBox-form {
    color: #45a8f9;
    max-height: 1000px;
  }
  .registAddressBox-form > form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 8px;
  }
}

.emptyBtnMail {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .emptyBtnMail {
    display: none;
  }
}

.resistSendMail {
  font-size: 1.6rem;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-bottom: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .resistSendMail {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.registMailText {
  display: none;
}

@media screen and (max-width: 767px) {
  .registMailText {
    display: block;
    text-align: center;
  }
  .registMailText > span {
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
    background: #ddd;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 16px;
  }
}

.enptyMailErrorBox {
  margin-top: 16px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .enptyMailErrorBox {
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
  }
  .enptyMailErrorBox.is-hidden {
    display: none;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.emptyMailBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .emptyMailBtn {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

.inputMailBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .inputMailBtn {
    display: block;
    width: 100%;
  }
}

.registBtnMail {
  display: table;
  width: 100%;
}

/* ==================================================
   #パスワード変更
   ================================================== */
.settingChangeHistory {
  font-size: 1.3rem;
  margin: -8px;
}

.settingChangeHistory > li:not(:first-child) {
  padding-top: 4px;
}

.settingChangeHistory > li::before {
  content: "・";
}

/* ==================================================
   #メール設定変更
   ================================================== */
.contentSettingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contentSettingBox {
    display: inline-grid;
  }
}

.contentSettingBox .type-sizeSm {
  font-size: 12px;
  color: #666;
}

.contentTextBox .btn_select_box {
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.contentTextBox .btn_infomail_send {
  border-radius: 3px;
  margin: 1px auto 0;
  font-size: 12px;
}

.contentTextBox .btn_infomail_send li {
  height: 33px;
  line-height: 33px;
  width: 90px;
  display: block;
  float: left !important;
  background: #eee;
  cursor: pointer;
  text-align: center;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentTextBox .btn_infomail_send li:first-child {
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.contentTextBox .btn_infomail_send li:last-child {
  border-radius: 0 3px 3px 0;
}

.contentTextBox .btn_infomail_send li.on {
  background: -webkit-gradient(linear, left top, left bottom, from(#67baff), to(#1595ff));
  background: linear-gradient(#67baff, #1595ff);
  color: #fff;
}

.contentTextBox .btn_infomail_send li.on + li {
  border-left: none;
}

.contentTextBox .btn_infomail_send li:hover {
  opacity: 0.8;
}

.contentTextBox .btn_infomail_send li.on:before {
  display: inline-block;
  margin-top: 0;
  content: '\f0e0';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 1.4rem;
  padding-right: 4px;
  position: relative;
  top: 1px;
  font-weight: 200;
}

/* ==================================================
   #外部SNSアカウント連携設定
   ================================================== */
.snsListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.snsListBox-item {
  width: 100%;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .snsListBox-item {
    display: block;
    position: relative;
    font-size: 1.4rem;
  }
}

.snsListBox-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 16px;
}

.snsListBox-item:not(:first-child) {
  margin-top: 16px;
}

.snsListBox-item > form {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .snsListBox-item > form {
    width: 100%;
  }
}

.snsList-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 36px;
}

.snsIcon {
  display: inline-block;
}

.snsIcon::before {
  content: "";
  display: inline-block;
  background: url("/assets/login/img/icon-sns.png") no-repeat 0 0;
  background-size: 36px auto;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 8px;
}

.snsIcon.type-google::before {
  background-position: 0 0;
}

.snsIcon.type-yahoo::before {
  background-position: 0 -36px;
}

.snsIcon.type-mixi::before {
  background-position: 0 -72px;
}

.snsIcon.type-twitter::before {
  background-position: 0 -108px;
}

.snsIcon.type-facebook::before {
  background-position: 0 -144px;
}

.snsIcon.type-reddit::before {
  background-position: 0 -180px;
}

.snsIcon.type-line::before {
  background-position: 0 -216px;
}

.snsIcon.type-amazon::before {
  background-position: 0 -252px;
}

.snsList-state {
  -ms-flex-preferred-size: 136px;
      flex-basis: 136px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .snsList-state {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 1.3rem;
  }
}

.snsList-state.type-nonPartner {
  color: #818181;
}

.snsList-state.type-Partner {
  color: #d88401;
  font-weight: bold;
}

.snsList-btn {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .snsList-btn {
    width: 100%;
    margin-top: 8px;
  }
}

.snsList-guide {
  font-size: 1.2rem;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .snsList-guide {
    display: block;
    padding-left: 0;
    margin-top: 8px;
    line-height: 1.5;
  }
}

/* ==================================================
   #アカウント統合
   ================================================== */
.sectionBox {
  margin: 0 32px;
}

@media screen and (max-width: 767px) {
  .sectionBox {
    margin: 0 16px;
  }
}

.sectionBox:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .sectionBox:not(:last-child) {
    margin-bottom: 16px;
  }
}

.sectionBox > .contentBox {
  margin: 0;
}

.frameHeading {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .frameHeading {
    font-size: 1.4rem;
  }
}

.frameHeading.type-em {
  color: #d88401;
}

.frameHeading-subText {
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 8px;
}

.frameContentBox {
  border: 6px solid #e8e8e8;
  border-radius: 4px;
  padding: 16px 32px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .frameContentBox {
    padding: 8px;
  }
}

.contentIntegrateConfirm-item .frameContentBox {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .contentIntegrateConfirm-item .frameContentBox {
    padding: 8px;
  }
}

.frameBox-group {
  line-height: 1;
  letter-spacing: -0.4em;
  font-size: 0;
}

.frameBox-group:not(:first-child) {
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
}

.frameBox-group:first-child {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .frameBox-group:first-child {
    padding-top: 8px;
  }
}

.frameBox-group:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .frameBox-group:last-child {
    padding-bottom: 8px;
  }
}

.frameBox-head {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  color: #818181;
  font-size: 1.3rem;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .frameBox-head {
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 1.2rem;
    display: block;
    color: #666;
  }
}

.frameBox-head.type-sizeSm {
  width: 120px;
}

.frameBox-head.type-sizeMd {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .frameBox-head.type-sizeMd {
    width: 100%;
  }
}

.frameBox-head.type-sizeFree {
  width: 100%;
}

@media screen and (max-width: 919px) {
  .contentIntegrateConfirm-item .frameBox-head {
    width: 100%;
    margin-bottom: 8px;
  }
}

.frameBox-body {
  display: inline-block;
  width: calc(100% - 180px);
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .frameBox-body {
    display: block;
    width: 100%;
  }
}

.frameBox-body.type-1col {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.frameBox-body.type-1col .useService-group {
  padding: 8px 16px;
}

@media screen and (max-width: 919px) {
  .contentIntegrateConfirm-item .frameBox-body {
    width: 100%;
  }
}

.useService-group {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 16px;
  letter-spacing: normal;
}

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

.useService-group.is-select {
  border: 1px solid #ff9f09;
  background: #fffcdf;
}

.useService-group.is-select .useService-item > dt {
  color: #d88401;
}

.useService-group.is-useless {
  border: 1px dashed #4e4e4e;
  background: #f2f9ff;
}

.useService-group.is-useless .useService-item > dt {
  color: #999;
}

.useService-group.is-useless .useService-item > dd {
  color: #999;
}

.useService-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.useService-item:not(:target) {
  display: inline-block\9;
  letter-spacing: -0.4em\9;
  font-size: 0\9;
  text-align: left\9;
  width: 100%\9;
}

@media screen and (max-width: 767px) {
  .useService-item {
    display: block;
  }
}

@media screen and (max-width: 919px) {
  .useService-item {
    display: block;
  }
}

.useService-item > dt {
  font-weight: bold;
  vertical-align: middle;
  padding-right: 8px;
  font-size: 1.4rem;
  width: 160px;
  white-space: nowrap;
}

.useService-item > dt:not(:target) {
  letter-spacing: normal\9;
  display: inline-block\9;
}

@media screen and (max-width: 767px) {
  .useService-item > dt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 919px) {
  .useService-item > dt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
  }
}

.useService-item.type-sizeThin > dt {
  width: 100px;
  line-height: 1.3;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .useService-item.type-sizeThin > dt {
    width: 100%;
  }
}

@media screen and (max-width: 919px) {
  .useService-item.type-sizeThin > dt {
    width: 100%;
  }
}

.useService-item > dd {
  padding-left: 8px;
  vertical-align: middle;
  text-align: left;
}

.useService-item > dd:not(:target) {
  letter-spacing: normal\9;
  display: inline-block\9;
}

.useService-item > dd.accountName {
  max-width: 336px;
}

.useService-item > dd.accountName:not(:target) {
  max-width: 329px\9;
}

@media screen and (max-width: 767px) {
  .useService-item > dd.accountName {
    max-width: none;
  }
}

@media screen and (max-width: 919px) {
  .useService-item > dd.accountName {
    max-width: none;
  }
}

.useService-item > dd.accountName.type-withdraw {
  max-width: 223px;
}

@media screen and (max-width: 767px) {
  .useService-item > dd.accountName.type-withdraw {
    max-width: none;
  }
}

@media screen and (max-width: 919px) {
  .useService-item > dd.accountName.type-withdraw {
    max-width: none;
  }
}

.useService-item > dd:first-of-type {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .useService-item > dd:first-of-type {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .useService-item > dd {
    display: block;
    padding-left: 0;
  }
  .useService-item > dd:not(:last-child) {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 919px) {
  .useService-item > dd {
    display: block;
    padding-left: 0;
  }
  .useService-item > dd:not(:last-child) {
    padding-bottom: 8px;
  }
}

.useService-item > dd.withdrawLink {
  white-space: nowrap;
  margin-left: auto;
}

.useService-item > dd.withdrawLink:not(:target) {
  font-size: 1.4rem\9;
  letter-spacing: normal\9;
  display: block\9;
  float: right\9;
  padding-left: 0\9;
}

.useService-item > dd.withdrawLink .withdrawLink-btn {
  display: table;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .useService-item > dd.withdrawLink .withdrawLink-btn {
    width: 100%;
  }
}

.useService-item > dd > span {
  line-height: 1;
}

.useService-item > dd > span.label {
  font-size: 1.1rem;
  color: #818181;
  display: block;
  margin-bottom: 4px;
}

.useService-item > dd > span.data {
  font-size: 1.4rem;
}

.useService-item > dd > span.error {
  font-size: 1.2rem;
  color: #c00;
  font-weight: bold;
}

.useService-item > dd > span.error::before {
  display: inline-block;
  margin-top: 0;
  content: '\e921';
  font-family: dlsite-icons;
  color: #c00;
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  top: 2px;
}

.useService-item.type-sizeThin > dd {
  display: block;
}

.integrateBox-group {
  width: 100%;
  display: table;
}

@media screen and (max-width: 767px) {
  .integrateBox-group {
    display: block;
  }
}

.integrateBox-group:not(:first-child) {
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
}

.integrateBox-group:first-child {
  padding-bottom: 16px;
}

.integrateBox-group:last-child {
  padding-bottom: 0;
}

.integrateBox-head {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 180px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .integrateBox-head {
    display: block;
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.integrateBox-body {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .integrateBox-body {
    display: block;
  }
}

.integrateBox-body > span {
  color: #d88401;
  font-weight: bold;
}

.integrateBox-btn {
  display: table;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .integrateBox-btn {
    width: 100%;
  }
}

.guideBeforeSubmit {
  text-align: center;
  margin: 16px 0 -12px;
}

@media screen and (max-width: 767px) {
  .guideBeforeSubmit {
    text-align: left;
    margin: 16px 0 0;
  }
}

.guideBeforeSubmitInner {
  background: #fff;
  padding: 16px 24px;
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .guideBeforeSubmitInner {
    padding: 8px;
    display: block;
  }
}

.guideBeforeSubmit-text {
  padding-top: 2px;
  font-size: 1.3rem;
}

.contentIntegrateBox {
  padding: 24px;
}

.contentIntegrateBox:not(:target) {
  text-align: center\9;
}

@media screen and (max-width: 767px) {
  .contentIntegrateBox {
    padding: 16px;
  }
}

.contentIntegrateInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.contentIntegrateInner:not(:target) {
  display: inline-block\9;
  letter-spacing: -0.4em\9;
  font-size: 0\9;
  text-align: left\9;
}

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

.contentIntegrateInner.type-confirm::before {
  position: absolute;
  left: 50%;
  top: 115px;
  display: block;
  content: '\e922';
  font-family: dlsite-icons;
  color: #c0c0c0;
  font-size: 5.5rem;
  margin-left: -26px;
}

@media screen and (max-width: 767px) {
  .contentIntegrateInner.type-confirm::before {
    display: none;
  }
}

.contentIntegrate-item {
  width: calc(50% - 8px);
}

.contentIntegrate-item:not(:target) {
  display: inline-block\9;
  letter-spacing: normal\9;
  font-size: 1.4rem\9;
  vertical-align: top\9;
}

.contentIntegrate-item:not(:target):first-child {
  margin-right: 22px\9;
}

.contentIntegrate-item:not(:target):last-child {
  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 (max-width: 767px) {
  .contentIntegrate-item {
    width: 100%;
  }
  .contentIntegrate-item:first-child {
    margin-bottom: 8px;
  }
}

.integrateRadioBox {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.integrateRadioBox.type-spaceSm {
  padding: 6px 24px;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .integrateRadioBox.type-spaceSm {
    padding: 6px 16px;
  }
}

.integrateRadioBox.type-spaceMd {
  padding: 16px 24px;
}

@media screen and (max-width: 767px) {
  .integrateRadioBox.type-spaceMd {
    padding: 16px;
  }
}

.integrateRadioBox.is-active {
  -webkit-box-shadow: 0 0 7px 0 rgba(255, 159, 9, 0.8);
          box-shadow: 0 0 7px 0 rgba(255, 159, 9, 0.8);
}

.integrateRadioBox .snsIcon {
  padding-left: 8px;
}

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

.integrateIdBox {
  padding: 16px 16px 0;
}

.integrateRadioBox-heading {
  margin-bottom: 4px;
}

.contentIntegrateConfirm-item {
  width: calc(50% - 32px);
}

.contentIntegrateConfirm-item:not(:target) {
  display: inline-block\9;
  letter-spacing: normal\9;
  font-size: 1.4rem\9;
  vertical-align: top\9;
}

.contentIntegrateConfirm-item:not(:target):first-child {
  margin-right: 74px\9;
}

@media screen and (max-width: 767px) {
  .contentIntegrateConfirm-item {
    width: 100%;
    position: relative;
  }
  .contentIntegrateConfirm-item:first-child {
    margin-bottom: 48px;
  }
  .contentIntegrateConfirm-item:first-child::before {
    position: absolute;
    left: 50%;
    bottom: -50px;
    display: block;
    content: '\e922';
    font-family: dlsite-icons;
    color: #c0c0c0;
    font-size: 3.4rem;
    margin-left: -17px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* ==================================================
   #ログイン履歴
   ================================================== */
.fixedTable-container {
  position: relative;
  overflow: auto;
  white-space: nowrap;
  margin: 0 32px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .fixedTable-container {
    margin: 0;
  }
}

.fixedTable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fixedTable {
    font-size: 1.1rem;
  }
}

.fixedTable th,
.fixedTable td {
  white-space: nowrap;
  padding: 8px;
  text-align: left;
}

.fixedTable th {
  background: #393939;
  color: #fff;
}

.fixedTable th:nth-child(1) {
  width: 40%;
}

.fixedTable th:nth-child(2) {
  width: 30%;
}

.fixedTable tr:nth-child(even) {
  background: #f8f8f8;
}

/* ==================================================
   #アカウント管理
   ================================================== */
.accountListBox-item {
  width: 100%;
  font-size: 1.4rem;
  display: table;
}

@media screen and (max-width: 767px) {
  .accountListBox-item {
    display: block;
    position: relative;
  }
}

.accountListBox-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 16px;
}

.accountListBox-item:not(:first-child) {
  margin-top: 16px;
}

.accountList-label {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
  color: #818181;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .accountList-label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
}

.accountList-state {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .accountList-state {
    display: block;
    padding: 0 0 8px 0;
  }
}

.accountList-state .guide {
  font-size: 1.3rem;
}

.accountList-btn {
  display: table-cell;
  width: 184px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .accountList-btn {
    display: table;
    width: 100%;
    margin-top: 8px;
  }
}

/* ==================================================
   #退会
   ================================================== */
.deleteGuideTextBox {
  margin: 0 32px 24px;
  border: 4px solid #ffdfdf;
  border-radius: 4px;
  padding: 12px 16px;
  background: #fff7f7;
}

@media screen and (max-width: 767px) {
  .deleteGuideTextBox {
    margin: 0 16px 16px;
    padding: 8px 16px 16px;
    font-size: 1.3rem;
  }
}

.deleteGuideTextBox .deleteGuideTextBox-head {
  color: #c00;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .deleteGuideTextBox .deleteGuideTextBox-head {
    font-size: 1.4rem;
  }
}

.deleteGuideTextBox .deleteGuideTextBox-head::before {
  display: inline-block;
  margin-top: 0;
  content: '\e921';
  font-family: dlsite-icons;
  color: #c00;
  padding-right: 4px;
  font-weight: normal;
  position: relative;
  top: 1px;
}

.deleteGuideTextBox .deleteGuideTextBox-body {
  padding-top: 8px;
}

.deleteGuideTextBox .deleteGuideTextBox-body > ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.deleteGuideTextBox .deleteGuideTextBox-body > ul li:not(:first-child) {
  margin-top: 4px;
}

.accounServiceReload {
  margin-top: 8px;
}

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

.accounServiceReload-btn > a {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f9aff), to(#54aff9));
  background-image: linear-gradient(to top, #1f9aff 0%, #54aff9 100%);
  border: solid 1px #2283d2;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  padding: 6px 8px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
}

.type-nijiyome .accounServiceReload-btn > a {
  background-color: #f26493;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f26493), to(#fb7da7));
  background-image: linear-gradient(to top, #f26493 0%, #fb7da7 100%);
  border-color: #ed719a;
}

.accounServiceReload-btn > a::before {
  content: '\f2f1';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
}

.accounServiceReload-btn > a:visited {
  color: #fff;
}

.accounServiceReload-btn > a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#38a5ff), to(#6dbbfa));
  background-image: linear-gradient(to top, #38a5ff 0%, #6dbbfa 100%);
}

.type-nijiyome .accounServiceReload-btn > a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f47ba3), to(#fc96b8));
  background-image: linear-gradient(to top, #f47ba3 0%, #fc96b8 100%);
}

.accounServiceReload-text {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 170px;
}

@media screen and (max-width: 767px) {
  .accounServiceReload-text {
    width: 100%;
  }
}

/* ==================================================
   #ヘルプ
   ================================================== */
.qaListBox {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.qaListBox-item {
  padding: 0 16px;
}

.qaListBox-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.qaList-header {
  position: relative;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
  padding: 12px 30px;
}

@media screen and (max-width: 767px) {
  .qaList-header {
    font-size: 1.3rem;
  }
}

.qaList-header::before {
  content: "Q";
  display: inline-block;
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  left: 0;
}

.is-opened .qaList-header::before {
  background: #45a8f9;
}

.type-nijiyome .is-opened .qaList-header::before {
  background: #ff8cb2;
}

.qaList-header::after {
  content: '\e923';
  display: block;
  font-family: dlsite-icons;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #bbb;
}

.is-opened .qaList-header::after {
  color: #45a8f9;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.type-nijiyome .is-opened .qaList-header::after {
  color: #ff8cb2;
}

.qaList-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.is-opened .qaList-body {
  color: #45a8f9;
  max-height: 1000px;
}

.qaContent {
  padding: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 16px;
}

.qaText {
  font-size: 1.3rem;
}

.qaText:not(:last-child) {
  margin-bottom: 15px;
}

.qaText:not(:first-child) {
  margin-top: 15px;
}

.qaTextLink {
  position: relative;
}

.qaTextLink::before {
  display: inline-block;
  margin-top: 0;
  content: '\e920';
  font-family: dlsite-icons;
  color: #4e4e4e;
  font-size: 1.6rem;
  padding-right: 4px;
  position: relative;
  top: 4px;
}

.qaTextList.type-base > li:not(:last-child) {
  padding-bottom: 15px;
}

.qaTextList.type-number > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.qaTextList.type-number > li:not(:last-child) {
  padding-bottom: 5px;
}

.qaText-heading {
  background: #e8e8e8;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  display: inline-block;
}

.qaText-subheading {
  display: inline-block;
  border-bottom: 2px solid #4e4e4e;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.qaTextList-box {
  padding-left: 8px;
}

/* ==================================================
   #静的ページ
   ================================================== */
.staticUpdateDate {
  margin: 0 40px 8px;
  text-align: right;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .staticUpdateDate {
    margin: 0 16px 8px;
    font-size: 1.2rem;
  }
}

.staticBox {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .staticBox {
    margin: 0 16px;
  }
}

.staticBox:not(:last-child) {
  margin-bottom: 24px;
}

.staticBox-inner {
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  .staticBox-inner {
    margin: 0;
  }
}

.staticBox-heading {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .staticBox-heading {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.staticBox-heading.type-sub {
  background: #e8e8e8;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 1.4rem;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .staticBox-heading.type-sub {
    margin: 16px 0 8px;
  }
}

.staticText.type-sizeMd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .staticText.type-sizeMd {
    font-size: 1.3rem;
  }
}

.staticText:not(:last-child) {
  margin-bottom: 16px;
}

.staticList:not(:last-child) {
  margin-bottom: 16px;
}

.staticList.type-sizeMd {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .staticList.type-sizeMd {
    font-size: 1.3rem;
  }
}

.staticList > li:not(:first-child) {
  margin-top: 4px;
}

.staticList.type-number > li {
  list-style: decimal;
  margin-left: 2em;
}

.staticList.type-disc > li {
  list-style: disc;
  margin-left: 1.6em;
}

/* ==================================================
   #DLsiteアカウントとは
   ================================================== */
.aboutAccountWrapper {
  overflow: hidden;
}

.aboutAccountWrapper .pageBtmLink {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .aboutAccountWrapper .pageBtmLink {
    padding-bottom: 10px;
  }
}

.aboutAccountBox {
  background-color: #393939;
  padding: 32px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .aboutAccountBox {
    padding: 16px 0;
  }
}

@media screen and (max-width: 919px) {
  .aboutAccountBox {
    padding: 16px;
  }
}

.aboutAccountBox-item {
  color: #fff;
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .aboutAccountBox-item {
    display: block;
  }
}

.aboutAccountBox-item dt > h1 {
  font-size: 2.0rem;
  display: table-cell;
  padding-right: 32px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .aboutAccountBox-item dt > h1 {
    display: block;
    padding: 0 16px 8px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 919px) {
  .aboutAccountBox-item dt > h1 {
    font-size: 1.7rem;
    padding-right: 16px;
  }
}

.aboutAccountBox-item dt > h1::before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(/assets/login/img/icon-about-dlAccount.png) no-repeat left top;
  background-size: 50px 50px;
  vertical-align: middle;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .aboutAccountBox-item dt > h1::before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-right: 8px;
  }
}

.aboutAccountBox-item dd {
  display: table-cell;
  width: 470px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .aboutAccountBox-item dd {
    display: block;
    width: 100%;
    padding: 0 16px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 919px) {
  .aboutAccountBox-item dd {
    font-size: 1.3rem;
  }
}

.l-hero-wrapper {
  position: relative;
  width: 100%;
  background: url(/assets/login/img/bg-hero.png) center repeat #5bbdf2;
}

.l-hero-wrapper .slick-slide div,
.l-hero-wrapper .slick-slide li {
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .l-hero-wrapper {
    background-size: cover;
  }
  .l-hero-wrapper .heroSpace {
    height: 10px;
  }
  .l-hero-wrapper .hero {
    width: 100%;
  }
  .l-hero-wrapper .hero img {
    width: 90%;
  }
}

.guideServiceBox {
  padding: 40px 0;
  background: #fff;
  margin: 10px 0;
}

@media screen and (max-width: 919px) {
  .guideServiceBox {
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceBox {
    padding: 16px 0;
  }
}

.guideServiceBoxInner {
  max-width: 960px;
  margin: 0 auto;
}

.guideServiceBoxInner.type-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 88px;
}

@media screen and (max-width: 919px) {
  .guideServiceBoxInner.type-side {
    padding: 0 48px;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceBoxInner.type-side {
    display: block;
    padding: 0 16px;
  }
}

.guideServiceBoxInner.type-row {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .guideServiceBoxInner.type-row {
    padding: 0 16px;
  }
}

.picAboutMerit {
  width: 392px;
  height: 221px;
}

@media screen and (max-width: 919px) {
  .picAboutMerit {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .picAboutMerit {
    width: 288px;
    height: auto;
  }
}

.guideServiceGroup {
  font-size: 0;
  letter-spacing: 0;
}

.guideServiceGroup:not(:target) {
  display: inline-block\9;
  letter-spacing: -0.4em\9;
  vertical-align: top\9;
  width: 100%\9;
}

.guideServiceGroup.type-side:first-child {
  width: 340px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .guideServiceGroup.type-side:first-child {
    width: 100%;
  }
}

.guideServiceGroup.type-side:last-child {
  text-align: right;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 767px) {
  .guideServiceGroup.type-side:last-child {
    text-align: center;
    margin-top: 16px;
  }
}

.guideServiceGroup.type-side:last-child:not(:target) {
  width: 400px\9;
}

.guideServiceText-heading {
  font-size: 4.2rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 919px) {
  .guideServiceText-heading {
    font-size: 3.6rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceText-heading {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}

.guideServiceText-heading:not(:target) {
  letter-spacing: normal\9;
}

.guideServiceText-heading.type-side {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .guideServiceText-heading.type-side {
    text-align: center;
  }
}

.guideServiceText-heading.type-row {
  text-align: center;
}

.guideServiceText-body {
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .guideServiceText-body {
    line-height: 1.5;
  }
}

.guideServiceText-body.type-side {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .guideServiceText-body.type-side {
    text-align: center;
  }
}

.guideServiceText-body.type-row {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .guideServiceText-body.type-row {
    margin-bottom: 24px;
  }
}

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

.guideServiceLink {
  display: inline-block;
  width: 440px;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-transition: .7s;
  transition: .7s;
  margin-bottom: 32px;
}

.guideServiceLink:nth-child(even) {
  padding-left: 24px;
}

@media screen and (max-width: 919px) {
  .guideServiceLink:nth-child(even) {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceLink:nth-child(even) {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .guideServiceLink {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceLink {
    display: block;
    width: 100%;
  }
}

.guideServiceLink dd {
  font-size: 1.4rem;
  letter-spacing: normal;
  padding: 16px 0 0;
  display: inline-block;
  width: 420px;
}

@media screen and (max-width: 919px) {
  .guideServiceLink dd {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 420px;
    height: auto;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceLink dd {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 100%;
    height: auto;
  }
}

.guideServiceLink-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  height: 180px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .guideServiceLink-item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .guideServiceLink-item {
    width: 100%;
    height: 148px;
  }
}

.guideServiceLink-item.type-dlsite {
  background-image: url("/assets/login/img/pic-about-service-dlsite.png");
}

.guideServiceLink-item.type-nijiyome {
  background-image: url("/assets/login/img/pic-about-service-nijigame.png");
}

.guideServiceLink-item.type-chobit {
  background-image: url("/assets/login/img/pic-about-service-chobit.png");
}

.guideServiceLink-item.type-channel {
  background-image: url("/assets/login/img/pic-about-service-channel.png");
}

.guideServiceLink-item.type-cien {
  background-image: url("/assets/login/img/pic-about-service-cien.png");
}

.guideServiceLink-item.type-triokini {
  background-image: url("/assets/login/img/pic-about-service-triokini.png");
}

a.guideServiceLink-item::after {
  content: none;
}

a.guideServiceLink-item:hover {
  text-decoration: none;
}

.guideServiceLink-desc {
  width: 60%;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .guideServiceLink-desc {
    font-size: 1.0rem;
    left: 0;
    bottom: 22%;
  }
}

.guideServiceLink-desc .logo {
  max-width: 100%;
  max-height: 56px;
}

@media screen and (max-width: 767px) {
  .guideServiceLink-desc .logo {
    max-height: 46px;
  }
}

.animationSv {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.animationSv-read {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.test::before {
  margin-top: 0;
  content: '\f2b9';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #4e4e4e;
  font-size: 1.6rem;
  padding-right: 3px;
  position: relative;
  top: 3px;
}

/* ==================================================
   多言語用
   ================================================== */
html:lang(en) .formBox-head.is-required::after {
  content: "Required";
}

html:lang(en) .loginSnsNote > li {
  list-style-type: square;
  text-indent: 1em;
  padding-left: 0;
}

html:lang(en) .loginSnsNote > li::before {
  content: "";
}

html:lang(en) .accounServiceReload-text {
  font-size: 1.1rem;
}

html:lang(en) .guideServiceText-heading {
  font-size: 3.5rem;
  text-align: center;
}

html:lang(en) .guideServiceText-body.type-side {
  text-align: center;
}

html:lang(en) .btn.type-sns > i {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  html:lang(en) .btn.type-sns > i {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  html:lang(en) .FlowBox-item > span {
    height: 24px;
    vertical-align: middle;
    display: table-cell;
  }
}

@media screen and (max-width: 767px) {
  html:lang(en) .FlowBox-item::before {
    border-bottom: transparent 16px solid;
    border-top: transparent 16px solid;
  }
  html:lang(en) .FlowBox-item::after {
    border-bottom: transparent 16px solid;
    border-top: transparent 16px solid;
  }
}

@media screen and (max-width: 767px) {
  html:lang(en) .contentLoginRegist-text {
    display: inline;
  }
}

/* ==================================================
   utility
   ================================================== */
/* #余白関連
   ---------------------------------------- */
.u-ma0 {
  margin: 0;
}

.u-mt0 {
  margin-top: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-ml0 {
  margin-left: 0;
}

.u-mx0 {
  margin-right: 0;
  margin-left: 0;
}

.u-my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-mlAuto {
  margin-left: auto;
}

.u-mrAuto {
  margin-right: auto;
}

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

.u-pa0 {
  padding: 0;
}

.u-pt0 {
  padding-top: 0;
}

.u-pr0 {
  padding-right: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pl0 {
  padding-left: 0;
}

.u-px0 {
  padding-right: 0;
  padding-left: 0;
}

.u-py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-maXs {
  margin: 4px;
}

.u-mtXs {
  margin-top: 4px;
}

.u-mrXs {
  margin-right: 4px;
}

.u-mbXs {
  margin-bottom: 4px;
}

.u-mlXs {
  margin-left: 4px;
}

.u-mxXs {
  margin-right: 4px;
  margin-left: 4px;
}

.u-myXs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-maSm {
  margin: 8px;
}

.u-mtSm {
  margin-top: 8px;
}

.u-mrSm {
  margin-right: 8px;
}

.u-mbSm {
  margin-bottom: 8px;
}

.u-mlSm {
  margin-left: 8px;
}

.u-mxSm {
  margin-right: 8px;
  margin-left: 8px;
}

.u-mySm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-maMd {
  margin: 12px;
}

.u-mtMd {
  margin-top: 12px;
}

.u-mrMd {
  margin-right: 12px;
}

.u-mbMd {
  margin-bottom: 12px;
}

.u-mlMd {
  margin-left: 12px;
}

.u-mxMd {
  margin-right: 12px;
  margin-left: 12px;
}

.u-myMd {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-maLg {
  margin: 16px;
}

.u-mtLg {
  margin-top: 16px;
}

.u-mrLg {
  margin-right: 16px;
}

.u-mbLg {
  margin-bottom: 16px;
}

.u-mlLg {
  margin-left: 16px;
}

.u-mxLg {
  margin-right: 16px;
  margin-left: 16px;
}

.u-myLg {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-maXl {
  margin: 20px;
}

.u-mtXl {
  margin-top: 20px;
}

.u-mrXl {
  margin-right: 20px;
}

.u-mbXl {
  margin-bottom: 20px;
}

.u-mlXl {
  margin-left: 20px;
}

.u-mxXl {
  margin-right: 20px;
  margin-left: 20px;
}

.u-myXl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-paXs {
  padding: 4px;
}

.u-ptXs {
  padding-top: 4px;
}

.u-prXs {
  padding-right: 4px;
}

.u-pbXs {
  padding-bottom: 4px;
}

.u-plXs {
  padding-left: 4px;
}

.u-pxXs {
  padding-right: 4px;
  padding-left: 4px;
}

.u-pyXs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-paSm {
  padding: 8px;
}

.u-ptSm {
  padding-top: 8px;
}

.u-prSm {
  padding-right: 8px;
}

.u-pbSm {
  padding-bottom: 8px;
}

.u-plSm {
  padding-left: 8px;
}

.u-pxSm {
  padding-right: 8px;
  padding-left: 8px;
}

.u-pySm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-paMd {
  padding: 12px;
}

.u-ptMd {
  padding-top: 12px;
}

.u-prMd {
  padding-right: 12px;
}

.u-pbMd {
  padding-bottom: 12px;
}

.u-plMd {
  padding-left: 12px;
}

.u-pxMd {
  padding-right: 12px;
  padding-left: 12px;
}

.u-pyMd {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-paLg {
  padding: 16px;
}

.u-ptLg {
  padding-top: 16px;
}

.u-prLg {
  padding-right: 16px;
}

.u-pbLg {
  padding-bottom: 16px;
}

.u-plLg {
  padding-left: 16px;
}

.u-pxLg {
  padding-right: 16px;
  padding-left: 16px;
}

.u-pyLg {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-paXl {
  padding: 20px;
}

.u-ptXl {
  padding-top: 20px;
}

.u-prXl {
  padding-right: 20px;
}

.u-pbXl {
  padding-bottom: 20px;
}

.u-plXl {
  padding-left: 20px;
}

.u-pxXl {
  padding-right: 20px;
  padding-left: 20px;
}

.u-pyXl {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* #フォント関連
   ---------------------------------------- */
.u-txtL {
  text-align: left;
}

.u-txtR {
  text-align: right;
}

.u-txtC {
  text-align: center;
}

.u-txtJ {
  text-align: justify;
}

.u-txtN {
  white-space: nowrap;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs17 {
  font-size: 1.7rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fsXs {
  font-size: 0.75rem;
}

.u-fsSm {
  font-size: 0.875rem;
}

.u-fsMd {
  font-size: 1.0rem;
}

.u-fsLg {
  font-size: 1.25rem;
}

.u-fsXl {
  font-size: 1.5rem;
}

/* 色 */
.u-clrOrange {
  color: #d88401;
}

.u-clrVermilion {
  color: #d94c63 !important;
}

.u-clrGray {
  color: #a4a4a4;
}

.u-clrDark {
  color: #333;
}
