<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(&gt; input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --orange: #FF7C2B;
  --white: #ffffff;
  --black: #313131;
  --lightgray: #F4F2F2;
  --gray: #CCCCCC;
  --darkgray: #A0A0A0;
  --lightbeigepink: #F5EDE9;
}

.icon {
  display: inline-block;
  position: relative;
}

.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.cate1 {
  width: 20px;
  height: 25px;
}

.cate1::before {
  background-image: url(/images/common/icon_ctegory_1.svg);
}

.cate2 {
  width: 16px;
  height: 25px;
}

.cate2::before {
  background-image: url(/images/common/icon_ctegory_2.svg);
}

.cate3 {
  width: 32px;
  height: 25px;
}

.cate3::before {
  background-image: url(/images/common/icon_ctegory_3.svg);
}

.cate4 {
  width: 30px;
  height: 25px;
}

.cate4::before {
  background-image: url(/images/common/icon_ctegory_4.svg);
}

.cate5 {
  width: 26px;
  height: 25px;
}

.cate5::before {
  background-image: url(/images/common/icon_ctegory_5.svg);
}

.navIcon {
  display: none;
}

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

.iconScorp {
  width: 20px;
  height: 20px;
}

.iconScorp::before {
  background-image: url(/images/common/icon_scorp.svg);
}

.iconPicker {
  width: 16px;
  height: 24px;
}

.iconPicker::before {
  background-image: url(/images/common/icon_picker.svg);
}

.iconGenre {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--white);
  font-weight: 700;
  background-color: var(--orange);
  border-radius: 12px;
}

.iconUp,
.iconDown {
  display: block;
  width: 7px;
  height: 4px;
  position: relative;
}

.iconUp::before,
.iconDown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.iconUp::before {
  border-style: solid;
  border-color: transparent transparent #313131 transparent;
  border-width: 0px 3.5px 4px 3.5px;
}

.iconDown::before {
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 4px 3.5px 0px 3.5px;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

input[type="text"] {
  background-color: var(--white);
}

button {
  background-color: var(--white);
}

.hidden {
  display: none !important;
}

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

.isPC {
  display: none;
}

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

.wrap {
  overflow: clip;
}

.contents {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px;
}

.pageTitle {
  font-size: 25px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pageTitle {
    font-size: 50px;
  }
}

.sectionTitle {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 24px;
  }
}

.viewAllButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 200px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--white);
  border: 1px solid #707070;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .viewAllButton {
    width: 260px;
    height: 75px;
    font-size: 18px;
    border-radius: 38px;
  }
}

.viewAllButton:hover {
  color: var(--white);
  background-color: var(--orange);
}

.cardWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .cardWrap {
    gap: 60px 20px;
    margin-top: 90px;
  }
}

.cardWrap .card {
  flex: none;
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .cardWrap .card {
    width: calc(25% - 15px);
  }
}

.cardWrap .card .thumb {
  width: 100%;
}

.cardWrap .card .thumb picture {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.cardWrap .card .thumb img {
  width: 100%;
}

.cardWrap .card h3 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .cardWrap .card h3 {
    margin-top: 15px;
    line-height: 1.5;
  }
}

.cardWrap .card .tagWrap {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .cardWrap .card .tagWrap {
    margin-top: 14px;
  }
}

.cardWrap .card .tagWrap .ttl {
  display: inline-block;
  width: 40px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cardWrap .card .tagWrap .ttl {
    width: 40px;
    font-size: 13px;
  }
}

.cardWrap .card .tagWrap .tags {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
}

.cardWrap .card .tagWrap .tag {
  line-height: 1;
}

.cardWrap .card .tagWrap a {
  color: #656565;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .cardWrap .card .tagWrap a {
    font-size: 13px;
  }
}

.cardWrap.column-1 {
  gap: 0;
}

.cardWrap.column-1 .card {
  width: 100%;
}

.cardWrap.column-2 {
  gap: 25px 40px;
}

.cardWrap.column-2 .card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cardWrap.column-2 .card {
    width: calc(50% - 20px);
  }
}

.cardWrap.column-3 {
  gap: 40px;
}

.cardWrap.column-3 .card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cardWrap.column-3 .card {
    width: calc(33% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .cardWrap.column-sp-1 {
    gap: 25px;
  }

  .cardWrap.column-sp-1 .card {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cardWrap.column-sp-2-pc-3 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cardWrap.column-sp-2-pc-3 .card {
    width: calc(33% - 10px);
  }
}

.cardWrap.inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .cardWrap.inline {
    gap: 40px;
    overflow-x: inherit;
  }
}

.cardWrap.inline .card {
  display: inline-block;
  width: 260px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .cardWrap.inline .card {
    margin: 0;
    width: calc(33.33% - 28px);
  }
}

.cardWrap.inline .card .tagWrap {
  margin-top: 14px;
  font-size: 13px;
}

.cardWrap.inline .card .tagWrap a {
  font-size: 13px;
}

.tagCardWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .tagCardWrap {
    gap: 30px;
  }
}

.tagCardWrap .tagCard {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .thumb {
    width: 300px;
  }
}

@media screen and (min-width: 900px) {
  .tagCardWrap .tagCard .thumb {
    width: 408px;
  }
}

.tagCardWrap .tagCard .thumb picture {
  display: block;
  width: 100%;
}

.tagCardWrap .tagCard .thumb img {
  width: 100%;
}

.tagCardWrap .tagCard .cardContainer {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .cardContainer {
    padding: 30px 40px 20px;
    width: calc(100% - 300px);
    position: relative;
  }
}

@media screen and (min-width: 900px) {
  .tagCardWrap .tagCard .cardContainer {
    width: calc(100% - 408px);
  }
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .contentWrapper {
    padding-right: 50px;
  }
}

.tagCardWrap .tagCard .contentWrapper .shopName {
  font-size: 16px;
  font-weight: 700;
  text-wrap: inherit;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .contentWrapper .shopName {
    font-size: 18px;
  }
}

.tagCardWrap .tagCard .contentWrapper .shopInfo {
  display: none;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .contentWrapper .shopInfo {
    display: block;
    margin-top: 13px;
  }
}

.tagCardWrap .tagCard .contentWrapper .shopInfo .address {
  font-size: 14px;
}

.tagCardWrap .tagCard .contentWrapper .shopInfo .telephone {
  font-size: 14px;
}

.tagCardWrap .tagCard .contentWrapper .curatorInfo {
  display: none;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .contentWrapper .curatorInfo {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

.tagCardWrap .tagCard .contentWrapper .curatorInfo .curatorRole {
  color: var(--orange);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
}

.tagCardWrap .tagCard .contentWrapper .curatorInfo .curatorName {
  border-top: 1px solid #EAE7E7;
  font-size: 15px;
}

.tagCardWrap .tagCard .tagSection {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .tagSection {
    margin-top: 15px;
  }
}

.tagCardWrap .tagCard .tagSection .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tagCardWrap .tagCard .tagSection a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  height: 24px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  border-radius: 13px;
  background-color: var(--orange);
}

@media screen and (min-width: 768px) {
  .tagCardWrap .tagCard .tagSection a {
    padding: 0 10px;
    font-size: 14px;
  }
}

.tagCardWrap .tagCard .textarea {
  margin-top: 16px;
}

.paginationWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .paginationWrapper {
    margin-top: 80px;
  }
}

.paginationWrapper .linkToTop:hover {
  color: var(--orange);
}

.paginationWrapper .linkToBottom:hover {
  color: var(--orange);
}

.paginationWrapper .pageNumbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .paginationWrapper .pageNumbers {
    gap: 10px;
    margin: 0 40px;
  }
}

.paginationWrapper .pageNumbers li:not(.arrows) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Outfit", sans-serif;
  border: 1px solid #EAE7E7;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .paginationWrapper .pageNumbers li:not(.arrows) a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.paginationWrapper .pageNumbers li.ellipsis a {
  padding: 0 5px;
}

.paginationWrapper .pageNumbers li.selected a {
  color: var(--white);
  background-color: var(--orange);
}

.paginationWrapper .pageNumbers li a {
  background-color: var(--white);
}

.paginationWrapper .pageNumbers li.pageLink a:hover {
  background-color: #EFEFEF;
  border: 1px solid #EAE7E7;
}

@media screen and (max-width: 768px) {

  .paginationWrapper .pageNumbers a:nth-of-type(3),
  .paginationWrapper .pageNumbers a:nth-of-type(4),
  .paginationWrapper .pageNumbers a:nth-of-type(5),
  .paginationWrapper .pageNumbers a:nth-of-type(6) {
    display: none;
  }
}

.filterWrap {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .filterWrap {
    gap: 20px;
    margin-top: 34px;
  }
}

.filterWrap h3 {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .filterWrap h3 {
    font-size: 24px;
  }
}

.filterButton {
  padding: 6px 23px 6px 6px;
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--white);
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  position: relative;
}

.filterButton:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 4px 3.5px 0px 3.5px;
}

@media screen and (min-width: 768px) {
  .filterButton:before {
    border-color: var(--black) transparent transparent transparent;
  }
}

@media screen and (min-width: 768px) {
  .filterButton:hover {
    color: var(--white);
    background-color: var(--orange);
    border: 1px solid var(--orange);
  }
}

@media screen and (min-width: 768px) {
  .filterButton:hover:before {
    border-color: var(--white) transparent transparent transparent;
  }
}

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 70px 20px 20px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modalWrapper.visible {
  display: block;
  opacity: 1;
}

.modalWrapper .modalBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modalWrapper .modalMain {
  margin: 0 auto;
  padding: 26px 15px 0;
  width: 100%;
  max-width: 950px;
  max-height: 100%;
  background-color: var(--white);
  box-shadow: 0 0 16px;
  border-top: 6px solid var(--orange);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .modalWrapper .modalMain {
    padding: 36px 60px 0;
  }
}

.modalWrapper .modalMain.overflow {
  height: 100%;
}

.modalWrapper .modalCloseButton {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modalWrapper .modalCloseButton::before,
.modalWrapper .modalCloseButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #707070;
}

.modalWrapper .modalCloseButton::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalWrapper .modalCloseButton::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalWrapper .modalCloseButton.circle {
  width: 26px;
  height: 26px;
  background-color: #EAE7E7;
  border-radius: 50%;
  top: 21px;
  right: 10px;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .modalWrapper .modalCloseButton.circle {
    width: 36px;
    height: 36px;
    background-color: var(--white);
    top: 24px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .modalWrapper .modalCloseButton.circle:hover {
    background-color: #EAE7E7;
  }
}

.modalWrapper .modalBody {
  height: 100%;
}

.modalWrapper .modalHeading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modalWrapper .modalHeading {
    font-size: 24px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .modalWrapper .modalHeading::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    border-top: 1px solid #EAE7E7;
    position: absolute;
    left: -15px;
    bottom: -20px;
  }
}

.modalWrapper .filterListWrap {
  height: calc(100% - 50px);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterListWrap {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterList {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding-bottom: 30px;
  }
}

.modalWrapper .filterItem {
  border-top: 1px solid #EAE7E7;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterItem {
    width: calc(20% - 12px);
    border: 0;
  }
}

.modalWrapper .filterItem:last-child {
  border-bottom: 1px solid #EAE7E7;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterItem:last-child {
    border: 0;
  }
}

.modalWrapper .filterLink {
  display: block;
  padding: 9px 0;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 68px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
  }
}

.modalWrapper .filterLink:hover {
  color: var(--white);
  background-color: var(--orange);
  border: 1px solid var(--orange);
}

.modalWrapper .filterButtonsSection.overflow {
  position: relative;
}

.modalWrapper .filterButtonsSection.overflow .overflowSign {
  display: flex;
}

.modalWrapper .filterButtonsSection .modalBody {
  padding-bottom: 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterButtonsSection .modalBody {
    padding-bottom: 130px;
  }
}

.modalWrapper .filterButtonsSection .modalContent {
  height: calc(100% - 80px);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterButtonsSection .modalContent {
    height: calc(100% - 60px);
  }
}

.modalWrapper .filterButtonsSection .modalContent input[type=radio],
.modalWrapper .filterButtonsSection .modalContent input[type=checkbox] {
  margin-right: 5px;
}

.modalWrapper .filterButtonsSection .overflowSign {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16px;
  background-color: #EAE7E7;
  position: absolute;
  left: 0;
}

.modalWrapper .filterButtonsSection .overflowSign.up {
  top: 0;
}

.modalWrapper .filterButtonsSection .overflowSign.down {
  bottom: 82px;
}

@media screen and (min-width: 768px) {
  .modalWrapper .filterButtonsSection .overflowSign.down {
    bottom: 120px;
  }
}

.modalWrapper .buttonGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}

@media screen and (min-width: 768px) {
  .modalWrapper .buttonGroup {
    gap: 30px;
    bottom: 40px;
  }
}

.modalWrapper .buttonGroup button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--orange);
  border-radius: 8px;
}

.modalWrapper .buttonGroup button:hover {
  opacity: 0.8;
}

.modalWrapper .buttonGroup button.resetButton {
  color: var(----balck);
  background-color: var(--white);
  border: 1px solid #D5D5D5;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  background-color: var(--white);
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}

header {
  position: relative;
}

.headerWrap {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .headerWrap {
    position: inherit;
  }
}

.headerFlexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .headerFlexBox {
    justify-content: flex-start;
    padding: 30px 30px 26px;
    box-shadow: none;
  }
}

.headerFlexBox .logo {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .logo {
    width: 120px;
  }
}

.headerFlexBox .logo img {
  width: 100%;
}

.headerFlexBox .searchBox {
  display: none;
  padding: 15px 20px 22px;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 56px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .searchBox {
    display: block !important;
    padding: 0 0 0 26px;
    width: calc(100% - 510px);
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
  }
}

.headerFlexBox .searchBox.visible {
  display: block;
  opacity: 1;
}

.headerFlexBox .searchBoxInner {
  display: flex;
}

.headerFlexBox .filterBox {
  border: 1px solid #CCCCCC;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: relative;
}

.headerFlexBox .selectedItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 34px;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  position: relative;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .selectedItem {
    width: 184px;
    height: 52px;
    font-size: 18px;
  }
}

.headerFlexBox .selectedItem::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--black) transparent transparent transparent;
  border-width: 4px 4px 0px 4px;
  transform: translateY(-50%);
}

.headerFlexBox .filterSelector {
  display: none;
  opacity: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 4px 4px;
  border-top: 2px solid var(--orange);
  background-color: var(--white);
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.headerFlexBox .filterSelector.visible {
  display: block;
  opacity: 1;
}

.headerFlexBox .filterSelector .item {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .filterSelector .item {
    padding: 13px 0;
    font-size: 18px;
  }
}

.headerFlexBox .filterSelector .item:not(:first-child) {
  border-top: 1px solid #EAE7E7;
}

.headerFlexBox .filterSelector .item:hover {
  color: var(--orange);
}

.headerFlexBox .filterSelector .item.selected {
  color: var(--white);
  background-color: var(--orange);
}

.headerFlexBox .keywordInput {
  padding: 5px 36px 5px 10px;
  width: 100%;
  height: 36px;
  border: 1px solid #D5D5D5;
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .keywordInput {
    padding: 12px 24px;
    width: 100%;
    height: 54px;
    border-radius: 0;
  }
}

.headerFlexBox .keywordInput:focus-visible {
  outline: 0;
  border: 1px solid #989898;
}

.headerFlexBox .searchButton {
  position: absolute;
  top: 20px;
  right: 30px;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--orange);
    border-radius: 0 10px 10px 0;
    top: 0;
    left: 100%;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .headerFlexBox .searchButton i.icon {
    display: none;
  }
}

.headerFlexBox .rightBox {
  display: flex;
  width: 135px;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .rightBox {
    margin-left: auto;
    width: 160px;
  }
}

.headerFlexBox .searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}

.headerFlexBox .searchBtn .iconScorp {
  width: 15px;
  height: 15px;
}

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

.headerFlexBox .translation {
  width: 60px;
  text-align: center;
  position: relative;
}

.headerFlexBox .translation span {
  display: block;
  width: 60px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.headerFlexBox .languages,
.headerFlexBox .languages_sub {
  display: none;
  padding: 0 10px;
  width: 60px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
  top: -14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.headerFlexBox .languages.visible,
.headerFlexBox .languages_sub.visible {
  display: block;
  opacity: 1;
}

.headerFlexBox .languages li:last-child a,
.headerFlexBox .languages_sub li:last-child a {
  border: 0;
}

.headerFlexBox .languages a,
.headerFlexBox .languages_sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  color: #AAAAAA;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #D5D5D5;
}

.headerFlexBox .languages a:hover,
.headerFlexBox .languages_sub a:hover {
  color: var(--orange);
}

.headerFlexBox .mapButton {
  display: none;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .mapButton {
    display: block;
    margin-left: 30px;
  }
}

.headerFlexBox .mapButton button {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .headerFlexBox .mapButton span {
    margin-left: 7px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}

.headerFlexBox .menuBtn {
  margin-left: 5px;
  width: 26px;
  height: 26px;
  position: relative;
}

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

.headerFlexBox .menuBtn::before,
.headerFlexBox .menuBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 26px;
  height: 1px;
  background: #333333;
}

.headerFlexBox .menuBtn::before {
  margin-top: -5px;
}

.headerFlexBox .menuBtn::after {
  margin-top: 5px;
}

.headerNavigation {
  padding: 25px 0;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .headerNavigation {
    padding: 0 0 26px;
  }
}

.headerNavigation .naviFlexBox {
  white-space: nowrap;
  padding: 0 22px;
}

@media screen and (min-width: 768px) {
  .headerNavigation .naviFlexBox {
    text-align: center;
  }
}

.headerNavigation .naviFlexBox li {
  display: inline-block;
  border-left: 1px solid #707070;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .headerNavigation .naviFlexBox li {
    border: 0;
  }
}

.headerNavigation .naviFlexBox li:last-child {
  margin-right: 20px;
  border-right: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .headerNavigation .naviFlexBox li:last-child {
    border: 0;
  }
}

.headerNavigation .naviFlexBox a {
  display: block;
  padding: 0 10px;
  letter-spacing: 0.17em;
}

@media screen and (min-width: 768px) {
  .headerNavigation .naviFlexBox a {
    padding: 0 20px;
  }
}

.headerNavigation .naviFlexBox span {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .headerNavigation .naviFlexBox span {
    font-size: 19px;
  }
}

.headerScrollNavi {
  display: none;
}

@media screen and (min-width: 768px) {
  .headerScrollNavi {
    display: block;
    width: 100%;
    background-color: var(--white);
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 99;
    transition: top 0.3s ease;
  }
}

.headerScrollNavi.visible {
  top: 0;
}

.headerScrollNavi .headerFlexBox {
  padding: 10px 30px 10px 40px;
}

.headerScrollNavi .headerFlexBox .logo {
  width: 108px;
}

.headerScrollNavi .headerFlexBox .searchBox input {
  padding: 6px 24px;
  border-radius: 0 10px 10px 0;
}

.headerScrollNavi .headerFlexBox .searchBox .searchButton {
  width: 50px;
  background: none;
  left: auto;
  right: 0;
}

.headerScrollNavi .headerFlexBox .searchBox .searchButton i.icon {
  display: inherit;
}

.headerScrollNavi .headerFlexBox .mapButton {
  margin-left: 10px;
  width: 70px;
}

.headerScrollNavi .headerNavigation {
  margin-left: 30px;
  padding: 0;
  width: 500px;
}

.headerScrollNavi .headerNavigation .naviFlexBox {
  padding: 0;
}

.headerScrollNavi .headerNavigation .naviFlexBox li {
  margin: 0;
}

.headerScrollNavi .headerNavigation .naviFlexBox a {
  padding: 0 5px;
}

.headerScrollNavi .headerNavigation .naviFlexBox a:hover {
  color: var(--orange);
}

.headerScrollNavi .headerNavigation .naviFlexBox span {
  padding: 0;
  font-size: 16px;
}

.headerScrollNavi .navIcon {
  display: none;
}

.naviFlexBox li:nth-of-type(2) a,
.naviFlexBox li:nth-of-type(3) a,
.naviFlexBox li:nth-of-type(5) a {
  pointer-events: none;
  opacity: 0.4;
}

.hamburgerWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 0 0 40px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.hamburgerWrapper.visible {
  display: block;
  opacity: 1;
}

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

.hamburgerContent {
  margin: 0 0 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: relative;
  z-index: 1;
}

.hamburgerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  background-color: var(--orange);
}

.hamburgerHeader .closeBtn {
  width: 20px;
  height: 20px;
  position: relative;
}

.hamburgerHeader .closeBtn::before,
.hamburgerHeader .closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 19px;
  background: var(--white);
}

.hamburgerHeader .closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburgerHeader .closeBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburgerBody {
  margin-top: 34px;
  height: calc(100% - 90px);
  overflow-y: auto;
}

.hamburgerList {
  padding-bottom: 60px;
}

.hamburgerItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  border-top: 1px solid #EAE7E7;
}

.hamburgerItem&gt;a {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 19px;
  font-weight: 700;
}

.hamburgerItem&gt;a .icon {
  margin-right: 10px;
  width: 34px;
  height: 27px;
}

.hamburgerItem&gt;span {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 19px;
  font-weight: 700;
}

.hamburgerItem .subMenuBtn {
  width: 28px;
  height: 28px;
  position: relative;
}

.hamburgerItem .subMenuBtn::before,
.hamburgerItem .subMenuBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 28px;
  background: #333333;
}

.hamburgerItem .subMenuBtn::before {
  margin-top: -4px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.hamburgerItem .subMenuBtn::after {
  margin-top: 4px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.hamburgerItem .subMenu {
  display: none;
  width: 100%;
}

.hamburgerItem.visible .subMenuBtn::before {
  margin: 0;
}

.hamburgerItem.visible .subMenuBtn::after {
  display: none;
}

.hamburgerItem.visible .subMenu {
  display: block;
}

.hamburgerItem.visible .subMenu.genreMenu {
  margin: 20px 0;
}

.subMenuList {
  border-top: 1px solid #EAE7E7;
}

.subMenuList.genreIcons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 20px 0 12px;
}

.subMenuList.curatorList {
  padding: 0 0 0 30px;
}

.subMenuList.curatorList .subMenuItem {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #EAE7E7;
}

.subMenuList.curatorList .subMenuItem a {
  display: block;
}

.subMenuList.tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 20px 20px 0 30px;
}

.subMenuList.tagList a {
  font-size: 16px;
}

.hamburgerList li:nth-of-type(2) a,
.hamburgerList li:nth-of-type(3) a,
.hamburgerList li:nth-of-type(5) a {
  pointer-events: none;
  opacity: 0.4;
}

.footerNavigations {
  padding: 70px 18px 30px;
  background-color: var(--lightbeigepink);
}

@media screen and (min-width: 768px) {
  .footerNavigations {
    padding: 70px 18px;
  }
}

.footerNavigations .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.footerNavigations .navigationBox {
  margin-bottom: 40px;
}

.footerNavigations .navigationBox:last-child {
  margin-bottom: 0;
}

.footerNavigations .navigationBox:last-child .title {
  margin: 0;
}

.footerNavigations .navigationBox .title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footerNavigations .navigationBox .title {
    margin-bottom: 8px;
  }
}

.footerNavigations .navigationBox .items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footerNavigations .navigationBox .items a {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.footerNavigations .navigationBox .items a:hover {
  color: var(--orange);
}

.footerNavigations .navigationBox .items a.title {
  font-size: 16px;
  font-weight: 700;
}

.purposeSearch .items li.inactive a {
  pointer-events: none;
  color: var(--gray);
}

.footerTranslation {
  padding: 25px 18px;
}

@media screen and (min-width: 768px) {
  .footerTranslation {
    padding: 24px 18px;
  }
}

.footerTranslation .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.footerTranslation .languages {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .footerTranslation .languages {
    text-align: center;
  }
}

.footerTranslation .languages li {
  display: inline-block;
  margin: 8px 0;
}

.footerTranslation .languages li:last-child a {
  border-right: 1px solid var(--gray);
}

.footerTranslation .languages a {
  display: block;
  padding: 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-left: 1px solid var(--gray);
}

@media screen and (min-width: 768px) {
  .footerTranslation .languages a {
    padding: 0 12px;
  }
}

.footerTranslation .languages a:hover {
  color: var(--orange);
}

.footerInfomation {
  padding: 25px 18px 30px;
}

@media screen and (min-width: 768px) {
  .footerInfomation {
    padding: 64px 48px 70px;
  }
}

@media screen and (min-width: 1050px) {
  .footerInfomation {
    padding: 64px 48px 30px;
  }
}

.footerInfomation .inner {
  margin: 0 auto;
  padding: 40px 0 20px;
  border-top: 1px solid #EAE7E7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footerInfomation .inner {
    padding: 30px 0;
  }
}

.footerInfomation .infoItems {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footerInfomation .infoItems {
    display: flex;
    align-items: center;
    text-align: inherit;
  }
}

.footerInfomation .infoItems .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footerInfomation .infoItems .logo {
    display: block;
    margin: 0;
    width: 126px;
  }
}

.footerInfomation .infoItems .logo img {
  width: 100%;
}

.footerInfomation .infoItems .links {
  margin: 0 0 144px;
}

@media screen and (min-width: 768px) {
  .footerInfomation .infoItems .links {
    margin: 0;
    padding: 0 10px 0 30px;
  }
}

.footerInfomation .infoItems .links li {
  display: inline-block;
}

.footerInfomation .infoItems .links a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
}

.footerInfomation .infoItems .links a:hover {
  color: var(--orange);
}

.footerInfomation .infoItems .copyright {
  font-family: "Outfit", sans-serif;
  color: #A0A0A0;
}

.footerInfomation .japanLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 170px;
}

@media screen and (min-width: 768px) {
  .footerInfomation .japanLogo {
    top: 110px;
  }
}

@media screen and (min-width: 1050px) {
  .footerInfomation .japanLogo {
    display: block;
    width: auto;
    right: 0;
    left: auto;
    top: 33px;
  }
}

@media screen and (max-width: 767px) {
  .floatingButtonWrap {
    position: relative;
    padding-bottom: 20px;
  }
}

.floatingButton {
  display: none;
}

@media screen and (max-width: 767px) {
  .floatingButton {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .floatingButton a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: var(--orange);
  }

  .floatingButton a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 16px;
    background-image: url(/images/common/icon_picker_white.svg);
    background-size: cover;
  }
}
</pre></body></html>