@charset "UTF-8";
/* ========================================
Foundation
======================================== */
/* Mixin
----------------- */
html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 2.6666666667vmin;
}
@media print, screen and (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
}

svg {
  overflow: visible;
}

h1, h2, h3 {
  font-weight: 600;
}

/* リセット
/* -------------------- */
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

input {
  color: #000;
}

input::-moz-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none; /* Safari のデフォルトの見た目を無効化 */
  -moz-appearance: none;
  appearance: none; /* 他のブラウザでも適用 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="%23000" d="M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L4.75 3.68934L8.21967 0.21967C8.51256 -0.0732233 8.98744 -0.0732233 9.28033 0.21967C9.57322 0.512563 9.57322 0.987437 9.28033 1.28033L5.28033 5.28033C4.98744 5.57322 4.51256 5.57322 4.21967 5.28033L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px;
  padding-right: 20px;
  color: #000;
}

select::-ms-expand {
  display: block;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 動き
/* -------------------- */
.js-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

/* ========================================
Object
======================================== */
/* utility
----------------- */
.u-br-tb-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-pc {
    display: block;
  }
}

.u-br-sp-only {
  display: block;
}
@media print, screen and (min-width: 481px) {
  .u-br-sp-only {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-sp-tb {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .u-br-sp-tb {
    display: none;
  }
}

.u-br-tb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-br-tb {
    display: block;
  }
}

.u-br-tb-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-only {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-br-tb-only {
    display: none;
  }
}
@media print, screen and (min-width: 1366px) {
  .u-br-tb-only {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .u-br-pc {
    display: block;
  }
}

.u-br-pc-large {
  display: none;
}
@media print, screen and (min-width: 1366px) {
  .u-br-pc-large {
    display: block;
  }
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* component
----------------- */
@media print, screen and (min-width: 768px) {
  .c-view_sp {
    display: none;
  }
}

.c-view_tb-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-view_tb-pc {
    display: block;
  }
}

.c-view_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-view_pc {
    display: block;
  }
}

.c-heading_style01 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 9.3vmin;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style01 {
    font-size: 3.2rem;
    font-size: clamp(2.8rem, 2.8vw, 2.8rem);
    margin-bottom: 65px;
  }
}

.c-heading_style01En {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #8C1A10;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style01En {
    font-size: 1.1rem;
    margin-top: 6px;
    margin-top: min(0.8vmin, 10px);
  }
}

.c-ttl_wrap {
  padding-top: 8.5vmin;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .c-ttl_wrap {
    padding-top: min(6vmin, 60px);
    padding-bottom: min(6vmin, 60px);
  }
}

.c-ttl {
  margin-bottom: 0;
}

.c-nav_category {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-nav_category {
    display: block;
    margin-top: 5px;
  }
}

.c-nav_categoryList {
  display: flex;
  align-items: end;
}

.c-nav_categoryListItem {
  width: 25%;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  border: 2px solid #000;
  border-right: none;
}
.c-nav_categoryListItem:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: #000;
}

.p-top_mvNavList .c-nav_categoryListItem {
  clip-path: none;
}
.p-top_mvNavList .c-nav_categoryListItem:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -3px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #000;
  transform: rotate(-90deg);
}
.p-top_mvNavList .c-nav_categoryListItem:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -4px;
  right: -3px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #F3F3F3;
  transform: rotate(90deg);
}
.p-top_mvNavList .c-nav_categoryListItem.is-current:before, .p-top_mvNavList .c-nav_categoryListItem.is-current:after {
  content: none;
}

.c-nav_categoryListItem.is-current {
  border-bottom: 2px solid #fff;
  /* border: 2px solid #000; */
  height: 79px !important;
}

.c-nav_categoryListLink,
.c-nav_categoryListItem.is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  font-size: min(1.5vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-nav_categoryListLink {
  background-color: #fff;
  color: #000;
  width: 100%;
  transition: all 0.3s;
}

.c-nav_categoryListLink:hover {
  color: rgba(0, 0, 0, 0.6);
}

.c-breadcrumb {
  border-top: 2px solid #000;
  background-color: #fff;
  overflow: hidden;
}

.c-breadcrumb_list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 2.6%;
  padding-left: 2.6%;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_list {
    overflow-x: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_list {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

.c-breadcrumb_list {
  display: flex;
  align-items: center;
}

.c-breadcrumb_listItem {
  font-size: 1.2rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_listItem {
    font-size: 1.4rem;
  }
}
.c-breadcrumb_listItem:not(:last-of-type) {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_listItem:not(:last-of-type) {
    margin-right: 15px;
  }
}
.c-breadcrumb_listItem a {
  color: #888;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
.c-breadcrumb_listItem a::after {
  content: "";
  position: relative;
  top: -1px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1.5px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_listItem a::after {
    margin-left: 14px;
  }
}
.c-breadcrumb_listItem a:hover {
  text-decoration-color: transparent;
}

.c-icon_plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 9px;
  height: 1.5px;
  background: currentColor;
  border-radius: 10px;
  position: absolute;
}
.c-icon_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.c-mouseover_style01 {
  overflow: hidden;
  position: relative;
}
.c-mouseover_style01::before {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  width: 300px;
  height: 300px;
  background: #000;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.4s ease-out;
}
.c-mouseover_style01:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-mouseover_style01:hover .c-mouseover_style01Text,
.c-mouseover_style01:hover .c-mouseover_style01Arw,
.c-mouseover_style01:hover .c-mouseover_style01Icon {
  color: #fff;
  z-index: 1;
}

.c-mouseover_img {
  transition: all 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-mouseover_img img {
  transition: all 0.3s;
}
.c-mouseover_img:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #000;
}
.c-mouseover_img:hover img {
  transform: scale(1.02);
}

.c-mouseover_text {
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
.c-mouseover_text:hover {
  text-decoration-color: transparent;
}

.c-btn_style01 {
  border-width: 1px;
  border-radius: 100px;
  border-style: solid;
  border-color: #000;
  padding: 10px 18px 9px;
  transition: 0.3s;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01 {
    padding: 10px 20px 9px;
  }
}

.c-btn_style01Text {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 1.4;
  position: relative;
  text-align: center;
  z-index: 2;
  letter-spacing: 0.06em;
}

.c-btn_style01Arw {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn_style01Icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01Icon {
    left: 30px;
  }
}

.c-btn_style01:has(.c-btn_style01Arw) {
  padding-right: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01:has(.c-btn_style01Arw) {
    padding-right: 28px;
  }
}

.c-btn_style01:has(.c-btn_style01Icon) {
  padding-left: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01:has(.c-btn_style01Icon) {
    padding-left: 28px;
  }
}

.c-btn_closeWrap {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn_close {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 20px;
  height: 1.5px;
  background: #000;
  border-radius: 10px;
  position: relative;
  transform: rotate(45deg);
}
.c-btn_close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.c-btn_newSearch {
  display: inline-block;
  background-color: #8C1A10;
  width: 63.7%;
  max-width: 260px;
  padding: 21px 10px;
  border: 1px solid #8C1A10;
}
@media print, screen and (min-width: 768px) {
  .c-btn_newSearch {
    padding: 23px 20px;
  }
}

.c-btn_newSearch::before {
  background-color: #fff;
}

.c-btn_newSearchText {
  color: #fff;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn_newSearchText {
    font-size: 1.6rem;
  }
}

.c-btn_newSearchIcon svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.c-btn_newSearch:has(.c-btn_newSearchIcon) {
  padding-left: 18px;
}
@media print, screen and (min-width: 768px) {
  .c-btn_newSearch:has(.c-btn_newSearchIcon) {
    padding-left: 30px;
  }
}

.c-btn_newSearch:hover .c-btn_newSearchText {
  color: #8C1A10;
}
.c-btn_newSearch:hover .c-btn_newSearchIcon svg {
  fill: #8C1A10;
}

.c-accordion_btn {
  position: relative;
  cursor: pointer;
}

.c-accordion_plus {
  display: block;
  position: absolute;
  width: 4vmin;
  height: 4vmin;
  top: 50%;
  right: calc(4.3% - 2vmin);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 100;
  transition: 0.3s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.c-accordion_plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background: #000;
}

.c-accordion_plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 2px;
  background: #000;
}

.c-accordion_plus.is-hover {
  transform: translate(-50%, -50%) rotate(360deg);
}

.c-accordion_plus.is-hover:before {
  width: 0;
}

.c-form_search .c-form_searchListItemInput,
.c-form_search select {
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  width: 100%;
  height: 47px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.c-form_search .c-form_searchListItemInput {
  padding-right: 10px;
}
.c-form_search select {
  padding-right: 20px;
}
.c-form_search input::-moz-placeholder {
  font-size: 1.4rem;
}
.c-form_search input::placeholder {
  font-size: 1.4rem;
}
.c-form_search select {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .c-form_search select {
    font-size: 1.4rem;
  }
}
.c-form_search input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.c-form_search input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #F7F7F7;
  border: 1px solid #CECECE;
  border-radius: 5px;
}
.c-form_search input[type=checkbox]:checked::before {
  background-color: #8C1A10;
  border: none;
}
.c-form_search input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #BABABA;
  border-bottom: 2px solid #BABABA;
  transform: rotate(45deg);
  opacity: 1;
}
.c-form_search input[type=checkbox]:checked::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.c-form_search input[type=checkbox]:checked::after {
  opacity: 1;
}

.c-form_searchListItemSelectPlaceholder {
  color: #BABABA;
}

.c-form_searchPanel {
  background-color: #fff;
}

.c-form_searchListItem {
  border-bottom: 1px dashed #666;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 80px;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-form_searchListItem {
    height: 85px;
  }
}

.c-form_searchListItemDetailInner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-form_searchListItemDetailInner {
    flex-wrap: wrap;
  }
}

.c-form_searchListItemDetailInnerText {
  padding-left: 5px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItemDetailInnerText {
    font-size: 1.4rem;
  }
}

.c-form_searchListItemDetailInnerSec {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItemDetailInnerSec {
    margin-bottom: 0;
  }
}

.c-form_searchListItem:has(.c-form_searchListItemDetailInner) {
  padding-bottom: 13px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem:has(.c-form_searchListItemDetailInner) {
    padding-bottom: 0;
  }
}

.c-form_searchListItemDetailInnerSec:not(:last-of-type) {
  margin-right: 10px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItemDetailInnerSec:not(:last-of-type) {
    margin-right: 15px;
  }
}

.c-form_searchListItemHeading {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItemHeading {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-form_searchListItemHeadingText {
  font-weight: 600;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItemHeadingText {
    letter-spacing: 0.06em;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-1Column .c-form_searchListItemHeading {
    width: 7.5%;
    margin-right: 0.93%;
  }
  .c-form_searchListItem-1Column .c-form_searchListItemDetail {
    width: 91.57%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-2Column .c-form_searchListItemHeading {
    width: 15.4%;
    margin-right: 2.1%;
  }
  .c-form_searchListItem-2Column .c-form_searchListItemDetail {
    width: 82.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-2ColumnShort .c-form_searchListItemHeading {
    width: 14.8%;
    margin-right: 3.1%;
  }
  .c-form_searchListItem-2ColumnShort .c-form_searchListItemDetail {
    width: 82.1%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-2ColumnLong .c-form_searchListItemHeading {
    width: 7.1%;
    margin-right: 1.5%;
  }
  .c-form_searchListItem-2ColumnLong .c-form_searchListItemDetail {
    width: 91.4%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-3Column .c-form_searchListItemHeading {
    width: 14.8%;
    margin-right: 3.1%;
  }
  .c-form_searchListItem-3Column .c-form_searchListItemDetail {
    width: 82.1%;
  }
}
.c-form_searchFromArtistRadioBtn[type=radio] {
  display: none;
}

.c-form_searchFormArtist .c-form_searchFromArtistRadio,
.c-form_searchFromArtistRadioName {
  display: inline-block;
  text-align: center;
  padding: 15px 15px;
  min-width: 58px;
  line-height: 0;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 100px;
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #888;
}

.c-form_searchFromArtistRadioName {
  padding: 14px 12px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchFromArtistRadioName {
    font-size: 1rem;
    min-width: 40px;
    padding: 12px 10px 11px;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-form_searchFromArtistRadioName {
    font-size: 1.2rem;
    min-width: 50px;
    padding: 13px 10px 12px;
  }
}

/* ラジオボタンが選択された場合のスタイル */
input[name=search_artist_radio]:checked + label .c-form_searchFromArtistRadioName {
  color: #fff;
  font-weight: bold;
  background: #8C1A10;
  border: 1px solid #8C1A10;
}

.c-form_searchFormArtist {
  position: relative;
  height: 47px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchFormArtist {
    width: 46%;
    margin-right: 1.8%;
  }
}
.c-form_searchFormArtist .c-form_searchFromArtistRadio {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding-right: 24px;
}
.c-form_searchFormArtist .c-form_searchListItemInput {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.c-form_searchFormArtist .c-form_searchRadioArtistBtnCloseWrap {
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.c-form_searchFormArtist .c-form_searchRadioArtistBtnClose {
  width: 10px;
  height: 1px;
}

.c-form_searchFromArtistRadioWrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchFromArtistRadioWrap {
    margin-top: 0;
    margin-bottom: 4px; /* 同じ数字を入れる */
  }
}
.c-form_searchFromArtistRadioWrap .p-top_searchFormArtistRadio {
  margin-top: 5px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchFromArtistRadioWrap .p-top_searchFormArtistRadio {
    margin-top: 4px; /* 同じ数字を入れる */
  }
}
.c-form_searchFromArtistRadioWrap .p-top_searchFormArtistRadio:not(:last-of-type) {
  margin-right: 4px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchFromArtistRadioWrap .p-top_searchFormArtistRadio:not(:last-of-type) {
    margin-right: 3px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-artistInfo .c-form_searchListItemDetail {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-artistInfo .c-form_searchFromArtistRadioWrap {
    width: 52.2%;
  }
}

.c-form_searchListItem-series .c-form_searchListItemHeadingText br {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-series .c-form_searchListItemHeadingText br {
    display: block;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-form_searchListItem-series .c-form_searchListItemHeadingText br {
    display: none;
  }
}

.c-form_searchListItem-publication .c-form_searchListItemInput-westernCalendar,
.c-form_searchListItem-season .c-form_searchListItemInput-westernCalendar {
  width: 90px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-publication .c-form_searchListItemInput-westernCalendar,
  .c-form_searchListItem-season .c-form_searchListItemInput-westernCalendar {
    width: 105px;
  }
}
.c-form_searchListItem-publication .c-form_searchListItemInput-japaneseCalendar,
.c-form_searchListItem-season .c-form_searchListItemInput-japaneseCalendar {
  width: 90px;
  margin-right: 5px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-publication .c-form_searchListItemInput-japaneseCalendar,
  .c-form_searchListItem-season .c-form_searchListItemInput-japaneseCalendar {
    width: 105px;
  }
}
.c-form_searchListItem-publication .c-form_searchListItemInput-japaneseCalendarN,
.c-form_searchListItem-season .c-form_searchListItemInput-japaneseCalendarN {
  width: 60px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-publication .c-form_searchListItemInput-japaneseCalendarN,
  .c-form_searchListItem-season .c-form_searchListItemInput-japaneseCalendarN {
    width: 68px;
  }
}
.c-form_searchListItem-publication .c-form_searchListItemInput-area,
.c-form_searchListItem-season .c-form_searchListItemInput-area {
  width: 120px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-publication .c-form_searchListItemInput-area,
  .c-form_searchListItem-season .c-form_searchListItemInput-area {
    width: 105px;
  }
}
.c-form_searchListItem-publication .c-form_searchListItemInput-month,
.c-form_searchListItem-publication .c-form_searchListItemInput-date,
.c-form_searchListItem-season .c-form_searchListItemInput-month,
.c-form_searchListItem-season .c-form_searchListItemInput-date {
  width: 60px;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-publication .c-form_searchListItemInput-month,
  .c-form_searchListItem-publication .c-form_searchListItemInput-date,
  .c-form_searchListItem-season .c-form_searchListItemInput-month,
  .c-form_searchListItem-season .c-form_searchListItemInput-date {
    width: 55px;
  }
}
.c-form_searchListItem-publication .c-form_searchListItemInput-check,
.c-form_searchListItem-season .c-form_searchListItemInput-check {
  margin-right: 10px;
  margin-left: 2px;
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-itamoto .c-form_searchListItemInput {
    width: 320px;
    margin-right: 5px;
  }
}
.c-form_searchListItem-itamoto .c-form_searchListItemDetailInnerSec input {
  width: 40%;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchListItem-itamoto .c-form_searchListItemDetailInnerSec input {
    width: 117px;
  }
}
.c-form_searchListItem-itamoto .c-form_searchListItemDetailInnerSec input:not(:last-of-type) {
  margin-right: 5px;
}

.c-form_searchListItem-theater .c-form_searchListItemDetailInnerSec:has(select),
.c-form_searchListItem-area .c-form_searchListItemDetailInnerSec:has(select) {
  width: 35%;
  margin-right: 5px;
}
.c-form_searchListItem-theater .c-form_searchListItemDetailInnerSec:has(.c-form_searchListItemInput),
.c-form_searchListItem-area .c-form_searchListItemDetailInnerSec:has(.c-form_searchListItemInput) {
  width: 60%;
}

.c-form_searchListItem-holdingInstitution .c-form_searchListItemDetailInnerSec:has(.c-form_searchListItemInput) {
  width: 60%;
  margin-right: 5px;
}
.c-form_searchListItem-holdingInstitution .c-form_searchListItemDetailInnerSec:has(select) {
  width: 35%;
}

@media screen and (max-width: 1023px) {
  .c-form_searchAccordionOpen {
    display: none;
    border-top: 1px solid #666;
  }
  .c-form_searchAccordionOpen.is-active {
    display: block;
  }
  .c-form_searchAccordionBtn {
    padding: 6vmin 4.3%;
    border-top: 2px solid #000;
  }
  .c-form_searchAccordionBtn:last-of-type {
    border-bottom: 2px solid #000;
  }
  .c-form_searchAccordionHeading {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .c-form_searchAccordionPlus {
    position: absolute;
    right: 4%;
  }
  .c-form_searchPanelWrap {
    border-bottom: 2px solid #000;
  }
  .c-form_searchAccordionOpen {
    padding: 15px 4.3%;
  }
  .c-form_searchAccordionBtnClose {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-form_searchAccordionBtnCloseText {
    font-size: 1.4rem;
  }
  .c-form_searchAccordionBtnCloseIconWrap {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .c-form_searchAccordionBtnCloseIcon {
    width: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchAccordionBtn {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchAccordionBtnClose {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .c-form_searchTabList {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchTabWrap {
    display: flex;
    min-height: 460px;
  }
  .c-form_searchTabList {
    display: flex;
    flex-flow: column;
    width: 7.2%;
  }
  .c-form_searchTab {
    width: 100%;
    height: 33.333333%;
    color: #000;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    border: 2px solid #000;
    border-bottom: none;
    border-right: none;
  }
  .c-form_searchTab:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 17px;
    height: 17px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #000;
  }
  .c-form_searchTab:first-of-type {
    border-top: 2px solid #000;
  }
  .c-form_searchTab:last-of-type {
    border-bottom: 2px solid #000;
  }
  .c-form_searchTabText {
    letter-spacing: 0.2em;
    font-size: 2rem;
    transition: all 0.3s;
    writing-mode: vertical-rl;
  }
  .c-form_searchTab.is-active {
    background-color: #fff;
    border-right: none;
  }
  .c-form_searchTab.is-active .c-form_searchTabText {
    color: #000;
  }
  .c-form_searchTab:hover .c-form_searchTabText {
    color: rgba(0, 0, 0, 0.6);
  }
  .c-form_searchTab:hover.is-active .c-form_searchTabText {
    color: #000;
  }
  .c-form_searchPanelWrap {
    width: 92.8%;
    background-color: #fff;
    border-top: 2px solid #000;
  }
  .c-form_searchPanel {
    display: none;
    padding: 30px 40px;
  }
  .c-form_searchPanel.is-active {
    display: block;
    animation: panel-show 0.9s ease-in-out forwards;
  }
  /* パネル切り替えのアニメーション */
  @keyframes panel-show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchList {
    border-top: 1px dashed #666;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchPanel-materials .c-form_searchList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-01 {
    grid-area: 1/1/2/7;
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-02_01 {
    grid-area: 2/1/3/4;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-02_02 {
    grid-area: 2/4/3/7;
    padding-left: 15px;
    padding-right: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-03_01 {
    grid-area: 3/1/4/3;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-03_02 {
    grid-area: 3/3/4/7;
    padding-left: 15px;
    padding-right: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-04_01 {
    grid-area: 4/1/5/3;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-04_02 {
    grid-area: 4/3/5/7;
    padding-left: 15px;
    padding-right: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-05_01 {
    grid-area: 5/1/6/3;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-05_02 {
    grid-area: 5/3/6/5;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-05_03 {
    grid-area: 5/5/6/7;
    padding-right: 5px;
    padding-left: 15px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-06_01 {
    grid-area: 6/1/7/3;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-06_02 {
    grid-area: 6/3/7/5;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-form_searchPanel-materials .c-form_searchListItem-06_03 {
    grid-area: 6/5/7/7;
    padding-right: 5px;
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchPanel-play .c-form_searchList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-01_01 {
    grid-area: 1/1/2/4;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-01_02 {
    grid-area: 1/4/2/7;
    padding-right: 5px;
    padding-left: 15px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-02_01 {
    grid-area: 2/1/3/3;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-02_02 {
    grid-area: 2/3/3/5;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-02_03 {
    grid-area: 2/5/3/7;
    padding-right: 5px;
    padding-left: 15px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-03_01 {
    grid-area: 3/1/4/5;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-play .c-form_searchListItem-03_02 {
    grid-area: 3/5/4/7;
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-form_searchPanel-holdings .c-form_searchList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .c-form_searchPanel-holdings .c-form_searchListItem-01_01 {
    grid-area: 1/1/2/4;
    border-right: 1px dashed #666;
    padding-right: 15px;
    padding-left: 5px;
  }
  .c-form_searchPanel-holdings .c-form_searchListItem-01_02 {
    grid-area: 1/4/2/7;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-form_searchBtnWrap {
  margin-top: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnWrap {
    margin-top: 30px;
  }
}

.c-form_searchBtnList {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .c-form_searchBtnList {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-form_searchBtnList {
    width: 55.7%;
    max-width: 695px;
  }
}

.c-form_searchBtnListItem {
  width: 47.8%;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnListItem {
    width: 48.9%;
  }
}

.c-form_searchBtnListItem:not(:last-of-type) {
  margin-right: 4.4%;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnListItem:not(:last-of-type) {
    margin-right: 2.2%;
  }
}

.c-form_searchBtn {
  width: 100%;
  height: 100%;
  background-color: #8C1A10;
  border-radius: 15px;
  padding: 23px 10px 20px;
  transition: all 0.3s;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtn {
    border-radius: 100px;
    position: relative;
    padding: 21px 10px 21px;
  }
}
.c-form_searchBtn:hover {
  opacity: 0.8;
}

.c-form_searchBtnIconThumbnail {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 10px;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnIconThumbnail {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    margin-bottom: 0;
  }
}

.p-top_searchContentsBtnTextWrap {
  display: block;
}

.c-form_searchBtnTextSub {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 0px;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnTextSub {
    font-size: 1.4rem;
    margin-bottom: 1px;
  }
}

.c-form_searchBtnText {
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnText {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
}

.c-form_searchBtnIconSearch {
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-left: 4px;
}
.c-form_searchBtnIconSearch-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnIconSearch-sp {
    display: none;
  }
}
.c-form_searchBtnIconSearch-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnIconSearch-pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnIconSearch {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-form_searchBtnReset {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.c-form_searchBtnResetInput {
  font-size: 1.4rem;
  width: 60.8%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-form_searchBtnResetInput {
    width: 240px;
  }
}
.c-form_searchBtnResetInput:hover {
  opacity: 0.7;
}

.c-link_categoryWrap {
  background-color: #E3DEDD;
  padding-top: 13vmin;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .c-link_categoryWrap {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

.c-link_category {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .c-link_category {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-link_categoryList {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .c-link_categoryListItem {
    width: 29.9%;
  }
}

.c-link_categoryListItem:not(:last-of-type) {
  margin-bottom: 10vmin;
  border-bottom: 1px dashed #666;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .c-link_categoryListItem:not(:last-of-type) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 5.15%;
    position: relative;
    display: flex;
  }
  .c-link_categoryListItem:not(:last-of-type)::after {
    display: block;
    position: relative;
    right: -8.555%;
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px dashed #666;
  }
}

.c-link_categoryListImg {
  margin-bottom: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .c-link_categoryListImg {
    margin-bottom: 20px;
  }
}
.c-link_categoryListImg img {
  transition: all 0.3s;
}

.c-link_categoryListHeading {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  transition: all 0.3s;
  text-decoration-color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
@media print, screen and (min-width: 768px) {
  .c-link_categoryListHeading {
    font-size: 2rem;
  }
}

.c-link_categoryListLink:hover .c-link_categoryListHeading {
  text-decoration-color: transparent;
}

.c-modal_btn {
  position: absolute;
  cursor: pointer;
}

.c-modal_btnText {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .c-modal_btnText {
    font-size: 1.2rem;
  }
}

.c-modal_btnPlus {
  height: 1px;
}

.c-modal_overlay {
  display: none;
}
.c-modal_overlay.is-fadeUp {
  display: block;
}
.c-modal_overlay.is-fadeUp .c-modal {
  animation: modal-open_fadeIn 0.3s ease-in-out;
}
@keyframes modal-open_fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
.c-modal_btnCloseWrap {
  top: 10px;
  right: calc(4% + 10px);
  width: 30px;
  height: 30px;
  z-index: 1000000;
}
@media print, screen and (min-width: 768px) {
  .c-modal_btnCloseWrap {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

.c-modal_btnClose {
  width: 24px;
}
@media print, screen and (min-width: 768px) {
  .c-modal_btnClose {
    width: 40px;
  }
}

.c-modal_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 200000000;
}

.c-modal {
  position: relative;
  margin-top: 4vmin;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .c-modal {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-modal {
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-modal_bg {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  padding: 8vmin 6%;
  height: calc(100dvh - 4vmin * 2);
  overflow-y: scroll;
  cursor: auto;
}
@media print, screen and (min-width: 768px) {
  .c-modal_bg {
    padding: 60px 6%;
    height: calc(100dvh - 60px * 2);
  }
}

.c-modal_sec:not(:last-of-type) {
  margin-bottom: 7.5vmin;
}
@media print, screen and (min-width: 768px) {
  .c-modal_sec:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.c-modal_heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5vmin;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .c-modal_heading {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.c-modal_contents {
  background-color: #F3F3F3;
  padding: 5vmin 6%;
}
@media print, screen and (min-width: 768px) {
  .c-modal_contents {
    padding: 35px;
  }
}

.c-modal_listItem {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-modal_listItem {
    font-size: 1.6rem;
  }
}

.c-modal_listItem:not(:last-child) {
  margin-bottom: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .c-modal_listItem:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-modal_tableTr {
    display: flex;
  }
}

.c-modal_tableTr:not(:last-child) {
  margin-bottom: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .c-modal_tableTr:not(:last-child) {
    margin-bottom: 13px;
  }
}

.c-modal_tableTh {
  font-size: 1.2rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-modal_tableTh {
    width: 12%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}

.c-modal_tableTd {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-modal_tableTd {
    width: 86%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-modal_tableTh,
  .c-modal_tableTd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.c-results_pager {
  position: relative;
}

.c-results_pagerArw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: rgba(136, 136, 136, 0.6);
  font-weight: 600;
  z-index: 1;
}
.c-results_pagerArw.is-prev {
  left: 0;
}
.c-results_pagerArw.is-next {
  right: 0;
}
.c-results_pagerArw a {
  color: #000;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition: all 0.3s;
}
.c-results_pagerArw a:hover {
  text-decoration-color: transparent;
}

.c-results_pagerList {
  position: absolute;
  justify-content: center;
}

.c-results_pagerListItem {
  display: none;
  font-size: 2rem;
  letter-spacing: 0;
}
.c-results_pagerListItem a {
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  color: #000;
  transition: all 0.3s;
}
.c-results_pagerListItem a:hover {
  text-decoration-color: transparent;
}

.c-results_pagerListItem.is-current {
  color: rgba(136, 136, 136, 0.6);
}

.c-results_pagerListItem:not(:last-child) {
  margin-right: 15px; /* 同じ数字*/
}

.c-results_pagerListItem:first-child,
.c-results_pagerListItem:last-child,
.c-results_pagerListItem.is-current,
.c-results_pagerListItem:has(+ .c-results_pagerListItem + .c-results_pagerListItem.is-current),
.c-results_pagerListItem:has(+ .c-results_pagerListItem.is-current),
.c-results_pagerListItem.is-current + .c-results_pagerListItem,
.c-results_pagerListItem.is-current + .c-results_pagerListItem + .c-results_pagerListItem {
  display: flex;
}

.c-results_pagerListItem:has(+ .c-results_pagerListItem + .c-results_pagerListItem.is-current):not(:first-child):not(:nth-child(2))::before {
  content: "...";
}

.c-results_pagerListItem.is-current + .c-results_pagerListItem + .c-results_pagerListItem:not(:last-child):not(:nth-last-child(2))::after {
  content: "...";
  margin-left: 15px; /* 同じ数字*/
}

.c-results_pagerList {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
}

/* ========================================
layout
======================================== */
.l-footer {
  background-color: #000;
  position: relative;
}

.l-top_mv {
  position: relative;
  height: 100dvh;
  z-index: 2;
}

.l-top_bg {
  position: absolute;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.l-top_search {
  position: relative;
  z-index: 3;
  background: #F3F3F3;
  padding-top: 13vmin;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .l-top_search {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-top_search {
    padding-top: 20vmin;
  }
}

.l-top_info {
  padding-top: 13vmin;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .l-top_info {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-top_info {
    padding-bottom: 140px;
  }
}

.l-about {
  border-top: 2px solid #000;
}

.l-results {
  border-top: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  .l-results {
    border-top: none;
  }
}

.l-results_search {
  background-color: #F3F3F3;
  padding-top: 13vmin;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .l-results_search {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-results_category {
    padding-bottom: 140px;
  }
}

.l-detail {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-detail {
    border-top: 2px solid #000;
  }
}

.l-detail_pager {
  margin-top: 8vmin;
  margin-bottom: 12vmin;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .l-detail_pager {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-detail_pager {
    margin-top: min(10vmin, 100px);
    margin-bottom: min(12vmin, 120px);
  }
}

.p-detail_top_pagenation {
  display: flex;
  justify-content: end;
  margin-bottom: 12px;
  padding-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_top_pagenation {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.p-detail_top_pagenation a {
  color: #000;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 10px;
}
.p-detail_top_pagenation a:hover {
  color: #333;
  text-decoration: none;
}

.l-btn_follow {
  position: fixed;
  z-index: 10000000;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .l-btn_follow {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-btn_follow {
    right: 15px;
    bottom: 15px;
  }
}
.l-btn_follow.is-fadeIn {
  opacity: 1;
  animation: fadeInUp 0.3s ease-out forwards;
}
.l-btn_follow.is-none {
  opacity: 0;
  animation: fadeOutDown 0.3s ease-in forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* ========================================
Object
======================================== */
/* Project
----------------- */
.p-header {
  display: flex;
  align-items: center;
  padding: 4.6vmin 2.6%;
}
@media print, screen and (min-width: 768px) {
  .p-header {
    padding: 25px 20px;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  #home .p-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-header_logo {
  line-height: 0;
  position: relative;
  z-index: 2;
  width: 68%;
  max-width: 300px;
  height: 9.6vmin;
  max-height: 46px;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo {
    width: 54%;
    max-width: 556px;
  }
  .p-header_logo a {
    color: #ABABAB;
  }
}
.p-header_logo .p-header_logoTextWrap {
  display: flex;
}
.p-header_logo img {
  max-width: 80px;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo img {
    max-width: 100px;
  }
}
.p-header_logo .p-header_logoTitle {
  display: block;
  margin-top: -1px;
  margin-left: 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo .p-header_logoTitle {
    font-size: 22px;
  }
}
.p-header_logo .p-header_logoTitle .p-header_logoTitleEn {
  font-size: 12px;
  font-weight: normal;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo .p-header_logoTitle .p-header_logoTitleEn {
    display: block;
  }
}
.p-header_logo.is_pageTitle .p-header_logoIcon {
  filter: brightness(0);
}
.p-header_logo.is_pageTitle .p-header_logoTitle {
  color: #000;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  #home .p-header_logo {
    color: #fff;
  }
}

.p-header_logoImg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.p-header_logoImg use.color-thin {
  color: #ABABAB !important;
}
@media print, screen and (min-width: 768px) {
  .p-header_logoImg-sp {
    display: none;
  }
}
.p-header_logoImg-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_logoImg-pc {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  #home .p-header_logo {
    max-width: 556px;
  }
}
#home .p-header_logoImg {
  fill: #fff;
}
#home .p-header_logoImg use.color-thin {
  fill: #fff;
}

.wrap_p-header_nav_btn-link {
  display: flex;
}
.wrap_p-header_nav_btn-link .p-header_navBtn:not(:last-child) {
  margin-right: 16px;
}

@media print, screen and (min-width: 768px) {
  .p-header_navWrap {
    display: flex;
    justify-content: space-between;
    width: 309px;
  }
}

.p-header_navBtn {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtn {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.p-header_navBtn:hover .c-btn_style01Text {
  color: #fff;
}

#home .p-header_navBtn {
  border-color: #fff;
}
#home .p-header_navBtnText {
  color: #fff;
}
#home .p-header_navBtn-about::before {
  background-color: #fff;
}
#home .p-header_navBtn-about:hover .p-header_navBtnText {
  color: #000;
}

.p-header_navMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100000000;
}

.p-header_navMenuBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  background-color: transparent;
  border-radius: 100px;
}
.p-header_navMenuBtn:checked ~ .p-header_navMenuOpenWrap {
  pointer-events: auto;
  visibility: visible;
}
.p-header_navMenuBtn:checked ~ .p-header_navMenuOpenWrap .p-header_navMenuOpen {
  transform: scale(1);
  transition-duration: 0.75s;
}
.p-header_navMenuBtn:checked ~ .p-header_navMenuOpenWrap .p-header_navMenuOpen .p-header_navMenuOpenInner {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.p-header_navMenuBtn:checked ~ .p-header_navMenuOpenWrap .p-header_navMenuOpen .p-header_navMenuOpenInner .p-header_navMenuOpenListLink {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-header_navMenuBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header_navMenuOpenBtn {
    border: 1px solid #fff;
    padding: 20px 20px 20px;
    margin-top: 24px;
    display: block;
    width: 61.3%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-header_navMenuOpenBtnText {
    color: #fff;
    font-size: 1.4rem;
  }
}

.p-header_navMenuBtnStyle {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 100px;
  position: relative;
  z-index: 99999999;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-header_navMenuBtnStyle {
    display: none;
  }
}

.p-header_navMenuBtnStyleDotWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.25rem;
  clear: both;
}

.p-header_navMenuBtnStyleDot {
  background: #000 !important;
  width: 4px;
  height: 4px;
  margin: 0.25rem auto;
  border-radius: 10px;
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transform: 0;
  transform-origin: center;
}

#home .p-header_navMenuBtnStyleDot {
  background: #fff !important;
}
#home .p-header_navMenuBtnStyle {
  background-color: transparent;
  border: 1px solid #fff;
}
#home .p-header_navMenu.is-active .p-header_navMenuBtnStyle {
  background-color: #fff;
  border: 1px solid #000;
}
#home .p-header_navMenu.is-active .p-header_navMenuBtnStyleDot {
  background-color: #000 !important;
}

.p-header_navMenuBtnStyleDot:before,
.p-header_navMenuBtnStyleDot:after {
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}

.p-header_navMenuBtnStyle.is-open {
  border-color: #fff;
  background-color: transparent;
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDotWrap {
  display: block;
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot {
  position: absolute;
  background-color: #fff !important;
  margin: 0;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 2px;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot::after,
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot::before {
  content: "";
  width: 100%;
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot:not(:first-child):not(:last-child) {
  opacity: 0;
}
.p-header_navMenuBtnStyle.is-open .p-header_navMenuBtnStyleDot:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header_navMenuOpenWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.p-header_navMenuOpen {
  width: 400vw;
  height: 400vw;
  background: #000;
  border-radius: 400vw;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 88888888;
}

.p-header_navMenuOpenInner {
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.p-header_navMenuOpenListWrap {
  width: 100vw;
}

.p-header_navMenuOpenList {
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
  margin-bottom: 13vmin;
}

.p-header_navMenuOpenListItem {
  padding: 0;
  display: block;
}

.p-header_navMenuOpenListItem:not(:last-of-type) {
  margin-bottom: 8vmin;
}

.p-header_navMenuOpenListLink {
  color: #fff;
  font-size: 2rem;
  padding: 10px 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-footer {
  padding-bottom: 10.6vmin;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    padding-top: 6vmin;
    padding-bottom: 6vmin;
  }
}

.p-footer_ttl {
  color: #fff;
  margin-bottom: 10px;
  padding: 0px 20px 5px 11px;
  border-left: 3px solid #fff;
  /* border-bottom: 1px solid #333; */
  font-size: 14px;
  font-weight: 700;
  /* width: fit-content; */
}

.p-footer_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_list {
    margin-bottom: 60px;
  }
}

.p-footer_listItem {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-footer_listItem {
    width: 33%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer_listItem:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer_listItem:not(:nth-child(4n)) {
    margin-right: 2.53333%;
  }
}

.p-footer_listItem:not(:nth-of-type(-n+2)) {
  margin-top: 4.4%;
}
@media print, screen and (min-width: 768px) {
  .p-footer_listItem:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer_listItem:not(:nth-of-type(-n+4)) {
    margin-top: 2.53333%;
  }
}

.p-footer_listLink {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
}

.p-footer_listLink:hover {
  opacity: 0.8;
}

.p-footer_pageTop {
  display: block;
  padding-top: 6vmin;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_pageTop {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: baseline;
    padding: 20px;
  }
}

.p-footer_pageTopIcon {
  text-align: center;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .p-footer_pageTopIcon {
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
  }
}
.p-footer_pageTopIcon svg {
  fill: #fff;
}

.p-footer_pageTopText {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.p-footer_nav {
  margin-bottom: 7.6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_nav {
    margin-bottom: 60px;
  }
}

.p-footer_navList {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.p-footer_navListLink {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 25px;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
.p-footer_navListLink:hover {
  text-decoration-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .p-footer_navListLink {
    font-size: 2rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.p-footer_navListLink:hover::after {
  opacity: 0;
}

.p-footer_navListItem:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2em;
  border-right: 1px dashed #666;
  vertical-align: middle;
}

.p-footer_precautions {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-footer_precautions {
    font-size: 1.4rem;
  }
}

.p-footer_note {
  color: #888;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-footer_note {
    font-size: 1.2rem;
  }
}

.p-top_mv {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-top_mv {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
.p-top_mv {
  width: 100%;
  height: 74dvh;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-top_mv {
    height: 63vh;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_mvSearch {
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}

.p-top_mvSearchArea {
  width: 100%;
}

.p-top_mvSearchHeading {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 4.5vmin;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvSearchHeading {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}

.p-top_mvSearchSec {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-top_mvSearchSec.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.p-top_mvSearchSec:not(:last-child) {
  margin-bottom: 6dvh;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvSearchSec:not(:last-child) {
    margin-bottom: 10vh;
  }
}

.p-top_mvSearchFormWrap {
  position: relative;
}

input.p-top_mvSearchForm {
  background-color: #fff;
  width: 100%;
  padding: 10px 70px 10px 15px;
  border-radius: 10px;
  height: 60px;
}
@media print, screen and (min-width: 768px) {
  input.p-top_mvSearchForm {
    height: 80px;
    padding: 10px 100px 10px 20px;
    border-radius: 15px;
  }
}

button.p-top_mvSearchFormBtn {
  position: absolute;
  top: 0;
  background-color: #8C1A10;
  right: 0;
  width: 60px;
  border-radius: 0px 10px 10px 0px;
  height: 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  button.p-top_mvSearchFormBtn {
    width: 80px;
    height: 80px;
    border-radius: 0px 15px 15px 0px;
  }
}

.p-top_mvSearchFormBtnIcon {
  width: 27.6%;
  display: block;
  margin-bottom: 3px;
  padding-top: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvSearchFormBtnIcon {
    width: 22px;
    margin-bottom: 6px;
  }
}

.p-top_mvSearchFormBtnText {
  font-size: 1.1rem;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvSearchFormBtnText {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}

.p-top_mvImportantNewsWrap {
  margin-top: 6dvh;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvImportantNewsWrap {
    margin-top: 0;
    position: absolute;
    right: 15px;
    bottom: calc(15px + 80px);
  }
}
.p-top_mvImportantNewsWrap.is-hidden {
  display: none !important;
}

.p-top_mvImportantNewsWrap.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.p-top_mvImportantNewsArea {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 22px 25px 20px;
  position: relative;
  transition: all 0.3s;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvImportantNewsArea {
    max-width: 360px;
    padding: 25px 30px;
  }
}

.p-top_mvImportantNewBtnCloseWrap {
  z-index: 2;
}

.p-top_mvImportantNewBtnClose {
  color: #fff;
  background-color: #fff;
}

.p-top_mvImportantNewsTime {
  color: #888;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvImportantNewsTime {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.p-top_mvImportantNewsDetail {
  color: #fff;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvImportantNewsDetail {
    font-size: 1.5rem;
  }
}

.p-top_mvScrollDown {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScrollDown {
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
    width: 20px;
  }
}

.p-top_mvScrollDownText {
  position: absolute;
  display: block;
  bottom: calc(60px + 10px);
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScrollDownText {
    bottom: calc(80px + 10px);
    writing-mode: vertical-rl;
    display: block;
    letter-spacing: 0.3em;
    white-space: nowrap;
    font-weight: 600;
  }
}

.p-top_mvScrollDown:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: mv-circlemove 1.6s ease-in-out infinite, mv-cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top_mvScrollDown:before {
    bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScrollDown:before {
    bottom: 80px;
  }
}
@keyframes mv-circlemove {
  0% {
    @media screen and (max-width: 767px) {
      bottom: 60px;
    }
    @media print, screen and (min-width: 768px) {
      bottom: 80px;
    }
  }
  100% {
    bottom: -5px;
  }
}
@keyframes mv-cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-top_mvScrollDown:after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScrollDown:after {
    height: 80px;
  }
}

.p-top_mvTextNote {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  bottom: 10px;
  right: 4%;
  text-align: right;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvTextNote {
    text-align: center;
    letter-spacing: 0.06em;
    right: 50%;
    transform: translateX(50%);
    bottom: calc(20px + 80px);
  }
}

.p-top_mvNav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvNav {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}

.p-top_mvNavListItem.is-current {
  border-top: none;
  color: #fff;
  border-bottom: 2px solid #000;
}

.p-top_mvNavListLink,
.p-top_mvNavListItem.is-current {
  font-size: min(1.5vw, 2rem);
}

.p-top_bg {
  position: relative;
  overflow: hidden;
}
.p-top_bg::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-top_bgImg img {
  height: 100dvh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-top_search {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-top_search {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top_search {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top_searchBtnModal {
  right: 10px;
  top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-top_searchBtnModal {
    right: 20px;
    top: 20px;
  }
}
.p-top_searchBtnModal:hover .c-btn_style01Text,
.p-top_searchBtnModal:hover .c-icon_plus {
  color: #fff;
}

.p-top_searchConditions {
  background-color: #F3F3F3;
  mix-blend-mode: multiply;
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditions {
    position: relative;
  }
}
.p-top_searchConditions select {
  background-color: #fff;
}
.p-top_searchConditions select,
.p-top_searchConditions input {
  height: 48px;
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsInner {
    display: flex;
    align-items: center;
  }
}

.p-top_searchConditionsBtn {
  padding-top: 5vmin;
  padding-bottom: 5vmin;
  padding-right: 4.3%;
  padding-left: 4.3%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsBtn {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 14.6%;
    position: static;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsBtn.is-active {
    width: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsInner:has(.p-top_searchConditionsBtn.is-active) .p-top_searchConditionsDetail {
    opacity: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsInner:has(.p-top_searchConditionsBtn.is-active) .p-top_searchConditionsPlus {
    top: 20px;
  }
}

.p-top_searchConditionsHeading {
  font-size: 1.6rem;
  text-align: center;
  margin-left: -8px;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsHeading {
    font-size: 1.4rem;
  }
}

.p-top_searchConditionsDetail {
  padding-top: 5.5vmin;
  padding-bottom: 5.5vmin;
  padding-right: 4.3%;
  padding-left: 4.3%;
  border-top: 1px dashed #666;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetail {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
    border-top: none;
    border-left: 1px dashed #666;
    width: 85.4%;
  }
}

.p-top_searchConditionsPlus-pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsPlus-pc {
    display: block;
  }
}

.p-top_searchConditionsPlus-sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsPlus-sp {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsPlus {
    position: absolute;
    top: 18px;
    right: 2px;
    width: 16px;
    height: 16px;
  }
  .p-top_searchConditionsPlus::before {
    width: 1px;
  }
  .p-top_searchConditionsPlus::after {
    height: 1px;
  }
  .p-top_searchConditionsPlus.is-hover {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .p-top_searchConditionsPlus.is-hover::before {
    width: 1px;
  }
}

.p-top_searchConditionsDetailFormWrap {
  display: flex;
  flex-wrap: wrap;
}
.p-top_searchConditionsDetailFormWrap select {
  width: 49.2%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailFormWrap select {
    width: 170px;
  }
}
.p-top_searchConditionsDetailFormWrap select:not(:nth-of-type(2n)) {
  margin-right: 1.6%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailFormWrap select:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
.p-top_searchConditionsDetailFormWrap select:not(:nth-of-type(-n+2)) {
  margin-top: 1.6%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailFormWrap select:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailFormWrap select:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-top_searchConditionsDetailItem {
    flex-wrap: nowrap;
  }
}

.p-top_searchConditionsDetailItem:not(:last-of-type),
.p-top_searchConditionsDetailSecWrap:not(:last-of-type) {
  margin-bottom: 3vmin;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem:not(:last-of-type),
  .p-top_searchConditionsDetailSecWrap:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-top_searchConditionsDetailItem:not(:last-of-type),
  .p-top_searchConditionsDetailSecWrap:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.p-top_searchConditionsDetailHeading {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailHeading {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column select {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSelectSmall {
    width: 90px;
  }
}
.p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSecWrap {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSecWrap:not(:last-of-type) {
    margin-right: 15px;
  }
}
.p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec {
  width: 49.2%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec {
    display: flex;
    align-items: center;
    width: auto;
  }
}
.p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec:not(:nth-child(2n)) {
  margin-right: 1.6%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
.p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec:not(:nth-of-type(-n+2)) {
  margin-top: 1.6%;
}
@media print, screen and (min-width: 1024px) {
  .p-top_searchConditionsDetailItem-2Column .p-top_searchConditionsDetailSec:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}

.p-top_infoArticleWrap {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticleWrap {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticleWrap {
    padding-right: 0;
    padding-left: 0;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top_infoArticle {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px dashed #666;
  padding-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticle {
    display: flex;
    padding-bottom: 35px;
  }
}

.p-top_infoArticle:not(:last-of-type) {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticle:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.p-top_infoArticleDate {
  color: #888;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  margin-bottom: 8px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticleDate {
    width: 8%;
    margin-right: 2.4%;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_infoArticleDetail {
    width: 89.6%;
  }
}

.p-top_infoArticleDetailText {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-top_infoArticleDetailText {
    line-height: 1.8;
  }
}
.p-top_infoArticleDetailText a {
  color: #000;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
.p-top_infoArticleDetailText a:hover {
  text-decoration-color: transparent;
}

.p-about {
  margin-bottom: 12vmin;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-about {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about {
    margin-bottom: 180px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .p-about {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-about_sec:not(:last-of-type) {
  margin-bottom: 12vmin;
}
@media print, screen and (min-width: 768px) {
  .p-about_sec:not(:last-of-type) {
    margin-bottom: 120px;
  }
}

.p-about_secHeading {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 6vmin;
  padding-bottom: 6vmin;
  line-height: 1.6;
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-about_secHeading {
    font-size: 2.4rem;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.p-about_secContentsText {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .p-about_secContentsText {
    line-height: 1.8;
  }
}
.p-about_secContentsText a {
  color: #000;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}
.p-about_secContentsText a:hover {
  text-decoration-color: transparent;
}

.p-about_secContentsText:not(:last-of-type) {
  margin-bottom: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-about_secContentsText:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.p-results_list {
  margin-bottom: 12vmin;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-results_list {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-results_list {
    margin-bottom: 10vmin;
  }
}

.p-results_listSortAccordionBtnText,
.p-results_listSortNumberText {
  font-size: 1.3rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionBtnText,
  .p-results_listSortNumberText {
    font-size: 1.4rem;
  }
}

.p-results_listHead,
.p-results_listFoot {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 4vmin;
  padding-bottom: 4vmin;
  padding-right: 5px;
  padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHead,
  .p-results_listFoot {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.p-results_listHead {
  margin-bottom: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHead {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-results_listHeadInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-results_listHeadNumber {
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHeadNumber {
    font-size: 3.4rem;
  }
}

.p-results_listHeadNumberSubject {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHeadNumberSubject {
    font-size: 1.8rem;
    margin-left: 5px;
  }
}

.p-results_listHeadNumberBrackets {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHeadNumberBrackets {
    font-size: 1.8rem;
  }
}

.p-results_listHeadNumberBracketsN {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHeadNumberBracketsN {
    font-size: 2.4rem;
    margin-left: 3px;
    top: 2px;
  }
}

.p-results_listHeadPager {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-results_listHeadPager {
    display: block;
    width: 22%;
    min-width: 270px;
    max-width: 300px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-results_listHeadPagerListArw {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-results_listHeadPagerListArw.is-back {
    left: 0;
  }
  .p-results_listHeadPagerListArw.is-next {
    right: 0;
  }
}

.p-results_listSort {
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSort {
    margin-bottom: 40px;
  }
}
.p-results_listSort select {
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  border-radius: 8px;
  height: 36px;
  padding: 5px 20px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSort select {
    font-size: 1.4rem;
  }
}

.p-results_listSortInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
  padding-left: 5px;
}

.p-results_listSortAccordionBtn {
  display: flex;
  align-items: center;
  border-right: 1px dashed #666;
  margin-right: 5vmin;
  padding-right: 5vmin;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionBtn {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.p-results_listSortAccordionBtn.is-active .p-results_listSortAccordionBtnArw {
  transform: translateY(35%) rotate(315deg);
}

.p-results_listSortAccordionBtn:hover {
  opacity: 0.7;
}

.p-results_listSortAccordionBtnText {
  margin-right: 5px;
}

.p-results_listSortAccordionBtnArw {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1.5px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.3s;
}

.p-results_listSortAccordionOpen {
  display: none;
  background-color: #F3F3F3;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenInner {
    display: flex;
    align-items: center;
  }
}

.p-results_listSortAccordionOpenHeadingWrap {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenHeadingWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    border-right: 1px dashed #666;
    padding: 10px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-results_listSortAccordionOpenHeadingWrap {
    width: 13.6%;
  }
}

.p-results_listSortAccordionOpenHeading {
  font-size: 1.4rem;
}

.p-results_listSortAccordionOpenForm {
  padding: 4vmin 4.3%;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenForm {
    padding: 30px;
    width: 78%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-results_listSortAccordionOpenForm {
    width: 86.4%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.p-results_listSortAccordionOpenFormInner {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-results_listSortAccordionOpenFormInner {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenFormInner {
    width: 100%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-results_listSortAccordionOpenFormInner {
    width: 84%;
    max-width: 936px;
    margin-right: 1.8%;
  }
}

.p-results_listSortAccordionOpenFormSelect {
  width: 49.2%;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenFormSelect {
    width: 20.4%;
    max-width: 190px;
  }
}

.p-results_listSortAccordionOpenFormSelect:not(:nth-child(2n)) {
  margin-right: 1.6%;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenFormSelect:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.p-results_listSortAccordionOpenFormSelect:not(:last-of-type) {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortAccordionOpenFormSelect:not(:last-of-type) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.p-results_listSortAccordionOpenFormSelect-order {
  width: 110px;
}

.p-results_listSortBtnWrap {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortBtnWrap {
    width: 14.2%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-results_listSortBtnWrap {
    margin-top: 0;
    max-width: 140px;
  }
}

.p-results_listSortBtn {
  background-color: #000;
  color: #fff;
  padding: 10px 10px 12px;
  width: 200px;
  height: 54px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortBtn {
    width: 120px;
    font-size: 1.2rem;
    height: 46px;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-results_listSortBtn {
    width: 140px;
  }
}

.p-results_listSortBtn:hover {
  opacity: 0.7;
}

.p-results_listSortNumber {
  margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortNumber {
    margin-right: 30px;
  }
}

.p-results_listSortNumberInner {
  display: flex;
  align-items: center;
}

.p-results_listSortNumberText {
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortNumberText {
    margin-right: 8px;
  }
}

.p-results_listSortNumberSelect {
  width: 80px;
}

.p-results_listSortDisplay {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .p-results_listSortDisplayLink {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-results_listSortDisplayLink::before {
    background-color: transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortDisplayLink::before {
    background-color: #F3F3F3;
    top: 0;
    right: 0;
  }
}

.p-results_listSortDisplayLink:not(:last-of-type) {
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listSortDisplayLink:not(:last-of-type) {
    margin-right: 10px;
  }
}

.p-results_listSortDisplayBtn {
  width: 22px;
  height: 22px;
}
.p-results_listSortDisplayBtn:last-child {
  margin-left: 15px;
}

.p-results_listWork {
  position: relative;
}

.p-results_listWorkThumbnailWrap {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkThumbnailWrap {
    margin-bottom: 90px;
  }
}

.p-results_listWorkThumbnail {
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkThumbnail {
    margin: 0 -1.0666666%;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-results_listWorkThumbnail {
    margin: 0 -0.875%;
  }
}

.p-results_listWorkThumbnailImg {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
}
.p-results_listWorkThumbnailImg img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.p-results_listWorkThumbnailImg img.lazyload {
  opacity: 0;
}
.p-results_listWorkThumbnailImg img.lazyload:not([src=""]) {
  opacity: 1;
}
.p-results_listWorkThumbnailImg a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.p-results_listWorkThumbnailImg a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 3px solid #8C1A10;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
.p-results_listWorkThumbnailImg a:hover:after {
  opacity: 1;
}

#infinite-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
#infinite-loading .loading-spinner {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 14px;
  color: #666;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#infinite-loading .loading-spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 12px;
  flex-shrink: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-results_listWorkThumbnailImg.is-invisible {
    display: none;
    transform: none !important;
  }
}
.p-results_listWorkCaption {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaption {
    margin-bottom: 120px;
  }
}

.p-results_listWorkCaptionItem {
  width: 47.8%;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionItem {
    width: 19%;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-results_listWorkCaptionItem {
    width: 18.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-results_listWorkCaptionItem.is-invisible {
    display: none;
  }
}
.p-results_listWorkCaptionItem:not(:nth-of-type(2n)) {
  margin-right: 4.4%;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(5n)) {
    margin-right: 1%;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1920px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(5n)) {
    margin-right: 1.875%;
  }
}

.p-results_listWorkCaptionItem:not(:nth-of-type(-n+2)) {
  margin-top: 6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(-n+5)) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(-n+5)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1920px) {
  .p-results_listWorkCaptionItem:not(:nth-of-type(-n+5)) {
    margin-top: 50px;
  }
}

.p-results_listWorkCaptionImg {
  margin-bottom: 2vmin;
  transition: all 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionImg {
    margin-bottom: 12px;
  }
}
.p-results_listWorkCaptionImg img {
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-results_listWorkCaptionHeadingWrap {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionHeadingWrap {
    margin-bottom: 7px;
  }
}

.p-results_listWorkCaptionHeading {
  color: #000;
  font-size: 1.6rem;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionHeading {
    font-size: 1.8rem;
  }
}

.p-results_listWorkCaptionText {
  color: #000;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionText {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-results_listWorkCaptionText:not(:last-of-type) {
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-results_listWorkCaptionText:not(:last-of-type) {
    margin-bottom: 1px;
  }
}

.p-results_listWorkCaptionLink:hover .p-results_listWorkCaptionHeading,
.p-results_listWorkCaptionLink:hover .p-results_listWorkCaptionText {
  transition: all 0.3s;
  text-decoration-color: transparent;
}
.p-results_listWorkCaptionLink:hover .p-results_listWorkCaptionImg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #000;
}
.p-results_listWorkCaptionLink:hover .p-results_listWorkCaptionImg img {
  transform: scale(1.02);
}

/* ローディングインジケーター */
.more-item {
  display: none;
}

.p-results_listFoot {
  display: none;
  margin-bottom: 8vmin;
  padding-top: 8vmin;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-results_listFoot {
    display: block;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.p-results_listThumbnailFoot {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-results_listThumbnailFoot {
    display: block;
  }
}

.p-results_listFootPager {
  display: none; /* 初期状態で非表示 */
}

.p-results_listFootPagerArw {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-results_listFootPagerArw {
    font-size: 1.6rem;
  }
}

.p-results_listFootPagerItem {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-results_listFootPagerItem {
    font-size: 2.6rem;
  }
}

.p-results_listFootPagerItem:not(:last-child) {
  margin-right: 25px; /* 同じ数字 */
}
@media print, screen and (min-width: 768px) {
  .p-results_listFootPagerItem:not(:last-child) {
    margin-right: 30px; /* 同じ数字 */
  }
}

.p-results_listFootPagerItem.is-current + .p-results_listFootPagerItem + .p-results_listFootPagerItem:not(:last-child):not(:nth-last-child(2))::after {
  margin-left: 25px; /* 同じ数字 */
}
@media print, screen and (min-width: 768px) {
  .p-results_listFootPagerItem.is-current + .p-results_listFootPagerItem + .p-results_listFootPagerItem:not(:last-child):not(:nth-last-child(2))::after {
    margin-left: 30px; /* 同じ数字 */
  }
}

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

.p-results_search {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-results_search {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-results_search {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsBtnWrap {
    margin-top: 40px;
  }
}

.p-results_searchContentsMain {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 6vmin;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMain {
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}

.p-results_searchContentsMainInner {
  padding: 5vmin 4.3%;
}
@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMainInner {
    display: flex;
    padding: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMainItem {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 30px 40px; /* 30px同じ数字 */
  }
}

.p-results_searchContentsMainItem:not(:last-of-type) {
  border-bottom: 1px dashed #666;
  margin-bottom: 5vmin;
  padding-bottom: 5vmin;
}
@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMainItem:not(:last-of-type) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 30px; /* 30px同じ数字 */
    border-right: 1px dashed #666;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMainItemHeading {
    width: 18.8%;
  }
}

@media print, screen and (min-width: 1366px) {
  .p-results_searchContentsMainItemHeadingText {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-results_searchContentsMainDetail {
    width: 81.2%;
  }
}

.p-detail_copyMsg {
  display: block;
  opacity: 0;
  position: absolute;
  top: -34px;
  right: 10px;
  color: #fff;
  background: #8C1A10;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  pointer-events: none;
  transition: opacity 0.4s;
}
.p-detail_copyMsg.is-active {
  opacity: 1;
}
.p-detail_copyMsg::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #8C1A10;
}

.p-detail_searchBtnModalWrap-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-detail_searchBtnModalWrap-pc {
    display: block;
  }
}
.p-detail_searchBtnModalWrap-sp {
  margin-top: 6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_searchBtnModalWrap-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_searchBtnModal {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 46vmin;
    margin-right: auto;
    margin-left: auto;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_searchBtnModal {
    top: 20px;
    right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-detail_searchModalTableHead .p-detail_searchModalTableTh {
    width: 23%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_searchModalTableHead .p-detail_searchModalTableTd {
    width: 75%;
  }
}

.p-detail_sec {
  padding-top: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_sec {
    display: flex;
    padding-top: 60px;
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .p-detail_sec {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_secImgArea {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-detail_secImgArea {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgArea {
    width: 44.9%;
    margin-right: 3.8%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnWrap {
    margin-top: 30px;
  }
}
.p-detail_secImgBtnWrap-sp {
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnWrap-sp {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnWrap-sp {
    display: none;
  }
}
.p-detail_secImgBtnWrap-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnWrap-pc {
    display: block;
  }
}

.p-detail_secImg {
  text-align: center;
}
.p-detail_secImg img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImg img {
    max-height: 680px;
  }
}

.p-detail_secImgBtnHeadArea {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnHeadArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-detail_secImgBtnHead {
  width: 48.75%;
  max-width: 240px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnHead:has(.p-detail_secImgBtnHeadArw) {
    padding-right: 25px;
  }
}

.p-detail_secImgBtnHead:not(:nth-of-type(2n)) {
  margin-right: 2.5%;
}

.p-detail_secImgBtnHeadArw {
  right: 15px;
}
.p-detail_secImgBtnHeadArw svg {
  fill: #000;
}

.p-detail_secImgBtnHead:hover {
  background: #000;
}
.p-detail_secImgBtnHead:hover .c-btn_style01Text {
  color: #fff;
}
.p-detail_secImgBtnHead:hover .p-detail_secImgBtnHeadArw svg {
  fill: #fff;
}

.p-detail_secImgBtnHeadText {
  font-size: min(1.2vw, 1.4rem);
}

.p-detail_secImgBtnDlArw svg {
  width: 14px;
  height: 14px;
}

.p-detail_secImgBtnOpenArw {
  width: 17px;
  height: 17px;
}
.p-detail_secImgBtnOpenArw svg {
  width: 17px;
  height: 17px;
}

.p-detail_secImgBtnFootArea {
  background-color: #F3F3F3;
  margin-top: 8vmin;
  padding: 4.5vmin 4.3%;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootArea {
    margin-top: 30px;
    padding: min(5%, 30px);
  }
}

.p-detail_secImgBtnFootListHeading {
  font-weight: 600;
  margin-bottom: 6px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 481px) {
  .p-detail_secImgBtnFootListHeading {
    width: 16.4%;
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-detail_secImgBtnFootListHeading {
    width: 13.4%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListItem-btnArea .p-detail_secImgBtnFootListHeading {
    width: 24%;
    max-width: 125px;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListItem {
    display: flex;
    align-items: center;
  }
}

.p-detail_secImgBtnFootListItem:not(:last-of-type) {
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListItem:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.p-detail_secImgBtnFootListForm {
  position: relative;
}
@media print, screen and (min-width: 481px) {
  .p-detail_secImgBtnFootListForm {
    width: 81.6%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-detail_secImgBtnFootListForm {
    width: 84.6%;
  }
}
.p-detail_secImgBtnFootListForm.is-active .p-detail_secImgBtnFootListFormInput {
  border: 1px solid #8C1A10 !important;
}

.p-detail_secImgBtnFootListFormInput {
  border: 1px solid #CECECE;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 10px 48px 10px 10px;
  font-size: 1.4rem;
  color: #888;
}
.p-detail_secImgBtnFootListFormButton {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #666;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-detail_secImgBtnFootListFormButton::before {
  background-color: #F3F3F3;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListFormButton {
    width: 35px;
    height: 35px;
  }
}

.p-detail_secImgBtnFootListFormButtonIcon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}
.p-detail_secImgBtnFootListFormButtonIcon svg {
  width: 18px;
  height: 18px;
}

.p-detail_secImgBtnFootListHeading:has(.p-detail_secImgBtnFootListHeadingLogo) {
  display: flex;
  align-items: center;
}
.p-detail_secImgBtnFootListHeading:has(.p-detail_secImgBtnFootListHeadingLogo) .p-detail_secImgBtnFootListHeadingLogo {
  margin-left: 3px;
  width: 20px;
  display: block;
}

.p-detail_secImgBtnFootListBtnWrap {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListBtnWrap {
    width: 76%;
  }
}

.p-detail_secImgBtnFootListBtn {
  background-color: #fff;
  width: 32%;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListBtn {
    max-width: 115px;
    padding: 10px 20px 11px;
  }
}
.p-detail_secImgBtnFootListBtn::before {
  background-color: #F3F3F3;
}

.p-detail_secImgBtnFootListBtn:not(:last-of-type) {
  margin-right: 2%;
}
@media print, screen and (min-width: 1024px) {
  .p-detail_secImgBtnFootListBtn:not(:last-of-type) {
    margin-right: 5px;
  }
}

.p-detail_secImgBtnFootListBtnText {
  font-weight: 400;
  font-size: 1.3rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secImgBtnFootListBtnText {
    font-size: 1.4rem;
  }
}

.p-detail_secImgBtnFootListBtn:hover .p-detail_secImgBtnFootListBtnText {
  color: #000;
}

.p-detail_secImgBtnFootListBtnTextSize {
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 481px) {
  .p-detail_secImgBtnFootListBtnTextSize {
    margin-left: 0;
    display: block;
    margin-top: -2px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-detail_secImgBtnFootListBtnTextSize {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 5px;
  }
}

.p-detail_secImgBtnShare {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-detail_secImgBtnShareLink {
  transition: all 0.3s;
}

.p-detail_secImgBtnShareLink:hover {
  opacity: 0.7;
}

.p-detail_secImgBtnShareItem {
  width: 30px;
}

.p-detail_secImgBtnShareItem:not(:last-of-type) {
  margin-right: 25px;
}

.p-detail_secInfo {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfo {
    width: 51.3%;
  }
}

.p-detail_secInfoInner {
  padding-top: 6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoInner {
    padding-top: 5px;
  }
}
.p-detail_secInfoInner a {
  text-underline-offset: 2px;
}

.p-detail_secInfoContentsOpen {
  margin-top: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoContentsOpen {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_secInfoContentsOpenInner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-detail_secInfoContentsOpenInner {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

.p-detail_secInfoTtlWrap {
  margin-bottom: 3vmin;
}
@media screen and (max-width: 767px) {
  .p-detail_secInfoTtlWrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-detail_secInfoTtlWrap {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoTtlWrap {
    margin-bottom: 10px;
  }
}

.p-detail_secInfoTtl {
  color: #000;
  font-size: 2.2rem;
  display: block;
  line-height: 2.2;
}
.p-detail_secInfoTtl rt {
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoTtl {
    display: inline-block;
    font-size: min(3vw, 3.2rem);
    line-height: 1.8;
  }
}
.p-detail_secInfoTtl a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: 4px;
}
.p-detail_secInfoTtl a:hover {
  text-decoration-color: transparent;
}

.p-detail_secInfoTtl:not(:last-of-type) {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoTtl:not(:last-of-type) {
    margin-right: 15px;
  }
}

.p-detail_secInfoContents:not(:last-of-type) {
  margin-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoContents:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_secInfoContents:not(:last-of-type):has(.p-detail_secInfoHeading.is-active) {
    margin-bottom: 2vmin;
  }
}

.p-detail_secInfoHeading {
  border-top: 2px solid #000;
  padding-top: 3vmin; /* 同じ数字 */
  padding-bottom: 3vmin; /* 同じ数字 */
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoHeading {
    cursor: auto;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}

.p-detail_secInfoHeadingIcon {
  width: 3vmin;
  height: 3vmin;
}
.p-detail_secInfoHeadingIcon::before {
  width: 1.5px;
}
.p-detail_secInfoHeadingIcon::after {
  height: 1.5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoHeadingIcon {
    display: none;
  }
}

.p-detail_secInfoHeadingText {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail_secInfoHeadingText {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-detail_secInfoHeadingText {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoHeadingText {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_secInfoOpenInner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-detail_secInfoOpenInner {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-detail_secInfoList {
    margin-top: 2.5vmin;
  }
}

.p-detail_secInfoListItem {
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px dashed #666;
  padding-bottom: 2.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem {
    padding-bottom: 12px;
  }
}

.p-detail_secInfoListItem:first-child {
  border-top: 1px dashed #666;
  padding-top: 2.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:first-child {
    padding-top: 12px;
  }
}

.p-detail_secInfoListItem:not(:last-of-type) {
  margin-bottom: 2.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

.p-detail_secInfoListHeading,
.p-detail_secInfoListDetailText {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListHeading,
  .p-detail_secInfoListDetailText {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-detail_secInfoListDetailHeading {
  color: #8C1A10; /* 見出し部分を赤色に設定 */
  font-weight: 400; /* 太字にしてさらに強調 */
}
.p-detail_secInfoListDetailHeading.has_space {
  min-width: 65px;
  display: inline-block;
}

.p-detail_secInfoListHeading {
  width: 20.8%;
  margin-right: 3.1%;
  color: #8C1A10;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListHeading {
    width: 90px;
  }
}

.p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListHeading {
  padding-top: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListHeading {
    padding-top: 5px;
  }
}

.p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListHeading {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListHeading {
    padding-top: 0;
  }
}

.p-detail_secInfoListHeadingSub {
  font-size: 1.1rem;
}

.p-detail_secInfoListDetail {
  width: 76.1%;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetail {
    width: calc(100% - (90px + 3.1%));
  }
}

.p-detail_secInfoListDetail:has(.p-detail_secInfoListDetailBtnWrap) {
  padding-top: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetail:has(.p-detail_secInfoListDetailBtnWrap) {
    padding-top: 5px;
  }
}

.p-detail_secInfoListDetail:not(:has(.p-detail_secInfoListDetailText)) {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetail:not(:has(.p-detail_secInfoListDetailText)) {
    padding-top: 0;
  }
}

.p-detail_secInfoListDetailText {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.06em;
}
.p-detail_secInfoListDetailText a {
  color: #000;
  transition: all 0.3s;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
}
.p-detail_secInfoListDetailText a:hover {
  text-decoration-color: transparent;
}

.p-detail_secInfoListDetailBtnWrap {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetailBtnWrap {
    margin-top: -4px;
  }
}

.p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListHeading {
  padding-top: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListHeading {
    padding-top: 6px;
    margin-bottom: -4px;
  }
}
.p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListDetail:not(:has(.is-multi-line)) {
  padding-top: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:has(.p-detail_secInfoListDetailBtnWrap) .p-detail_secInfoListDetail:not(:has(.is-multi-line)) {
    padding-top: 6px;
    margin-bottom: -4px;
  }
}

.p-detail_secInfoListDetailText + .p-detail_secInfoListDetailBtnWrap {
  margin-left: 5px;
}

.p-detail_secInfoListDetail.is-multi-line .p-detail_secInfoListDetailBtnWrap {
  margin-left: 0;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetail.is-multi-line .p-detail_secInfoListDetailBtnWrap {
    margin-top: 4px;
    margin-bottom: 5px;
  }
}

.p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListHeading {
  padding-top: 0;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListHeading {
    margin-top: 7px;
  }
}
.p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListDetailBtnWrap {
  margin-top: -2px;
  margin-bottom: 1px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListItem:not(:has(.p-detail_secInfoListDetailText)) .p-detail_secInfoListDetailBtnWrap {
    margin-top: -4px;
    margin-bottom: 3px;
  }
}

.p-detail_secInfoListDetailBtn {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 18px 6px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoListDetailBtn {
    padding: 5px 18px 6px;
  }
}
.p-detail_secInfoListDetailBtn-search {
  background-color: #8C1A10;
  border: 1px solid #8C1A10;
}
.p-detail_secInfoListDetailBtn-search::before {
  background-color: #fff;
}
.p-detail_secInfoListDetailBtn-search .p-detail_secInfoListDetailBtnText {
  color: #fff;
}
.p-detail_secInfoListDetailBtn-anotherLink {
  background-color: #fff;
}
.p-detail_secInfoListDetailBtn-anotherLink .p-detail_secInfoListDetailBtnText {
  color: #000;
}
.p-detail_secInfoListDetailBtn:hover {
  background: #000;
}

.p-detail_secInfoListDetailBtn:has(.p-detail_secInfoListDetailBtnArw) {
  padding-right: 27px;
}
.p-detail_secInfoListDetailBtn:has(.p-detail_secInfoListDetailBtnArw):hover {
  color: #fff !important;
  opacity: 0.7;
}
.p-detail_secInfoListDetailBtn:has(.p-detail_secInfoListDetailBtnArw):hover p {
  color: #fff !important;
}
.p-detail_secInfoListDetailBtn:has(.p-detail_secInfoListDetailBtnArw):hover svg {
  fill: #fff !important;
}

.p-detail_secInfoListDetailBtnText {
  position: relative;
  top: 1px;
}

.p-detail_secInfoListDetailBtn:not(:last-of-type) {
  margin-right: 5px;
}

.p-detail_secInfoListDetailBtnArw {
  display: block;
  margin-left: 5px;
}
.p-detail_secInfoListDetailBtnArw-search svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  fill: #fff;
}
.p-detail_secInfoListDetailBtnArw-anotherLink svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  fill: #000;
}

.p-detail_secInfoListDetailBtn-search:hover .p-detail_secInfoListDetailBtnText {
  color: #8C1A10;
}
.p-detail_secInfoListDetailBtn-search:hover .p-detail_secInfoListDetailBtnArw-search svg {
  fill: #8C1A10 !important;
}

.p-detail_secInfoListDetailBtn:hover .p-detail_secInfoListDetailBtnArw svg {
  fill: #fff;
}

.p-detail_secInfoNote,
.p-detail_secInfoNote-sub {
  font-size: 1.1rem;
  margin-top: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_secInfoNote,
  .p-detail_secInfoNote-sub {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-detail_secInfoNote a,
.p-detail_secInfoNote-sub a {
  color: #000;
  text-decoration: underline;
}

.p-detail_pager {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding-top: 3vmin;
  padding-bottom: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-detail_pager {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: center;
  }
}

.p-detail_pagerArw {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #000;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-detail_pagerArw {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.p-detail_pagerArw-prev {
  right: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_pagerArw-prev {
    right: 30px;
  }
}
.p-detail_pagerArw-next {
  left: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-detail_pagerArw-next {
    left: 30px;
  }
}

.p-detail_pagerBtnWrap {
  width: 40%;
  text-align: center;
}
.p-detail_pagerBtn {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-detail_pagerBtn {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-detail_pagerBtnIcon {
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail_pagerBtnIcon svg {
    width: 10px;
    height: 10px;
  }
}

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

.js-more-btn span {
  margin-top: 0;
  display: inline-block;
  background: #efefef;
  color: #333;
  padding: 1px 16px;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 12px;
}

.p-detail_secInfoListDetailText .desc-rest {
  display: none;
}
.p-detail_secInfoListDetailText.is-active .desc-rest {
  display: inline;
}
.p-detail_secInfoListDetailText.is-active .js-more-btn {
  display: none;
}
.p-detail_secInfoListDetailText .js-more-btn {
  cursor: pointer;
  display: inline-block;
}

.p-detail_image_page_included {
  display: flex;
}
.p-detail_image_page_included a {
  border: 1px solid #fff;
  transition: all 0.2s 0s ease;
}
.p-detail_image_page_included a:hover {
  opacity: 0.7;
  border: 1px solid #8C1A10;
}
.p-detail_image_page_included a:not(:last-child) {
  margin-right: 10px;
}

.p-btn_follow {
  width: 100%;
}

.p-btn_followBtn {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 20vmin;
  max-width: 110px;
  height: 20vmin;
  max-height: 110px;
  border-radius: 100px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-btn_followBtn {
    width: 85px;
    height: 85px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-btn_followBtn:not(:last-of-type):not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.p-btn_followBtn-filter,
.p-btn_followBtn-newSearch {
  border: 1px solid #fff;
}

.p-btn_followBtnInner {
  width: 100%;
  margin-top: -1px;
}

.p-btn_followBtnText {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 481px) {
  .p-btn_followBtnText {
    font-size: 1.2rem;
  }
}

.p-btn_followBtnIcon {
  width: 23%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-btn_followBtnIcon {
    width: 25.8%;
  }
}

.p-btn_followBtnIcon-filter svg,
.p-btn_followBtnIcon-newSearch svg {
  transition: all 0.3s;
  width: 5vmin;
  height: 5vmin;
  fill: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-btn_followBtnIcon-filter svg,
  .p-btn_followBtnIcon-newSearch svg {
    width: 21px;
    height: 21px;
  }
}

.p-btn_followBtn-filter {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-btn_followBtn-filter::before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-btn_followBtn-filter {
    position: absolute;
    bottom: 4vmin; /* 同じ数字 */
    right: 4%; /* 同じ数字 */
  }
}

.p-btn_followBtn-filter:hover {
  border: 1px solid #000;
}
.p-btn_followBtn-filter:hover .p-btn_followBtnIcon-filter svg {
  fill: #000;
}
.p-btn_followBtn-filter:hover .p-btn_followBtnText-filter {
  color: #fff;
}

.p-btn_followBtn-newSearch {
  background-color: rgba(140, 26, 16, 0.9);
}
.p-btn_followBtn-newSearch::before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-btn_followBtn-newSearch {
    position: absolute;
    bottom: 4vmin; /* 同じ数字 */
    left: 4%; /* 同じ数字 */
  }
}

.p-btn_followBtn-newSearch:hover {
  border: 1px solid #8C1A10;
}
.p-btn_followBtn-newSearch:hover .p-btn_followBtnIcon-newSearch svg {
  fill: #8C1A10;
}
.p-btn_followBtn-newSearch:hover .p-btn_followBtnText-newSearch {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #detail .p-btn_followBtn-newSearch {
    bottom: 13vmin;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  #detail .p-btn_followBtn-newSearch {
    display: none;
  }
}

.p-btn_followArw {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  width: 20vmin;
  max-width: 120px;
  height: 14vmin;
  max-height: 70px;
  border-radius: 100px;
  bottom: 16.5vmin;
  border: 1px solid #fff;
}
.p-btn_followArw svg {
  position: absolute;
  width: 25%;
  max-width: 16px;
  height: 25%;
  max-height: 16px;
  fill: #fff;
}
.p-btn_followArw-prev {
  left: -11%;
}
@media print, screen and (min-width: 481px) {
  .p-btn_followArw-prev {
    left: -70px;
  }
}
.p-btn_followArw-prev svg {
  right: 16%;
}
@media print, screen and (min-width: 481px) {
  .p-btn_followArw-prev svg {
    right: 18px;
  }
}
.p-btn_followArw-next {
  right: -11%;
}
@media print, screen and (min-width: 481px) {
  .p-btn_followArw-next {
    right: -70px;
  }
}
.p-btn_followArw-next svg {
  left: 16%;
}
@media print, screen and (min-width: 481px) {
  .p-btn_followArw-next svg {
    left: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  #detail .p-btn_followArw {
    display: none;
  }
}

.p-btn_followBtn-pageTop {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-btn_followBtn-pageTop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13vmin;
    justify-content: flex-start;
    width: 22.6vmin;
    max-width: 150px;
    height: 22.6vmin;
    max-height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn_followBtn-pageTop {
    overflow: hidden;
    transition: background-color 0.3s ease;
  }
}

.p-btn_followBtnIcon-pageTop {
  width: 10.5%;
  margin-right: auto;
  margin-left: auto;
  height: 3.36vmin;
}
@media screen and (max-width: 767px) {
  .p-btn_followBtnIcon-pageTop {
    margin-top: 4vmin;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn_followBtnIcon-pageTop {
    height: 1.6vmin;
    width: 11.7%;
    margin-bottom: 6px;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
}

.p-btn_followBtnText-pageTop {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-btn_followBtnText-pageTop {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .p-btn_followBtn-pageTop:hover .p-btn_followBtnIcon-pageTop {
    animation: moveArrowUp 0.8s ease-in-out infinite; /* アニメーションを追加 */
  }
  @keyframes moveArrowUp {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(-300%);
      opacity: 0;
    }
  }
}/*# sourceMappingURL=style.css.map */