@charset "UTF-8";
@font-face {
  font-family: "Setouchi Sans";
  src: url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Regular.woff2") format("woff2"), url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Setouchi Sans";
  src: url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Medium.woff2") format("woff2"), url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Setouchi Sans";
  src: url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Bold.woff2") format("woff2"), url("/travel-information/en/setouchi-palette/assets/fonts/SetouchiSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  パレット
---------------------------*/
/*
  役割別
---------------------------*/
/*-----------------------------------------------------
  common
/*-----------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 959.98px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
a,
button {
  transition: opacity 0.3s ease;
}

a:focus-visible,
button:focus-visible {
  opacity: 0.7;
}

@media (any-hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
body {
  overflow-x: clip;
  width: 100%;
  color: #1d183a;
  line-height: 1.5;
  font-family: "Setouchi Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main:has(.setouchi-palette) {
  padding-top: 0;
  padding-bottom: 0;
}

.setouchi-palette h1, .setouchi-palette h2, .setouchi-palette h3, .setouchi-palette h4, .setouchi-palette h5, .setouchi-palette h6, .setouchi-palette p, .setouchi-palette address, .setouchi-palette ul, .setouchi-palette ol, .setouchi-palette li, .setouchi-palette dl, .setouchi-palette dt, .setouchi-palette dd, .setouchi-palette table, .setouchi-palette th, .setouchi-palette td, .setouchi-palette img, .setouchi-palette form {
  font-family: "Setouchi Sans", sans-serif;
}

.setouchi-palette a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

.setouchi-palette button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.setouchi-palette {
  /* header
  ------------------------------*/
}

.setouchi-palette .l-header {
  position: relative;
  z-index: 100;
}

.setouchi-palette :is(.is-scroll) .l-header {
  position: sticky;
  top: 0;
}

.setouchi-palette .l-footer {
  position: relative;
}

.setouchi-palette .l-container {
  width: min(1200px, 100% - 10vi);
  margin-inline: auto;
}

.setouchi-palette .c-title {
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .c-title {
    font-size: 14.6666666667vw;
  }
}
.setouchi-palette .c-button {
  --hover-dur: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.5em 1em;
  font-size: inherit;
  border: 1px solid var(--btn-color, #1d183a);
  border-radius: 5em;
  line-height: 1;
  color: var(--btn-color, #1d183a);
  background: transparent;
  transition: color var(--hover-dur) ease, background-color var(--hover-dur) ease, border-color var(--hover-dur) ease;
}

.setouchi-palette .c-button:focus-visible {
  background-color: var(--btn-color, #1d183a);
  color: var(--btn-on, #ffffff);
}

@media (any-hover: hover) {
  .setouchi-palette .c-button:hover {
    background-color: var(--btn-color, #1d183a);
    color: var(--btn-on, #ffffff);
  }
}
.setouchi-palette .c-text-jump {
  position: relative;
}

.setouchi-palette .c-text-jump::after {
  content: "";
  display: inline-block;
  margin-inline-start: 1em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(/travel-information/en/setouchi-palette/assets/img/icon_jump.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.setouchi-palette .p-header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  max-height: 0;
  background-color: #fff9e8;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.setouchi-palette .p-header__logo {
  display: block;
  width: 160px;
  line-height: 1;
}

:is(.is-scrolled) .setouchi-palette .p-header {
  max-height: 200px;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-header {
    height: 12vw;
  }
  .setouchi-palette .p-header__logo {
    width: 33.3333333333vw;
  }
}
.setouchi-palette .p-footer {
  background-color: #fff9e8;
  color: #b49171;
}

.setouchi-palette .p-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2em;
  font-size: 20px;
}

.setouchi-palette .p-footer__list {
  display: flex;
  gap: 64px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-footer__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8vw;
    padding-block: 2em;
    font-size: 4vw;
  }
  .setouchi-palette .p-footer__list {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .setouchi-palette .p-footer__item::before {
    content: "ー";
    display: inline-block;
    padding-inline-end: 0.5em;
  }
}
.setouchi-palette .p-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff9e8;
  z-index: 2;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-mv {
    aspect-ratio: 9/16;
  }
}
.setouchi-palette .p-mv .movie_wrap {
  height: 100%;
}

.setouchi-palette .p-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.setouchi-palette .p-intro {
  position: relative;
}

.setouchi-palette .p-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.setouchi-palette .p-intro__bg {
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: calc(100vb - 60px);
  background-image: url(/travel-information/en/setouchi-palette/assets/img/intro_bg_pc.webp);
  background-color: #f3f3f3;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.setouchi-palette .p-intro__bg::before {
  position: absolute;
  inset-block-start: 40px;
  inset-inline-end: 8.75vw;
  content: "";
  display: block;
  width: 164px;
  aspect-ratio: 1/1;
  background-image: url(/travel-information/en/setouchi-palette/assets/img/intro_stamp.webp);
  background-size: contain;
}

.setouchi-palette .p-intro__content {
  margin-left: auto;
  padding-block: 67px;
  padding-inline-end: 5vi;
  width: 49.3vw;
  transform: translateX(-100%);
}

.setouchi-palette .p-intro__text {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
}

.setouchi-palette .p-intro__text p:not(:last-child) {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 1200px) {
  .setouchi-palette .p-intro__bg {
    background-position: 20% center;
  }
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-intro__bg {
    top: 12vw;
    height: calc(100dvh - 12vw);
    background-image: url(/travel-information/en/setouchi-palette/assets/img/intro_bg_sp.webp);
    background-position: left top;
    background-size: auto 100%;
  }
  .setouchi-palette .p-intro__bg::before {
    inset-block-start: 5.3333333333vw;
    inset-inline-end: 5vi;
    content: "";
    width: 21.8666666667vw;
  }
  .setouchi-palette .p-intro__content {
    padding-block: 32.9333333333vw;
    padding-block: 67px;
    padding-inline-end: 2.6666666667vw;
    width: 64vw;
  }
  .setouchi-palette .p-intro__text {
    font-size: 4.5333333333vw;
  }
  .setouchi-palette .p-intro__text p:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
.setouchi-palette .p-what {
  --slide-img-dur: 0.6s;
  --fade-text-dur: 0.3s;
  position: relative;
  z-index: 1;
  background-color: #fff9e8;
}

.setouchi-palette .p-what__head {
  padding: 190px 0 36px;
  text-align: center;
}

.setouchi-palette .p-what__title {
  margin-bottom: 54px;
}

.setouchi-palette .p-what__lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.setouchi-palette .p-what__body-wrapper {
  position: relative;
}

.setouchi-palette .p-what__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-inline: max(50vw - 600px, 5vi);
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  padding-bottom: 12rem;
}

.setouchi-palette .p-what__item:nth-of-type(odd) .p-what__item-content {
  margin-right: auto;
}

.setouchi-palette .p-what__item:nth-of-type(odd) .p-what__item-bg::before {
  background: linear-gradient(90deg, rgba(29, 24, 58, 0.3) 0% 50%, transparent 100%);
}

.setouchi-palette .p-what__item:nth-of-type(even) .p-what__item-content {
  margin-left: auto;
}

.setouchi-palette .p-what__item:nth-of-type(even) .p-what__item-bg::before {
  background: linear-gradient(-90deg, rgba(29, 24, 58, 0.3) 0% 50%, transparent 100%);
}

.setouchi-palette .p-what__item-content {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 1;
  color: #ffffff;
  opacity: 1;
}

.setouchi-palette .p-what__item-title {
  margin-bottom: 50px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
}

.setouchi-palette .p-what__item-title span {
  font-size: 80px;
}

.setouchi-palette .p-what__item-text-wrapper {
  max-width: 500px;
  width: 100%;
}

.setouchi-palette .p-what__item-text-wrapper p {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 400;
}

.setouchi-palette .p-what__item-text-wrapper p + p {
  margin-top: 30px;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-what__item-text-wrapper p + p {
    margin-top: 0;
  }
}
.setouchi-palette .p-what__item-text-wrapper p.last {
  margin-bottom: 70px;
}

.setouchi-palette .p-what__item-text {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.setouchi-palette .p-what__item-button {
  --btn-color: #ffffff;
  --btn-on: #1d183a;
  margin-bottom: 0.5em;
  padding: 11px 2em;
  font-size: 18px;
  font-weight: 300;
}

.setouchi-palette .p-what__item-dots .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  border-radius: 50% !important;
  margin-right: 10px !important;
}

.setouchi-palette .p-what__item-dots .swiper-pagination-bullet:first-of-type {
  margin-left: 0 !important;
}

.setouchi-palette .p-what__item-dots .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.setouchi-palette .p-what__item-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  z-index: 0;
}

.setouchi-palette .p-what__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 背景っぽく */
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .shimanami .p-what__item-bg img {
    -o-object-position: 90% 0;
       object-position: 90% 0;
  }
}

.setouchi-palette .p-what__item-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
}

.setouchi-palette .p-what__item.item_okym_kgw .p-what__item-title {
  text-align: right;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-what__item.item_okym_kgw .p-what__item-title {
    text-align: left;
  }
}
.setouchi-palette .p-what__item.item_okym_kgw .p-what__item-text-wrapper {
  max-width: 480px;
  margin-left: auto;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-what__item.item_okym_kgw .p-what__item-text-wrapper {
    max-width: 89.3333333333vw;
  }
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-what__head {
    padding: 25.33333333vw 0 5.33333333vw;
    text-align: center;
  }
  .setouchi-palette .p-what__title {
    font-size: 13.0666666667vw;
    margin-bottom: 0.8em;
  }
  .setouchi-palette .p-what__lead {
    font-size: 5.3333333333vw;
    text-align: left;
    line-height: 1.5;
    padding: 0 5.33333333vw;
  }
  .setouchi-palette .p-what__item {
    display: flex;
    padding-bottom: 13.33333333vw;
  }
  .setouchi-palette .p-what__item:nth-of-type(odd) .p-what__item-content {
    margin-right: 0;
  }
  .setouchi-palette .p-what__item:nth-of-type(odd) .p-what__item-bg::before {
    background: linear-gradient(0deg, rgba(29, 24, 58, 0.3) 0% 50%, transparent 100%);
  }
  .setouchi-palette .p-what__item:nth-of-type(even) .p-what__item-content {
    margin-left: 0;
  }
  .setouchi-palette .p-what__item:nth-of-type(even) .p-what__item-bg::before {
    background: linear-gradient(0deg, rgba(29, 24, 58, 0.3) 0% 50%, transparent 100%);
  }
  .setouchi-palette .p-what__item-content {
    padding-bottom: 0;
    width: 100%;
    padding: 4vw 0;
  }
  .setouchi-palette .p-what__item-title {
    margin-bottom: 8vw;
    font-size: 7.4666666667vw;
    line-height: 1.17241;
  }
  .setouchi-palette .p-what__item-title span {
    font-size: 11.7333333333vw;
  }
  .setouchi-palette .p-what__item-text-wrapper {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
  .setouchi-palette .p-what__item-text-wrapper p {
    font-size: 3.4666666667vw;
    line-height: 1.53334;
  }
  .setouchi-palette .p-what__item-text-wrapper p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .setouchi-palette .p-what__item-text-wrapper p + p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-what__item-text-wrapper p.last {
    margin-bottom: 6.1333333333vw;
  }
  .setouchi-palette .p-what__item-text {
    margin-bottom: 8.2666666667vw;
    width: 100%;
    font-size: 5.0666666667vw;
    font-weight: 300;
  }
  .setouchi-palette .p-what__item-button {
    margin-bottom: 5.3333333333vw;
    padding: 2.8vw 7.0666666667vw;
    font-size: 4.8vw;
  }
  .setouchi-palette .p-what__item-dots .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin-inline: 1.3333333333vw !important;
  }
}
.setouchi-palette .p-movie {
  position: relative;
  background-color: #1d183a;
  color: #fff9e8;
  text-align: center;
}

.setouchi-palette .p-movie__inner {
  padding-block: 160px;
}

.setouchi-palette .p-movie__title {
  margin-bottom: 0.6em;
}

.setouchi-palette .p-movie__slider {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.setouchi-palette .p-movie__swiper {
  width: 87%;
  aspect-ratio: 16/9;
}

.setouchi-palette .p-movie__slide {
  display: block;
  margin-inline: auto;
}

.setouchi-palette .p-movie__slide iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.setouchi-palette .p-movie__nav {
  font-size: 0;
  width: 23px;
  height: 33px;
  background-image: url(/travel-information/en/setouchi-palette/assets/img/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-movie__nav {
    width: 3.3333333333vw;
    height: 4.5333333333vw;
  }
}
.setouchi-palette .p-movie__nav--prev {
  order: -1;
  transform: rotate(180deg);
}

.setouchi-palette .p-movie__nav--next {
  order: 1;
}

.setouchi-palette .p-movie__button {
  --btn-color: #fff9e8;
  --btn-on: #1d183a;
  width: 384px;
  height: 70px;
  font-size: 22px;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-movie__inner {
    padding-block: 21.3333333333vw;
  }
  .setouchi-palette .p-movie__title {
    margin-bottom: 13.3333333333vw;
  }
  .setouchi-palette .p-movie__slider {
    margin-bottom: 8vw;
  }
  .setouchi-palette .p-movie__swiper {
    width: 78.6666666667vw;
    aspect-ratio: 59/108;
  }
  .setouchi-palette .p-movie__button {
    width: 70.6666666667vw;
    height: 13.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.setouchi-palette .p-article {
  position: relative;
  background-color: #fff9e8;
  text-align: center;
}

.setouchi-palette .p-article__inner {
  padding-block: 150px;
}

.setouchi-palette .p-article__title {
  margin-bottom: 0.8em;
}

.setouchi-palette .p-article__categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 3.5em;
  font-size: 16px;
}

.setouchi-palette .p-article__category {
  font-weight: 500;
  padding: 0.75em 0.8em;
  border: 1px solid currentColor;
  border-radius: 5em;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (min-width: 959.99px) {
  .setouchi-palette .p-article__category:hover {
    color: #fff9e8;
    background-color: #1d183a;
  }
}
.setouchi-palette .p-article__category.is-active {
  color: #fff9e8;
  background-color: #1d183a;
}

.setouchi-palette .p-article__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 6.66666667%;
}

.setouchi-palette .p-article__item-link {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  text-align: left;
}

.setouchi-palette .p-article__item-title {
  grid-row: 3;
  font-size: 20px;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: keep-all;
  letter-spacing: 0.01em;
}

.setouchi-palette .p-article__item-categories {
  grid-row: 2;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 1.3em;
}

.setouchi-palette .p-article__item-category {
  padding: 0.35em 0.5em;
  border: 1px solid currentColor;
  border-radius: 5em;
  line-height: 1;
}

.setouchi-palette .p-article__item-thumb {
  grid-row: 1;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.setouchi-palette .p-article__item-thumb img {
  transition: transform 0.3s ease;
}

.setouchi-palette .p-article__item.is-hidden {
  display: none;
}

@media screen and (min-width: 959.99px) {
  .setouchi-palette .p-article__item-link:hover .p-article__item-thumb img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-article__inner {
    padding: 21.3333333333vw 5vi;
  }
  .setouchi-palette .p-article__title {
    margin-bottom: 13.3333333333vw;
  }
  .setouchi-palette .p-article__categories {
    gap: 2.6666666667vw;
    margin-bottom: 2em;
    font-size: 4.2666666667vw;
  }
  .setouchi-palette .p-article__category {
    padding: 2.4vw 3.7333333333vw;
  }
  .setouchi-palette .p-article__item-category {
    padding: 1.3333333333vw 2.1333333333vw;
    border: 0.2666666667vw solid #1d183a;
    font-size: 2.6666666667vw;
  }
  .setouchi-palette .p-article__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .setouchi-palette .p-article__item-title {
    font-size: 5.0666666667vw;
  }
  .setouchi-palette .p-article__item-categories {
    gap: 1.3333333333vw;
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .setouchi-palette .p-article__item-thumb {
    margin-bottom: 5.3333333333vw;
  }
}
.setouchi-palette .p-information {
  position: relative;
  background-color: #f3f3f3;
}

.setouchi-palette .p-information__inner {
  padding-block: 150px 300px;
  text-align: center;
}

.setouchi-palette .p-information__title {
  margin-bottom: 0.6em;
}

.setouchi-palette .p-information__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-inline: auto;
  max-width: 996px;
}

.setouchi-palette .p-information__link {
  max-width: 486px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-information__link {
    max-width: 42.6666666667vw;
  }
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .p-information__inner {
    padding-block: 18.6666666667vw 40vw;
  }
  .setouchi-palette .p-information__title {
    margin-bottom: 13.3333333333vw;
  }
  .setouchi-palette .p-information__list {
    gap: 4vw;
    max-width: 100%;
  }
  .setouchi-palette .p-information__list li {
    max-width: 42.6666666667vw;
    width: 100%;
  }
}
.setouchi-palette .p-what__map img {
  width: 100%;
}
.setouchi-palette .allview_btn {
  margin: 6rem auto 0;
  width: 38.4rem;
  height: 7rem;
  --hover-dur: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  border: 1px solid var(--btn-color, #1d183a);
  border-radius: 3.5rem;
  color: var(--btn-color, #1d183a);
  background: transparent;
  transition: color var(--hover-dur) ease, background-color var(--hover-dur) ease, border-color var(--hover-dur) ease;
}
@media screen and (max-width: 959.98px) {
  .setouchi-palette .allview_btn {
    margin-top: 8vw;
    width: 70.66666667vw;
    height: 13.33333333vw;
    font-size: 5.33333333vw;
    border: 0.26666667vw solid var(--btn-color, #1d183a);
    border-radius: 6.66666667vw;
  }
}
.setouchi-palette .allview_btn:focus-visible {
  background-color: var(--btn-color, #1d183a);
  color: var(--btn-on, #ffffff);
}
@media (any-hover: hover) {
  .setouchi-palette .allview_btn:hover {
    background-color: var(--btn-color, #1d183a);
    color: var(--btn-on, #ffffff);
  }
}
.setouchi-palette .allview_btn.is_btn-hidden {
  display: none;
}
.setouchi-palette .p-article__item {
  display: block;
}
.setouchi-palette .p-article__item.is_hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */
