@charset "UTF-8";
/*
Theme Name: kimono_renewal
Theme URI: https://kimonoichiba.com/
Description: Kimono Ichiba WordPress Theme
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media (max-width: 768px) {
  :root {
    --view-size-sp: 390;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  background-color: #f8f6f4;
}

@media (max-width: 768px) {
  body {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer !important;
}

a {
  color: inherit;
}

.u-sp-only {
  display: block;
}
@media (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 769px) {
  .u-pc-only {
    display: block;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px) clamp(0px, 16 / 1440 * 100vw, 16px);
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .c-section-title {
    gap: calc(12 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.c-section-title__en {
  font-family: "Lato", sans-serif;
  font-size: clamp(0px, 48 / 1440 * 100vw, 48px);
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-section-title__en {
    font-size: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.c-section-title__line {
  width: clamp(0px, 1.3888888889vw, 20px);
  height: 1px;
  background-color: #707070;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-section-title__line {
    width: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.c-section-title__ja {
  font-size: clamp(0px, 18 / 1440 * 100vw, 18px);
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-section-title__ja {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.p-header.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(0px, 50 / 1440 * 100vw, 50px)
    clamp(0px, 20 / 1440 * 100vw, 20px);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-header__inner {
    height: calc(70 / var(--view-size-sp) * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-header__logo {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  height: clamp(0px, 80 / 1440 * 100vw, 80px);
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-header__logo img {
    height: calc(50 / var(--view-size-sp) * 100vw);
  }
}
@media (min-width: 769px) {
  .p-header__nav {
    margin-right: auto;
  }
}
.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 24 / 1440 * 100vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-header__nav-item {
  position: relative;
}
.p-header__nav-item a {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  position: relative;
}
.p-header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #c1272d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-header__nav-item a:hover::after {
  width: 100%;
}
.p-header__external-icon {
  width: clamp(0px, 14 / 1440 * 100vw, 14px);
  height: auto;
  display: inline-block;
}
.p-header__search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__search-input {
  background: none;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: clamp(0px, 8 / 1440 * 100vw, 8px) clamp(0px, 30 / 1440 * 100vw, 30px)
    clamp(0px, 8 / 1440 * 100vw, 8px) 0;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  width: clamp(0px, 200 / 1440 * 100vw, 200px);
  font-family: "Noto Sans JP", sans-serif;
}
.p-header__search-input::-webkit-input-placeholder {
  color: #999;
}
.p-header__search-input::-moz-placeholder {
  color: #999;
}
.p-header__search-input::-ms-input-placeholder {
  color: #999;
}
.p-header__search-input::placeholder {
  color: #999;
}
.p-header__search-input:focus {
  outline: none;
  border-bottom-color: #c1272d;
}
.p-header__search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  right: 0;
  bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
}
.p-header__search-btn:hover {
  opacity: 0.7;
}
.p-header__search-btn img {
  width: clamp(0px, 20 / 1440 * 100vw, 20px);
  height: auto;
  display: block;
}
.p-header .u-sp-only.p-header__search-btn {
  position: absolute;
  right: calc(20 / var(--view-size-sp) * 100vw);
  bottom: auto;
}
.p-header .u-sp-only.p-header__search-btn img {
  width: calc(40 / var(--view-size-sp) * 100vw);
  margin-top: calc(-16 / var(--view-size-sp) * 100vw);
}

.p-fv {
  padding-top: calc(100 / var(--view-size-sp) * 100vw);
  position: relative;
  padding-bottom: calc(32 / var(--view-size-sp) * 100vw);
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-fv {
    padding-top: clamp(0px, 160 / 1440 * 100vw, 160px);
    padding-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
  }
}
.p-fv__roll {
  position: absolute;
  top: clamp(0px, 120 / 1440 * 100vw, 120px);
  right: 25vw;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-fv__roll {
    top: calc(80 / var(--view-size-sp) * 100vw);
    right: calc(-20 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__roll-icon {
  width: clamp(0px, 140 / 1440 * 100vw, 140px);
  height: auto;
  display: block;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
@media (max-width: 768px) {
  .p-fv__roll-icon {
    width: calc(100 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  background-color: #c1272d;
  z-index: -1;
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media (min-width: 769px) {
  .p-fv__bg {
    padding: clamp(0px, 40 / 1440 * 100vw, 40px) 0;
  }
}
@media (min-width: 769px) {
  .p-fv__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/bg.png");
    background-repeat: repeat;
    background-size: 100%;
    opacity: 0.3;
  }
}
.p-fv__bg-pattern {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}
@media (min-width: 769px) {
  .p-fv__bg-pattern {
    display: none;
  }
}
.p-fv__swiper {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.p-fv__swiper .swiper-slide {
  -webkit-transform: translateZ(0) scale(0.9) !important;
  transform: translateZ(0) scale(0.9) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-fv__swiper .swiper-slide-active {
  -webkit-transform: translateZ(0) scale(1) !important;
  transform: translateZ(0) scale(1) !important;
  z-index: 2;
  position: relative;
}
.p-fv__slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: clamp(0px, 16 / 1440 * 100vw, 16px);
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  .p-fv__slide {
    border-radius: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__slide-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-fv__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-fv__slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(0px, 24 / 1440 * 100vw, 24px);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(50%, rgba(0, 0, 0, 0.4)),
    to(transparent)
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  color: #fff;
}
@media (max-width: 768px) {
  .p-fv__slide-content {
    padding: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__slide-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
}
@media (max-width: 768px) {
  .p-fv__slide-meta {
    margin-bottom: calc(8 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__slide-date {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.p-fv__slide-category {
  font-weight: 500;
}
.p-fv__slide-title {
  margin: 0;
  font-size: clamp(0px, 20 / 1440 * 100vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-fv__slide-title {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
  margin-top: clamp(0px, 32 / 1440 * 100vw, 32px);
}
@media (max-width: 768px) {
  .p-fv__controls {
    gap: calc(12 / var(--view-size-sp) * 100vw);
    margin-top: calc(24 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__control-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.p-fv__control-btn:hover {
  opacity: 0.7;
}
.p-fv__control-btn img {
  width: clamp(0px, 40 / 1440 * 100vw, 40px);
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-fv__control-btn img {
    width: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__control-btn--pause .p-fv__control-indicator {
  position: absolute;
  width: clamp(0px, 40 / 1440 * 100vw, 40px);
  height: clamp(0px, 40 / 1440 * 100vw, 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 1;
}
@media (max-width: 768px) {
  .p-fv__control-btn--pause .p-fv__control-indicator {
    width: calc(32 / var(--view-size-sp) * 100vw);
    height: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-fv__control-btn--pause .p-fv__control-indicator circle {
  -webkit-transition: none;
  transition: none;
}

.p-feature {
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 120 / 1440 * 100vw, 120px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-feature {
    padding: calc(40 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__roll {
  position: absolute;
  top: clamp(0px, 32 / 1440 * 100vw, 32px);
  right: clamp(0px, 120 / 1440 * 100vw, 120px);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-feature__roll {
    top: calc(20 / var(--view-size-sp) * 100vw);
    right: calc(-20 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__roll-icon {
  width: clamp(0px, 140 / 1440 * 100vw, 140px);
  height: auto;
  display: block;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
@media (max-width: 768px) {
  .p-feature__roll-icon {
    width: calc(100 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__swiper {
  overflow: visible;
}
@media (min-width: 769px) {
  .p-feature__swiper {
    width: 100%;
    margin-left: clamp(-120px, -120 / 1440 * 100vw, 0px) !important;
    padding: 0 clamp(0px, 120 / 1440 * 100vw, 120px) !important;
  }
}
@media (max-width: 768px) {
  .p-feature__swiper {
    width: 100%;
    margin-left: calc(-20 / var(--view-size-sp) * 100vw) !important;
    padding: 0 calc(20 / var(--view-size-sp) * 100vw) !important;
  }
}
.p-feature__swiper .swiper-pagination {
  position: static;
  margin-top: clamp(0px, 32 / 1440 * 100vw, 32px);
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__swiper .swiper-pagination {
    margin-top: calc(24 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__swiper .swiper-pagination-bullet {
  width: clamp(0px, 8 / 1440 * 100vw, 8px);
  height: clamp(0px, 8 / 1440 * 100vw, 8px);
  background-color: #ddd;
  opacity: 1;
  -webkit-transition:
    background-color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    background-color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-feature__swiper .swiper-pagination-bullet {
    width: calc(6 / var(--view-size-sp) * 100vw);
    height: calc(6 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__swiper .swiper-pagination-bullet-active {
  background-color: #c1272d;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.p-feature
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.p-feature
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 clamp(0px, 4 / 1440 * 100vw, 4px);
}
@media (max-width: 768px) {
  .p-feature
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .p-feature
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 calc(3 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__card {
  display: block;
}
.p-feature__card {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-feature__card:hover {
  opacity: 0.8;
}
.p-feature__card-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
}
@media (max-width: 768px) {
  .p-feature__card-image {
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-feature__card-content {
  padding: 0 clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-feature__card-content {
    padding: 0 calc(4 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
}
@media (max-width: 768px) {
  .p-feature__card-meta {
    margin-bottom: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-feature__card-date {
  color: #666;
  font-family: "Lato", sans-serif;
}
.p-feature__card-category {
  color: #666;
}
.p-feature__card-category::first-letter {
  color: #c1272d;
}
.p-feature__card-title {
  margin: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-feature__card-title {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}

.p-latest__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.p-latest__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(0px, 20 / 1440 * 100vw, 20px)
    clamp(0px, 100 / 1440 * 100vw, 100px);
  background-color: #c1272d;
  color: #fff;
  text-decoration: none;
  border-radius: clamp(0px, 50 / 1440 * 100vw, 50px);
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .p-latest__btn {
    padding: calc(16 / var(--view-size-sp) * 100vw)
      calc(100 / var(--view-size-sp) * 100vw);
    border-radius: calc(40 / var(--view-size-sp) * 100vw);
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__btn:hover {
  opacity: 0.8;
}

.p-latest__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(0px, 40 / 1440 * 100vw, 40px);
  height: clamp(0px, 40 / 1440 * 100vw, 40px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: clamp(0px, 10 / 1440 * 100vw, 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-latest__btn-icon {
    width: calc(32 / var(--view-size-sp) * 100vw);
    height: calc(32 / var(--view-size-sp) * 100vw);
    right: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__btn-icon img {
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-latest__btn-icon img {
    width: calc(12 / var(--view-size-sp) * 100vw);
  }
}

.p-latest {
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 120 / 1440 * 100vw, 120px) clamp(0px, 90 / 1440 * 100vw, 90px);
  background-color: #fff;
  border-radius: clamp(0px, 100 / 1440 * 100vw, 100px)
    clamp(0px, 100 / 1440 * 100vw, 100px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-latest {
    padding: calc(40 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(60 / var(--view-size-sp) * 100vw);
    border-radius: calc(30 / var(--view-size-sp) * 100vw)
      calc(30 / var(--view-size-sp) * 100vw);
  }
}
.p-latest--article {
  margin-top: 0;
  background-color: transparent;
  border-radius: 0;
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 120 / 1440 * 100vw, 120px) clamp(0px, 80 / 1440 * 100vw, 80px);
}
@media (max-width: 768px) {
  .p-latest--article {
    margin-top: 0;
    padding: calc(40 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(60 / var(--view-size-sp) * 100vw);
  }
}
.p-latest--related {
  margin-top: 2.77778vw;
}
@media (max-width: 768px) {
  .p-latest--related {
    margin-top: calc(40 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__roll {
  position: absolute;
  top: clamp(0px, 24 / 1440 * 100vw, 24px);
  right: clamp(0px, 120 / 1440 * 100vw, 120px);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-latest__roll {
    top: calc(20 / var(--view-size-sp) * 100vw);
    right: calc(-20 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__roll-icon {
  width: clamp(0px, 140 / 1440 * 100vw, 140px);
  height: auto;
  display: block;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
@media (max-width: 768px) {
  .p-latest__roll-icon {
    width: calc(100 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 32 / 1440 * 100vw, 32px);
  margin-top: clamp(0px, 32 / 1440 * 100vw, 32px);
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .p-latest__filter {
    gap: calc(20 / var(--view-size-sp) * 100vw);
    margin-top: calc(24 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__filter-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (max-width: 768px) {
  .p-latest__filter-btn {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__filter-btn::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c1272d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.p-latest__filter-btn.is-active {
  font-weight: 500;
  opacity: 1;
}
.p-latest__filter-btn.is-active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.p-latest__filter-btn:hover {
  opacity: 1;
}
.p-latest__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 60 / 1440 * 100vw, 60px) clamp(0px, 48 / 1440 * 100vw, 48px);
}
@media (max-width: 768px) {
  .p-latest__grid {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__card {
  display: block;
}
.p-latest__card[data-hidden="true"] {
  display: none;
}
.p-latest__card-link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .p-latest__card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-latest__card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__card-link:hover {
  opacity: 0.8;
}
.p-latest__card-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
}
@media (max-width: 768px) {
  .p-latest__card-image {
    width: calc(160 / var(--view-size-sp) * 100vw);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-latest__card-content {
  padding: 0 clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-latest__card-content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-latest__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
}
@media (max-width: 768px) {
  .p-latest__card-meta {
    margin-bottom: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__card-date {
  color: #666;
  font-family: "Lato", sans-serif;
}
.p-latest__card-category {
  color: #666;
}
.p-latest__card-category::first-letter {
  color: #c1272d;
}
.p-latest__card-title,
.p-latest__card-content h1 {
  margin: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-latest__card-title,
  .p-latest__card-content h1 {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.p-latest__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
  padding: clamp(0px, 20 / 1440 * 100vw, 20px)
    clamp(0px, 100 / 1440 * 100vw, 100px);
  background-color: #c1272d;
  color: #fff;
  text-decoration: none;
  border-radius: clamp(0px, 50 / 1440 * 100vw, 50px);
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .p-latest__btn {
    gap: calc(12 / var(--view-size-sp) * 100vw);
    padding: calc(16 / var(--view-size-sp) * 100vw)
      calc(100 / var(--view-size-sp) * 100vw);
    border-radius: calc(40 / var(--view-size-sp) * 100vw);
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__btn:hover {
  opacity: 0.8;
}
.p-latest__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(0px, 40 / 1440 * 100vw, 40px);
  height: clamp(0px, 40 / 1440 * 100vw, 40px);
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-latest__btn-icon {
    width: calc(32 / var(--view-size-sp) * 100vw);
    height: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-latest__btn-icon img {
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-latest__btn-icon img {
    width: calc(12 / var(--view-size-sp) * 100vw);
  }
}
@media (max-width: 768px) {
  .p-latest--article .p-latest__roll {
    top: calc(0 / var(--view-size-sp) * 100vw);
  }
}

.p-article .p-latest__card-content h1 {
  margin: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-article .p-latest__card-content h1 {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}

.p-dual-section {
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 120 / 1440 * 100vw, 120px);
}
@media (max-width: 768px) {
  .p-dual-section {
    padding: calc(40 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw);
    overflow: hidden;
  }
}
.p-dual-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .p-dual-section__inner {
    gap: 6%;
  }
  .p-dual-section__inner > :first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
  }
  .p-dual-section__inner > :last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .p-dual-section__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(80 / var(--view-size-sp) * 100vw);
  }
}

.p-foryou {
  position: relative;
}
@media (max-width: 768px) {
  .p-foryou {
    padding-bottom: 0;
  }
}
.p-foryou__roll {
  position: absolute;
  top: clamp(-20px, -1.3888888889vw, 0px);
  right: clamp(-60px, -4.1666666667vw, 0px);
  right: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-foryou__roll {
    top: calc(0 / var(--view-size-sp) * 100vw);
    right: calc(-40 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__roll-icon {
  width: clamp(0px, 120 / 1440 * 100vw, 120px);
  height: auto;
  display: block;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
@media (max-width: 768px) {
  .p-foryou__roll-icon {
    width: calc(100 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 60 / 1440 * 100vw, 60px) clamp(0px, 48 / 1440 * 100vw, 48px);
}
@media (max-width: 768px) {
  .p-foryou__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__card {
  display: block;
}
.p-foryou__card-link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-foryou__card-link:hover {
  opacity: 0.8;
}
.p-foryou__card-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
}
@media (max-width: 768px) {
  .p-foryou__card-image {
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-foryou__card-content {
  padding: 0 clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-foryou__card-content {
    padding: 0 calc(4 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
}
@media (max-width: 768px) {
  .p-foryou__card-meta {
    margin-bottom: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-foryou__card-date {
  color: #666;
  font-family: "Lato", sans-serif;
}
.p-foryou__card-category {
  color: #666;
}
.p-foryou__card-category::first-letter {
  color: #c1272d;
}
.p-foryou__card-title {
  margin: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-foryou__card-title {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}

.p-ranking {
  position: relative;
}
.p-ranking__content .wpp-shortcode,
.p-ranking__content .wpp-list {
  display: none;
}
@media (min-width: 769px) {
  .p-ranking {
    background-color: #fff;
    padding: clamp(0px, 32 / 1440 * 100vw, 32px);
    border-radius: clamp(0px, 16 / 1440 * 100vw, 16px);
  }
  .p-ranking .c-section-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-ranking .c-section-title__en {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-ranking {
    padding: 0;
  }
}
.p-ranking__roll {
  position: absolute;
  top: clamp(-20px, -20 / 1440 * 100vw, 0px);
  right: clamp(-30px, -30 / 1440 * 100vw, 0px);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-ranking__roll {
    top: calc(20 / var(--view-size-sp) * 100vw);
    right: calc(-20 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__roll-icon {
  width: clamp(0px, 120 / 1440 * 100vw, 120px);
  height: auto;
  display: block;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
@media (max-width: 768px) {
  .p-ranking__roll-icon {
    width: calc(100 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0px, 32 / 1440 * 100vw, 32px);
}
@media (max-width: 768px) {
  .p-ranking__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(20 / var(--view-size-sp) * 100vw);
  }
}
@media (min-width: 769px) {
  .p-ranking__list-remaining {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0px, 32 / 1440 * 100vw, 32px);
  }
}
@media (max-width: 768px) {
  .p-ranking__list-remaining {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / var(--view-size-sp) * 100vw);
    grid-column: 1/-1;
  }
}
.p-ranking__card {
  display: block;
  min-width: 0;
}
.p-ranking__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-ranking__card-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__card-link:hover {
  opacity: 0.8;
}
.p-ranking__card--first .p-ranking__card-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-ranking__card--first .p-ranking__card-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-ranking__card-image {
  overflow: hidden;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-ranking__card-image {
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-ranking__card--first .p-ranking__card-image {
  width: 100%;
  aspect-ratio: 3/2;
}
@media (min-width: 769px) {
  .p-ranking__card:not(.p-ranking__card--first) .p-ranking__card-image {
    width: clamp(0px, 120 / 1440 * 100vw, 120px);
    aspect-ratio: 3/2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .p-ranking__card:not(.p-ranking__card--first) .p-ranking__card-image {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.p-ranking__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 769px) {
  .p-ranking__card-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-ranking__card-content {
    padding: 0 calc(4 / var(--view-size-sp) * 100vw);
  }
}
@media (min-width: 769px) {
  .p-ranking__card--first .p-ranking__card-content {
    padding-top: clamp(0px, 16 / 1440 * 100vw, 16px);
  }
}
@media (max-width: 768px) {
  .p-ranking__card--first .p-ranking__card-content {
    padding-top: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  min-width: 0;
}
@media (max-width: 768px) {
  .p-ranking__card-meta {
    margin-bottom: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-ranking__card-date {
  color: #666;
  font-family: "Lato", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-ranking__card-category {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-ranking__card-category::first-letter {
  color: #c1272d;
}
.p-ranking__card-title {
  margin: 0;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 768px) {
  .p-ranking__card-title {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}

.p-category {
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 120 / 1440 * 100vw, 120px) clamp(0px, 120 / 1440 * 100vw, 120px);
}
@media (max-width: 768px) {
  .p-category {
    padding: calc(60 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(80 / var(--view-size-sp) * 100vw);
  }
}
.p-category--article {
  padding: 0 clamp(0px, 120 / 1440 * 100vw, 120px)
    clamp(0px, 80 / 1440 * 100vw, 80px);
}
@media (max-width: 768px) {
  .p-category--article {
    padding: calc(60 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(80 / var(--view-size-sp) * 100vw);
  }
}
.p-category__inner {
  position: relative;
}
.p-category__title-wrap {
  text-align: center;
  background-color: #f8f6f4;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 clamp(0px, 24 / 1440 * 100vw, 24px);
}
@media (max-width: 768px) {
  .p-category__title-wrap {
    padding: 0 calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-category__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(0px, 48 / 1440 * 100vw, 48px);
  font-weight: 700;
  color: #c1272d;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-category__title-en {
    font-size: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-category__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  color: #333;
  margin: clamp(0px, 8 / 1440 * 100vw, 8px) 0 0;
}
@media (max-width: 768px) {
  .p-category__title-ja {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    margin: calc(8 / var(--view-size-sp) * 100vw) 0 0;
  }
}
.p-category__content {
  border: clamp(0px, 2 / 1440 * 100vw, 2px) dotted #c1272d;
  border-radius: clamp(0px, 16 / 1440 * 100vw, 16px);
  padding: clamp(0px, 80 / 1440 * 100vw, 80px);
}
@media (max-width: 768px) {
  .p-category__content {
    border: calc(1 / var(--view-size-sp) * 100vw) dotted #c1272d;
    border-radius: calc(16 / var(--view-size-sp) * 100vw);
    padding: calc(60 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(40 / var(--view-size-sp) * 100vw);
  }
}
.p-category__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 24 / 1440 * 100vw, 24px);
}
@media (max-width: 768px) {
  .p-category__grid {
    grid-template-columns: 1fr;
    gap: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-category__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(0px, 16 / 1440 * 100vw, 16px)
    clamp(0px, 48 / 1440 * 100vw, 48px);
  background-color: #c1272d;
  border: none;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .p-category__btn {
    padding: calc(16 / var(--view-size-sp) * 100vw)
      calc(48 / var(--view-size-sp) * 100vw);
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    border-radius: clamp(0px, 8 / var(--view-size-sp) * 100vw, 8px);
  }
}
.p-category__btn:hover {
  opacity: 0.8;
}
.p-category__btn-icon {
  position: absolute;
  right: clamp(0px, 16 / 1440 * 100vw, 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: clamp(0px, 16 / 1440 * 100vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-category__btn-icon {
    right: calc(16 / var(--view-size-sp) * 100vw);
    width: calc(16 / var(--view-size-sp) * 100vw);
    height: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-category__btn-icon img {
  width: 100%;
  height: auto;
  display: block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-article {
  margin-top: clamp(0px, 140 / 1440 * 100vw, 140px);
  padding: clamp(0px, 40 / 1440 * 100vw, 40px) 0
    clamp(0px, 80 / 1440 * 100vw, 80px);
  background-color: #f8f6f4;
  position: relative;
}
@media (max-width: 768px) {
  .p-article {
    padding: 0;
    margin-top: clamp(0px, 94 / var(--view-size-sp) * 100vw, 140px);
  }
}
.p-article__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: clamp(0px, 400 / 1440 * 100vw, 400px);
  background-color: #c1272d;
  z-index: 0;
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media (max-width: 768px) {
  .p-article__bg {
    display: none;
  }
}
@media (min-width: 769px) {
  .p-article__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/bg.png");
    background-repeat: repeat;
    background-size: 100%;
    opacity: 0.3;
  }
}
.p-article__bg-pattern {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}
@media (min-width: 769px) {
  .p-article__bg-pattern {
    display: none;
  }
}
.p-article__inner {
  max-width: clamp(0px, 800 / 1440 * 100vw, 800px);
  margin: 0 auto;
  padding: clamp(0px, 40 / 1440 * 100vw, 40px)
    clamp(0px, 140 / 1440 * 100vw, 140px) clamp(0px, 80 / 1440 * 100vw, 80px);
  background-color: #fff;
  border-radius: clamp(0px, 100 / 1440 * 100vw, 100px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-article__inner {
    padding: calc(40 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw);
    border-radius: calc(30 / var(--view-size-sp) * 100vw);
    max-width: 100%;
  }
}
.p-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 24 / 1440 * 100vw, 24px);
}
@media (max-width: 768px) {
  .p-article__meta {
    margin-bottom: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 12 / 1440 * 100vw, 12px);
}
@media (max-width: 768px) {
  .p-article__category {
    gap: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-article__category-link {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .p-article__category-link {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-article__category-link:hover {
  color: #c1272d;
}
.p-article__category-link::first-letter {
  color: #c1272d;
}
.p-article__date {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: #666;
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  .p-article__date {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-article__title,
.p-article h1 {
  font-size: clamp(0px, 32 / 1440 * 100vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 clamp(0px, 32 / 1440 * 100vw, 32px);
}
@media (max-width: 768px) {
  .p-article__title,
  .p-article h1 {
    font-size: calc(20 / var(--view-size-sp) * 100vw);
    margin: 0 0 calc(24 / var(--view-size-sp) * 100vw);
  }
}
.p-article__thumbnail {
  width: 100%;
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-article__thumbnail {
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__toc {
  background-color: #f8f6f4;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
  padding: clamp(0px, 24 / 1440 * 100vw, 24px);
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .p-article__toc {
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
    padding: calc(20 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
  padding-right: clamp(0px, 16 / 1440 * 100vw, 16px);
  -webkit-transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .p-article__toc-header {
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
    padding-right: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc.is-closed .p-article__toc-header {
  margin: 0;
}
.p-article__toc-title {
  font-size: clamp(0px, 18 / 1440 * 100vw, 18px);
  font-weight: 700;
  color: #c1272d;
  margin: 0;
}
@media (max-width: 768px) {
  .p-article__toc-title {
    font-size: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: clamp(0px, 24 / 1440 * 100vw, 24px);
  height: clamp(0px, 24 / 1440 * 100vw, 24px);
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .p-article__toc-toggle {
    width: calc(20 / var(--view-size-sp) * 100vw);
    height: calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-toggle:hover {
  opacity: 0.7;
}
.p-article__toc-toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #c1272d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-article__toc-toggle-icon {
    height: 1.5px;
  }
}
.p-article__toc-toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 2px;
  background-color: #c1272d;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-article__toc-toggle-icon::before {
    height: 1.5px;
  }
}
.p-article__toc.is-closed .p-article__toc-toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-article__toc:not(.is-closed) .p-article__toc-toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.p-article__toc-list {
  margin: 0;
  padding: 0;
  padding-top: clamp(0px, 16 / 1440 * 100vw, 16px);
  list-style: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 1;
  border-top: 3px double #c1272d;
}
@media (max-width: 768px) {
  .p-article__toc-list {
    padding-top: calc(12 / var(--view-size-sp) * 100vw);
    border-top: 3px double #c1272d;
  }
}
.p-article__toc.is-closed .p-article__toc-list {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding-top: 0;
  border-top-color: transparent;
}
.p-article__toc-item {
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  position: relative;
  padding-left: clamp(0px, 20 / 1440 * 100vw, 20px);
}
@media (max-width: 768px) {
  .p-article__toc-item {
    margin-bottom: calc(8 / var(--view-size-sp) * 100vw);
    padding-left: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-item:last-child {
  margin-bottom: 0;
}
.p-article__toc-item--h2 a {
  font-weight: 500;
}
.p-article__toc-item--h2::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c1272d;
  font-size: clamp(0px, 10 / 1440 * 100vw, 10px);
}
@media (max-width: 768px) {
  .p-article__toc-item--h2::before {
    font-size: calc(10 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-item--h3 {
  padding-left: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .p-article__toc-item--h3 {
    padding-left: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-item--h3::before {
  content: "-";
  position: absolute;
  left: clamp(0px, 24 / 1440 * 100vw, 24px);
  color: #c1272d;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-article__toc-item--h3::before {
    left: calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-item a {
  color: #333;
  text-decoration: none;
  font-size: clamp(0px, 15 / 1440 * 100vw, 15px);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
@media (max-width: 768px) {
  .p-article__toc-item a {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
}
.p-article__toc-item a:hover {
  color: #c1272d;
}
.p-article__content {
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .p-article__content {
    font-size: calc(15 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content p {
  margin: 0 0 clamp(0px, 24 / 1440 * 100vw, 24px);
}
@media (max-width: 768px) {
  .p-article__content p {
    margin: 0 0 calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content h2 {
  font-size: clamp(0px, 24 / 1440 * 100vw, 24px);
  font-weight: 700;
  margin: clamp(0px, 48 / 1440 * 100vw, 48px) 0
    clamp(0px, 24 / 1440 * 100vw, 24px);
  border-top: 1px solid #c1272d;
  border-bottom: 1px solid #c1272d;
  color: #c1272d;
  padding: clamp(0px, 12 / 1440 * 100vw, 12px) 0;
}
@media (max-width: 768px) {
  .p-article__content h2 {
    font-size: calc(17 / var(--view-size-sp) * 100vw);
    margin: calc(36 / var(--view-size-sp) * 100vw) 0
      calc(20 / var(--view-size-sp) * 100vw);
    padding: calc(12 / var(--view-size-sp) * 100vw) 0;
  }
}
.p-article__content h3 {
  font-size: clamp(0px, 20 / 1440 * 100vw, 20px);
  font-weight: 700;
  margin: clamp(0px, 40 / 1440 * 100vw, 40px) 0
    clamp(0px, 20 / 1440 * 100vw, 20px);
  color: #c1272d;
  border-left: clamp(0px, 3 / 1440 * 100vw, 3px) solid #c1272d;
  padding-left: clamp(0px, 16 / 1440 * 100vw, 16px);
}
@media (max-width: 768px) {
  .p-article__content h3 {
    font-size: calc(16 / var(--view-size-sp) * 100vw);
    margin: calc(32 / var(--view-size-sp) * 100vw) 0
      calc(16 / var(--view-size-sp) * 100vw);
    border-left: calc(3 / var(--view-size-sp) * 100vw) solid #c1272d;
    padding-left: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: clamp(0px, 32 / 1440 * 100vw, 32px) 0;
  border-radius: clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-article__content img {
    margin: calc(24 / var(--view-size-sp) * 100vw) 0;
    border-radius: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content ul,
.p-article__content ol {
  margin: 0 0 clamp(0px, 24 / 1440 * 100vw, 24px);
  padding-left: clamp(0px, 24 / 1440 * 100vw, 24px);
}
@media (max-width: 768px) {
  .p-article__content ul,
  .p-article__content ol {
    margin: 0 0 calc(20 / var(--view-size-sp) * 100vw);
    padding-left: calc(4 / var(--view-size-sp) * 100vw);
    padding-right: calc(4 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content li {
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-article__content li {
    margin-bottom: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content a {
  color: #1967d2;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-article__content a:hover {
  opacity: 0.7;
}
.p-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: clamp(0px, 32 / 1440 * 100vw, 32px) 0;
}
@media (max-width: 768px) {
  .p-article__content table {
    margin: calc(24 / var(--view-size-sp) * 100vw) 0;
  }
}
.p-article__content table th,
.p-article__content table td {
  border: 1px solid #eee;
  padding: clamp(0px, 12 / 1440 * 100vw, 12px);
  text-align: left;
}
@media (max-width: 768px) {
  .p-article__content table th,
  .p-article__content table td {
    padding: calc(10 / var(--view-size-sp) * 100vw);
  }
}
.p-article__content table tr:nth-of-type(2n + 1) {
  background-color: #fafbfc;
}
.p-article__toc a {
  color: inherit;
  text-decoration: none;
}
.p-article__toc blockquote {
  border-left: clamp(0px, 4 / 1440 * 100vw, 4px) solid #c1272d;
  padding-left: clamp(0px, 24 / 1440 * 100vw, 24px);
  margin: clamp(0px, 32 / 1440 * 100vw, 32px) 0;
  color: #666;
}
@media (max-width: 768px) {
  .p-article__toc blockquote {
    border-left: calc(3 / var(--view-size-sp) * 100vw) solid #c1272d;
    padding-left: calc(16 / var(--view-size-sp) * 100vw);
    margin: calc(24 / var(--view-size-sp) * 100vw) 0;
  }
}
.p-article__toc .marker-under-blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #a8dafb)
  );
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}
.p-article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 20 / 1440 * 100vw, 20px);
  background-color: #f8f6f4;
  border-radius: clamp(0px, 16 / 1440 * 100vw, 16px);
  padding: clamp(0px, 24 / 1440 * 100vw, 24px);
  max-width: clamp(0px, 400 / 1440 * 100vw, 400px);
  margin: auto;
  margin-top: clamp(0px, 40 / 1440 * 100vw, 40px);
  display: none;
}
@media (max-width: 768px) {
  .p-article__author {
    gap: calc(16 / var(--view-size-sp) * 100vw);
    border-radius: calc(12 / var(--view-size-sp) * 100vw);
    padding: calc(20 / var(--view-size-sp) * 100vw);
    margin-top: calc(32 / var(--view-size-sp) * 100vw);
    display: none;
  }
}
.p-article__author-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: clamp(0px, 60 / 1440 * 100vw, 60px);
  height: clamp(0px, 60 / 1440 * 100vw, 60px);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-article__author-icon {
    width: calc(50 / var(--view-size-sp) * 100vw);
    height: calc(50 / var(--view-size-sp) * 100vw);
  }
}
.p-article__author-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}
.p-article__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-article__author-info {
    gap: calc(6 / var(--view-size-sp) * 100vw);
  }
}
.p-article__author-label {
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .p-article__author-label {
    font-size: calc(11 / var(--view-size-sp) * 100vw);
  }
}
.p-article__author-name {
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .p-article__author-name {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}

.p-breadcrumb {
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .p-breadcrumb {
    margin-bottom: calc(24 / var(--view-size-sp) * 100vw);
  }
}
@media (max-width: 768px) {
  .p-breadcrumb--pc {
    display: none;
  }
}
.p-breadcrumb--sp {
  padding: 0 calc(20 / var(--view-size-sp) * 100vw);
  margin-bottom: calc(8 / var(--view-size-sp) * 100vw);
}
@media (min-width: 769px) {
  .p-breadcrumb--sp {
    display: none;
  }
}
.p-breadcrumb::-webkit-scrollbar {
  height: 4px;
}
.p-breadcrumb::-webkit-scrollbar-track {
  background: transparent;
}
.p-breadcrumb::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-breadcrumb__list {
    gap: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-breadcrumb__list h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
}
@media (max-width: 768px) {
  .p-breadcrumb__list h1 {
    font-size: inherit;
    margin: inherit;
  }
}
.p-breadcrumb__item {
  color: #666;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-breadcrumb__item a {
  color: #c1272d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.p-breadcrumb__item a:hover {
  opacity: 0.7;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: clamp(0px, 8 / 1440 * 100vw, 8px);
}
@media (max-width: 768px) {
  .p-breadcrumb__item:not(:last-child)::after {
    margin-left: calc(6 / var(--view-size-sp) * 100vw);
  }
}
.p-breadcrumb__item:last-child {
  color: #333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-breadcrumb__item:last-child {
    padding-right: calc(20 / var(--view-size-sp) * 100vw);
  }
}

.p-footer {
  background-color: #c1272d;
  border-radius: clamp(0px, 100 / 1440 * 100vw, 100px)
    clamp(0px, 100 / 1440 * 100vw, 100px) 0 0;
  padding: clamp(0px, 60 / 1440 * 100vw, 60px) 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-footer {
    border-radius: calc(30 / var(--view-size-sp) * 100vw)
      calc(30 / var(--view-size-sp) * 100vw) 0 0;
    padding: calc(60 / var(--view-size-sp) * 100vw) 0
      calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__pagetop {
  position: absolute;
  top: 0;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(0px, 60 / 1440 * 100vw, 60px);
  height: clamp(0px, 60 / 1440 * 100vw, 60px);
  background-color: #c1272d;
  border: clamp(0px, 5 / 1440 * 100vw, 5px) solid #f8f6f4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-footer__pagetop {
    right: 8%;
    width: calc(50 / var(--view-size-sp) * 100vw);
    height: calc(50 / var(--view-size-sp) * 100vw);
    border: calc(4 / var(--view-size-sp) * 100vw) solid #f8f6f4;
  }
}
.p-footer__pagetop:hover {
  opacity: 0.8;
}
.p-footer__pagetop img {
  width: clamp(0px, 20 / 1440 * 100vw, 20px);
  height: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .p-footer__pagetop img {
    width: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__inner {
  text-align: center;
}
.p-footer__logo {
  margin-bottom: clamp(0px, 20 / 1440 * 100vw, 20px);
}
@media (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__logo img {
  width: clamp(0px, 240 / 1440 * 100vw, 240px);
  height: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-footer__logo img {
    width: calc(220 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 24 / 1440 * 100vw, 24px);
  max-width: clamp(0px, 800 / 1440 * 100vw, 800px);
  margin: auto;
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .p-footer__banners {
    grid-template-columns: 1fr;
    gap: calc(16 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
    max-width: calc(800 / var(--view-size-sp) * 100vw);
    padding: 0 calc(20 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__banner {
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.p-footer__banner img {
  width: 100%;
  height: auto;
  display: block;
}
.p-footer__nav {
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
@media (max-width: 768px) {
  .p-footer__nav {
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .p-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(16 / var(--view-size-sp) * 100vw);
  }
}
.p-footer__menu-item {
  position: relative;
}
@media (min-width: 769px) {
  .p-footer__menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: clamp(0px, 1 / 1440 * 100vw, 1px);
    height: clamp(0px, 20 / 1440 * 100vw, 20px);
    background-color: rgba(255, 255, 255, 0.431372549);
  }
}
.p-footer__menu-link {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0 clamp(0px, 32 / 1440 * 100vw, 32px);
}
@media (max-width: 768px) {
  .p-footer__menu-link {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    padding: 0;
  }
}
.p-footer__menu-link:hover {
  opacity: 0.7;
}
.p-footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .p-footer__copyright {
    font-size: calc(10 / var(--view-size-sp) * 100vw);
  }
}

@media (min-width: 769px) {
  .p-slide-menu {
    display: none;
  }
}
.p-slide-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.p-slide-menu__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.p-slide-menu__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100vh;
  background-color: #f8f6f4;
  z-index: 10000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  overflow-y: auto;
  padding: calc(80 / var(--view-size-sp) * 100vw)
    calc(20 / var(--view-size-sp) * 100vw)
    calc(40 / var(--view-size-sp) * 100vw);
}
.p-slide-menu__content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.p-slide-menu__close {
  position: absolute;
  top: calc(20 / var(--view-size-sp) * 100vw);
  right: calc(20 / var(--view-size-sp) * 100vw);
  width: calc(24 / var(--view-size-sp) * 100vw);
  height: calc(24 / var(--view-size-sp) * 100vw);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
}
.p-slide-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #c1272d;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.p-slide-menu__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-slide-menu__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-slide-menu__close:hover span {
  opacity: 0.7;
}
.p-slide-menu__search {
  margin-bottom: calc(40 / var(--view-size-sp) * 100vw);
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
.p-slide-menu__search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f6f4;
  border-radius: calc(8 / var(--view-size-sp) * 100vw);
  overflow: hidden;
}
.p-slide-menu__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: calc(12 / var(--view-size-sp) * 100vw)
    calc(16 / var(--view-size-sp) * 100vw);
  border: none;
  background: transparent;
  font-size: calc(14 / var(--view-size-sp) * 100vw);
  outline: none;
}
.p-slide-menu__search-input::-webkit-input-placeholder {
  color: #999;
}
.p-slide-menu__search-input::-moz-placeholder {
  color: #999;
}
.p-slide-menu__search-input::-ms-input-placeholder {
  color: #999;
}
.p-slide-menu__search-input::placeholder {
  color: #999;
}
.p-slide-menu__search-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-slide-menu__search-btn img {
  width: calc(20 / var(--view-size-sp) * 100vw);
  height: auto;
}
.p-slide-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: calc(8 / var(--view-size-sp) * 100vw);
  font-size: calc(16 / var(--view-size-sp) * 100vw);
  font-weight: 700;
  color: #c1272d;
  margin: 0;
  padding-top: calc(16 / var(--view-size-sp) * 100vw);
  padding-bottom: calc(16 / var(--view-size-sp) * 100vw);
  border-bottom: 1px solid rgba(193, 39, 45, 0.1607843137);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .p-slide-menu__title {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}
.p-slide-menu__title:hover {
  opacity: 0.7;
}
.p-slide-menu__title--no-border {
  border-bottom: none;
}
.p-slide-menu__title-icon {
  width: calc(14 / var(--view-size-sp) * 100vw);
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-slide-menu__link {
  display: block;
  padding: calc(12 / var(--view-size-sp) * 100vw) 0;
  color: #333;
  text-decoration: none;
  font-size: calc(14 / var(--view-size-sp) * 100vw);
  border-bottom: 1px solid #e8e6e4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-slide-menu__link:hover {
  color: #c1272d;
}
.p-slide-menu__external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(8 / var(--view-size-sp) * 100vw);
  padding: calc(16 / var(--view-size-sp) * 100vw)
    calc(24 / var(--view-size-sp) * 100vw);
  background-color: #c1272d;
  color: #fff;
  text-decoration: none;
  font-size: calc(14 / var(--view-size-sp) * 100vw);
  font-weight: 700;
  border-radius: calc(8 / var(--view-size-sp) * 100vw);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-slide-menu__external-link:hover {
  opacity: 0.8;
}
.p-slide-menu__external-icon {
  width: calc(16 / var(--view-size-sp) * 100vw);
  height: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-archive {
  padding: clamp(0px, 160 / 1440 * 100vw, 160px)
    clamp(0px, 120 / 1440 * 100vw, 120px) clamp(0px, 120 / 1440 * 100vw, 120px);
}
@media (max-width: 768px) {
  .p-archive {
    padding: calc(100 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw)
      calc(80 / var(--view-size-sp) * 100vw);
  }
}
.p-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-archive__header {
  margin-bottom: clamp(0px, 60 / 1440 * 100vw, 60px);
}
@media (max-width: 768px) {
  .p-archive__header {
    margin-bottom: calc(40 / var(--view-size-sp) * 100vw);
  }
}
.p-archive__title {
  font-size: clamp(0px, 32 / 1440 * 100vw, 32px);
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-archive__title {
    font-size: calc(24 / var(--view-size-sp) * 100vw);
  }
}
.p-archive__search-query {
  text-align: center;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  color: #666;
  margin-top: clamp(0px, 16 / 1440 * 100vw, 16px);
}
@media (max-width: 768px) {
  .p-archive__search-query {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    margin-top: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-archive__empty {
  text-align: center;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  color: #666;
  padding: clamp(0px, 60 / 1440 * 100vw, 60px) 0;
}
@media (max-width: 768px) {
  .p-archive__empty {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    padding: calc(40 / var(--view-size-sp) * 100vw) 0;
  }
}

.p-pagination {
  margin-top: clamp(0px, 60 / 1440 * 100vw, 60px);
}
@media (max-width: 768px) {
  .p-pagination {
    margin-top: calc(40 / var(--view-size-sp) * 100vw);
  }
}
.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .p-pagination__list {
    gap: calc(8 / var(--view-size-sp) * 100vw);
  }
}
.p-pagination__item {
  margin: 0;
  padding: 0;
}
.p-pagination__item a,
.p-pagination__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: clamp(0px, 20 / 1440 * 100vw, 20px);
  height: inherit;
  padding: clamp(0px, 8 / 1440 * 100vw, 8px);
  border-radius: 0;
  text-decoration: none;
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-pagination__item a,
  .p-pagination__item span {
    min-width: calc(20 / var(--view-size-sp) * 100vw);
    height: inherit;
    padding: calc(6 / var(--view-size-sp) * 100vw);
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
}
.p-pagination__item a {
  color: #333;
  background-color: transparent;
}
.p-pagination__item a img {
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: auto;
}
@media (max-width: 768px) {
  .p-pagination__item a img {
    width: calc(12 / var(--view-size-sp) * 100vw);
  }
}
.p-pagination__item span.current {
  background-color: transparent;
  color: #c1272d;
  border-bottom: 1px solid #c1272d;
}
.p-pagination__item .dots {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.p-pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wpp-no-data {
  display: none;
}

.marker-under-yellow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ff9)
  );
  background: linear-gradient(transparent 60%, #ff9 60%);
  color: inherit;
}

.marker-under-blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #a8dafb)
  );
  background: linear-gradient(transparent 60%, #a8dafb 60%);
  color: inherit;
}

.marker-under-red {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffd0d1)
  );
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
  color: inherit;
}

.is-style-border-solid {
  --box-border-color: #47585c;
  border: solid 2px var(--box-border-color);
  padding: 20px;
}

.is-style-border-double {
  --box-border-color: #47585c;
  border: double 4px var(--box-border-color);
  padding: 20px;
}

.is-style-border-dashed {
  --box-border-color: #47585c;
  border: dashed 2px var(--box-border-color);
  padding: 20px;
}

.is-style-border-dotted {
  --box-border-color: #47585c;
  border: dotted 2px var(--box-border-color);
  padding: 20px;
}

.is-style-border-thin-and-thick {
  border: 8px solid #eee;
  padding: 20px;
}

.is-style-border-radius-s-solid {
  --box-border-color: #47585c;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  border-radius: 8px;
}

.is-style-border-radius-s-double {
  --box-border-color: #47585c;
  border: double 4px var(--box-border-color);
  padding: 20px;
  border-radius: 8px;
}

.is-style-border-radius-s-dashed {
  --box-border-color: #47585c;
  border: dashed 2px var(--box-border-color);
  padding: 20px;
  border-radius: 8px;
}

.is-style-border-radius-s-dotted {
  --box-border-color: #47585c;
  border: dotted 2px var(--box-border-color);
  padding: 20px;
  border-radius: 8px;
}

.is-style-border-radius-s-thin-and-thick {
  border: 8px solid #eee;
  padding: 20px;
  border-radius: 8px;
}

.is-style-border-radius-l-solid {
  --box-border-color: #47585c;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  border-radius: 16px;
}

.is-style-border-radius-l-double {
  --box-border-color: #47585c;
  border: double 4px var(--box-border-color);
  padding: 20px;
  border-radius: 16px;
}

.is-style-border-radius-l-dashed {
  --box-border-color: #47585c;
  border: dashed 2px var(--box-border-color);
  padding: 20px;
  border-radius: 16px;
}

.is-style-border-radius-l-dotted {
  --box-border-color: #47585c;
  border: dotted 2px var(--box-border-color);
  padding: 20px;
  border-radius: 16px;
}

.is-style-border-radius-l-thin-and-thick {
  border: 8px solid #eee;
  padding: 20px;
  border-radius: 16px;
}

.is-style-blank-box-gray {
  --box-border-color: #999;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-red {
  --box-border-color: #e60033;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-pink {
  --box-border-color: #ff69b4;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-navy {
  --box-border-color: #000080;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-blue {
  --box-border-color: #4169e1;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-purple {
  --box-border-color: #884898;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-orange {
  --box-border-color: #ff8c00;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-yellow {
  --box-border-color: #ffd700;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-blank-box-green {
  --box-border-color: #32cd32;
  border: solid 2px var(--box-border-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.is-style-sticky-red {
  border-left: 6px solid #cd3740;
  background-color: #f5dadc;
  padding: 20px;
  border-radius: 4px;
}

.is-style-sticky-blue {
  border-left: 6px solid #4169e1;
  background-color: #dce8fc;
  padding: 20px;
  border-radius: 4px;
}

.is-style-sticky-yellow {
  border-left: 6px solid #ffc107;
  background-color: #fff9e6;
  padding: 20px;
  border-radius: 4px;
}

.is-style-sticky-green {
  border-left: 6px solid #32cd32;
  background-color: #e8f5e9;
  padding: 20px;
  border-radius: 4px;
}

/* ============================================================
   提携店舗 共通
   ============================================================ */

.p-shop-archive__breadcrumb-wrap {
  max-width: clamp(0px, 1080 / 1440 * 100vw, 1080px);
  margin: 0 auto;
}
.p-shop-archive__breadcrumb-wrap .p-breadcrumb {
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
}

.p-shop-archive__breadcrumb,
.p-shop-pref__breadcrumb,
.p-shop-single__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0px, 4 / 1440 * 100vw, 4px);
  margin-bottom: clamp(0px, 32 / 1440 * 100vw, 32px);
  font-size: clamp(0px, 13 / 1440 * 100vw, 13px);
  color: #666;
}
.p-shop-archive__breadcrumb a,
.p-shop-pref__breadcrumb a,
.p-shop-single__breadcrumb a {
  color: #666;
  text-decoration: underline;
}
.p-shop-archive__breadcrumb a:hover,
.p-shop-pref__breadcrumb a:hover,
.p-shop-single__breadcrumb a:hover {
  color: #333;
}
.p-shop-pref__breadcrumb-sep,
.p-shop-single__breadcrumb-sep {
  color: #aaa;
}

/* 戻るボタン */
.p-shop-pref__back,
.p-shop-single__back {
  margin-top: clamp(0px, 48 / 1440 * 100vw, 48px);
  text-align: center;
}
.p-shop-pref__back-btn,
.p-shop-single__back-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  padding: clamp(0px, 12 / 1440 * 100vw, 12px)
    clamp(0px, 24 / 1440 * 100vw, 24px);
  color: #333;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.p-shop-pref__back-arrow,
.p-shop-single__back-arrow {
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: clamp(0px, 16 / 1440 * 100vw, 16px);
  transform: rotate(180deg);
  filter: invert(0);
}

@media (max-width: 768px) {
  .p-shop-archive__breadcrumb-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__breadcrumb-wrap .p-breadcrumb {
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__breadcrumb,
  .p-shop-pref__breadcrumb,
  .p-shop-single__breadcrumb {
    gap: calc(4 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(24 / var(--view-size-sp) * 100vw);
    font-size: calc(11 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__back,
  .p-shop-single__back {
    margin-top: calc(40 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__back-btn,
  .p-shop-single__back-btn {
    gap: calc(6 / var(--view-size-sp) * 100vw);
    padding: calc(10 / var(--view-size-sp) * 100vw)
      calc(20 / var(--view-size-sp) * 100vw);
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__back-arrow,
  .p-shop-single__back-arrow {
    width: calc(14 / var(--view-size-sp) * 100vw);
    height: calc(14 / var(--view-size-sp) * 100vw);
  }
}

/* ============================================================
   提携店舗一覧（地図 + アコーディオン）
   ============================================================ */

.p-shop-archive,
.p-shop-pref {
  padding-bottom: clamp(0px, 160 / 1440 * 100vw, 160px);
  margin-top: clamp(0px, 140 / 1440 * 100vw, 140px);
}

.p-shop-archive--front {
  padding: clamp(0px, 0 / 1440 * 100vw, 0px)
    clamp(0px, 120 / 1440 * 100vw, 120px) clamp(0px, 200 / 1440 * 100vw, 200px);
  margin: 0;
}

@media (max-width: 768px) {
  .p-shop-archive.p-shop-archive--front {
    margin: 0;
  }
  .p-shop-archive.p-shop-archive--front .c-section-title {
    padding: 0 calc(20 / var(--view-size-sp) * 100vw);
  }
}

/* ヒーローエリア */
.p-shop-archive__hero {
  position: relative;
  padding: clamp(0px, 60 / 1440 * 100vw, 60px)
    clamp(0px, 20 / 1440 * 100vw, 20px);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: clamp(0px, 20 / 1440 * 100vw, 20px);
}
.p-shop-archive__hero-inner {
  margin: 0 auto;
}
.p-shop-archive__hero-en {
  font-size: clamp(0px, 40 / 1440 * 100vw, 40px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-family: "Lato", sans-serif;
}
.p-shop-archive__hero-line {
  display: block;
  width: 1px;
  height: clamp(0px, 20 / 1440 * 100vw, 20px);
  background-color: rgba(255, 255, 255, 1);
  margin: 0 auto clamp(0px, 12 / 1440 * 100vw, 12px);
}
.p-shop-archive__hero-ja {
  font-size: clamp(0px, 18 / 1440 * 100vw, 18px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
}
.p-shop-archive__hero-desc {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-shop-archive__note {
  font-size: clamp(0px, 13 / 1440 * 100vw, 13px);
  text-align: center;
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
  padding: 0 clamp(0px, 20 / 1440 * 100vw, 20px);
}

.p-shop-archive__inner {
  max-width: clamp(0px, 1080 / 1440 * 100vw, 1080px);
  margin: 0 auto;
  padding: 0 clamp(0px, 24 / 1440 * 100vw, 24px);
}

/* 2カラムレイアウト */
.p-shop-archive__layout {
  display: flex;
  gap: clamp(0px, 48 / 1440 * 100vw, 48px);
  align-items: flex-start;
}

/* 左：地図エリア */
.p-shop-archive__map-wrap {
  flex: 0 0 clamp(0px, 480 / 1440 * 100vw, 480px);
}
.p-shop-archive__map {
  position: relative;
  width: 100%;
}
.p-shop-archive__map-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 地図上のボタン */
.p-shop-archive__map-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  padding: clamp(0px, 5 / 1440 * 100vw, 5px) clamp(0px, 12 / 1440 * 100vw, 12px);
  background-color: #fff;
  color: #c1272d;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  font-weight: 700;
  border: 2px solid #c1272d;
  border-radius: 1000px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-shop-archive__map-btn.is-active {
  background-color: #c1272d;
  color: #fff;
}
.p-shop-archive__map-btn.is-active .p-shop-archive__map-btn-icon {
  filter: brightness(0) invert(1);
}
.p-shop-archive__map-btn-icon {
  width: clamp(0px, 12 / 1440 * 100vw, 12px);
  height: auto;
  flex-shrink: 0;
  display: block;
}
.p-shop-archive__map-btn[data-region="hokkaido-tohoku"] {
  top: 9%;
  left: 72%;
}
.p-shop-archive__map-btn[data-region="kanto"] {
  top: 72%;
  left: 62%;
}
.p-shop-archive__map-btn[data-region="chubu"] {
  top: 50%;
  left: 50%;
}
.p-shop-archive__map-btn[data-region="kinki"] {
  top: 70%;
  left: 40%;
}
.p-shop-archive__map-btn[data-region="chugoku-shikoku"] {
  top: 58%;
  left: 20%;
}
.p-shop-archive__map-btn[data-region="kyushu"] {
  top: 92%;
  left: 10%;
}

/* 右：アコーディオン */
.p-shop-archive__accordion-wrap {
  flex: 1;
  min-width: 0;
}
.p-shop-archive__accordion {
  border-bottom: 1px solid #e0e0e0;
}
.p-shop-archive__accordion:first-child {
  border-top: 1px solid #e0e0e0;
}
.p-shop-archive__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(0px, 20 / 1440 * 100vw, 20px)
    clamp(0px, 20 / 1440 * 100vw, 20px);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s;
}
.p-shop-archive__accordion-trigger:hover,
.p-shop-archive__accordion-trigger.is-active {
  background-color: #f9f6f2;
}
.p-shop-archive__accordion-label {
  font-size: clamp(0px, 15 / 1440 * 100vw, 15px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}
.p-shop-archive__accordion-icon {
  position: relative;
  width: clamp(0px, 16 / 1440 * 100vw, 16px);
  height: clamp(0px, 16 / 1440 * 100vw, 16px);
  flex-shrink: 0;
}
.p-shop-archive__accordion-icon::before,
.p-shop-archive__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1000px;
  background-color: #c1272d;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.p-shop-archive__accordion-icon::after {
  transform: rotate(90deg);
}
.p-shop-archive__accordion-trigger[aria-expanded="true"]
  .p-shop-archive__accordion-icon::after {
  transform: rotate(0deg);
  opacity: 0;
}

/* アコーディオン本体 */
.p-shop-archive__accordion-body {
  overflow: hidden;
  transition: max-height 0.35s ease;
  max-height: 0;
}
.p-shop-archive__accordion-body[hidden] {
  display: block; /* hiddenのままだとtransitionが効かないのでJSで制御 */
}
.p-shop-archive__pref-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  list-style: none;
  padding: clamp(0px, 16 / 1440 * 100vw, 16px)
    clamp(0px, 20 / 1440 * 100vw, 20px) clamp(0px, 20 / 1440 * 100vw, 20px);
  margin: 0;
  background-color: #faf8f5;
}
.p-shop-archive__pref-item {
  flex: 0 0 auto;
}
.p-shop-archive__pref-link {
  display: flex;
  align-items: center;
  gap: clamp(0px, 4 / 1440 * 100vw, 4px);
  padding: clamp(0px, 6 / 1440 * 100vw, 6px) clamp(0px, 14 / 1440 * 100vw, 14px);
  background-color: #fff;
  border: 1px solid #c2282d;
  border-radius: 4px;
  color: #333;
  font-size: clamp(0px, 13 / 1440 * 100vw, 13px);
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.p-shop-archive__pref-link:hover {
  background-color: #c2282d;
  color: #fff;
}
.p-shop-archive__pref-count {
  color: #c2282d;
  font-weight: 700;
}
.p-shop-archive__pref-link:hover .p-shop-archive__pref-count {
  color: #fff;
}
.p-shop-archive__pref-name {
  display: inline-flex;
  padding: clamp(0px, 6 / 1440 * 100vw, 6px) clamp(0px, 14 / 1440 * 100vw, 14px);
  background-color: white;
  color: #bbb;
  border-radius: 4px;
  font-size: clamp(0px, 13 / 1440 * 100vw, 13px);
  cursor: default;
}

/* SP */
@media (max-width: 768px) {
  .p-shop-archive,
  .p-shop-pref {
    padding: calc(0 / var(--view-size-sp) * 100vw) 0
      calc(120 / var(--view-size-sp) * 100vw);
    margin-top: clamp(0px, 94 / var(--view-size-sp) * 100vw, 140px);
  }
  .p-shop-archive__inner {
    max-width: 100%;
    padding: 0 calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__lead {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(24 / var(--view-size-sp) * 100vw);
  }
  /* SPヒーロー */
  .p-shop-archive__hero {
    padding: calc(48 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(20 / var(--view-size-sp) * 100vw);
  }

  .p-shop-archive__hero-en {
    font-size: calc(28 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__hero-line {
    height: calc(20 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(8 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__hero-ja {
    font-size: calc(15 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__hero-desc {
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__note {
    padding: 0 calc(20 / var(--view-size-sp) * 100vw);
    font-size: calc(11 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(24 / var(--view-size-sp) * 100vw);
  }
  /* SP: 縦並び */
  .p-shop-archive__layout {
    flex-direction: column;
    gap: calc(56 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__map-wrap {
    flex: none;
    width: 100%;
  }
  /* SP地図ボタン */
  .p-shop-archive__map-btn {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
    gap: calc(3 / var(--view-size-sp) * 100vw);
    padding: calc(6 / var(--view-size-sp) * 100vw)
      calc(14 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__map-btn[data-region="hokkaido-tohoku"] {
    top: 9%;
    left: 72%;
  }
  .p-shop-archive__map-btn[data-region="kanto"] {
    top: 72%;
    left: 65%;
  }
  .p-shop-archive__map-btn[data-region="chubu"] {
    top: 50%;
    left: 50%;
  }
  .p-shop-archive__map-btn[data-region="kinki"] {
    top: 80%;
    left: 40%;
  }
  .p-shop-archive__map-btn[data-region="chugoku-shikoku"] {
    top: 58%;
    left: 20%;
  }
  .p-shop-archive__map-btn[data-region="kyushu"] {
    top: 96%;
    left: 15%;
  }
  .p-shop-archive__map-btn-icon {
    width: calc(10 / var(--view-size-sp) * 100vw);
  }
  /* SPアコーディオン */
  .p-shop-archive__accordion-trigger {
    padding: calc(20 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__accordion-label {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__accordion-icon {
    width: calc(14 / var(--view-size-sp) * 100vw);
    height: calc(14 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__pref-list {
    gap: calc(6 / var(--view-size-sp) * 100vw);
    padding: calc(12 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-archive__pref-link {
    gap: calc(4 / var(--view-size-sp) * 100vw);
    padding: calc(6 / var(--view-size-sp) * 100vw)
      calc(12 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }

  .p-shop-archive__pref-name {
    padding: calc(6 / var(--view-size-sp) * 100vw)
      calc(12 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
}

/* ============================================================
   都道府県別店舗一覧
   ============================================================ */

.p-shop-pref {
  padding-bottom: clamp(0px, 160 / 1440 * 100vw, 160px);
}
.p-shop-pref__breadcrumb-wrap {
  max-width: clamp(0px, 1080 / 1440 * 100vw, 1080px);
  margin: 0 auto;
}
.p-shop-pref__breadcrumb-wrap .p-breadcrumb {
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
}
.p-shop-pref__inner {
  max-width: clamp(0px, 1080 / 1440 * 100vw, 1080px);
  margin: 0 auto;
  padding: clamp(0px, 48 / 1440 * 100vw, 48px)
    clamp(0px, 24 / 1440 * 100vw, 24px) 0;
}

/* タイトル行 */
.p-shop-pref__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(0px, 32 / 1440 * 100vw, 32px);
  border-bottom: 1px solid #00000010;
  padding-bottom: clamp(0px, 20 / 1440 * 100vw, 20px);
}
.p-shop-pref__title {
  display: flex;
  align-items: center;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
}
.p-shop-pref__title-en {
  font-size: clamp(0px, 40 / 1440 * 100vw, 40px);
  font-weight: 700;
  color: #333;
  font-family: serif;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
.p-shop-pref__title-ja {
  font-size: clamp(0px, 18 / 1440 * 100vw, 18px);
  color: #555;
  font-weight: 500;
}
.p-shop-pref__count {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: #666;
}
.p-shop-pref__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 24 / 1440 * 100vw, 24px);
  margin-bottom: clamp(0px, 48 / 1440 * 100vw, 48px);
}
.p-shop-pref__empty {
  text-align: center;
  color: #888;
  padding: clamp(0px, 48 / 1440 * 100vw, 48px) 0;
  font-size: clamp(0px, 15 / 1440 * 100vw, 15px);
}
.p-shop-pref__pagination {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 4 / 1440 * 100vw, 4px);
  margin-top: clamp(0px, 40 / 1440 * 100vw, 40px);
}
.p-shop-pref__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 36 / 1440 * 100vw, 36px);
  height: clamp(0px, 36 / 1440 * 100vw, 36px);
  border: 1px solid #ddd;
  color: #333;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.p-shop-pref__pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.p-shop-pref__pagination .page-numbers:hover:not(.current) {
  background-color: #f5f5f5;
}

/* 店舗カード */
.p-shop-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.2s;
  border-radius: 16px;
  overflow: hidden;
}

.p-shop-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-shop-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-shop-card__link:hover .p-shop-card__image img {
  transform: scale(1.03);
}
.p-shop-card__image--placeholder {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-shop-card__image--placeholder span {
  color: #bbb;
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  letter-spacing: 0.1em;
}
.p-shop-card__body {
  padding: clamp(0px, 20 / 1440 * 100vw, 20px);
  flex: 1;
}
.p-shop-card__name {
  font-size: clamp(0px, 18 / 1440 * 100vw, 18px);
  font-weight: 700;
  margin-bottom: clamp(0px, 8 / 1440 * 100vw, 8px);
  line-height: 1.5;
}
.p-shop-card__address,
.p-shop-card__tel {
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  color: #666;
  margin-bottom: clamp(0px, 4 / 1440 * 100vw, 4px);
  display: flex;
  align-items: flex-start;
  gap: clamp(0px, 4 / 1440 * 100vw, 4px);
  line-height: 1.6;
}
.p-shop-card__excerpt {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: #888;
  margin-top: clamp(0px, 8 / 1440 * 100vw, 8px);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-shop-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 4 / 1440 * 100vw, 4px);
  margin-top: clamp(0px, 10 / 1440 * 100vw, 10px);
}
.p-shop-card__tag {
  display: inline-block;
  padding: clamp(0px, 3 / 1440 * 100vw, 3px) clamp(0px, 12 / 1440 * 100vw, 12px);
  background-color: #fff;
  color: #555;
  font-size: clamp(0px, 11 / 1440 * 100vw, 11px);
  background-color: #f2f2f2;
  border-radius: 1000px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-shop-card__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0px, 6 / 1440 * 100vw, 6px);
  padding: clamp(0px, 10 / 1440 * 100vw, 10px)
    clamp(0px, 16 / 1440 * 100vw, 16px);
  border-top: 1px solid #e0e0e0;
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  color: #c8a97e;
  letter-spacing: 0.05em;
}
.p-shop-card__more img {
  width: clamp(0px, 14 / 1440 * 100vw, 14px);
  height: clamp(0px, 14 / 1440 * 100vw, 14px);
}

@media (max-width: 1024px) {
  .p-shop-pref__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-shop-pref {
    padding-bottom: calc(120 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__breadcrumb-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__breadcrumb-wrap .p-breadcrumb {
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__inner {
    max-width: 100%;
    padding: calc(32 / var(--view-size-sp) * 100vw)
      calc(16 / var(--view-size-sp) * 100vw) 0;
  }
  .p-shop-pref__header {
    margin-bottom: calc(20 / var(--view-size-sp) * 100vw);
    padding-bottom: calc(20 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__title {
    gap: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__title-en {
    font-size: calc(32 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__title-ja {
    font-size: calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__count {
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__grid {
    grid-template-columns: 1fr;
    gap: calc(16 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__empty {
    padding: calc(40 / var(--view-size-sp) * 100vw) 0;
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__pagination {
    gap: calc(4 / var(--view-size-sp) * 100vw);
    margin-top: calc(32 / var(--view-size-sp) * 100vw);
  }
  .p-shop-pref__pagination .page-numbers {
    width: calc(32 / var(--view-size-sp) * 100vw);
    height: calc(32 / var(--view-size-sp) * 100vw);
    font-size: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__image--placeholder span {
    font-size: calc(11 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__body {
    padding: calc(20 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__name {
    font-size: calc(18 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(6 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__address,
  .p-shop-card__tel {
    font-size: calc(11 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(4 / var(--view-size-sp) * 100vw);
    gap: calc(4 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__excerpt {
    font-size: calc(13 / var(--view-size-sp) * 100vw);
    margin-top: calc(6 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__tags {
    gap: calc(4 / var(--view-size-sp) * 100vw);
    margin-top: calc(8 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__tag {
    padding: calc(3 / var(--view-size-sp) * 100vw)
      calc(12 / var(--view-size-sp) * 100vw);
    font-size: calc(10 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__more {
    gap: calc(4 / var(--view-size-sp) * 100vw);
    padding: calc(8 / var(--view-size-sp) * 100vw)
      calc(12 / var(--view-size-sp) * 100vw);
    font-size: calc(11 / var(--view-size-sp) * 100vw);
  }
  .p-shop-card__more img {
    width: calc(12 / var(--view-size-sp) * 100vw);
    height: calc(12 / var(--view-size-sp) * 100vw);
  }
}

/* ============================================================
   店舗詳細
   ============================================================ */

.p-shop-single {
  padding-bottom: clamp(0px, 160 / 1440 * 100vw, 160px);
  margin-top: clamp(0px, 140 / 1440 * 100vw, 140px);
}
.p-shop-single__inner {
  max-width: clamp(0px, 860 / 1440 * 100vw, 860px);
  margin: 0 auto;
  padding: 0 clamp(0px, 24 / 1440 * 100vw, 24px);
}
.p-shop-detail__header {
  margin-top: clamp(0px, 20 / 1440 * 100vw, 20px);
  margin-bottom: clamp(0px, 20 / 1440 * 100vw, 20px);
}
.p-shop-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 6 / 1440 * 100vw, 6px);
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
}
.p-shop-detail__tag {
  display: inline-block;
  padding: clamp(0px, 4 / 1440 * 100vw, 4px) clamp(0px, 12 / 1440 * 100vw, 12px);
  background-color: #fff;
  color: #555;
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  border-radius: 1000px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-shop-detail__pref-badge {
  display: inline-block;
  padding: clamp(0px, 4 / 1440 * 100vw, 4px) clamp(0px, 12 / 1440 * 100vw, 12px);
  background-color: #f5efe8;
  color: #c8a97e;
  font-size: clamp(0px, 12 / 1440 * 100vw, 12px);
  border: 1px solid #c8a97e;
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
  letter-spacing: 0.05em;
}
.p-shop-detail__name {
  font-size: clamp(0px, 36 / 1440 * 100vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.p-shop-detail__thumbnail {
  margin-bottom: clamp(0px, 32 / 1440 * 100vw, 32px);
}
.p-shop-detail__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-shop-detail__info {
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
.p-shop-detail__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
.p-shop-detail__table th,
.p-shop-detail__table td {
  padding: clamp(0px, 14 / 1440 * 100vw, 14px)
    clamp(0px, 16 / 1440 * 100vw, 16px);
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  line-height: 1.7;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.p-shop-detail__table th {
  width: clamp(0px, 120 / 1440 * 100vw, 120px);
  font-weight: 700;
  color: #555;
  white-space: nowrap;
  background-color: #f9f6f2;
}
.p-shop-detail__table td {
  background-color: #fff;
}
.p-shop-detail__table td a {
  color: #c1272d;
  text-decoration: underline;
}
.p-shop-detail__site-link {
  display: inline-flex;
  align-items: center;
  gap: clamp(0px, 6 / 1440 * 100vw, 6px);
}
.p-shop-detail__external-icon {
  width: clamp(0px, 14 / 1440 * 100vw, 14px);
  height: clamp(0px, 14 / 1440 * 100vw, 14px);
}
.p-shop-detail__content {
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
  line-height: 1.9;
  font-size: clamp(0px, 15 / 1440 * 100vw, 15px);
  color: #444;
}
.p-shop-detail__section-title {
  font-size: clamp(0px, 16 / 1440 * 100vw, 16px);
  font-weight: 700;
  color: #c1272d;
  margin-bottom: clamp(0px, 16 / 1440 * 100vw, 16px);
  padding-left: clamp(0px, 12 / 1440 * 100vw, 12px);
  border-left: 3px solid #c1272d;
  line-height: 1.4;
}
/* SNSボタン */
.p-shop-detail__sns {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 16 / 1440 * 100vw, 16px);
  margin-bottom: clamp(0px, 40 / 1440 * 100vw, 40px);
}
.p-shop-detail__sns-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(0px, 8 / 1440 * 100vw, 8px);
  padding: clamp(0px, 16 / 1440 * 100vw, 16px)
    clamp(0px, 28 / 1440 * 100vw, 28px);
  border-radius: 1000px;
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.p-shop-detail__sns-btn:hover {
  opacity: 0.8;
}
.p-shop-detail__sns-btn--instagram {
  background-color: #c1272d;
}
.p-shop-detail__sns-btn--line {
  background-color: #1fb53d;
}
.p-shop-detail__sns-btn--twitter {
  background-color: #161616;
}
.p-shop-detail__sns-icon {
  width: clamp(0px, 18 / 1440 * 100vw, 18px);
  height: clamp(0px, 18 / 1440 * 100vw, 18px);
  flex-shrink: 0;
}

.p-shop-detail__map-address {
  font-size: clamp(0px, 14 / 1440 * 100vw, 14px);
  color: #555;
  margin-bottom: clamp(0px, 12 / 1440 * 100vw, 12px);
  line-height: 1.7;
}
.p-shop-detail__map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-shop-detail__map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .p-shop-single {
    padding-bottom: calc(120 / var(--view-size-sp) * 100vw);
    margin-top: calc(94 / var(--view-size-sp) * 100vw);
  }
  .p-shop-single__inner {
    max-width: 100%;
    padding: 0 calc(16 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__header {
    margin-top: calc(20 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(20 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__tags {
    gap: calc(6 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(10 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__tag {
    padding: calc(4 / var(--view-size-sp) * 100vw)
      calc(10 / var(--view-size-sp) * 100vw);
    font-size: calc(11 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__pref-badge {
    padding: calc(4 / var(--view-size-sp) * 100vw)
      calc(10 / var(--view-size-sp) * 100vw);
    font-size: calc(11 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(10 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__name {
    font-size: calc(26 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__thumbnail {
    margin-bottom: calc(24 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__info {
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__table tr {
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
  .p-shop-detail__table tr:last-child {
    border-bottom: none;
  }
  .p-shop-detail__table th,
  .p-shop-detail__table td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: calc(10 / var(--view-size-sp) * 100vw)
      calc(12 / var(--view-size-sp) * 100vw);
    font-size: calc(13 / var(--view-size-sp) * 100vw);
    box-sizing: border-box;
  }
  .p-shop-detail__table td {
    border-bottom: none;
  }
  .p-shop-detail__table th {
    width: 100%;
    white-space: normal;
  }
  .p-shop-detail__site-link {
    gap: calc(4 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__external-icon {
    width: calc(12 / var(--view-size-sp) * 100vw);
    height: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__content {
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
    font-size: calc(14 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__section-title {
    font-size: calc(15 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
    padding-left: calc(10 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__map-address {
    font-size: calc(14 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(12 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__sns {
    gap: calc(10 / var(--view-size-sp) * 100vw);
    margin-bottom: calc(32 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__sns-btn {
    gap: calc(6 / var(--view-size-sp) * 100vw);
    padding: calc(12 / var(--view-size-sp) * 100vw)
      calc(24 / var(--view-size-sp) * 100vw);
    font-size: calc(13 / var(--view-size-sp) * 100vw);
  }
  .p-shop-detail__sns-icon {
    width: calc(16 / var(--view-size-sp) * 100vw);
    height: calc(16 / var(--view-size-sp) * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */
