@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@400;500;700;900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*! destyle.css v3.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;
  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 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

html, body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  background-color: #fff;
  letter-spacing: 0.0625em;
  line-height: 1.8;
  color: #3e3e4d;
}

body #wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
}

p, li, dd, dt, th, td, a, button {
  box-sizing: border-box;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}

img {
  max-width: 100%;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 48;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3e3e4d;
}

.h1 {
  font-size: clamp(5rem, 6.875rem - 5vw, 2.5rem);
}

.h2 {
  font-size: clamp(1.25rem, 0.78125rem + 1.25vw, 1.875rem);
}

.h3 {
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.25rem);
}

.h4 {
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}

.c-bt {
  margin: 30px auto auto auto;
  text-align: center;
}
.c-bt__button {
  padding: 1rem 8rem;
  background-color: #DB322A;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s ease;
}
.c-bt__button:hover {
  opacity: 0.8;
}

.c-pagetop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  margin: 0;
}
.c-pagetop a {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #DB322A;
  transition: opacity 0.6s ease;
  text-decoration: none;
  border-radius: 50%;
}
.c-pagetop a .material-symbols-outlined {
  color: #FFFFFF;
  font-size: 32px;
}
.c-pagetop a:hover {
  opacity: 0.3;
}

.tabs {
  margin: 0px;
}
@media screen and (min-width: 992px) {
  .tabs {
    margin: 75px 0px 0px 0px;
  }
}

/*タブ切り替え全体のスタイル*/
.tab-button-outer {
  display: none;
}

.tab-contents {
  background-color: #fff;
  transition: all 0.2s ease;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .tab-contents {
    padding: 30px 30px 30px 0;
  }
}
.tab-contents__wrap {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .tab-contents__wrap {
    margin-top: 75px;
  }
}
.tab-contents__wrap:first-child {
  margin-top: 0px;
}
.tab-contents__box {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .tab-contents__box {
    margin-top: 30px;
  }
}

.tab-main {
  background-color: #F2F2F2;
  padding: 4% 4% 45px 4%;
}
@media screen and (min-width: 992px) {
  .tab-main {
    padding: 30px 30px 75px 30px;
  }
}

.tab-button {
  display: flex;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .tab-button__item {
    margin-right: 30px;
    border: solid 3px #F2F2F2;
    transition: all 0.3s ease;
    width: calc((100% - 30px) / 2);
    text-align: center;
    box-sizing: border-box;
  }
}
.tab-button__item.is-active {
  background-color: #F2F2F2;
  border-top: solid 3px #DB322A;
}
.tab-button__item:last-child {
  margin-right: 0px;
}
.tab-button__link {
  display: block;
  padding: 20px 0;
}

@media screen and (min-width: 600px) {
  .tab-button-outer {
    display: block;
  }

  .tab-select-outer {
    display: none;
  }
}
.tab-select-outer {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.tab-select-outer::after {
  content: "";
  background-color: #F2F2F2;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 50%;
  position: absolute;
  left: 0;
  top: 80%;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: -10;
}

.nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .nav__wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .nav__list {
    display: flex;
  }
}
.nav__item {
  margin-right: 30px;
}
.nav__item a {
  position: relative;
  transition: all 0.5s ease;
}
.nav__item a:hover {
  opacity: 0.8;
}
.nav__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 3px;
  left: -15px;
  background-color: #DB322A;
}

.menu {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  z-index: 99;
  background-color: #DB322A;
  padding: 8px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .menu {
    right: 20px;
    top: 20px;
  }
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 65%;
}
.menu__line--top {
  top: 27%;
}
.menu__line--center {
  top: 50%;
  transform: translateY(-50%);
}
.menu__line--bottom {
  bottom: 27%;
}
.menu__line--top.active {
  top: 23px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 20px;
  transform: rotate(135deg);
}

/*spnav*/
.spnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.spnav__wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.spnav__menu__item {
  margin: 40px 0;
}

.spnav__menu__item a {
  color: #3e3e4d;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
  padding: 40px;
  transition: all 0.5s ease;
  position: relative;
}
.spnav__menu__item a:hover {
  opacity: 0.8;
}
.spnav__menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 3px;
  left: 20px;
  background-color: #DB322A;
}

.c-content__l {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-content__l {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .c-content__l {
    width: 85.26%;
  }
}
.c-content__m {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-content__m {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .c-content__m {
    max-width: 67.71%;
  }
}
.c-content__s {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-content__s {
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .c-content__s {
    max-width: 50.88%;
  }
}

@media screen and (min-width: 992px) {
  .c-flex__wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
  }
}
.c-flex__item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-flex__item {
    width: calc((100% - 30px) / 2);
    text-align: center;
    box-sizing: border-box;
  }
}
.c-flex__item-30 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-flex__item-30 {
    width: calc(30% - 15px);
  }
}
.c-flex__item-70 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-flex__item-70 {
    width: calc(70% - 15px);
  }
}

.c-card__link {
  display: block;
  transition: all 0.5s ease;
}
.c-card__link:hover {
  opacity: 0.7;
}
.c-card__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .c-card__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .c-card__wrap {
    justify-content: space-between;
    padding: 0px;
  }
}
.c-card__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 34px -5px rgba(62, 62, 77, 0.15);
  padding: 15px;
  transition: all 0.5s ease;
}
.c-card__item:hover {
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .c-card__item {
    width: calc((100% - 30px) / 2);
  }
}
.c-card__item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-card__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.c-card__l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 125px);
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .c-card__l {
    width: calc(100% - 205px);
  }
}
.c-card__title {
  flex-grow: 1;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.703125rem + 0.625vw, 1.25rem);
}
.c-card__artists {
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.796875rem + 0.375vw, 1.125rem);
}
.c-card__artists--kana {
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}
.c-card__r {
  flex-shrink: 0;
  max-width: 110px;
}
@media screen and (min-width: 992px) {
  .c-card__r {
    max-width: 190px;
  }
}
.c-card__img {
  width: 110px;
  height: 110px;
  background-color: #F2F2F2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-card__img {
    width: 190px;
    height: 190px;
  }
}
.c-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.c-card__item.no-image .c-card__wrap {
  display: block;
}
.c-card__item.no-image .c-card__l {
  width: 100%;
  margin-right: 0px;
}
.c-card__item.no-image .c-card__artists {
  margin-top: 25px;
}

.c-form__text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  background-color: #F2F2F2;
  appearance: none;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}

.c-form__text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #DB322A inset;
}

.c-form__radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__radio--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #3e3e4d;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}
.c-form__radio--name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 4px;
  flex-shrink: 0;
}

.c-form__radio input:checked + .c-form__radio--name:before {
  border: 0.3em solid #DB322A;
}

.c-form__radio input:checked + .c-form__radio--name {
  color: #DB322A;
}

.c-form__radio input:focus + .c-form__radio--name {
  color: #DB322A;
}

.c-form__radio input.focus-visible + .c-form__radio--name .c-form__radio--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__checkbox--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #3e3e4d;
  position: relative;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}
.c-form__checkbox--name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.c-form__checkbox input:checked + .c-form__checkbox--name:before {
  border: 1px solid #DB322A;
  background-color: #DB322A;
}

.c-form__checkbox input:checked + .c-form__checkbox--name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.3em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.6em;
  transform: translateY(-2px) rotate(45deg);
}

.c-form__checkbox input:checked + .c-form__checkbox--name {
  color: #DB322A;
}

.c-form__checkbox input:focus-visible + .c-form__checkbox--name .c-form__checkbox--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__checkbox input.focus-visible + .c-form__checkbox--name .c-form__checkbox--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__select {
  position: relative;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: 42%;
  box-sizing: border-box;
  transform: translateY(-50%);
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  pointer-events: none;
}
.c-form__select select {
  height: 3em;
  width: 100%;
  background-color: #DB322A;
  color: #fff;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
  padding: 8px 20px;
  border-radius: 100vw;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c-form__select option {
  background-color: #fff;
  color: #3e3e4d;
}
.c-form__select option:checked {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-form__select option[selected][disabled] {
  display: none;
}
.c-form__select .c-form__select select::-ms-expand {
  display: none;
}
.c-form__select .c-form__select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #DB322A inset;
}

@media screen and (min-width: 1200px) {
  .text-size {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .text-size__title {
    margin-right: 15px;
  }
}
.text-size .bt-font-change {
  border: solid 1px #E5E2E2;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .text-size .bt-font-change {
    font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
    margin-right: 15px;
  }
}
.text-size .bt-font-change:hover {
  color: #fff;
  background-color: #DB322A;
}
@media screen and (min-width: 1200px) {
  .text-size .bt-font-change:last-child {
    margin-right: 0px;
  }
}
.text-size .bt-font-change.active {
  color: #fff;
  background-color: #DB322A;
}

.spnav .text-size {
  display: flex;
  align-items: center;
}
.spnav .text-size__title {
  margin-right: 15px;
}
.spnav .bt-font-change {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  margin-right: 15px;
}

.c-text__center {
  text-align: center;
}

.c-fluid-bg {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F2F2F2;
}

.c-fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F2F2F2;
}

.c-table {
  width: 100%;
  text-align: left;
}
.c-table__th {
  background: #F2F2F2;
  border: solid 1px #E5E2E2;
  padding: 10px;
  width: 30%;
}
.c-table__td {
  border: solid 1px #E5E2E2;
  padding: 10px;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 992px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}

@media (max-width: 599px) {
  .mobile-only {
    display: block;
  }
}
.initials__title {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 25px;
  position: relative;
  font-size: clamp(1.125rem, 0.75rem + 1vw, 1.625rem);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .initials__title {
    padding-top: 30px;
    padding-left: 30px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.initials__title::before {
  content: "";
  position: absolute;
  height: 5px;
  background-color: #DB322A;
  width: 30%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .initials__title::before {
    width: 30%;
    top: 0px;
    left: 0px;
    transform: none;
  }
}
.initials__subtitle {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
}
.initials__subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 3px;
  left: 0px;
  background-color: #DB322A;
}
.initials__list {
  display: flex;
  flex-direction: column;
  margin: 15px auto;
}
@media screen and (min-width: 600px) {
  .initials__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .initials__list {
    width: 55%;
    margin: 30px auto;
  }
}
.initials__list--letter {
  display: flex;
  flex-wrap: wrap;
}
.initials__item {
  text-align: center;
}
.initials__item--letter {
  margin-bottom: 25px;
  width: 20%;
}
@media screen and (min-width: 600px) {
  .initials__item--letter {
    width: 12.5%;
  }
}
@media screen and (min-width: 992px) {
  .initials__item--letter {
    width: 11.1111111111%;
  }
}
@media (min-width: 1600px) {
  .initials__item--letter {
    width: 10%;
  }
}
.initials__item--letter:nth-child(5n) {
  margin-right: 0px;
}
.initials__item--letter a {
  margin: auto;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  border: 24px solid #F2F2F2;
  border-radius: 50%;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.initials__item--letter a.active-link {
  border: 24px solid #DB322A;
  color: #fff;
}
.initials__item--letter a:hover {
  border: 24px solid #DB322A;
  color: #fff;
}

.keyword__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .keyword__list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .keyword__item {
    margin-right: 30px;
  }
}
.keyword__item:last-child {
  margin-right: 0px;
}

.sec-seach .genre__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .sec-seach .genre__wrap {
    flex-direction: row;
  }
}
.sec-seach .genre__title {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .sec-seach .genre__title {
    width: 25%;
  }
}
.sec-seach .genre__list {
  display: flex;
  flex-wrap: wrap;
}
.sec-seach .genre__item {
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .sec-seach .genre__item {
    margin-right: 30px;
  }
}
.sec-seach .genre .tab-contents__box {
  border-top: solid 1px #E5E2E2;
  margin-top: 0px;
  padding: 30px 0;
}
.sec-seach .genre .tab-contents__box:last-child {
  border-bottom: solid 1px #E5E2E2;
}

.sec-result {
  margin-top: 0px;
  background-color: #F2F2F2;
  padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .sec-result {
    padding-bottom: 75px;
  }
}
.sec-result__inner {
  padding: 0 4%;
}
@media screen and (min-width: 992px) {
  .sec-result__inner {
    padding: 0;
  }
}
.sec-result__head {
  padding-top: 45px;
  font-size: clamp(0.9375rem, 0.796875rem + 0.375vw, 1.125rem);
}
.sec-result__main {
  width: 100%;
  padding: 0 4%;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .sec-result__main {
    margin-top: 0px;
  }
}
.sec-result__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .sec-result__wrap {
    flex-direction: row;
  }
}

.result-card.c-card__item {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .result-card.c-card__item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .result-breadcrumbs {
    margin-right: 30px;
  }
}
.result-breadcrumbs__list {
  display: flex;
}
.result-breadcrumbs__item:after {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.result-breadcrumbs__item:last-child:after {
  content: "";
}

.result-num {
  display: flex;
}
.result-num__txt {
  font-weight: 700;
  margin-right: 15px;
}
.result-num__txt:last-child {
  margin-right: 0px;
}
.result-num__txt--no {
  font-size: clamp(1.25rem, 1.0625rem + 0.5vw, 1.5rem);
}

.result-check {
  font-weight: 700;
  background-color: #fff;
  padding: 8px 15px;
  margin-top: 15px;
  border-radius: 50vw;
}
.result-check input[type=checkbox] {
  transform: scale(1.5);
  margin: 2px 4px 4px 4px;
}
@media screen and (min-width: 992px) {
  .result-check {
    margin-top: 0px;
    margin-right: 30px;
  }
}

.result__title {
  text-align: center;
  background-color: #3e3e4d;
  color: #fff;
  padding: 15px 0;
}

.sec-details {
  margin-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .sec-details {
    margin-top: 200px;
    padding-bottom: 75px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sec-details__l {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sec-details__l {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .sec-details__l {
    width: calc(40% - 30px);
    margin-right: 30px;
  }
}
.sec-details__r {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: 992px) {
  .sec-details__r {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .sec-details__r {
    width: 60%;
  }
}
.sec-details__title {
  padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .sec-details__title {
    padding-bottom: 15px;
  }
}
.sec-details__title--num {
  text-align: left;
  font-size: clamp(0.75rem, 0.5625rem + 0.5vw, 1rem);
}
.sec-details__title--jp {
  font-size: clamp(1.125rem, 0.84375rem + 0.75vw, 1.5rem);
  font-weight: 700;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .sec-details__title--jp {
    margin-top: 30px;
  }
}
.sec-details__title--en {
  font-size: clamp(1.125rem, 0.84375rem + 0.75vw, 1.5rem);
  font-family: "Lato", sans-serif;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .sec-details__title--en {
    margin-top: 30px;
  }
}
.sec-details__artists {
  text-align: left;
  border-top: solid 1px #E5E2E2;
  padding-top: 15px;
}
.sec-details__artists--name {
  text-align: left;
  font-size: clamp(1.125rem, 0.84375rem + 0.75vw, 1.5rem);
}
.sec-details__artists--kana {
  font-size: clamp(1.125rem, 0.84375rem + 0.75vw, 1.5rem);
}
.sec-details__artists--year {
  font-size: clamp(0.9375rem, 0.796875rem + 0.375vw, 1.125rem);
}
.sec-details__img {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #F2F2F2;
  padding: 45px 0;
}
@media screen and (min-width: 992px) {
  .sec-details__img {
    padding: 0px;
    height: 100%;
    max-width: 660px;
    max-height: 500px;
  }
}
.sec-details__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.sec-details .work-info {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .sec-details .work-info {
    margin-top: 30px;
  }
}
.sec-details__no-image .sec-details__r {
  width: 100%;
}

.header {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 6px 10px 0px rgba(62, 62, 77, 0.12);
  z-index: 30;
}
@media screen and (min-width: 600px) {
  .header {
    height: 85px;
  }
}
.header__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  padding: 0 4%;
  width: 100% !important;
}
@media (min-width: 1600px) {
  .header__wrap {
    width: 85.26% !important;
    padding: 0px;
  }
}
@media screen and (min-width: 600px) {
  .header__wrap {
    height: 85px;
  }
}
.header__logo:first-child {
  margin-right: auto;
}
.header__logo .img__logo {
  max-width: 200px;
}

.main {
  margin-top: 70px;
}
@media screen and (min-width: 600px) {
  .main {
    margin-top: 85px;
  }
}

.footer {
  margin: auto;
  background-color: #fff;
}
.footer__wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: 600px) {
  .footer__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .footer__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer__l {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .footer__l {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__l {
    width: calc(25% - 30px);
    margin-right: 30px;
  }
}
.footer__l:first-child {
  margin-right: auto;
}
.footer__r {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer__r {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__r {
    width: 75%;
  }
}
.footer__logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    text-align: left;
  }
}
.footer__logo .img__logo {
  width: auto;
}
.footer-sns__list {
  display: flex;
  justify-content: space-between;
}
.footer-sns__item {
  width: calc((100% - 60px) / 5);
}
.footer__list {
  display: flex;
}
.footer__inner {
  border-top: solid 1px #E5E2E2;
  padding: 5px;
}
.footer__inner .copyright {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.625rem, 0.53125rem + 0.25vw, 0.75rem);
}
.footer__box {
  padding-top: 15px;
}
.footer__box:first-child {
  margin-top: 0px;
}

.footer-info__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .footer-info__list {
    flex-direction: row;
  }
}
.footer-info__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .footer-info__item {
    width: 50%;
    margin-top: 0px;
  }
  .footer-info__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.footer-info__wrap {
  display: flex;
}
.footer-info__title {
  width: 35%;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .footer-info__title {
    width: 25%;
  }
}
.footer-info__text {
  width: 65%;
}
@media screen and (min-width: 992px) {
  .footer-info__text {
    width: 75%;
  }
}

.sec-header {
  margin-top: 75px;
}

.sec-header__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 75px 5.67vw 30px 5.67vw;
}
@media screen and (min-width: 992px) {
  .sec-header__inner {
    padding: 170px 0;
  }
}
.sec-header__h1 {
  font-family: "PT Serif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  position: relative;
  margin: 15px 0px;
  line-height: 55px;
  font-size: clamp(1.5rem, -1.125rem + 7vw, 5rem);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .sec-header__h1 {
    margin: 40px 0px;
  }
}
.sec-header__en {
  font-family: "PT Serif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-size: clamp(3.125rem, -0.15625rem + 8.75vw, 7.5rem);
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  color: #F2F2F2;
  width: 100%;
  line-height: 55px;
}
@media screen and (min-width: 600px) {
  .sec-header__en {
    top: 25%;
    padding: 0;
  }
}
.sec-header__box {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .sec-header__box {
    padding: 0 36.46vw;
  }
}
@media screen and (min-width: 992px) {
  .sec-header__box {
    padding: 0 30vw;
  }
}
@media screen and (min-width: 600px) {
  .sec-header__box {
    padding: 0 4.65vw;
  }
}
@media screen and (min-width: 600px) {
  .sec-header__text {
    text-align: center;
  }
}