@charset "UTF-8";
/*
Template Name: Untrois
*/
@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Noto+Sans+JP:wght@100..900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
# Forms # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted #000;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

textarea, input[type=text], input[type=email], input[type=password] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text], input[type=email], input[type=password] {
    font-size: max(1rem, 16px);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #333333;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  margin-top: 74px;
  margin-bottom: 60px;
  min-height: calc(100svh - 134px);
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 84px;
    margin-bottom: 100px;
    min-height: calc(100svh - 184px);
  }
}

h2 {
  font-size: 23px;
}
h2 .c-return {
  text-decoration: underline;
  color: #C85C5C;
}


p {
  text-align: justify;
  line-height: 1.71;
}

a {
  color: #333333;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  cursor: pointer;
  resize: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::placeholder, select:invalid, select option:first-child {
  color: #A2A2A2;
}

select option {
  color: #333333;
}

/* l-inner */
.l-inner {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1326px;
    margin: 0 auto;
  }
}

.l-innermid {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-innermid {
    max-width: 1148px;
    margin: 0 auto;
  }
}

.l-innersm {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-innersm {
    max-width: 800px;
    margin: 0 auto;
  }
}

.l-innertiny {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-innertiny {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* l-center */
.l-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: inherit;
}
.l-center > div {
  width: 100%;
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: opacity linear 0.3s;
  }
  .c-hover:hover, .c-hover:focus {
    opacity: 0.6;
  }
}

/* HeaderNav */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  background-color: #FBF1F1;
  border-bottom: 1px solid #C85C5C;
}

.c-header__fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .c-header__fix {
    height: 100%;
  }
}

.c-spheader__menu {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2px;
  background-color: #FCFCFC;
  border: 1px solid #C85C5C;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .c-spheader__menu {
    display: none;
  }
}

.c-spheader__ham--3, .c-spheader__ham--2, .c-spheader__ham {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #C85C5C;
  transition: 0.3s;
}

.c-spheader__ham {
  transform: translateY(-5px);
}

.c-spheader__ham--3 {
  transform: translateY(5px);
}

.c-header__nav {
  position: fixed;
  top: 54px;
  right: 0;
  z-index: -5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #FCFCFC;
  padding: 2px 15px 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}
@media screen and (min-width: 950px) {
  .c-header__nav {
    position: relative;
    top: 0;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.c-header__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-header__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 950px) {
  .c-header__list {
    flex-direction: row;
    gap: 0;
    width: auto;
    height: 100%;
    max-width: 1400px;
    overflow-y: initial;
  }
}

.c-header__item {
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (min-width: 950px) {
  .c-header__item {
    position: relative;
    width: auto;
    height: 100%;
    border: none;
  }
  .c-header__item:hover > .c-header__sublist, .c-header__item:focus-visible > .c-header__sublist {
    opacity: 1;
    pointer-events: initial;
  }
}

.c-header__link {
  font-size: 1.4rem;
  display: block;
  font-weight: 700;
  color: #333333;
  padding: 15px 0;
}
@media screen and (min-width: 950px) {
  .c-header__link {
    font-size: 1.6rem;
    font-weight: 500;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
  .c-header__link::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #C85C5C;
    transform: scale(0, 1);
    transform-origin: left;
  }
}
@media screen and (min-width: 950px) and (hover: hover) {
  .c-header__link::after {
    transition: transform linear 0.3s;
  }
}
@media screen and (min-width: 950px) and (hover: hover) {
  .c-header__link:hover::after, .c-header__link:focus-visible::after {
    transform: scale(1, 1);
  }
}

.c-header__sublist {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-bottom: 15px;
  margin-left: 17px;
}
@media screen and (min-width: 950px) {
  .c-header__sublist {
    position: absolute;
    top: 54px;
    left: 0;
    gap: 0;
    margin-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0 4px rgba(133, 190, 59, 0.41);
    opacity: 0;
    pointer-events: none;
    align-items: stretch;
  }
}
@media screen and (min-width: 950px) and (hover: hover) {
  .c-header__sublist {
    transition: opacity ease-in 0.3s;
  }
}

.c-header__sublink {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-weight: 500;
  max-width: max-content;
}
@media screen and (min-width: 950px) {
  .c-header__sublink {
    font-size: 1.5rem;
    line-height: 1.47;
    white-space: nowrap;
    width: 100%;
    background-color: #FCFCFC;
    padding: 8px 15px;
    max-width: initial;
  }
}
@media screen and (min-width: 950px) and (hover: hover) {
  .c-header__sublink {
    transition: background-color ease 0.3s;
  }
}
@media screen and (hover: hover) and (min-width: 950px) {
  .c-header__sublink:hover, .c-header__sublink:focus-visible {
    background-color: #FBF1F1;
  }
}
@media (hover: hover) {
  .c-header__sublink:hover::before, .c-header__sublink:focus-visible::before {
    width: 20px;
  }
}
@media screen and (hover: hover) and (min-width: 950px) {
  .c-header__sublink:hover::before, .c-header__sublink:focus-visible::before {
    width: 15px;
  }
}
.c-header__sublink::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #C85C5C;
}
@media (hover: hover) {
  .c-header__sublink::before {
    transition: width linear 0.3s;
  }
}

.c-header__box {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.c-header__logo {
  width: 158px;
  height: auto;
  aspect-ratio: 228/27;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 228px;
  }
}

@media screen and (min-width: 950px) {
  .c-header__outbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    height: 100%;
    gap: 0 15px;
  }
}

.c-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.c-form input[type=radio], .c-form input[type=checkbox] {
  display: none;
}
.c-form input[type=date] {
  min-width: 110px;
  color: #333333;
}
.c-form input[type=file] {
  border: none;
}
.c-form label {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.c-form fieldset {
  width: 100%;
}
.c-form input {
  border: 1px solid #D3D3D3;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
}

.c-form__item textarea {
  line-height: 1.4;
  border: 1px solid #D3D3D3;
  width: 100%;
  height: 190px;
  padding: 5px 10px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .c-form__item textarea {
    padding: 10px;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.c-formttl {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-formttl {
    justify-content: space-between;
  }
}
.c-formttl + p {
  width: 100%;
}

.c-form__content {
  width: inherit;
}

.c-form__imp {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  width: 38px;
  height: 20px;
  background-color: #ED7C64;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form__btnwp {
  display: flex;
  gap: 30px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-form__btnwp {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    margin-top: 30px;
  }
}

.c-form input[type=radio] + span, .c-form input[type=checkbox] + span {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 25px;
  display: inline-block;
}
.c-form input[type=radio] + span::after,
.c-form input[type=radio] + span::before,
.c-form input[type=checkbox] + span::after,
.c-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
}
.c-form input[type=radio] + span::before {
  top: 2px;
  left: 0;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.c-form input[type=radio] + span::after {
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #C85C5C;
  opacity: 0;
  border-radius: 50%;
  transition: opacity ease-out 0.2s;
}
.c-form input[type=checkbox] + span::before {
  top: 2px;
  left: 0;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.c-form input[type=checkbox] + span::after {
  top: 1px;
  left: 1px;
  width: 9px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: bottom;
  border-bottom: 3px solid #C85C5C;
  border-right: 3px solid #C85C5C;
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
.c-form input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* c-btn */
.c-btn--detail,.c-btn--detailtate,.c-btn--edit, .c-btn--search input, .c-btn--solid, .c-btn ,.c-btn--re input{
  font-size: 1.4rem;
  font-weight: 700;
  color: #FCFCFC;
  border: 1px solid #C85C5C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn--search .submit,.c-btn--re .submit{
  width: 100%;
}

.c-btn {
  gap: 0 5px;
  line-height: 1.3;
  border-radius: 18px;
  padding: 8px 20px;
  background: linear-gradient(to bottom, #C85C5C, #E2A1A1);
}
_::-webkit-full-page-media, _:future, :root .c-btn {
  padding-top: 10px;
}

@media (hover: hover) {
  .c-btn {
    transition: background ease 0.3s, color ease 0.3s;
  }
  .c-btn::before {
    transition: background-color ease 0.3s;
  }
  .c-btn:hover, .c-btn:focus-visible {
    background: #FCFCFC;
    color: #C85C5C;
  }
  .c-btn:hover::before, .c-btn:focus-visible::before {
    background-color: #C85C5C;
  }
}

.c-btn--solid {
  background-color: #C85C5C;
  gap: 0 5px;
  height: 36px;
  padding: 0 15px;
  border-radius: 18px;
}
_::-webkit-full-page-media, _:future, :root .c-btn--solid {
  padding-top: 2px;
}

@media (hover: hover) {
  .c-btn--solid {
    transition: background-color ease 0.3s, color ease 0.3s;
  }
  .c-btn--solid::before {
    transition: background-color ease 0.3s;
  }
  .c-btn--solid:hover, .c-btn--solid:focus-visible {
    background-color: #FCFCFC;
    color: #C85C5C;
  }
  .c-btn--solid:hover::before, .c-btn--solid:focus-visible::before {
    background-color: #C85C5C;
  }
}

.c-btn--search {
  position: relative;
  width: 100%;
  max-width: 418px;
  margin: 0 auto;
}
.c-btn--re{
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 1280px) {
  .c-btn--search {
    width: calc((100% - ( 10px * (3 - 1))) / 3);
    margin: 0;
  }
}
@media (hover: hover) {
  .c-btn--search::before {
    transition: background-color ease 0.3s;
  }
  .c-btn--search input,.c-btn--re input {
    transition: background ease 0.3s, color ease 0.3s;
  }
  .c-btn--search:hover input, .c-btn--search:focus-visible input,
  .c-btn--re:hover input, .c-btn--re:focus-visible input {
    background: #FCFCFC;
    color: #C85C5C;
  }
  .c-btn--search:hover::before, .c-btn--search:focus-visible::before,
  .c-btn--re:hover::before, .c-btn--re:focus-visible::before {
    background-color: #C85C5C;
  }
}
.c-btn--search input ,.c-btn--re input{
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #C85C5C, #E2A1A1);
  padding: 8px 0;
  border-radius: 18px;
  line-height: 1.43;
}
.c-btn--search::before {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/search_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  margin: auto 0;
}

.c-btn--detail {
  position: relative;
  color: #C85C5C;
  background-color: #fff5f5;
  border-radius: 13px;
  line-height: 1.3;
  max-width: 75px;
  padding: 3px 20px;
}
.c-btn--detailtate{
  background-color: #fff5f5;
  color: #C85C5C;
  font-weight: 500;
  border-radius: 15px;
  line-height: 1.3;
  letter-spacing: .3em;
  max-width: 75px;
  width: auto;
  padding: 20px 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-btn--edit{
  background-color: #C85C5C;
  color: #fff;
  font-weight: 500;
  border-radius: 15px;
  line-height: 1.3;
  letter-spacing: .3em;
  max-width: 75px;
  width: auto;
  padding: 20px 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1280px) {
  .c-btn--detail{
    width: 100%;
    padding: 3px 0;
  }
}
_::-webkit-full-page-media, _:future, :root .c-btn--detail {
  padding-top: 5px;
}

@media (hover: hover) {
  .c-btn--detail,.c-btn--edit,.c-btn--detailtate {
    transition: opacity 0.3s;
  }
  .c-btn--detail:hover, .c-btn--detail:focus-visible,
  .c-btn--detailtate:hover, .c-btn--detailtate:focus-visible ,
  .c-btn--edit:hover, .c-btn--edit:focus-visible{
    opacity: 0.6;
  }
}
.c-btn--detail::after{
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 5px;
  height: auto;
  aspect-ratio: 4/8;
  background-color: #C85C5C;
  -webkit-mask-image: url(../img/arrow-right_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  margin: auto 0;
}

/* c-search */
.c-search {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 18px;
  border: 1px solid #C85C5C;
}

.c-search--bon {
  background-color: #FCFCFC;
  padding: 15px 0;
}
@media screen and (min-width: 1280px) {
  .c-search--bon {
    padding: 20px 0;
  }
}
.c-search--bon select {
  border: 1px solid #D3D3D3;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
}

.c-search__arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
}
.c-search__arrow span {
  font-weight: 700;
  line-height: 1.3;
  color: #C85C5C;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
::-webkit-full-page-media, :future, :root .c-search__arrow span{
  align-items: flex-end;
}
.c-search__arrow span::before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/siborikomi_img.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: none;
}

.c-search__box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #FCFCFC;
}
.c-search__box form {
  overflow-y: auto;
  width: 100%;
  max-height: calc(100vh - 152px);
  margin-top: 54px;
  padding: 0 15px 70px;
}
@media screen and (min-width: 768px) {
  .c-search__box form{
    padding: 0 20px 70px;
  }
}

.c-search__process {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px 0;
  border-top: 1px solid #D3D3D3;
}
@media screen and (min-width: 1280px) {
  .c-search__process {
    flex-direction: row;
    padding-top: 20px;
  }
}

.c-search__clear {
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: underline;
  color: #A2A2A2;
}
@media screen and (min-width: 1280px) {
  .c-search__clear {
    font-size: 1.4rem;
    text-align: left;
    width: calc((100% - ( 10px * (3 - 1))) / 3);
  }
}

.c-search__item {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.c-search__item:not(:first-of-type) {
  margin-top: 20px;
}
.c-search__item:last-of-type {
  border: none;
}
@media screen and (min-width: 768px) {
  .c-search__item {
    flex-direction: row;
    gap: 15px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .c-search__item {
    gap: 15px min(1.46vw, 20px);
  }
}

.c-flex-container {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-flex-container {
    flex-direction: row;
  }
}

.c-search__subbox--tempo, .c-search__subbox--time, .c-search__subbox--select, .c-search__subbox--plussm, .c-search__subbox--plus, .c-search__subbox--double, .c-search__subbox {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-search__subbox--tempo, .c-search__subbox--time, .c-search__subbox--select, .c-search__subbox--plussm, .c-search__subbox--plus, .c-search__subbox--double, .c-search__subbox {
    width: calc((100% - ( 20px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .c-search__subbox--tempo, .c-search__subbox--time, .c-search__subbox--select, .c-search__subbox--plussm, .c-search__subbox--plus, .c-search__subbox--double, .c-search__subbox {
    width: calc((100% - ( min(1.46vw, 20px) * (4 - 1))) / 4);
  }
}
.c-search__subbox--tempo input, .c-search__subbox--time input, .c-search__subbox--select input, .c-search__subbox--plussm input, .c-search__subbox--plus input, .c-search__subbox--double input, .c-search__subbox input {
  border: 1px solid #D3D3D3;
  background-color: #fff;
  height: 40px;
}
.c-search__subbox--tempo > label, .c-search__subbox--time > label, .c-search__subbox--select > label, .c-search__subbox--plussm > label, .c-search__subbox--plus > label, .c-search__subbox--double > label, .c-search__subbox > label {
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .c-search__subbox--tempo > label, .c-search__subbox--time > label, .c-search__subbox--select > label, .c-search__subbox--plussm > label, .c-search__subbox--plus > label, .c-search__subbox--double > label, .c-search__subbox > label {
    font-weight: 700;
  }
}

.c-search__subbox input {
  width: 100%;
  padding: 5px 10px;
}

.c-search__subbox--double {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 20px;
}
@media screen and (min-width: 1280px) {
  .c-search__subbox--double {
    justify-content: space-between;
    gap: 0;
  }
}

.c-search__subbox--plus input {
  width: 100%;
  padding: 5px 10px;
}

.c-search__subbox--plussm {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}
@media screen and (min-width: 1280px) {
  .c-search__subbox--plussm {
    gap: 0 10px;
  }
}
.c-search__subbox--plussm input {
  width: 50px;
}
.c-search__subbox--plussm .c-search__inbox {
  max-width: max-content;
}

.c-search__select {
  position: relative;
}
.c-search__select::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 10/6;
  background-color: #A2A2A2;
  -webkit-mask-image: url(../img/arrow_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  margin: auto 0;
  transform: scale(1, -1);
}
.c-search__select select {
  border: 1px solid #D3D3D3;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  min-width: 80px;
  border-radius: 0;
}

.c-search__subbox--time input {
  width: 40px;
}

.c-search__subbox--tempo input {
  width: 85px;
}

.c-search__subbox--more {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  width: 100%;
}

.c-search__block {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0 3px;
}

.c-search__block select {
  padding-right: 25px;
}

.c-search__time {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.c-search__time input {
  width: 50px;
}

.c-search__tempo input {
  width: 80px
}

.c-search__inbox {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__inbox {
    gap: 5px 0;
  }
}
.c-search__inbox > label {
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .c-search__inbox > label {
    font-weight: 700;
  }
}

.c-search__plusbox {
  display: flex;
  gap: 0 5px;
}

.c-search__plusinbox {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  flex: 1;
}

.c-search__plussminbox {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.c-search__plusbtn {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #C85C5C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C85C5C;
  margin-top: 8px;
  user-select: none;
  -webkit-user-select: none;
}
@media (hover: hover) {
  .c-search__plusbtn {
    transition: box-shadow 0.3s;
  }
  .c-search__plusbtn:hover, .c-search__plusbtn:focus-visible {
    box-shadow: 0 0 3px #C85C5C;
  }
}

.c-search__checkbox {
  height: 40px;
  display: flex;
  align-items: center;
}
.c-search__checkbox label {
  font-size: 1.3rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 0;
}
.c-search__checkbox input[type=checkbox] {
  display: none;
}

.c-search__checkbox input[type=checkbox] + label::before {
  position: relative;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  transition: background-color ease-in-out 0.2s;
}

.c-search__checkbox input[type=checkbox] + label::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 4px;
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  border-bottom: 3px solid #FCFCFC;
  border-left: 3px solid #FCFCFC;
  transform: rotate(-45deg);
  margin: auto 0;
  transition: opacity ease-in-out 0.2s;
  opacity: 0;
}

.c-search__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.c-search__checkbox input[type=checkbox]:checked + label::before {
  background-color: #C85C5C;
}

.c-search__checkbtn label {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #A2A2A2;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 16px;
  border: 1px solid #D3D3D3;
  font-weight: 700;
  display: inline-block;
  transition: color ease-in 0.3s, border-color ease-in 0.3s;
  user-select: none;
  -webkit-user-select: none;
}
_::-webkit-full-page-media, _:future, :root .c-search__checkbtn label {
  padding-top: 6px;
  font-weight: 500;
}

.c-search__checkbtn input[type=checkbox]:checked + label {
  border-color: #C85C5C;
  color: #C85C5C;
}
.c-search__checkbtn input[type=checkbox] {
  display: none;
}

.c-search__morebox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-search__moretitle {
  line-height: 1.71;
}

.c-search__group-title::after {
  content: "▶";
}
.c-search__group-active::after {
  content: "▼";
}
.c-search__group-close {
  display: none;
}
.c-search__group-open {
  display: flex;
}

.c-search__genre {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__genre {
    flex-direction: row;
    gap: 0 15px;
  }
}

.c-search__genretitle {
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .c-search__genretitle {
    width: 90px;
    text-align: right;
    flex: none;
  }
}

.c-search__genrelist {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__genrelist {
    gap: 12px 0;
  }
}

.c-search__feeling {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__feeling {
    flex-direction: row;
    gap: 0 15px;
  }
}

.c-search__feelingtitle {
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .c-search__feelingtitle {
    width: 90px;
    text-align: right;
    flex: none;
  }
}

.c-search__feelinglist {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__feelinglist {
    gap: 12px 0;
  }
}

.c-search__season-event {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__season-event {
    flex-direction: row;
    gap: 0 15px;
  }
}

.c-search__season-event-title {
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .c-search__season-event-title {
    width: 90px;
    text-align: right;
    flex: none;
  }
}

.c-search__season-event-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1280px) {
  .c-search__season-event-list {
    gap: 12px 0;
  }
}

/* c-table */
.c-table {
  font-size: 1.3rem;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .c-table {
    border-top: none;
    margin-top: 0;
  }
}
.c-table input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: rgba(133, 190, 59, 0.5);
  height: 8px;
  width: 80%;
  border-radius: 10px;
  border: solid 1px #C85C5C;
}
.c-table input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #C85C5C;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.c-table input[type=range]::-moz-range-thumb {
  background: #C85C5C;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.c-table input[type=range]::-moz-focus-outer {
  border: 0;
}
.c-table input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.c-table__item {
  padding: 10px 15px;
}
@media screen and (min-width: 1280px) {
  .c-table__item {
    display: flex;
    padding: 10px 0;
  }
}
.c-table__item:nth-of-type(even) {
  background-color: #F5F5F5;
}

.c-table__audiobox {
  position: relative;
}

.c-table__controlbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.3s;
}

.c-table__audiomask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.c-table__control {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px 0;
  background-color: #FBF1F1;
  border: 1px solid #C85C5C;
  width: 80%;
  height: 150px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-table__control {
    max-width: 500px;
    width: 300px;
    height: 160px;
  }
}

.c-table__audiotime {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: -10px;
}

.c-table__audio {
  position: relative;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #D3D3D3, #fff);
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  margin: 0 auto;
}
@media (hover: hover) {
  .c-table__audio {
    transition: opacity ease 0.3s;
  }
  .c-table__audio:hover, .c-table__audio:focus-visible {
    opacity: 0.8;
  }
}
.c-table__audio::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(../img/play_img.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.c-table__firstbox {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 1280px) {
  .c-table__firstbox {
    gap: 0;
    flex: none;
    height: auto;
  }
}

.c-table__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-top: 5px;
}
@media screen and (min-width: 1280px) {
  .c-table__box {
    margin-top: 0;
  }
}

.c-table__detailbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (min-width: 1280px) {
  .c-table__detailbox {
    align-items: stretch;
    flex-wrap: nowrap;
    flex: 1;
    gap: 0;
  }
}
.c-table__detailbox a {
  line-height: 1.71;
  color: #4870BC;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .c-table__inbox {
    display: flex;
    align-items: center;
    flex: 1;
  }
}

.c-table__lastbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .c-table__lastbox {
    gap: 0;
    margin-top: 0;
  }
}

.c-table__download {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 700;
}
@media (hover: hover) {
  .c-table__download:hover .p-icon__dl, .c-table__download:focus-visible .p-icon__dl {
    background: #FCFCFC;
  }
  .c-table__download:hover .p-icon__dl::after, .c-table__download:focus-visible .p-icon__dl::after {
    background-color: #C85C5C;
  }
}

.c-table__spmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-table__spmask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.c-table__spbox {
  font-size: 1.4rem;
  position: relative;
  z-index: 11;
  padding: 20px 15px;
  background-color: #FFFFFF;
  width: calc(100% - 30px);
  border-radius: 10px;
  box-shadow: inset 0 0 10px #F5F5F5;
  overflow: scroll;
  max-height: calc(100vh - 80px);
}
@media screen and (min-width: 768px) {
  .c-table__spbox {
    width: calc(100% - 40px);
  }
}

.c-table__spmaintitle {
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D3D3;
}

.c-table__splist {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-table__splist {
    padding: 15px 20px;
  }
}

.c-table__spitem {
  display: flex;
  gap: 0 5px;
  font-weight: 500;
}
.c-table__spitem p:first-of-type {
  text-align: right;
  width: 130px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-table__spitem p:first-of-type {
    width: 135px;
  }
}
.c-table__spitem p:nth-of-type(2) {
  word-break: break-all;
}

.c-table__spdownload {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 700;
}
@media (hover: hover) {
  .c-table__spdownload:hover .p-icon__dl, .c-table__spdownload:focus-visible .p-icon__dl {
    background: #FCFCFC;
  }
  .c-table__spdownload:hover .p-icon__dl::before, .c-table__spdownload:focus-visible .p-icon__dl::before {
    background-color: #C85C5C;
  }
  .c-table__spdownload:hover .p-icon__dl::after, .c-table__spdownload:focus-visible .p-icon__dl::after {
    color: #C85C5C;
  }
}

.c-table__spclose {
  color: #4870BC;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .c-pctable__title {
    font-size: 1.3rem;
    white-space: nowrap;
    font-weight: 700;
    padding: 6px 0;
    border-left: 1px solid #D3D3D3;
    /* height: 100%; */
  }
}

@media screen and (min-width: 1280px) {
  .c-table__titlelist {
    margin-top: 30px;
  }
}

/* c-fin */
.c-fin {
  font-weight: 700;
  background-color: #FBF1F1;
  padding: 20px 15px;
  box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.2);
  border-left: 5px solid #C85C5C;
  margin-bottom: 50px;
}

.u-error {
  background-color: rgba(211, 59, 66, 0.15);
  border-color: #D33B42;
}

/* c-chat */
.c-chat--right, .c-chat--left {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
  border-radius: 5px;
}

.c-chat--left::before {
  content: "";
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/chat_img.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: none;
}
.c-chat--left-admin::before {
  background-image: url(../img/chat_admin_img.svg);
}
@media screen and (min-width: 768px) {
  .c-chat--left::before {
    width: 50px;
  }
}
.c-chat--left .c-chat__box::before {
  position: absolute;
  left: -9px;
  top: 15px;
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 14/10;
  background-color: #FBF1F1;
  -webkit-mask-image: url(../img/fukidashi_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: scale(-1, 1) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-chat--left .c-chat__box::before {
    top: 18px;
    left: -11px;
    width: 25px;
  }
}

.c-chat--right::after {
  content: "";
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/chat_img.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: none;
}
.c-chat--right-admin::after {
  background-image: url(../img/chat_admin_img.svg);
}
@media screen and (min-width: 768px) {
  .c-chat--right::after {
    width: 50px;
  }
}
.c-chat--right .c-chat__box::after {
  position: absolute;
  right: -9px;
  top: 15px;
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 14/10;
  background-color: #FBF1F1;
  -webkit-mask-image: url(../img/fukidashi_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-chat--right .c-chat__box::after {
    top: 18px;
    right: -11px;
    width: 25px;
  }
}

.c-chat__box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  background-color: #FBF1F1;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-chat__box {
    padding: 20px;
  }
}
.c-chat__box--left {
  background-color: #F6FCED;
}
.c-chat--left .c-chat__box--left::before {
  background-color: #F6FCED;
}

.c-chat__fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 280px;
  border-top: 1px solid #C85C5C;
  background-color: #FBF1F1;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-chat__fix {
    padding: 20px 15px 30px;
    height: 300px;
  }
}
.c-chat__fix textarea {
  resize: none !important;
}
.c-chat__fix label {
  margin-bottom: 0;
}

.c-chat__fixh {
  padding-bottom: 280px;
}

/* p-icon */
.p-icon__logout::before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 16/14;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/logout_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.p-icon__login::before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 16/14;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/login_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.p-icon__new::before {
  content: "";
  display: block;
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/new_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.p-icon__dl {
  position: relative;
  width: 26px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #C85C5C;
  background: linear-gradient(to bottom, #C85C5C, #E2A1A1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .p-icon__dl {
    transition: background 0.3s;
  }
}
.p-icon__dl::after {
  content: "";
  display: block;
  width: 9px;
  height: auto;
  aspect-ratio: 9/12;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/dl_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media (hover: hover) {
  .p-icon__dl::after {
    transition: background-color 0.3s;
  }
}

.p-icon__spdl {
  position: relative;
  width: 76px;
  height: auto;
  aspect-ratio: 76/26;
  border-radius: 38px;
  border: 1px solid #C85C5C;
  background: linear-gradient(to bottom, #C85C5C, #E2A1A1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}
@media (hover: hover) {
  .p-icon__spdl {
    transition: background 0.3s;
  }
}
.p-icon__spdl::before {
  content: "";
  display: block;
  width: 9px;
  height: auto;
  aspect-ratio: 9/12;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/dl_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media (hover: hover) {
  .p-icon__spdl::before {
    transition: background-color 0.3s;
  }
}
.p-icon__spdl::after {
  content: "DL";
  display: block;
  line-height: 1;
  color: #FCFCFC;
  margin-bottom: 1px;
}
_::-webkit-full-page-media, _:future, :root .p-icon__spdl::after {
  margin-bottom: 0;
  margin-top: 2px;
}

@media (hover: hover) {
  .p-icon__spdl::after {
    transition: color 0.3s;
  }
}

/* p-music */
.p-music__box {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  background-color: #FBF1F1;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-music__box {
    flex-direction: row;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-music__box {
    padding: 20px 30px;
  }
}

.p-music__list {
  display: flex;
  flex-direction: column;
  gap: 0 10px;
}
.p-music__list a {
  line-height: 1.71;
}
.p-music__detail{
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .p-music__detail {
    width: 120px !important;
    margin: 0 auto;
  }
}

.p-music__title {
  align-items: stretch;
}
.p-music__title .c-pctable__title {
  height: 100%;
}
.p-music__btnbox{
  display: flex;
  column-gap: 15px;
}
.p-music__detailbtn{
  max-width: initial;
}
@media screen and (min-width: 1280px) {
  .p-music__title .c-pctable__title {
    line-height: 1.3;
    height: auto;
    display: flex;
    align-items: center;
  }
  .p-music__detailbtn{
    font-size: 1.2rem;
    width: 90px;
    max-width: 90px !important;
  }
  .p-music__btnbox{
    flex-direction: column;
    row-gap: 5px;
  }
}

/* u-display */
.u-hidden {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
  flex-direction: column;
}

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

@media screen and (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

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

@media screen and (min-width: 1280px) {
  .u-pcblock {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .u-pcflex {
    display: flex;
  }
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* u-break */
.u-break-all {
  word-break: break-all;
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* u-current */
.u-current {
  color: #C85C5C;
}
@media screen and (min-width: 950px) {
  .u-current {
    color: #333333;
  }
  .u-current::after {
    transform: scale(1, 1);
  }
}

/* u-link */
.u-link {
  color: #4870BC;
  text-decoration: underline;
}
@media (hover: hover) {
  .u-link {
    transition: opacity ease-in 0.3s;
  }
  .u-link:hover, .u-link:focus-visible {
    opacity: 0.7;
  }
}

/* u-flex */
.u-flex-5 {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.u-flex-10 {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.u-flex-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.u-flex-25 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
}

.u-flex-30 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}

.u-flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}

/* u-full */
.u-full {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 1280px) {
  .u-full {
    width: 100%;
    margin-left: 0;
  }
}

/* u-width */
.u-w-lg {
  max-width: 1326px;
  width: 100%;
  margin: 0 auto;
}

.u-w-mid {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
}

.u-w-sm {
  max-width: 800px;
  width: 100%;
}

.u-w-tiny {
  max-width: 500px;
  width: 100%;
}

.u-w-full {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .u-w-first {
    width: 10.4%;
  }
  .u-w-first2 {
    width: 8%;
  }
  .u-w-first2 .c-pctable__title {
    height: 100%;
  }
  .u-w-fr {
    flex: 1;
  }
  .u-w-last {
    width: 13%;
    min-width: 150px;
  }
  .u-w-detail {
    width: 62.3%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .u-w-detail--wide {
    width: 100%;
  }
  .u-w-audio {
    width: 37.6%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .u-w-title {
    width: 27.2%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .u-w-number {
    width: 21.8%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-w-time {
    width: 6.6%;
    text-align: right;
    padding-right: 3px;
    word-break: break-all;
  }
  .u-w-hyoshi {
    width: 4.8%;
    text-align: right;
    padding-right: 2px;
    word-break: break-all;
  }
  .u-w-half {
    width: 50%;
    padding-left: 5px;
  }
  .u-w-other {
    width: 14.7%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.u-w-infull input {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .u-w-other1 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other2 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other3 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other4 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other5 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other6 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other7 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other8 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other9 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other10 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other11 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other12 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other13 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other14 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other15 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other16 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other17 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other18 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other19 {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .u-w-other20 {
    padding: 6px 10px;
  }
}

.u-bon .u-w-other1 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other2 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other3 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other4 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other5 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other6 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other7 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other8 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other9 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other10 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other11 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other12 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other13 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other14 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other15 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other16 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other17 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other18 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other19 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.u-bon .u-w-other20 {
  border-left: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .u-w-max {
    width: max-content;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .u-w-max .c-btn--detail {
    width: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .u-h-full {
    /* height: 100% !important; */
  }
}

/* u-text */
.u-text-lg {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .u-text-lg {
    font-size: 2.5rem;
  }
}

/* cake */
/* ページネーション */
.pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  max-width: max-content;
  margin: 30px 0 0;
}

.page-link {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 36px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #C85C5C;
}
@media (hover: hover) {
  .page-link {
    transition: color ease 0.3s, border-color ease 0.3s;
  }
  .page-link:hover, .page-link:focus-visible {
    color: #C85C5C;
    border-color: #C85C5C;
  }
}

.pagination .active a {
  border: 1px solid #C85C5C;
  color: #fff;
  background-color: #C85C5C;
}

.date:not(:last-of-type) {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.date:not(:last-of-type)::after {
  content: "〜";
  display: block;
}

.file input {
  border: none;
  width: auto;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin-top: 5px;
  font-size: 1.4rem;
}

.submit {
  position: relative;
  width: max-content;
}
@media (hover: hover) {
  .submit:hover input, .submit:hover button, .submit:focus-visible input, .submit:focus-visible button {
    border: 1px solid #C85C5C;
    color: #C85C5C;
    background-color: #fff;
  }
  .submit:hover::after, .submit:focus-visible::after {
    background-color: #C85C5C;
  }
}
.submit input, .submit button {
  font-size: 1.6rem;
  height: 40px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #C85C5C;
  border: 1px solid transparent;
  padding: 0 50px;
}
.submit input:hover, .submit input:focus-visible, .submit button:hover, .submit button:focus-visible {
  transition: ease 0.3s;
}
.submit::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-color: #fff;
  -webkit-mask-image: url(../img/arrow-right_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  margin: auto 0;
}
@media (hover: hover) {
  .submit::after {
    transition: background-color ease 0.3s;
  }
}

.textarea {
  width: 100%;
}
.textarea textarea {
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  height: 200px;
  padding: 10px;
  resize: vertical;
  overflow-y: auto;
}
.c-form-matchingmessage textarea {
  height: 100px;
}

.c-formclose {
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .c-formclose {
    top: unset;
    bottom: 16px;
    right: 20px;
    z-index: 15;
  }
}
@media screen and (min-width: 1280px) {
  .c-formclose {
    bottom: 31px;
  }
}

/* Javascript*/
.js-menu--close {
  position: relative;
  z-index: 10;
}
.js-menu--close .c-spheader__ham {
  transform: translateY(2px) rotate(-45deg);
}
.js-menu--close .c-spheader__ham--2 {
  display: none;
}
.js-menu--close .c-spheader__ham--3 {
  transform: rotate(45deg);
}

.js-nav--open {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.js-body--fixed {
  overflow: clip;
}

.js-url {
  cursor: pointer;
}

.js-search {
  cursor: pointer;
}

.js-form {
  opacity: 0;
  pointer-events: none;
  transition: ease 0.3s;
}

.js-form--visible {
  opacity: 1;
  pointer-events: all;
}
.js-form--visible::after {
  transform: scale(1, 1);
}
.js-form--visible .c-search__process {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: #FCFCFC;
  padding: 15px;
}
@media screen and (min-width: 1280px) {
  .js-form--visible .c-search__process {
    padding: 30px 20px;
  }
}

.js-stop::after {
  left: 0;
  width: 9px;
  height: 9px;
  background-image: url(../img/quit_img.svg);
}

.js-spbtn, .js-plus, .js-plussel, .js-stop, .js-play {
  cursor: pointer;
}

.js-plusselect, .js-groupplusselect {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.js-spmodal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.js-spmodal--open {
  opacity: 1;
  pointer-events: initial;
}

.js-control--active {
  opacity: 1;
  pointer-events: all;
}

.required label:after {
  background-color: #e84747;
  color: #fff;
  content: '必須';
  font-size: 80%;
  font-weight: normal;
  margin-left: 10px;
  padding: 2px 5px;
}

.p-matchi{
  height: 100%;
}

.p-matchi > div{
  height: 100%;
  overflow-y: auto;
}

/* Flash messages */
.error-message {
  color: #EA4336;
  margin-top: 10px;
}

/* add */
.c-tableview{
  background-color: #fff;
  display: none;
  line-height: 1.3;
}
.c-tableview .c-form__item{
  flex-direction: row;
  align-items: stretch;
  border: 1px solid rgba(200, 92, 92, 0.25);
}
.c-tablecon{
  flex: 1;
  padding: 15px;
}
.c-tableview .innertiny{
  flex: 1;
  padding: 15px;
}
.c-tableview .c-form__item:not(:first-of-type){
  border-top: none;
}
/* .c-tableview .c-form__item:nth-last-of-type(-n+2){
  margin-bottom: 20px;
} */
.c-tableview label{
  padding: 15px;
  margin-bottom: 0;
  box-sizing: content-box;
  background-color: #FBF1F1;
}
.u-w-table{
  max-width: 575px;
}
@media screen and (min-width: 768px) {
  .c-tablecon{
    padding: 15px 20px;
  }
  .c-tableview .innertiny{
    padding: 15px 20px;
  }
  .c-tableview label{
    padding: 15px 20px;
  }
}

.p-icon__mail::before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 20/13;
  background-color: #FCFCFC;
  -webkit-mask-image: url(../img/mail_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.u-bot{
  border-top: 1px solid rgba(133, 190, 59, 0.25) !important;
}
.p-tuneview .c-form__item:nth-last-of-type(-n+2){
  margin-bottom: 0;
}

.p-tunebox,.p-tunefull{
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(200, 92, 92, 0.25);
}
.u-bon{
  border: none;
}
.p-tune__wide{
  width: 100%;
}
.p-tunebox .c-search__select::after,.p-tunefull .c-search__select::after{
  top: unset;
  bottom: 17px;
}
.p-tunebox .c-search__subbox--select,.p-tunefull .c-search__subbox--select{
  width: 100%;
  gap: 0;
}
.p-tunebox .c-search__subbox--select > label,.p-tunebox .c-search__subbox--select > label{
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-tunebox,.p-tunefull{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-bottom: 30px;
  }
  .p-tunebox .u-mt-20{
    margin-top: 30px;
  }
  .p-tunebox .c-form__item{
    width:calc((100% - ( 20px * (2 - 1))) / 2);
  }
  .p-tunefull .file{
    width:calc((100% - ( 20px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .p-tunebox,.p-tunefull{
    column-gap: 30px;
  }
  .p-tunebox .c-form__item{
    width:calc((100% - ( 30px * (4 - 1))) / 4);
  }
  .p-tunefull .file{
    width:calc((100% - ( 30px * (4 - 1))) / 4);
  }
}
.c-search__box .form {
  overflow-y: auto;
  width: 100%;
  max-height: calc(100vh - 152px);
  margin-top: 54px;
  padding: 0 15px 70px;
}
.c-search__box .form .u-px-15{
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-search__box .form{
    padding: 0 20px 70px;
  }
}
.c-block{
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-block input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: rgba(133, 190, 59, 0.5);
  height: 8px;
  width: 80%;
  border-radius: 10px;
  border: solid 1px #85BE3B;
}
.c-block input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #85BE3B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.c-block input[type=range]::-moz-range-thumb {
  background: #85BE3B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.c-block input[type=range]::-moz-focus-outer {
  border: 0;
}
.c-block input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
.c-blockouter{
  overflow-x: auto;
}
.c-blockbox{
  display: grid;
  width: 100%;
  grid-template-columns: max(40px,5%) max(180px,25%) max(75px,10%) max(110px,19%) max(150px,20%) max(140px,21%);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #D3D3D3;
  min-width: 930px
}
.c-block1 { 
  grid-area: 1 / 1 / 4 / 2; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-block2 { 
  display: flex;
  align-items: center;
  column-gap: 4px;
  grid-area: 1 / 2 / 2 / 3; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  background-color: #F6FCED;
}
.c-block3 { 
  grid-area: 1 / 3 / 2 / 4; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.c-block4 { 
  grid-area: 1 / 4 / 2 / 5; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.c-block5 { 
  grid-area: 1 / 5 / 2 / 6; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.c-block6 { 
  grid-area: 1 / 6 / 2 / 7; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.c-block7 { 
  grid-area: 2 / 2 / 3 / 7; 
  letter-spacing: .05em;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  padding: 8px;
  background-color: #ebecf0;
}
.c-block8 { 
  grid-area: 3 / 2 / 4 / 4; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #fffed2;
}
.c-block8 a {
  line-height: 1.71;
  color: #4870BC;
  text-decoration: underline;
}
.c-block9 { 
  grid-area: 3 / 4 / 4 / 6; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
}
.c-block10 { 
  grid-area: 3 / 6 / 4 / 7; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
}
.u-col-red{
  color: #D33B42;
}
.u-col-green{
  color: green;
}
.p-comp__box{
  display: grid;
  width: 100%;
  grid-template-columns: max(40px,5%) max(240px,23%) max(110px,10%) max(171px,20%) max(171px,20%) max(165px,22%);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #D3D3D3;
}
.p-comp__block1{ 
  grid-area: 1 / 1 / 3 / 2; 
  border: 1px solid #D3D3D3;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.p-comp__block2{ 
  grid-area: 1 / 2 / 2 / 3; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #F6FCED;
}
.p-comp__block3{ 
  grid-area: 1 / 4 / 2 / 6; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.p-comp__block4{ 
  grid-area: 1 / 6 / 2 / 7; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
}
.p-comp__block5{ 
  grid-area: 2 / 2 / 3 / 3; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #fffed2;
}
.p-comp__block6{ 
  grid-area: 2 / 4 / 3 / 5; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
}
.p-comp__block7{ 
  grid-area: 2 / 5 / 3 / 6; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #ffd2d2;
}
.p-comp__block8{ 
  grid-area: 2 / 6 / 3 / 7; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
}
.p-comp__block9{ 
  grid-area: 1 / 3 / 2 / 4; 
  border: 1px solid #D3D3D3;
  border-left: none;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #ebecf0;
}
.p-comp__block10{ 
  grid-area: 2 / 3 / 3 / 4; 
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 8px;
  display: flex;
  align-items: center;
}
.p-comp__btn{
  width: 100%;
  margin: 0 auto;
}
.p-addbox{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  padding-top: 20px;
}
.p-add__text{
  font-size: 1.4rem;
  margin-top: 5px;
}
.p-tune__title{
  display: flex;
  align-items: flex-start;
  column-gap: 4px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin: 20px 0 10px;
}
.p-tune__title span{
  font-family: "Cherry Bomb One", system-ui;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  flex: none;
  color: #fff;
  background-color: #D33B42;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 1;
  margin-top: -3px;
  padding-bottom: 2px;
}
_::-webkit-full-page-media, _:future, :root .p-tune__title span{
  padding: 2px 0 0 0;
}
.u-w-max{
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-tune__title{
    font-size: 18px;
    margin-top: 30px;
  }
  .p-tune__title span{
    font-size: 2.2rem;
    margin-top: -2px;
  }
  .p-addbox{
    padding-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-addbox{
    column-gap: 30px;
  }
}
.p-search{
  border: none;
  margin-bottom: 40px;
}
.p-search__box{
  position: unset;
  height: auto;
  padding-top: 20px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
}
.p-search__box form{
  border-radius: 5px;
  max-height: initial;
  margin-top: 0;
  padding-bottom: 20px;
}
.p-search__btn{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

/* margin */
.u-mx-auto {
  margin: 0 auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

/* u-padding */
.u-px-15 {
  padding: 0 15px;
}

/* u-overflow */
@media screen and (min-width: 1280px) {
  .u-pcoverflow-x-auto {
    overflow-x: auto;
  }
}

/* u-readonly */
.u-readonly {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f2f2f2;
}

/* u-col */
.u-col3 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.u-col3 .c-form__item {
  min-width: 140px;
  width: calc((100% - 40px) / 3);
}

/* u-error */
.u-error-col .error{
  display: flex;
  flex-direction: column;
}

.is-winner::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/winner.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
