@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.is-pc {
  display: block;
}
@media screen and (max-width: 835px) {
  .is-pc {
    display: none;
  }
}
.is-tb {
  display: none;
}
@media screen and (max-width: 835px) {
  .is-tb {
    display: block;
  }
}
html {
  width: 100vw;
  height: 100vh;
}
body {
  position: relative;
  min-height: 100vh;
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #000;
  background: #DABB8F url(../image/bg.png) no-repeat top center/cover fixed;
  overflow-x: hidden;
}
@media screen and (max-width: 835px) {
  body {
    background: #DABB8F;
  }
}
p {
  line-height: 1.8461538462;
}
a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
img {
  display: inline-block;
}
.dn {
  display: none;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 110px;
  padding: 0 133px;
  padding-top: 25px;
  background-color: #DABB8F;
  z-index: 1000;
  column-gap: 50px;
  padding: 25px 100px 0 80px;
}
@media screen and (max-width: 1280px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
  }
}
@media screen and (max-width: 835px) {
  .l-header {
    display: block;
    height: 60px;
    padding: 13px 15.5px 13px 14.5px;
  }
}
@media screen and (max-width: 374px) {
  .l-header {
    display: block;
    padding-right: 10.5px;
  }
}
@media screen and (max-width: 835px) {
  .l-header--inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .l-header--inner {
    align-items: center;
  }
}
.l-header__logo {
  width: 363px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 280px;
  }
}
@media screen and (max-width: 835px) {
  .l-header__logo {
    display: block;
    width: 232px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .l-header__logo {
    transform: translateX(-5px);
    width: 210px;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header__logo--index {
  display: none;
}
@media screen and (max-width: 835px) {
  .l-header__logo--index {
    display: block;
    width: 232px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .l-header__logo--index {
    width: 210px;
  }
}
.l-header__logo--index img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header__menu {
  align-self: flex-end;
  position: relative;
  bottom: auto;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    font-size: 12px;
  }
}
@media screen and (max-width: 835px) {
  .l-header__menu {
    display: block;
    position: absolute;
    top: 60px;
    right: -100vw;
    bottom: 0;
    width: 100vw;
    max-width: 425px;
    height: calc(100vh - 26px);
    background: #DABB8F;
    z-index: 999;
    box-shadow: 1px 5px 5px #958267;
  }
}
.l-header__menu ul {
  display: flex;
  position: relative;
  bottom: 25px;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 0.8em;
}
@media screen and (max-width: 835px) {
  .l-header__menu ul {
    flex-direction: column;
    bottom: auto;
    row-gap: normal;
  }
}
.l-header__menu-block {
  display: none;
}
@media screen and (max-width: 835px) {
  .l-header__menu-block {
    display: block;
  }
}
.l-header__menu-block ul {
  display: flex;
}
.l-header__menu-search button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__menu-search button img {
  width: 22px;
  height: 22px;
}
.l-header__menu-search button span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1;
}
.l-header__menu-btn {
  margin-left: 20px;
}
@media screen and (max-width: 374px) {
  .l-header__menu-btn {
    margin-left: 15px;
  }
}
.l-header__menu-btn button {
  position: relative;
  display: block;
}
@media screen and (max-width: 835px) {
  .l-header__menu-btn button {
    height: 36px;
  }
}
.l-header__menu-btn--line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 835px) {
  .l-header__menu-btn--line {
    position: relative;
    top: -9px;
  }
}
.l-header__menu-btn--line span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
}
.l-header__menu-btn--line span:nth-child(2) {
  margin: 5px 0;
}
.l-header__menu-btn--txt {
  position: absolute;
  top: 26px;
  left: calc(50% + 0.5px);
  transform: translateX(-50%);
  display: block;
  font-size: 10px;
  line-height: 1;
}
.l-header__index {
  display: unset;
  justify-content: unset;
  column-gap: unset;
  height: 40px;
  padding-top: 0;
}
@media screen and (max-width: 835px) {
  .l-header__index {
    height: 60px;
    padding-top: 13px;
  }
}
.l-header__index .l-header__menu {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  position: absolute;
  right: 133px;
}
@media screen and (max-width: 1280px) {
  .l-header__index .l-header__menu {
    right: 60px;
  }
}
@media screen and (max-width: 835px) {
  .l-header__index .l-header__menu {
    right: -100vw;
    top: 60px;
    transform: none;
  }
}
@media screen and (max-width: 835px) {
  .l-header__index--inner {
    display: flex;
    justify-content: space-between;
  }
}
.l-header__index ul {
  display: flex;
  position: unset;
  bottom: unset;
  flex-wrap: unset;
  justify-content: unset;
  row-gap: unset;
}
@media screen and (max-width: 1024px) {
  .l-header__index .l-header__menu--item {
    font-size: 11px;
  }
}
@media screen and (max-width: 835px) {
  .l-header__index .l-header__menu--item {
    font-size: 14px;
  }
}
.l-header__menu--item {
  position: relative;
  padding: 0 15.5px;
}
@media screen and (max-width: 835px) {
  .l-header__menu--item {
    position: relative;
    margin-bottom: 1px;
    padding: 17px 15px;
    font-size: 14px;
    background-color: #EFD6B3;
  }
}
.l-header__menu--item:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 1px;
  height: 11px;
  background-color: #BAA381;
}
@media screen and (max-width: 835px) {
  .l-header__menu--item:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../image/icon/menu-arrow.svg) no-repeat center center/contain;
  }
}
.l-header__menu--item:last-child {
  padding-right: 0;
}
.l-header__menu--item:last-child:after {
  display: none;
}
@media screen and (max-width: 835px) {
  .l-header__menu--item:last-child:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../image/icon/menu-arrow.svg) no-repeat center center/contain;
  }
}
.l-header__menu--item a {
  text-decoration: underline;
}
@media screen and (max-width: 835px) {
  .l-header__menu--item a {
    text-decoration: none;
  }
}
.l-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 26px;
  margin-top: 60px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #675844;
  background-color: #D0B084;
  z-index: 1000;
}
@media screen and (max-width: 835px) {
  .l-footer {
    margin-top: 20px;
  }
}
.l-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 175px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .l-main {
    width: 95%;
  }
}
@media screen and (max-width: 835px) {
  .l-main {
    flex-direction: column;
    width: 100vw;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 46px;
  }
}
.l-main__container {
  width: 814px;
}
@media screen and (max-width: 1280px) {
  .l-main__container {
    width: calc(100% - 305px);
  }
}
@media screen and (max-width: 835px) {
  .l-main__container {
    width: 100%;
  }
}
.l-main__inner {
  margin-top: 25px;
  padding: 30px 17px 16px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .l-main__sp-inner {
    width: 92%;
    margin: 20px auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 374px) {
  .l-main__sp-inner {
    width: 95%;
  }
}
.c-aside {
  width: 265px;
}
@media screen and (max-width: 835px) {
  .c-aside {
    width: 100%;
    margin-top: 16px;
    padding: 0 15px;
  }
}
.c-aside__breadcrumb ol {
  display: flex;
}
.c-aside__breadcrumb li {
  position: relative;
  font-size: 11px;
  padding: 0 13.5px;
}
.c-aside__breadcrumb li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  display: block;
  width: 10px;
  height: 8px;
  background: url(../image/icon/breadcrumb.svg) no-repeat center center/cover;
}
.c-aside__breadcrumb li:first-child {
  padding-left: 0;
}
.c-aside__breadcrumb li:last-child:after {
  display: none;
}
.c-aside__breadcrumb a {
  text-decoration: underline;
}
.c-aside__drama {
  margin-top: 13px;
  border-radius: 5px;
  background-color: #EFD6B3;
}
.c-aside__drama--hd {
  padding: 17px 15px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #958267;
}
.c-aside__drama--body {
  padding: 13px 16px 20px;
}
.c-aside__drama--body form li {
  margin-bottom: 6px;
}
.c-aside__drama--body p {
  margin-top: 1px;
}
.c-aside__drama--btn {
  margin-top: 20px;
}
.c-aside__drama--btn input[type=submit] {
  padding: 17px 0;
}
.c-aside__genre {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #fff;
}
.c-aside__genre--hd {
  display: flex;
  justify-content: space-between;
  padding: 17px 15px;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  background-color: #958267;
}
.c-aside__genre--hd h1 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.c-aside__genre--hd a {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: underline;
  text-align: right;
}
@media screen and (max-width: 835px) {
  .c-aside__genre--hd a {
    display: none;
  }
}
.c-aside__genre--body {
  padding: 20px 15px 18px;
}
@media screen and (max-width: 835px) {
  .c-aside__nav {
    display: none;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    padding-bottom: 32px;
    background-color: #DABB8F;
    z-index: 10000;
  }
}
.c-aside__nav--close {
  display: none;
}
@media screen and (max-width: 835px) {
  .c-aside__nav--close {
    position: relative;
    display: block;
    padding: 18px 30px;
    font-size: 12px;
    font-weight: 700;
    background-color: #EFD6B3;
  }
  .c-aside__nav--close:after {
    content: "";
    position: absolute;
    top: 21.5px;
    left: 16px;
    display: block;
    width: 8.5px;
    height: 8.5px;
    background: url(../image/icon/menu-arrow.svg) no-repeat center center/contain;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 835px) {
  .c-aside__nav .c-aside__drama {
    width: 92%;
    max-width: 500px;
    margin: 16px auto 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 835px) {
  .c-aside__nav .c-aside__drama .c-aside__drama--hd {
    display: none;
  }
}
@media screen and (max-width: 835px) {
  .c-aside__nav .c-aside__genre {
    width: 92%;
    max-width: 500px;
    margin: 15px auto 0;
    z-index: 1001;
  }
}
.c-button, .p-application__btn input, .p-contact__btn input, .p-drdetail__top--btn, .p-drlist__content--btn, .p-results__article__more a, .p-index__form--btn input[type=submit], .p-login__btn input, .c-aside__drama--btn input[type=submit] {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  border-radius: 36px;
}
.c-button a, .p-application__btn input a, .p-contact__btn input a, .p-drdetail__top--btn a, .p-drlist__content--btn a, .p-results__article__more a a, .p-index__form--btn input[type=submit] a, .p-login__btn input a, .c-aside__drama--btn input[type=submit] a {
  display: block;
  padding: 17px 0;
}
.c-button--big, .p-index__form--btn input[type=submit] {
  font-size: 18px;
}
.c-button--big a, .p-index__form--btn input[type=submit] a {
  display: block;
  padding: 20px;
}
.c-button--read, .p-drlist__content--btn, .p-results__article__more a {
  border-radius: 19px;
}
.c-button--read a, .p-drlist__content--btn a, .p-results__article__more a a {
  display: block;
  padding: 10.5px 0;
}
.c-button:disabled, .p-application__btn input:disabled, .p-contact__btn input:disabled, .p-drdetail__top--btn:disabled, .p-drlist__content--btn:disabled, .p-results__article__more a:disabled, .p-index__form--btn input[type=submit]:disabled, .p-login__btn input:disabled, .c-aside__drama--btn input[type=submit]:disabled {
  background-color: #aaa;
}
input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../image/icon/select-arrow.svg) no-repeat top 13px right 9px/8px 10px;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
@media screen and (max-width: 835px) {
  select {
    background: transparent url(../image/icon/select-arrow.svg) no-repeat top 20px right 9px/8px 10px;
  }
}
select::-ms-expand {
  display: none;
}
select:focus {
  box-shadow: none;
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  box-shadow: none;
  outline: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
  height: 8px;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-form__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.c-form--author {
  position: relative;
}
.c-form--author:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon/search_txt.svg) no-repeat center center/contain;
}
@media screen and (max-width: 835px) {
  .c-form--author:before {
    top: 15px;
  }
}
.c-form--time {
  position: relative;
}
.c-form--time:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon/search_time.svg) no-repeat center center/contain;
}
@media screen and (max-width: 835px) {
  .c-form--time:before {
    top: 15px;
  }
}
.c-form--num {
  position: relative;
}
.c-form--num:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon/search_num.svg) no-repeat center center/contain;
}
@media screen and (max-width: 835px) {
  .c-form--num:before {
    top: 15px;
  }
}
.c-form__index--author:before {
  top: 13px;
  left: 20px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 835px) {
  .c-form__index--author:before {
    top: 15px;
    left: 9px;
    width: 20px;
    height: 20px;
  }
}
.c-form__index--time:before {
  top: 13px;
  left: 20px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 835px) {
  .c-form__index--time:before {
    top: 15px;
    left: 9px;
    width: 20px;
    height: 20px;
  }
}
.c-form__index--num:before {
  top: 13px;
  left: 20px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 835px) {
  .c-form__index--num:before {
    top: 15px;
    left: 9px;
    width: 20px;
    height: 20px;
  }
}
::placeholder {
  color: #8C8C8C;
  font-size: 14px;
}
::-moz-placeholder {
  opacity: 1;
}
input[type=text] {
  width: 100%;
  height: 37px;
  padding-left: 40px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  input[type=text] {
    height: 50px;
    padding-left: 45px;
  }
}
select {
  width: 100%;
  height: 37px;
  padding-left: 40px;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  select {
    height: 50px;
    padding-left: 45px;
  }
}
select.is-time,
select.is-num {
  color: #999999;
}
.c-genre, .c-genre--list {
  display: flex;
  flex-wrap: wrap;
}
.c-genre li, .c-genre--list li {
  display: block;
  margin-right: 3px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.5454545455;
  background-color: #CCB7D6;
}
@media screen and (max-width: 835px) {
  .c-genre li, .c-genre--list li {
    margin-right: 5px;
  }
}
.c-genre li a, .c-genre--list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
}
.c-genre--list li {
  margin-bottom: 15px;
  margin-right: 2px;
  font-size: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 835px) {
  .c-genre--list li {
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
  }
}
.c-genre--list li a {
  padding: 4px 12px;
}
@media screen and (max-width: 835px) {
  .c-genre--list li a {
    padding: 3px 10px;
  }
}
.c-pagination {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 19px;
}
@media screen and (max-width: 835px) {
  .c-pagination {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    background: #F6F6F6;
  }
}
.c-pagination ol {
  display: flex;
}
.c-pagination ol li {
  margin-right: 5px;
}
@media screen and (max-width: 835px) {
  .c-pagination ol li {
    margin: 0 0.5px;
  }
}
@media screen and (max-width: 835px) {
  .c-pagination ol li:first-child a {
    width: 25px;
  }
}
.c-pagination ol li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 835px) {
  .c-pagination ol li:last-child a {
    width: 25px;
  }
}
.c-pagination ol li a, .c-pagination ol li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #000;
}
@media screen and (max-width: 835px) {
  .c-pagination ol li a, .c-pagination ol li span {
    width: 48px;
    height: 31px;
    border-radius: 2px;
    border: none;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 374px) {
  .c-pagination ol li a, .c-pagination ol li span {
    width: 41px;
  }
}
@media screen and (max-width: 835px) {
  .c-pagination p {
    display: none;
  }
}
.c-header__sec {
  width: 100%;
  padding: 12px 17px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #958267;
}
@media screen and (max-width: 835px) {
  .c-header__sec {
    padding: 14.5px 16px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
  }
}
.c-header__title {
  width: 100%;
  padding: 12px 17px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 6px;
  color: #000;
  background-color: #F6F6F6;
}
@media screen and (max-width: 835px) {
  .c-header__title {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 835px) {
  .c-50 {
    padding: 20px 8px 6px;
    background-color: #F6F6F6;
  }
}
.c-50 ol {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 835px) {
  .c-50 ol {
    flex-wrap: wrap;
  }
}
.c-50 li {
  position: relative;
  padding: 0 20.5px;
}
@media screen and (max-width: 1280px) {
  .c-50 li {
    padding: 0 16.5px;
  }
}
@media screen and (max-width: 1024px) {
  .c-50 li {
    padding: 0 8.5px;
  }
}
@media screen and (max-width: 835px) {
  .c-50 li {
    width: 20%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.c-50 li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #E2E2E3;
}
@media screen and (max-width: 835px) {
  .c-50 li:after {
    display: none;
  }
}
.c-50 li:first-child {
  padding-left: 0;
}
.c-50 li:last-child {
  padding-right: 0;
}
.c-50 li:last-child:after {
  display: none;
}
.c-50 li a {
  text-decoration: underline;
}
@media screen and (max-width: 835px) {
  .c-50 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 835px) {
  .c-50 li a span {
    display: none;
  }
}
.p-login__container {
  display: flex;
  flex-direction: column-reverse;
  width: 814px;
  margin: 0 auto;
  padding-top: 174px;
}
@media screen and (max-width: 1024px) {
  .p-login__container {
    width: 90%;
    max-width: 814px;
  }
}
@media screen and (max-width: 835px) {
  .p-login__container {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding-top: 66px;
    padding-bottom: 46px;
  }
}
.p-login__container .c-aside__nav {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-login__container .c-aside__nav {
    display: block;
  }
}
.p-login__inner {
  margin-top: 14px;
  padding: 30px 17px 70px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .p-login__inner {
    padding: 0;
  }
}
.p-login__form-wrapper {
  width: 618px;
  margin: 60px auto 0;
}
@media screen and (max-width: 835px) {
  .p-login__form-wrapper {
    width: 100%;
    padding: 22px 16px 25px;
    margin: 0;
  }
}
.p-login__form-wrapper dl div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 835px) {
  .p-login__form-wrapper dl div {
    flex-direction: column;
    margin-bottom: 9px;
  }
}
.p-login__form-wrapper dl div dt {
  width: calc(100% - 484px);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 835px) {
  .p-login__form-wrapper dl div dt {
    width: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
  }
}
.p-login__form-wrapper dl div dt.tl-top {
  align-self: flex-start;
  margin-top: 14px;
}
@media screen and (max-width: 835px) {
  .p-login__form-wrapper dl div dt.tl-top {
    margin-top: 4px;
  }
}
.p-login__form-wrapper dl div dd {
  width: 484px;
}
@media screen and (max-width: 835px) {
  .p-login__form-wrapper dl div dd {
    width: 100%;
  }
}
.p-login__form input[type=text],
.p-login__form input[type=email],
.p-login__form input[type=password] {
  width: 100%;
  height: 45px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.p-login__form--radio {
  padding: 17px 0 3px;
}
@media screen and (max-width: 835px) {
  .p-login__form--radio {
    padding: 23px 0 9px 15px;
  }
}
.p-login__form--radio li {
  margin-bottom: 18px;
  font-size: 14px;
}
.p-login__form--radio li:last-child {
  margin-bottom: 0;
}
.p-login__form input[type=radio] + span {
  margin-left: 0;
  padding-left: 32px;
}
@media screen and (max-width: 835px) {
  .p-login__form input[type=radio] + span {
    padding-left: 34px;
    font-size: 12px;
  }
}
.p-login__form input[type=radio] + span:before {
  width: 24px;
  height: 24px;
}
.p-login__form input[type=radio] + span:after {
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.p-login__form textarea {
  width: 100%;
  height: 131px;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 835px) {
  .p-login__form textarea {
    margin-top: 8px;
    padding: 17px 15px;
  }
}
.p-login__form p.text-center {
  text-align: center;
}
.p-login__btn {
  width: 351px;
  margin: 30px auto 0;
}
@media screen and (max-width: 835px) {
  .p-login__btn {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-login__btn input {
  padding: 17px 0;
}
@media screen and (max-width: 835px) {
  .p-login__btn input {
    padding: 11px 0;
  }
}
.p-login__caution {
  color: #cc0000;
  font-size: 90%;
  font-weight: 700;
}
/* 「利用規約〜」のテキストをちょうどよく表示 */
.form-check-container {
  display: flex;
}
/* inputで生成されるデフォルトのチェックボックスを隠します */
.form-check {
  display: none;
}
/* 「利用規約〜」のテキストレイアウト */
.form-check + span {
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 2.5em;
  position: relative;
}
.form-check + span a {
  display: inline;
  text-decoration: underline;
}
.form-check + span a:hover {
  text-decoration: none;
}
/* 隠したチェックボックスの代わりに表示される、チェックボックスの外側を作成 */
.form-check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
}
/* 隠したチェックボックスの代わりに表示される、チェックを作成 */
.form-check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  left: 0.25em;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1.5em;
  height: 0.8em;
}
/* クリックするとチェックを表示 */
.form-check:checked + span::after {
  opacity: 1;
}
/* ページコンテンツ下部のパディングを保持 */
main {
  padding-bottom: 5rem;
}
.p-index__wrapper {
  position: relative;
  min-height: 100vh;
}
.p-index__wrapper aside {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-index__wrapper aside {
    display: block;
  }
}
.p-index__container {
  width: 600px;
  margin: 94px auto 170px;
}
@media screen and (max-width: 835px) {
  .p-index__container {
    width: 92%;
    max-width: 500px;
    margin: 0 auto 190px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .p-index__container {
    padding-top: 80px;
  }
}
.p-index__container p.text-center {
  text-align: center;
}
.p-index__container p.text-under {
  text-decoration: underline;
}
.p-index__logo {
  width: 600px;
  height: 87px;
}
@media screen and (max-width: 835px) {
  .p-index__logo {
    display: none;
  }
}
.p-index__logo img {
  width: 100%;
  height: 100%;
}
.p-index__form {
  width: 480px;
  margin: 49px auto;
}
@media screen and (max-width: 835px) {
  .p-index__form {
    width: 100%;
    margin: 0 auto;
  }
}
.p-index__form h2 {
  font-size: 18px;
}
@media screen and (max-width: 835px) {
  .p-index__form {
    border-radius: 5px;
    background-color: #EFD6B3;
  }
}
.p-index__form ::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 835px) {
  .p-index__form ::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 835px) {
  .p-index__form h2 {
    padding: 17px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    background-color: #958267;
  }
}
.p-index__form form {
  margin-top: 14px;
}
@media screen and (max-width: 835px) {
  .p-index__form form {
    margin-top: 0;
    padding: 15px 17px 20px 17px;
  }
}
.p-index__form li {
  margin-bottom: 15px;
}
@media screen and (max-width: 835px) {
  .p-index__form li {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 835px) {
  .p-index__form li span {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
  }
}
.p-index__form input[type=text] {
  width: 100%;
  height: 53px;
  padding-left: 68px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .p-index__form input[type=text] {
    height: 50px;
    padding-left: 44px;
    font-size: 14px;
  }
}
.p-index__form select {
  width: 100%;
  height: 53px;
  padding-left: 66px;
  border-radius: 5px;
  font-size: 16px;
  background: #fff url(../image/icon/select-arrow.svg) no-repeat top 21px right 16px/9px 14px;
}
@media screen and (max-width: 835px) {
  .p-index__form select {
    height: 50px;
    padding-left: 44px;
    font-size: 14px;
    background: #fff url(../image/icon/select-arrow.svg) no-repeat top 21px right 9px/6px 10px;
  }
}
.p-index__form--btn {
  margin-top: 20px;
}
.p-index__form--btn input[type=submit] {
  padding: 20px 0;
}
@media screen and (max-width: 835px) {
  .p-index__form--btn input[type=submit] {
    height: 50px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.p-results {
  padding-top: 44px;
}
@media screen and (max-width: 1024px) {
  .p-results {
    padding-top: 24px;
  }
}
@media screen and (max-width: 835px) {
  .p-results {
    padding-top: 0;
  }
}
.p-results__hd {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 835px) {
  .p-results__hd {
    padding: 16px 15px;
    font-size: 12px;
    letter-spacing: 0.2px;
    background: #EFD6B3;
  }
}
.p-results__sort {
  margin-top: 30px;
}
@media screen and (max-width: 835px) {
  .p-results__sort {
    display: none;
  }
}
.p-results__sort ul {
  display: flex;
}
.p-results__sort li {
  margin-right: 1px;
}
.p-results__sort li a {
  display: block;
  padding: 11px 18px;
  font-size: 11px;
  font-weight: 500;
  background-color: #fff;
}
.p-results__list {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
@media screen and (max-width: 835px) {
  .p-results__list {
    margin-top: 0;
  }
}
.p-results__list > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 835px) {
  .p-results__list > li {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 835px) {
  .p-results__list > li:last-child {
    margin-bottom: 0;
  }
}
.p-results__article {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 317px;
  padding: 17px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .p-results__article {
    height: 100%;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .p-results__article {
    flex-direction: column;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article {
    flex-direction: column;
    height: auto;
    padding: 15px;
    padding-bottom: 24px;
    border-radius: 0;
  }
}
.p-results__cover {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-results__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
.p-results__article__content {
  position: relative;
  width: calc(100% - 146px);
  padding-left: 230px;
  padding-right: 36px;
}
@media screen and (max-width: 1280px) {
  .p-results__article__content {
    padding-left: 180px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-results__article__content {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article__content--top {
    height: 175px;
  }
}
.p-results__article__content h1 {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 835px) {
  .p-results__article__content h1 {
    padding-top: 11px;
    padding-left: 139px;
    font-size: 16px;
  }
}
.p-results__article__content--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 283px;
}
@media screen and (max-width: 1280px) {
  .p-results__article__content--image {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article__content--image {
    position: absolute;
    top: 0;
    width: 124px;
    height: 175px;
  }
}
.p-results__article__content--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-results__article__content dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
  font-size: 11px;
}
@media screen and (max-width: 835px) {
  .p-results__article__content dl {
    flex-direction: column;
    margin-top: 16px;
    padding-left: 139px;
  }
}
.p-results__article__content dl div {
  display: flex;
  margin-right: 15px;
}
@media screen and (max-width: 835px) {
  .p-results__article__content dl div {
    margin-right: 0;
    padding-bottom: 15px;
    z-index: 100;
  }
}
.p-results__article__content dl div dt {
  width: auto;
  font-weight: 400;
}
.p-results__article__content dl div dd a {
  text-decoration: underline;
}
.p-results__article__content .c-genre, .p-results__article__content .c-genre--list {
  margin-top: 18px;
}
@media screen and (max-width: 835px) {
  .p-results__article__content .c-genre, .p-results__article__content .c-genre--list {
    margin-top: 20px;
  }
}
.p-results__article__content--desc {
  width: 100%;
  margin-top: 6px;
}
@media screen and (max-width: 835px) {
  .p-results__article__content--desc {
    margin-top: 8px;
  }
}
.p-results__article__content--desc p {
  height: 102px;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-results__article__content--desc p {
    height: 98px;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article__content--desc p {
    height: auto;
    font-size: 12px;
    color: #666666;
  }
}
.p-results__article__content--detail {
  height: auto !important;
  margin-top: 13px;
}
@media screen and (max-width: 835px) {
  .p-results__article__content--detail {
    display: none;
  }
}
.p-results__article__content--detail a {
  display: inline-block;
  text-decoration: underline;
}
.p-results__article__more {
  display: inline-block;
  width: 146px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-results__article__more {
    align-self: flex-end;
  }
}
@media screen and (max-width: 835px) {
  .p-results__article__more {
    width: 91%;
    margin: 0 auto;
    padding-top: 22px;
    z-index: 100;
  }
}
.p-results__article__more a {
  padding: 10.5px 0;
}
@media screen and (max-width: 835px) {
  .p-aulist__container {
    display: flex;
    flex-direction: column;
  }
  .p-aulist__container .c-header__sec {
    order: 1;
  }
  .p-aulist__container > div {
    order: 2;
  }
  .p-aulist__container > .p-aulist__nav {
    order: 3;
  }
}
.p-aulist__nav {
  transform: translateX(-8px);
  margin: 53px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-aulist__nav {
    margin-top: 35px;
    transform: none;
  }
}
@media screen and (max-width: 835px) {
  .p-aulist__nav {
    margin-top: 0;
    transform: none;
  }
}
.p-aulist__section {
  margin: 31.5px auto;
  padding: 0 30px 0 53px;
}
@media screen and (max-width: 1024px) {
  .p-aulist__section {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 835px) {
  .p-aulist__section {
    display: none;
  }
}
.p-aulist__section--top {
  margin-top: 55px;
}
@media screen and (max-width: 835px) {
  .p-aulist__section--top {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-aulist__section h2 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 835px) {
  .p-aulist__section h2 {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #DABB8F;
  }
}
.p-aulist__section div {
  margin-top: 25px;
}
@media screen and (max-width: 835px) {
  .p-aulist__section div {
    margin-top: 0;
  }
}
.p-aulist__section ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 835px) {
  .p-aulist__section ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.p-aulist__section ul li {
  position: relative;
  width: 33.3333333333%;
  margin-bottom: 22px;
}
@media screen and (max-width: 835px) {
  .p-aulist__section ul li {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #DABB8F;
  }
}
@media screen and (max-width: 835px) {
  .p-aulist__section ul li:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(image/icon/menu-arrow.svg) no-repeat center center/contain;
  }
}
.p-aulist__section ul li a {
  display: inline;
}
@media screen and (max-width: 835px) {
  .p-aulist__section ul li a {
    display: inline-block;
    padding: 17px 16px;
  }
}
.p-aulist__section ul li b {
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 835px) {
  .p-aulist__section ul li b {
    text-decoration: none;
  }
}
.p-aulist__section ul li span {
  color: #999999;
}
.p-drlist {
  width: 86.5%;
  margin: 55px auto 0;
}
@media screen and (max-width: 835px) {
  .p-drlist {
    width: 100%;
    margin-top: 0;
  }
}
.p-drlist__container {
  padding-bottom: 70px;
}
@media screen and (max-width: 835px) {
  .p-drlist__container {
    padding-bottom: 0;
  }
}
.p-drlist__section {
  display: none;
}
.p-drlist__section--top {
  display: block;
}
.p-drlist__section h2 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 835px) {
  .p-drlist__section h2 {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid #DABB8F;
    border-bottom: 1px solid #DABB8F;
  }
}
.p-drlist div ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 835px) {
  .p-drlist div ul {
    transform: translateX(1px);
  }
}
.p-drlist div li {
  width: calc(25% - 2px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 1px 48px;
}
@media screen and (max-width: 1024px) {
  .p-drlist div li {
    width: calc(33.3333333333% - 2px);
  }
}
@media screen and (max-width: 835px) {
  .p-drlist div li {
    position: relative;
    width: 33.3333333333%;
    height: auto;
    margin: 0;
    padding: 10px 10px 19px;
    border-right: 1px solid #DABB8F;
    border-bottom: 1px solid #DABB8F;
  }
}
.p-drlist div li > a {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-drlist div li > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
  }
}
.p-drlist__content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 17px 11px 66px 12px;
  line-height: 1.4615384615;
  background-color: #F6F6F6;
}
@media screen and (max-width: 835px) {
  .p-drlist__content {
    height: auto;
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    background-color: #fff;
  }
}
.p-drlist__content h3 span {
  display: block;
  color: #999999;
}
.p-drlist__content--btn {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  font-size: 13px;
}
@media screen and (max-width: 835px) {
  .p-drlist__content--btn {
    display: none;
  }
}
.p-drlist__content--btn a {
  padding: 6.5px 0;
}
.p-drlist__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 216px;
}
@media screen and (max-width: 835px) {
  .p-drlist__image {
    width: 94px;
    height: 133px;
  }
}
.p-drlist__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-drlist__btmnav {
  margin-top: 25px;
}
@media screen and (max-width: 835px) {
  .p-drlist__btmnav {
    margin-top: 0;
  }
}
.p-grlist {
  width: 86.5%;
  margin: 50px auto 40px;
}
@media screen and (max-width: 835px) {
  .p-grlist {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 15px 16px;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__container {
    padding: 15px 15px 26px;
    border-radius: 0;
  }
}
.p-drdetail__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 835px) {
  .p-drdetail__title {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-left: 139px;
  }
}
.p-drdetail__title time {
  font-size: 11px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__title time {
    align-self: flex-end;
    margin-bottom: 14px;
    font-weight: normal;
    color: #999999;
  }
}
.p-drdetail__top {
  position: relative;
  margin-top: 40px;
  padding-left: 316px;
}
@media screen and (max-width: 1280px) {
  .p-drdetail__top {
    padding-left: 265px;
  }
}
@media screen and (max-width: 1024px) {
  .p-drdetail__top {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 40px auto 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__top {
    display: block;
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
}
.p-drdetail__top dl {
  padding-top: 21px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl {
    padding-top: 25px;
    padding-left: 139px;
  }
}
.p-drdetail__top dl div {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .p-drdetail__top dl div {
    flex-direction: column;
  }
}
.p-drdetail__top dl div dt {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl div dt {
    width: 112px;
    font-size: 11px;
  }
}
.p-drdetail__top dl div dd {
  font-size: 14px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl div dd {
    width: calc(100% - 112px);
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .p-drdetail__top dl div dd {
    width: 100%;
    margin-top: 4px;
    padding-left: 5px;
  }
}
.p-drdetail__top dl div dd a {
  display: inline;
  text-decoration: underline;
}
.p-drdetail__top dl div dd span {
  color: #999999;
  line-height: 1.6;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl div:first-child dt {
    width: auto;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__top dl div:first-child dd {
    width: auto;
  }
}
.p-drdetail__top .c-genre, .p-drdetail__top .c-genre--list {
  margin-top: 22px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top .c-genre, .p-drdetail__top .c-genre--list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__top .c-genre li, .p-drdetail__top .c-genre--list li {
    margin-bottom: 15px;
  }
}
.p-drdetail__top--btn {
  width: 298px;
  margin: 18px 36px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-drdetail__top--btn {
    max-width: 350px;
    margin: 18px auto;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__top--btn {
    width: 90.7%;
    margin: 5px auto 0;
  }
}
.p-drdetail__top--btn a {
  padding: 16px 0;
}
@media screen and (max-width: 835px) {
  .p-drdetail__top--btn a {
    padding: 11px 0;
    border-radius: 19px;
    font-size: 14px;
  }
}
.p-drdetail__image {
  position: absolute;
  left: 54px;
  width: 225px;
  height: 343px;
}
@media screen and (max-width: 1280px) {
  .p-drdetail__image {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-drdetail__image {
    position: relative;
    left: auto;
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__image {
    position: absolute;
    width: auto;
    width: 124px;
    height: 175px;
    top: -60px;
    left: 0;
  }
}
.p-drdetail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-drdetail__btm {
  margin-top: 50px;
  padding: 0 53px 51px 316px;
}
@media screen and (max-width: 1280px) {
  .p-drdetail__btm {
    margin-top: 120px;
    padding-left: 250px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-drdetail__btm {
    padding-top: 40px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 835px) {
  .p-drdetail__btm {
    margin-top: 24px;
    padding: 0;
  }
}
.p-drdetail__form-item {
  margin: 10px;
}
.p-drdetail__form input[type=text],
.p-drdetail__form input[type=number] {
  width: 100%;
  height: 45px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.p-drdetail__form input[type=date] {
  width: 45%;
  height: 45px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.p-drdetail__form--radio {
  padding: 17px 0 3px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__form--radio {
    padding: 23px 0 9px 15px;
  }
}
.p-drdetail__form--radio li {
  margin-bottom: 18px;
  font-size: 14px;
}
.p-drdetail__form--radio li:last-child {
  margin-bottom: 0;
}
.p-drdetail__form input[type=radio] + span {
  margin-left: 0;
  padding-left: 32px;
}
@media screen and (max-width: 835px) {
  .p-drdetail__form input[type=radio] + span {
    padding-left: 34px;
    font-size: 12px;
  }
}
.p-drdetail__form input[type=radio] + span:before {
  width: 24px;
  height: 24px;
}
.p-drdetail__form input[type=radio] + span:after {
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.p-drdetail__form textarea {
  width: 100%;
  height: 131px;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 835px) {
  .p-drdetail__form textarea {
    margin-top: 8px;
    padding: 17px 15px;
  }
}
.p-drdetail__form select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background-color: #F3F3F3;
}
.p-drdetail__form select.multi {
  height: 100px;
}
.p-drdetail__form img {
  margin-top: 0.5rem !important;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal-approval-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 70%;
  overflow: scroll;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  z-index: 11;
  padding: 2rem;
}
.modal-approval-window__title {
  font-size: 150%;
  font-weight: bold;
}
.modal-approval-window__question {
  font-weight: bold;
}
.btn-modal-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.btn-modal-close:before, .btn-modal-close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #999;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
.btn-modal-close:hover:before, .btn-modal-close:hover:after {
  background: #666;
}
.btn-modal-close:before {
  transform: rotate(-45deg);
}
.modal-approval-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-approval-footer > * {
  margin: 0.25rem;
}
.modal-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-red {
  color: #fff;
  background-color: #930b0b;
  border: 1px solid #930b0b;
}
.btn-red:disabled {
  opacity: 0.5;
}
.btn-gray {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
  pointer-events: none;
}
.modal-step-badge {
  background-color: #DABB8F;
  display: inline-block;
  padding: 0.6em;
  margin-right: 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}
.modal-approval-stepper {
  display: flex;
}
.modal-approval-stepper__title {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.5rem;
}
.modal-approval-stepper__desc {
  color: #666;
  font-size: 90%;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
  padding-bottom: 20px;
}
.modal-approval-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.modal-approval-stepper__item:not(:last-child):after {
  content: "";
  position: relative;
  top: calc(var(--circle-size) / 2);
  width: calc(100% - var(--circle-size) - var(--spacing) * 2);
  left: calc(50% + var(--circle-size) / 2 + var(--spacing));
  height: 2px;
  background-color: #e0e0e0;
  order: -1;
}
.modal-approval-wrapper {
  max-width: 100%;
  margin: 2rem auto 0;
}
.step-circle {
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-circle.active {
  background-color: #DABB8F;
}
.approval-result {
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
}
.approval-result-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem;
}
.approval-result-footer > * {
  margin: 0.25rem;
}
.approval-result-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.approval-result-not-available-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#display-total {
  font-size: 150%;
}
.p-drtab__title {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title {
    flex-direction: column;
    border: 1px solid #CCCCCC;
  }
}
.p-drtab__title li {
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title li {
    margin-right: 0;
  }
}
.p-drtab__title label {
  display: block;
  position: absolute;
  width: 120px;
  height: 34px;
  padding: 8px 0 12px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #999999;
  border-bottom: none;
  border-radius: 2px 2px 0px 0px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title label {
    width: 100%;
    height: 29px;
    padding: 8px 0 7px;
    border-radius: 0;
    border: 0;
    position: relative;
  }
}
.p-drtab__title-desc {
  left: 0;
}
.p-drtab__title-info {
  left: 121px;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title-info {
    left: auto;
    border-top: 1px solid #CCCCCC !important;
  }
}
.p-drtab__title-allow {
  left: 242px;
  width: 132px !important;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title-allow {
    width: 100% !important;
    left: auto;
    border-top: 1px solid #CCCCCC !important;
  }
}
.p-drtab__content {
  position: relative;
  top: 33px;
  display: none;
  width: 410px;
  min-height: 300px;
  padding-bottom: 33px;
  padding: 35px 17px 33px;
  border-top: 1px solid #999999;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .p-drtab__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-drtab__content {
    top: 1px;
    display: block;
    width: 100%;
    min-height: auto;
    padding: 18px 15px 32px;
    border-top: 1px solid #CCCCCC;
  }
}
.p-drtab__content p {
  line-height: 1.9;
}
@media screen and (max-width: 835px) {
  .p-drtab__content p {
    line-height: 1.7;
  }
}
.p-drtab__content--btn {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-drtab__content--btn {
    width: 100%;
    max-width: 350px;
    border-radius: 19px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-drtab__content--btn a {
    padding: 11px 0;
  }
}
.p-drtab__title-info + .p-drtab__content {
  left: -1px;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title-info + .p-drtab__content {
    left: auto;
  }
}
.p-drtab__title-allow + .p-drtab__content {
  left: -3px;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title-allow + .p-drtab__content {
    left: auto;
  }
}
.p-drtab__title-desc,
.p-drtab__title-info,
.p-drtab__title-allow {
  position: relative;
}
.p-drtab__title-desc:after,
.p-drtab__title-info:after,
.p-drtab__title-allow:after {
  content: "";
  display: none;
  position: relative;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .p-drtab__title-desc:after,
  .p-drtab__title-info:after,
  .p-drtab__title-allow:after {
    display: none;
  }
}
#tbDesc:checked ~ .p-drtab__title-desc:after,
#tbInfo:checked ~ .p-drtab__title-info:after,
#tbAllow:checked ~ .p-drtab__title-allow:after {
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #tbDesc:checked ~ .p-drtab__title-desc:after,
  #tbInfo:checked ~ .p-drtab__title-info:after,
  #tbAllow:checked ~ .p-drtab__title-allow:after {
    display: none;
  }
}
#tbDesc:checked ~ #ctDesc.p-drtab__content,
#tbInfo:checked ~ #ctInfo.p-drtab__content,
#tbAllow:checked ~ #ctAllow.p-drtab__content {
  display: block;
  transition: all 0.3s;
  z-index: 100;
}
.p-drtab__title input[type=radio] {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-drslider.swiper-container {
    display: none;
  }
}
.p-drslider .swiper-wrapper {
  height: 318px;
}
@media screen and (max-width: 835px) {
  .p-drslider .swiper-wrapper {
    height: 100%;
  }
}
.p-drslider .swiper-slide {
  position: relative;
  top: 0;
}
.p-drslider .swiper-pagination {
  width: 100%;
  bottom: -2px;
}
@media screen and (max-width: 835px) {
  .p-drslider .swiper-pagination {
    display: none;
  }
}
.p-drslider .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin: 0 2px !important;
  background-color: #C8C8C9;
  border-radius: 0;
  opacity: 1;
}
.p-drslider .swiper-pagination-bullet-active {
  background-color: #000000;
}
.p-drmodal {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-drmodal {
    display: block;
  }
}
.p-drmodal--hide {
  display: none;
}
.p-audetail {
  margin-bottom: 20px;
  padding-bottom: 250px;
}
@media screen and (max-width: 835px) {
  .p-audetail {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 15px 28px;
    border-radius: 0;
  }
}
@media screen and (max-width: 835px) {
  .p-audetail .c-header__title {
    margin-top: 30px;
    padding-left: 125px;
  }
}
.p-audetail__inner {
  position: relative;
  width: 86%;
  margin: 42px auto 0;
  padding-right: 234px;
}
@media screen and (max-width: 1024px) {
  .p-audetail__inner {
    width: 90%;
  }
}
@media screen and (max-width: 835px) {
  .p-audetail__inner {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 835px) {
  .p-audetail__inner dl {
    margin-top: 25px;
    padding-left: 125px;
  }
}
.p-audetail__inner dl div {
  display: flex;
  align-items: baseline;
}
.p-audetail__inner dl div dt {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 835px) {
  .p-audetail__inner dl div dt {
    font-size: 11px;
    font-weight: normal;
  }
}
.p-audetail__inner dl div dd {
  font-size: 14px;
}
@media screen and (max-width: 835px) {
  .p-audetail__inner dl div dd {
    font-size: 11px;
  }
}
.p-audetail__inner--desc {
  margin-top: 20px;
}
@media screen and (max-width: 835px) {
  .p-audetail__inner--desc {
    margin-top: 30px;
  }
}
.p-audetail__inner--desc p {
  line-height: 1.9;
}
@media screen and (max-width: 835px) {
  .p-audetail__inner--desc p {
    line-height: 1.7;
  }
}
.p-audetail__image {
  position: absolute;
  top: -2px;
  right: -1px;
}
@media screen and (max-width: 835px) {
  .p-audetail__image {
    top: -85px;
    left: 0;
    width: 110px;
    height: 110px;
  }
}
.p-audetail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 835px) {
  .p-audetail__link {
    margin: 5px;
  }
}
.p-audetail__link a {
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 835px) {
  .p-audetail__link a {
    text-decoration: none;
  }
}
.p-audetail__link div {
  padding: 10px;
}
.p-audetail__link__title {
  font-size: 120;
}
.p-contact__container, .p-about, .p-privacypolicy, .p-term {
  display: flex;
  flex-direction: column-reverse;
  width: 814px;
  margin: 0 auto;
  padding-top: 174px;
}
@media screen and (max-width: 1024px) {
  .p-contact__container, .p-about, .p-privacypolicy, .p-term {
    width: 90%;
    max-width: 814px;
  }
}
@media screen and (max-width: 835px) {
  .p-contact__container, .p-about, .p-privacypolicy, .p-term {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding-top: 66px;
    padding-bottom: 46px;
  }
}
.p-contact__container .c-aside__nav, .p-about .c-aside__nav, .p-privacypolicy .c-aside__nav, .p-term .c-aside__nav {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-contact__container .c-aside__nav, .p-about .c-aside__nav, .p-privacypolicy .c-aside__nav, .p-term .c-aside__nav {
    display: block;
  }
}
.p-contact__inner, .p-about__wrapper {
  margin-top: 14px;
  padding: 30px 17px 70px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .p-contact__inner, .p-about__wrapper {
    padding: 0;
  }
}
.p-contact__form-wrapper {
  width: 618px;
  margin: 60px auto 0;
}
@media screen and (max-width: 835px) {
  .p-contact__form-wrapper {
    width: 100%;
    padding: 22px 16px 25px;
    margin: 0;
  }
}
.p-contact__form-wrapper dl div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 835px) {
  .p-contact__form-wrapper dl div {
    flex-direction: column;
    margin-bottom: 9px;
  }
}
.p-contact__form-wrapper dl div dt {
  width: calc(100% - 484px);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 835px) {
  .p-contact__form-wrapper dl div dt {
    width: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
  }
}
.p-contact__form-wrapper dl div dt.tl-top {
  align-self: flex-start;
  margin-top: 14px;
}
@media screen and (max-width: 835px) {
  .p-contact__form-wrapper dl div dt.tl-top {
    margin-top: 4px;
  }
}
.p-contact__form-wrapper dl div dd {
  width: 484px;
}
@media screen and (max-width: 835px) {
  .p-contact__form-wrapper dl div dd {
    width: 100%;
  }
}
.p-contact__form input[type=text],
.p-contact__form input[type=email] {
  width: 100%;
  height: 45px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.p-contact__form--radio {
  padding: 17px 0 3px;
}
@media screen and (max-width: 835px) {
  .p-contact__form--radio {
    padding: 23px 0 9px 15px;
  }
}
.p-contact__form--radio li {
  margin-bottom: 18px;
  font-size: 14px;
}
.p-contact__form--radio li:last-child {
  margin-bottom: 0;
}
.p-contact__form input[type=radio] + span {
  margin-left: 0;
  padding-left: 32px;
}
@media screen and (max-width: 835px) {
  .p-contact__form input[type=radio] + span {
    padding-left: 34px;
    font-size: 12px;
  }
}
.p-contact__form input[type=radio] + span:before {
  width: 24px;
  height: 24px;
}
.p-contact__form input[type=radio] + span:after {
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.p-contact__form textarea {
  width: 100%;
  height: 131px;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 835px) {
  .p-contact__form textarea {
    margin-top: 8px;
    padding: 17px 15px;
  }
}
.p-contact__form p {
  font-size: 10px;
  color: red;
  margin-left: 135px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .p-contact__form p {
    margin-left: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 374px) {
  .p-contact__form p {
    margin-left: 20px;
    margin-bottom: 5px;
  }
}
.p-contact__btn {
  width: 351px;
  margin: 30px auto 0;
}
@media screen and (max-width: 835px) {
  .p-contact__btn {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-contact__btn input {
  padding: 17px 0;
}
@media screen and (max-width: 835px) {
  .p-contact__btn input {
    padding: 11px 0;
  }
}
.p-search__container {
  max-width: 100%;
  padding-top: 0;
}
.p-search__container .c-aside__nav {
  display: block;
}
.p-search__container .c-genre li, .p-search__container .c-genre--list li {
  margin-bottom: 15px;
}
.p-about, .p-privacypolicy, .p-term {
  padding-bottom: 85px;
}
.p-about__wrapper {
  padding-bottom: 53px;
}
.p-about__inner {
  margin: 58px 81px 0;
}
@media screen and (max-width: 835px) {
  .p-about__inner {
    margin: 30px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-about__inner {
    margin: 30px 10px 0;
  }
}
.p-about__inner em {
  font-style: normal;
  font-weight: 600;
}
.p-about__inner a {
  display: inline;
  text-decoration: underline;
}
.p-about__top {
  padding: 0 22.5px;
}
@media screen and (max-width: 480px) {
  .p-about__top {
    padding: 0 10px;
  }
}
.p-about__top p {
  margin-bottom: 22px;
  line-height: 1.9;
}
.p-about__top > em {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-about__top > em:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "※";
}
.p-about section h2, .p-privacypolicy section h2, .p-term section h2 {
  position: relative;
  width: 100%;
  margin-top: 52px;
  padding: 10px 0 10px 24px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: 1px solid #E2E2E3;
}
@media screen and (max-width: 480px) {
  .p-about section h2, .p-privacypolicy section h2, .p-term section h2 {
    padding-left: 16px;
    font-size: 15px;
  }
}
.p-about section h2:before, .p-privacypolicy section h2:before, .p-term section h2:before {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: 8px;
  height: calc(100% + 2px);
  background-color: #958267;
  content: "";
}
.p-about section > ul, .p-privacypolicy section > ul, .p-term section > ul {
  padding: 0 22px;
}
@media screen and (max-width: 835px) {
  .p-about section > ul, .p-privacypolicy section > ul, .p-term section > ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-about section > ul, .p-privacypolicy section > ul, .p-term section > ul {
    padding: 0 5px;
  }
}
.p-about section ul, .p-privacypolicy section ul, .p-term section ul {
  margin-top: 31px;
}
@media screen and (max-width: 480px) {
  .p-about section ul, .p-privacypolicy section ul, .p-term section ul {
    margin-top: 18px;
  }
}
.p-about section ul li, .p-privacypolicy section ul li, .p-term section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  line-height: 1.3846153846;
}
@media screen and (max-width: 835px) {
  .p-about section ul li, .p-privacypolicy section ul li, .p-term section ul li {
    margin-bottom: 20px;
  }
}
.p-about section ul li:before, .p-privacypolicy section ul li:before, .p-term section ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "・";
}
.p-about section ul.logo, .p-privacypolicy section ul.logo, .p-term section ul.logo {
  display: flex;
  margin-top: 23px;
  margin-bottom: 17px;
  padding-left: 11px;
}
@media screen and (max-width: 480px) {
  .p-about section ul.logo, .p-privacypolicy section ul.logo, .p-term section ul.logo {
    margin-top: 10px;
    padding-left: 0;
  }
}
.p-about section ul.logo.itaku, .p-privacypolicy section ul.logo.itaku, .p-term section ul.logo.itaku {
  margin-top: 6px;
  padding-left: 6px;
}
.p-about section ul.logo li, .p-privacypolicy section ul.logo li, .p-term section ul.logo li {
  margin-right: 13px;
}
@media screen and (max-width: 480px) {
  .p-about section ul.logo li, .p-privacypolicy section ul.logo li, .p-term section ul.logo li {
    padding-left: 0;
  }
}
.p-about section ul.logo li:before, .p-privacypolicy section ul.logo li:before, .p-term section ul.logo li:before {
  display: none;
}
.p-about section ul.logo li img, .p-privacypolicy section ul.logo li img, .p-term section ul.logo li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p-about section ul.logo li img, .p-privacypolicy section ul.logo li img, .p-term section ul.logo li img {
    width: 80%;
  }
}
.p-about section ul.logo, .p-privacypolicy section ul.logo, .p-term section ul.logo {
  /*2021/03/22追加*/
}
.p-about section ul.logo.jasrac li, .p-privacypolicy section ul.logo.jasrac li, .p-term section ul.logo.jasrac li {
  margin: 0 0 0 auto;
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center;
}
.p-about section ul.logo.jasrac li p, .p-privacypolicy section ul.logo.jasrac li p, .p-term section ul.logo.jasrac li p {
  font-size: 11px;
  line-height: 1.2em;
}
.p-about section ul.logo.jasrac li p:first-child, .p-privacypolicy section ul.logo.jasrac li p:first-child, .p-term section ul.logo.jasrac li p:first-child {
  margin-right: 10px;
}
.p-about section ul.logo.jasrac li p img, .p-privacypolicy section ul.logo.jasrac li p img, .p-term section ul.logo.jasrac li p img {
  width: 30px;
}
.p-about section ol, .p-privacypolicy section ol, .p-term section ol {
  margin-top: 15px;
  counter-reset: number 0;
}
.p-about section ol li, .p-privacypolicy section ol li, .p-term section ol li {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding-left: 15px;
}
.p-about section ol li:before, .p-privacypolicy section ol li:before, .p-term section ol li:before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.p-about section.useage h2, .p-privacypolicy section.useage h2, .p-term section.useage h2 {
  margin-top: 31px;
}
.p-about section.useage ul, .p-privacypolicy section.useage ul, .p-term section.useage ul {
  padding: 0 27px 0 22px;
}
@media screen and (max-width: 835px) {
  .p-about section.useage ul, .p-privacypolicy section.useage ul, .p-term section.useage ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-about section.useage ul, .p-privacypolicy section.useage ul, .p-term section.useage ul {
    padding: 0 5px;
  }
}
.p-about section.useage ul li, .p-privacypolicy section.useage ul li, .p-term section.useage ul li {
  margin-bottom: 17px;
}
@media screen and (max-width: 835px) {
  .p-about section.useage ul li, .p-privacypolicy section.useage ul li, .p-term section.useage ul li {
    margin-bottom: 20px;
  }
}
.p-about section.useage ul.case, .p-privacypolicy section.useage ul.case, .p-term section.useage ul.case {
  width: 98%;
  margin-top: 15px;
  padding-left: 3px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .p-about section.useage ul.case, .p-privacypolicy section.useage ul.case, .p-term section.useage ul.case {
    width: 100%;
    padding-left: 0;
    transform: translateX(-5px);
  }
}
.p-about section.useage ul.case li, .p-privacypolicy section.useage ul.case li, .p-term section.useage ul.case li {
  margin-bottom: 10px;
  padding-left: 0;
  border-radius: 6px;
  background-color: #F6F6F6;
}
.p-about section.useage ul.case li h3, .p-privacypolicy section.useage ul.case li h3, .p-term section.useage ul.case li h3 {
  position: relative;
  width: 100%;
  padding: 14px 0 7px 43px;
  font-weight: 500;
  border-bottom: 1px dashed #B4B4B4;
}
.p-about section.useage ul.case li p, .p-privacypolicy section.useage ul.case li p, .p-term section.useage ul.case li p {
  padding: 14.5px 21px 18px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.p-about section.useage ul.case li:before, .p-privacypolicy section.useage ul.case li:before, .p-term section.useage ul.case li:before {
  display: none;
}
.p-about section.useage ul.case li:first-child h3:before, .p-privacypolicy section.useage ul.case li:first-child h3:before, .p-term section.useage ul.case li:first-child h3:before {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 20px;
  height: 24px;
  display: block;
  background: url(../image/icon/about_read.svg) no-repeat center center/cover;
  content: "";
}
.p-about section.useage ul.case li:nth-child(2) h3:before, .p-privacypolicy section.useage ul.case li:nth-child(2) h3:before, .p-term section.useage ul.case li:nth-child(2) h3:before {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../image/icon/about_performance.svg) no-repeat center center/cover;
  content: "";
}
.p-about section.list ul, .p-privacypolicy section.list ul, .p-term section.list ul {
  margin-top: 29px;
  padding: 0 22px;
}
@media screen and (max-width: 835px) {
  .p-about section.list ul, .p-privacypolicy section.list ul, .p-term section.list ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-about section.list ul, .p-privacypolicy section.list ul, .p-term section.list ul {
    margin-top: 18px;
    padding: 0 5px;
  }
}
.p-about section.list ul li, .p-privacypolicy section.list ul li, .p-term section.list ul li {
  margin-bottom: 17px;
  padding-left: 14px;
}
@media screen and (max-width: 835px) {
  .p-about section.list ul li, .p-privacypolicy section.list ul li, .p-term section.list ul li {
    margin-bottom: 20px;
  }
}
.p-term {
  padding-bottom: 85px;
}
.p-term section.end {
  margin-bottom: 3em;
}
.p-term section.terms p {
  margin-top: 31px;
  padding: 0 27px 0 22px;
  line-height: 1.45;
}
@media screen and (max-width: 835px) {
  .p-term section.terms p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-term section.terms p {
    padding: 0 5px;
  }
}
.p-term section.terms ol {
  margin-top: 31px;
  padding: 0 27px 0 22px;
  line-height: 1.45;
}
@media screen and (max-width: 835px) {
  .p-term section.terms ol {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-term section.terms ol {
    padding: 0 5px;
  }
}
.p-term section.terms ol --inner {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 835px) {
  .p-term section.terms ol --inner {
    left: -0.5em;
    padding: 0;
  }
}
.p-term section.terms ol li {
  display: block;
  margin-bottom: 17px;
  padding-left: 1.5em;
}
.p-term section.terms ol li:before {
  text-align: right;
}
.p-term div.bottom {
  margin-top: 50px;
  text-align: right;
}
.p-term div.bottom p {
  margin-bottom: 2em;
}
.p-privacypolicy {
  padding-bottom: 85px;
}
.p-privacypolicy section.end {
  margin-bottom: 3em;
}
.p-privacypolicy section.privacypolicy p {
  margin-top: 31px;
  padding: 0 27px 0 22px;
  line-height: 1.45;
}
@media screen and (max-width: 835px) {
  .p-privacypolicy section.privacypolicy p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-privacypolicy section.privacypolicy p {
    padding: 0 5px;
  }
}
.p-privacypolicy section.privacypolicy ol {
  margin-top: 31px;
  padding: 0 27px 0 22px;
  line-height: 1.45;
}
@media screen and (max-width: 835px) {
  .p-privacypolicy section.privacypolicy ol {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-privacypolicy section.privacypolicy ol {
    padding: 0 5px;
  }
}
.p-privacypolicy section.privacypolicy ol --inner {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 835px) {
  .p-privacypolicy section.privacypolicy ol --inner {
    left: -0.5em;
    padding: 0;
  }
}
.p-privacypolicy section.privacypolicy ol li {
  display: block;
  margin-bottom: 17px;
  padding-left: 1.5em;
}
.p-privacypolicy section.privacypolicy ol li:before {
  text-align: right;
}
.p-privacypolicy div.bottom {
  margin-top: 50px;
  text-align: right;
}
.p-privacypolicy div.bottom p {
  margin-bottom: 2em;
}
.p-application__container {
  display: flex;
  flex-direction: column-reverse;
  width: 814px;
  margin: 0 auto;
  padding-top: 174px;
}
@media screen and (max-width: 1024px) {
  .p-application__container {
    width: 90%;
    max-width: 814px;
  }
}
@media screen and (max-width: 835px) {
  .p-application__container {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding-top: 66px;
    padding-bottom: 46px;
  }
}
.p-application__container .c-aside__nav {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-application__container .c-aside__nav {
    display: block;
  }
}
.p-application__inner {
  margin-top: 14px;
  padding: 30px 17px 70px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .p-application__inner {
    padding: 0;
  }
}
.p-application__form-wrapper {
  width: 618px;
  margin: 60px auto 0;
}
@media screen and (max-width: 835px) {
  .p-application__form-wrapper {
    width: 100%;
    padding: 22px 16px 25px;
    margin: 0;
  }
}
.p-application__form-wrapper dl div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 835px) {
  .p-application__form-wrapper dl div {
    flex-direction: column;
    margin-bottom: 9px;
  }
}
.p-application__form-wrapper dl div dt {
  width: calc(100% - 484px);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 835px) {
  .p-application__form-wrapper dl div dt {
    width: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
  }
}
.p-application__form-wrapper dl div dt.tl-top {
  align-self: flex-start;
  margin-top: 14px;
}
@media screen and (max-width: 835px) {
  .p-application__form-wrapper dl div dt.tl-top {
    margin-top: 4px;
  }
}
.p-application__form-wrapper dl div dd {
  width: 484px;
}
@media screen and (max-width: 835px) {
  .p-application__form-wrapper dl div dd {
    width: 100%;
  }
}
.p-application__form input[type=text],
.p-application__form input[type=email] {
  width: 100%;
  height: 45px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.p-application__form--radio {
  padding: 17px 0 3px;
}
@media screen and (max-width: 835px) {
  .p-application__form--radio {
    padding: 23px 0 9px 15px;
  }
}
.p-application__form--radio li {
  margin-bottom: 18px;
  font-size: 14px;
}
.p-application__form--radio li:last-child {
  margin-bottom: 0;
}
.p-application__form input[type=radio] + span {
  margin-left: 0;
  padding-left: 32px;
}
@media screen and (max-width: 835px) {
  .p-application__form input[type=radio] + span {
    padding-left: 34px;
    font-size: 12px;
  }
}
.p-application__form input[type=radio] + span:before {
  width: 24px;
  height: 24px;
}
.p-application__form input[type=radio] + span:after {
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.p-application__form textarea {
  width: 100%;
  height: 131px;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 835px) {
  .p-application__form textarea {
    margin-top: 8px;
    padding: 17px 15px;
  }
}
.p-application__form select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background-color: #F3F3F3;
}
.p-application__form select.multi {
  height: 100px;
}
.p-application__form img {
  margin-top: 0.5rem !important;
}
.p-application__btn {
  width: 351px;
  margin: 30px auto 0;
}
@media screen and (max-width: 835px) {
  .p-application__btn {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-application__btn input {
  padding: 17px 0;
}
@media screen and (max-width: 835px) {
  .p-application__btn input {
    padding: 11px 0;
  }
}
.p-application__p.annotation {
  color: #6c757d;
}
.p-application__p.required {
  color: #ff4500;
}
.p-application__dd.thumbnail {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.p-application__dd.column {
  display: block;
}
.p-application__hr.thumbnail {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
}
.p-application__date {
  width: 100%;
  height: 44px;
  background-color: #F3F3F3;
  border-radius: 4px;
}
.p-application__message {
  margin-top: 14px;
  background: rgba(255, 231, 195, 0.5);
  border: none;
  padding: 0.5rem !important;
}
.p-application__close {
  margin-left: 5px;
  margin-bottom: auto !important;
  cursor: pointer;
}
.p-application__closeDisabele {
  color: #848f99;
  cursor: unset;
}
.p-application__selectMultiple {
  position: relative;
}
.p-application__selectMultiple select {
  display: none;
}
.p-application__selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 8px 12px 2px 12px;
  border-radius: 4px;
  background: #F3F3F3;
  display: block !important;
  min-height: 44px;
  transition: box-shadow 0.3s ease;
  width: 100%;
  margin-bottom: 0px !important;
}
.p-application__selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
  margin-top: 10px;
}
.p-application__selectMultiple > div .arrow:before, .p-application__selectMultiple > div .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99A3BA;
  top: 43%;
  transition: all 0.3s ease;
}
.p-application__selectMultiple > div .arrow:before {
  right: 12px;
  transform: rotate(-130deg);
}
.p-application__selectMultiple > div .arrow:after {
  left: 9px;
  transform: rotate(130deg);
}
.p-application__selectMultiple > div span {
  color: #99A3BA;
  display: block;
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 8px;
  line-height: 28px;
  transition: all 0.3s ease;
}
.p-application__selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-4px, 0);
}
.p-application__selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 28px;
  color: #1E2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  width: unset;
}
.p-application__selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.p-application__selectMultiple > div a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 6px;
  position: absolute;
  display: block;
  background: #CCB7D6;
  z-index: -1;
  border-radius: 4px;
}
.p-application__selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.p-application__selectMultiple > div a i:before, .p-application__selectMultiple > div a i:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666666;
  border-radius: 1px;
}
.p-application__selectMultiple > div a i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-application__selectMultiple > div a i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-application__selectMultiple > div a.notShown {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-application__selectMultiple > div a.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.p-application__selectMultiple > div a.notShown i {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.p-application__selectMultiple > div a.notShown em {
  opacity: 0;
  transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
.p-application__selectMultiple > div a.notShown.shown {
  opacity: 1;
}
.p-application__selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.p-application__selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
.p-application__selectMultiple > div a.notShown.shown em {
  opacity: 1;
  transform: translate(0, 0);
}
.p-application__selectMultiple > div a.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.p-application__selectMultiple > div a.remove i {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.p-application__selectMultiple > div a.remove em {
  opacity: 0;
  transform: translate(-12px, 0);
  transition: all 0.4s ease 0s;
}
.p-application__selectMultiple > div a.remove.disappear {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.p-application__selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  transform: translate(0, 20px) scale(0.8);
  transform-origin: 0 0;
  filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}
.p-application__selectMultiple > ul li {
  color: #1E2330;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}
.p-application__selectMultiple > ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.p-application__selectMultiple > ul li:first-child:last-child {
  border-radius: 8px;
}
.p-application__selectMultiple > ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.p-application__selectMultiple > ul li:last-child:first-child {
  border-radius: 8px;
}
.p-application__selectMultiple > ul li:hover {
  background: #CCB7D6;
}
.p-application__selectMultiple > ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.p-application__selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.p-application__selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.p-application__selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.p-application__selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.p-application__selectMultiple > ul li.remove {
  transform: scale(0);
  opacity: 0;
}
.p-application__selectMultiple > ul li.remove:after {
  animation: ripple 0.4s ease-out;
}
.p-application__selectMultiple > ul li.notShown {
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.4s ease;
}
.p-application__selectMultiple > ul li.notShown.show {
  transform: scale(1);
  opacity: 1;
}
.p-application__selectMultiple.open > div .arrow:before {
  transform: rotate(-50deg);
}
.p-application__selectMultiple.open > div .arrow:after {
  transform: rotate(50deg);
}
.p-application__selectMultiple.open > ul {
  transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(50, 50);
  }
}
.p-application html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.p-application * {
  box-sizing: inherit;
}
.p-application *:before, .p-application *:after {
  box-sizing: inherit;
}
.p-application body {
  min-height: 100vh;
  font-family: Roboto, Arial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-application body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.p-application body .dribbble:hover {
  opacity: 1;
}
.p-application body .dribbble img {
  display: block;
  height: 36px;
}
.p-error__wrapper {
  position: relative;
  min-height: 100vh;
}
.p-error__wrapper aside {
  display: none;
}
@media screen and (max-width: 835px) {
  .p-error__wrapper aside {
    display: block;
  }
}
.p-error__container {
  display: flex;
  flex-direction: column-reverse;
  width: 814px;
  margin: 0 auto;
  padding-top: 174px;
}
@media screen and (max-width: 1024px) {
  .p-error__container {
    width: 90%;
    max-width: 814px;
  }
}
@media screen and (max-width: 835px) {
  .p-error__container {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding-top: 66px;
    padding-bottom: 46px;
  }
}
.p-error__inner {
  margin-top: 14px;
  padding: 30px 17px 70px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 835px) {
  .p-error__inner {
    padding: 0;
  }
}
.p-error__no {
  font-size: 36px;
  border-bottom: 1px solid;
}
.p-error__detail {
  margin-top: 10px;
  font-size: 16px;
}
/*既存レイアウト変更（スタイルの上書きあり）*/
.p-results__article__content {
  width: 100%;
}
.p-results__article__more {
  flex-shrink: 0;
}
.p-audetail {
  margin: 0;
  padding-bottom: 38px;
  order: 1;
}
@media screen and (max-width: 835px) {
  .p-audetail {
    padding: 15px 15px 28px;
  }
}
.p-audetail__inner {
  display: grid;
  grid-template-columns: 1fr 196px;
  grid-template-rows: auto 1fr;
  column-gap: 38px;
  padding-right: 0;
}
@media screen and (max-width: 835px) {
  .p-audetail__inner {
    display: block;
    grid-template-columns: 100%;
    column-gap: 0;
  }
}
.p-audetail__image {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: start;
  position: relative;
  top: auto;
  right: auto;
}
@media screen and (max-width: 835px) {
  .p-audetail__image {
    grid-column: unset;
    grid-row: unset;
    position: absolute;
    top: -85px;
    left: 0;
    width: 110px;
    height: 110px;
  }
}
.p-audetail__inner dl {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-audetail__inner--desc {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 836px) {
  .p-audetail__inner--desc {
    margin-top: 20px;
  }
}
.p-results__list {
  margin: 0;
  order: 2;
}
.p-results__list > li:last-child {
  margin-bottom: 0;
}
/*既存レイアウト変更（スタイルの上書きなし）*/
.l-main__container--author-detail {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 24px;
}
@media screen and (max-width: 835px) {
  .l-main__container--author-detail {
    row-gap: 11px;
  }
}
/*追加セクション*/
/* author-detail.html */
.p-audetail__info {
  margin: 0;
  order: 3;
  padding-bottom: 52px;
}
@media screen and (max-width: 835px) {
  .p-audetail__info {
    padding: 25px 15px 28px;
  }
}
.p-audetail__info__inner {
  width: 86%;
  margin: 0 auto 0;
}
@media screen and (max-width: 835px) {
  .p-audetail__info__inner {
    width: 100%;
  }
}
.p-audetail__info__inner h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
.p-audetail__info__inner .info-list {
  display: grid;
  align-items: start;
  grid-template-columns: 76px 1fr;
  column-gap: 10px;
  row-gap: 3px;
  margin-top: 16px;
}
.p-audetail__info__inner .info-list + h2 {
  margin-top: 52px;
}
@media screen and (max-width: 835px) {
  .p-audetail__info__inner .info-list + h2 {
    margin-top: 32px;
  }
}
.p-audetail__info__inner .info-list dt {
  display: grid;
  place-content: center;
  width: 100%;
  height: 22px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #000;
  border-radius: 5px;
}
.p-audetail__info__inner .info-list dd {
  font-size: 13px;
  line-height: 1.461;
}
.p-audetail__info__inner .info-list dd a {
  text-decoration: underline;
  word-break: break-all;
}
.p-audetail__info__inner .info-list dd a:hover {
  text-decoration: none;
}
/* drama-detail.html */
.p-drdetail__top--btn--red {
  background-color: #B70C0C;
}
.p-drtab__content__contact {
  display: flex;
  column-gap: 1px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  opacity: 0;
  -webkit-animation: opa 0.3s ease-out 0.1s 1 normal forwards;
  animation: opa 0.3s ease-out 0.1s 1 normal forwards;
}
.p-drtab__content__contact li {
  width: 50%;
  height: 86px;
  color: #fff;
  background-color: #000;
  opacity: 1;
  transition: all 0.3s;
}
.p-drtab__content__contact li:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.p-drtab__content__contact li a {
  display: grid;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-drtab__content__contact li a span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-drtab__content__contact li a img {
  display: block;
  margin: 0 auto 0;
}
.p-drtab__content__contact li a img.pen {
  width: 24px;
  margin-top: 7px;
}
.p-drtab__content__contact li a img.external {
  width: 23px;
  margin-top: 13px;
}
.p-drtab__content__attention {
  margin: 10px 0 37px;
  opacity: 0;
  -webkit-animation: opa 0.3s ease-out 0.1s 1 normal forwards;
  animation: opa 0.3s ease-out 0.1s 1 normal forwards;
}
.p-drtab__content__attention li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.4545;
}
.p-drtab__content__attention li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.p-drtab__content__attention li:last-child {
  margin-bottom: 0;
}
.p-drtab__content__form {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  opacity: 0;
  -webkit-animation: opa 0.3s ease-out 0.1s 1 normal forwards;
  animation: opa 0.3s ease-out 0.1s 1 normal forwards;
}
.p-drtab__content__form a {
  display: grid;
  place-content: center;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  transition: all 0.3s;
  animation: none !important;
}
.p-drtab__content__form a:hover {
  opacity: 0.8 !important;
  transition: all 0.3s;
}
@media screen and (max-width: 835px) {
  .p-drtab__content__form a {
    font-size: 12px;
  }
}
.p-drtab__content__contact--btn--disabele {
  background-color: #999;
  pointer-events: none;
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes indexLogo {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes indexForm {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes showing {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes searchClose {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
main {
  opacity: 0;
  animation: opa 0.6s ease-in 0s 1 normal forwards;
}
.l-header__index {
  opacity: 0;
  animation: opa 0.6s ease-in 0.9s 1 normal forwards;
}
@media screen and (max-width: 835px) {
  .l-header__index {
    animation: opa 0.7s ease-in 0s 1 normal forwards;
  }
}
.p-index__logo {
  opacity: 0;
  transform: translateY(-10px);
  animation: indexLogo 0.9s ease-out 0.6s 1 normal forwards;
}
.p-index__form {
  opacity: 0;
  transform: translateY(5px);
  animation: indexForm 0.7s ease-out 0.9s 1 normal forwards;
}
@media screen and (max-width: 835px) {
  .p-index__form {
    animation: indexForm 0.4s ease-out 0.5s 1 normal forwards;
  }
}
.l-main,
.p-contact__container,
.p-about,
.p-term,
.p-privacypolicy {
  opacity: 0;
  transform: translateY(5px);
  animation: showing 0.8s ease-out 0.5s 1 normal forwards;
}
.c-aside__drama,
.c-aside__genre {
  opacity: 0;
  transform: translateY(5px);
  animation: showing 0.6s ease-out 0.3s 1 normal forwards;
}
.p-drtab__content p,
.p-drtab__content div {
  opacity: 0;
  animation: opa 0.3s ease-out 0.1s 1 normal forwards;
}
.l-header__menu-btn {
  transition: all 0.3s;
}
.l-header__menu-btn.is-open .l-header__menu-btn--line {
  position: relative;
  top: -8px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.l-header__menu-btn.is-open .l-header__menu-btn--line span:nth-child(2) {
  display: none;
}
.l-header__menu-btn.is-open .l-header__menu-btn--line span:nth-child(3) {
  position: relative;
  top: -3px;
  transform: rotate(90deg);
}
@media screen and (max-width: 835px) {
  .l-header__menu {
    transition: all 0.5s ease-in;
  }
}
@media screen and (max-width: 480px) {
  .l-header__menu {
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 835px) {
  .l-header__menu.is-show {
    right: 0;
    transition: all 0.6s ease-out;
  }
}
@media screen and (max-width: 480px) {
  .l-header__menu.is-show {
    transition: all 0.4s ease-out;
  }
}
@media screen and (max-width: 835px) {
  .is-here a {
    background-color: #E2E2E3 !important;
  }
}
.c-aside__breadcrumb a,
.c-aside__genre--hd a,
.l-header__menu--item,
.p-aulist__section a,
.p-drdetail__top dd a,
.p-results__article__content--detail a,
.p-results__article__content a,
.p-about__inner a {
  transition: all 0.3s;
}
.c-aside__breadcrumb a:hover,
.c-aside__genre--hd a:hover,
.l-header__menu--item:hover,
.p-aulist__section a:hover,
.p-drdetail__top dd a:hover,
.p-results__article__content--detail a:hover,
.p-results__article__content a:hover,
.p-about__inner a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.c-button, .c-aside__drama--btn input[type=submit], .p-login__btn input, .p-index__form--btn input[type=submit], .p-results__article__more a, .p-drlist__content--btn, .p-drdetail__top--btn, .p-contact__btn input, .p-application__btn input {
  transition: all 0.3s;
}
.c-button:hover, .c-aside__drama--btn input[type=submit]:hover, .p-login__btn input:hover, .p-index__form--btn input[type=submit]:hover, .p-results__article__more a:hover, .p-drlist__content--btn:hover, .p-drdetail__top--btn:hover, .p-contact__btn input:hover, .p-application__btn input:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.c-genre li a, .c-genre--list li a,
.c-genre--list li {
  transition: all 0.3s;
}
.c-genre li a:hover, .c-genre--list li a:hover,
.c-genre--list li:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-contact__form input[type=text], .p-contact__form input[type=email], .p-contact__form textarea {
  transition: all 0.3s;
}
.p-contact__form input[type=text]:hover, .p-contact__form input[type=email]:hover, .p-contact__form textarea:hover {
  background: #ecebeb;
  transition: all 0.3s;
}
.c-50 li {
  transition: all 0.3s;
}
.c-50 li:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.c-pagination li a {
  transition: all 0.3s;
}
.c-pagination li a:hover {
  background-color: #EFD6B3;
  transition: all 0.3s;
}
.p-results__sort li {
  transition: all 0.3s;
}
.p-results__sort li:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-results__article__content--image a,
.p-drlist__image a {
  transition: all 0.3s;
}
.p-results__article__content--image a:hover,
.p-drlist__image a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
@-moz-document url-prefix() {
  @media screen and (max-width: 835px) {
    .c-aside__nav {
      position: fixed;
    }
  }
  input[type=text] {
    padding-left: 45px;
  }
  .p-index__form input[type=text] {
    padding-left: 71px;
  }
  @media screen and (max-width: 835px) {
    .p-index__form input[type=text] {
      padding-left: 50px;
    }
  }
}