@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  border: none;
  vertical-align: middle;
  max-width: 100%;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

picture,
img,
a {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0.32px;
}
body.is-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 992px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: inherit;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.main {
  background-color: #f7f9fb;
  margin-top: 80px;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 72px;
  }
}

.p-single {
  display: grid;
  gap: 2rem;
}

.p-single__main {
  min-width: 0;
}

.p-single__sidebar {
  min-width: 0;
}
.p-single__sidebar .widget {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 1rem;
}
.p-single__sidebar .widget + .widget {
  margin-top: 1rem;
}
.p-single__sidebar .widget-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.p-post-list {
  display: grid;
  gap: 1rem;
}

.p-post-card {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
}

.p-post-card__link {
  display: block;
  padding: 1rem;
}

.p-post-card__meta {
  color: #687280;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.p-post-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-post-card__excerpt {
  line-height: 1.8;
  margin-top: 0.75rem;
}

.p-entry__pager {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.p-footer {
  border-top: 1px solid #e9ecef;
  padding: 1.25rem 0;
}

.p-footer__inner {
  display: grid;
  gap: 1.25rem;
}

.p-footer__brand {
  display: grid;
  gap: 0.75rem;
}

.p-footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}
.p-footer__logo img {
  width: auto;
  max-height: 44px;
}

.p-footer__text {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #687280;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.pagination ul {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8PX;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #E2E2E2;
  min-width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.8px;
  line-height: 2;
  background: #fff;
}
.pagination .current {
  background: #0057A6;
  color: #fff;
  border-color: #E2E2E2;
}

.page-numbers.prev,
.page-numbers.next {
  position: relative;
}

.page-numbers.prev::before,
.page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
}

.page-numbers.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.page-numbers.next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .p-single {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-footer__inner {
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-footer__nav {
    justify-self: end;
  }
  .p-footer__nav-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.column-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .column-layout {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.column-layout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(30px, 3.4722222222vw, 50px);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .column-layout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    max-width: 100%;
  }
}

.column-layout__main {
  width: 70.3333333333%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .column-layout__main {
    width: 100%;
  }
}

.column-layout__side {
  width: 25.5%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .column-layout__side {
    width: 100%;
  }
}

.dib {
  display: inline-block;
}

.fixed-line-button {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 9999;
  display: block;
  width: 85px;
}
.fixed-line-button img {
  display: block;
  width: 100%;
  height: auto;
}
.fixed-line-button:hover {
  opacity: 0.9;
}

.fv {
  background: url(../img/top/fv-bg-pc.png) no-repeat center center/cover;
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 1300px) {
  .fv {
    padding-left: 0;
  }
}

.fv__inner {
  height: 50vw;
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  .fv__inner {
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.fv__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .fv__content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.fv__catch-sub {
  color: #0057A6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 2.0833333333vw, 30px);
  font-weight: 600;
  line-height: 120%; /* 36px */
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .fv__catch-sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.fv__catch-main {
  color: #0057A6;
  font-family: "Shippori Mincho", serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 130%; /* 85.8px */
  letter-spacing: -4.62px;
  margin-top: 23px;
}
.fv__catch-main .c-1 {
  letter-spacing: 1.98px;
}
.fv__catch-main .c-2 {
  letter-spacing: 1.32px;
}
.fv__catch-main .c-3 {
  letter-spacing: 3.3px;
}
.fv__catch-main .c-4 {
  letter-spacing: -6.6px;
}
.fv__catch-main .c-5 {
  letter-spacing: -9.9px;
}
.fv__catch-main .c-7 {
  font-size: 69px;
  letter-spacing: -11.04px;
}
.fv__catch-main .c-8 {
  font-size: 69px;
  letter-spacing: -8.97px;
}
.fv__catch-main .c-9 {
  font-size: 69px;
  letter-spacing: -6.9px;
}
.fv__catch-main .c-10 {
  font-size: 57px;
  letter-spacing: -3.99px;
}
@media screen and (max-width: 992px) {
  .fv__catch-main {
    font-size: clamp(50px, 4.5833333333vw, 66px);
    letter-spacing: -4.62px;
    margin-top: 16px;
  }
  .fv__catch-main .c-7 {
    font-size: clamp(51px, 4.7916666667vw, 69px);
  }
  .fv__catch-main .c-8 {
    font-size: clamp(51px, 4.7916666667vw, 69px);
  }
  .fv__catch-main .c-9 {
    font-size: clamp(51px, 4.7916666667vw, 69px);
  }
  .fv__catch-main .c-10 {
    font-size: clamp(42px, 3.9583333333vw, 57px);
  }
}
@media screen and (max-width: 768px) {
  .fv__catch-main {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.1;
  }
}

.fv__badges {
  width: clamp(300px, 34.7222222222vw, 500px);
  margin-top: 35px;
}

.fv__card-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
.fv__card-img img {
  min-width: 50%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__card-img {
    position: static;
    max-height: 50vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  .fv__card-img {
    padding-right: 50px;
  }
}

.reason-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .reason-cards {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}

.reason-card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .reason-card {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}

.reason-card-img {
  width: 32.1167883212%;
  max-width: 132px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason-card-img {
    width: 25.7142857143%;
    max-width: 90px;
  }
}

.reason-card-body {
  padding: 36px 17px;
}
@media screen and (max-width: 768px) {
  .reason-card-body {
    padding: 18px 10px;
  }
}

.reason-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .reason-card-title {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.reason-card-text {
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .reason-card-text {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 12px;
  }
}

.reason2 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .reason2 {
    padding-top: 80px;
  }
}

.reason2-cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.2222222222vw, 32px);
}
@media screen and (max-width: 992px) {
  .reason2-cards {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason2-card {
  background: #fff;
  padding: 21px 25px 25px;
  width: calc(33.3333333333% - 21.3333333333px);
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .reason2-card {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.reason2-card-img {
  height: 100px;
}

.reason2-card-body {
  margin-top: 30px;
}

.reason2-card-title {
  text-align: center;
  color: #0057A6;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}

.reason2-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.28px;
  margin-top: 20px;
}

.top-about {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 80px;
  }
}

.top-about__content {
  margin-top: 40px;
  border-radius: 10px;
  background: #DCEAF4;
  padding: clamp(25px, 2.7777777778vw, 40px);
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}

.top-voice {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding-top: 80px;
  }
}

.top-voice__list {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-voice__list {
    margin-top: 30px;
  }
}

.top-voice__card {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.top-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-voice__icon {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-voice__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
}

.top-voice__star {
  font-size: 20px;
  line-height: 1;
  color: #d8d8d8;
}
.top-voice__star.is-active {
  color: #FFB400;
}

.top-voice__meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
}

.top-voice__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .top-voice__title {
    font-size: 18px;
  }
}

.top-voice__text {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .top-voice__text {
    font-size: 14px;
  }
}

.top-faq {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-top: 80px;
  }
}

.top-faq__list {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-faq__list {
    margin-top: 30px;
    gap: 16px;
  }
}

.top-faq__item {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  background: #FFFFFF;
  padding: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .top-faq__item {
    padding: 16px;
  }
}

.top-faq__question,
.top-faq__answer {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 768px) {
  .top-faq__question,
  .top-faq__answer {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.top-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #0057A6;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
  position: relative;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .top-faq__question {
    padding-right: 28px;
  }
}

.top-faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.top-faq__question[aria-expanded=true]::after {
  content: "−";
}

.top-faq__question-text {
  display: block;
}

.top-faq__answer-wrap {
  overflow: hidden;
}

.top-faq__answer {
  margin-top: 24px;
  color: #0057A6;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
  border-top: #E2E2E2 dashed 1px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-faq__answer {
    margin-top: 18px;
    padding-top: 18px;
  }
}

.top-faq__label {
  color: #0057A6;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}

.top-column {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-column {
    padding-top: 80px;
  }
}

.top-column__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .top-column__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}

.top-column__card {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

.top-column__link {
  display: block;
  color: inherit;
}

.top-column__thumb-wrap {
  background: #c6c6c8;
  aspect-ratio: 135/76;
}

.top-column__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-column__thumb--placeholder {
  background: #c6c6c8;
}

.top-column__body {
  padding: 22px 25px;
}
@media screen and (max-width: 768px) {
  .top-column__body {
    padding: 18px;
  }
}

.top-column__genres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.top-column__genre {
  color: #0057A6;
  border: 2px solid #0057A6;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.top-column__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-column__title {
    font-size: 20px;
    margin-top: 14px;
  }
}

.top-column__meta {
  margin-top: 20px;
  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: 16px;
}

.top-column__shop {
  background: #0057A6;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .top-column__shop {
    padding: 8px 16px;
  }
}

.top-column__date {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Roboto", sans-serif;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}
.top-column__more-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-column__more-wrap {
    margin-top: 30px;
  }
}

.c-button {
  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: 10px;
  color: #FFF;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  border-radius: 40px;
  background: #0057A6;
  padding: 20px 34px;
}
.c-button::after {
  content: "";
  background: url(../img/top/fv-arrow-white.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
}
.c-button:hover {
  opacity: 0.85;
}

.top-shop {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-shop {
    padding-top: 80px;
  }
}

.top-shop__regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.top-shop__region-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
  letter-spacing: 1.1px;
  color: #0057A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.top-shop__region-title::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #0057A6;
}

.top-shop__list {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 14px clamp(25px, 3.4722222222vw, 50px);
  list-style: none;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-shop__list {
    padding: 4px 25px;
  }
}

.top-shop__item {
  padding: 16px 0;
  border-bottom: 1px dotted #E2E2E2;
}
.top-shop__item:last-child {
  border-bottom: none;
}

.top-shop__name {
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  color: #0057A6;
  text-decoration: none;
}
.top-shop__name::before {
  content: "－ ";
}
.top-shop__name:hover {
  text-decoration: underline;
}

.top-shop__address {
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  margin-top: 7px;
}

.sidebar__title {
  color: #0057A6;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.44px;
}

.sidebar-genre__list {
  margin-top: 30px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sidebar-genre__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
  }
}

.sidebar-genre__item {
  margin: 0;
}

.sidebar-genre__image {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar-genre__image:hover {
  opacity: 0.7;
}

.sidebar-shop {
  margin-top: 50px;
}

.sidebar-shop .top-shop__regions {
  margin-top: 30px;
  gap: 30px;
}
.sidebar-shop .top-shop__list {
  padding: 4px 25px;
}
.sidebar-shop .top-shop__region-title {
  font-size: 18px;
  gap: 10px;
}
.sidebar-shop .top-shop__region-title::before {
  width: 13px;
  height: 13px;
}

.sidebar-x {
  margin-top: 50px;
}

.sidebar-x__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.sidebar-x__image {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}

.sidebar-line-cta {
  margin-top: 50px;
}

.sidebar-line-cta__lead {
  color: #06C755;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 100%; /* 20.8px */
  letter-spacing: 0.32px;
  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;
}
.sidebar-line-cta__lead::before, .sidebar-line-cta__lead::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #06c755;
  margin-top: 4px;
}
.sidebar-line-cta__lead::before {
  -webkit-transform: translateY(-50%) rotate(62deg);
          transform: translateY(-50%) rotate(62deg);
}
.sidebar-line-cta__lead::after {
  -webkit-transform: translateY(-50%) rotate(-62deg);
          transform: translateY(-50%) rotate(-62deg);
}
@media screen and (max-width: 768px) {
  .sidebar-line-cta__lead {
    font-size: 16px;
  }
}

.sidebar-line-cta__link {
  position: relative;
  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;
  gap: clamp(8px, 1.0416666667vw, 15px);
  width: 100%;
  max-width: 300px;
  padding: 14px 16px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background: #06c755;
  -webkit-box-shadow: 0 0 0 4px #06c755;
          box-shadow: 0 0 0 4px #06c755;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 10px;
  margin-inline: auto;
}
.sidebar-line-cta__link:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .sidebar-line-cta__link {
    gap: 15px;
  }
}

.sidebar-line-cta__icon {
  width: 34px;
  height: 32.584px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar-line-cta__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .sidebar-line-cta__text {
    font-size: 20px;
  }
}

.sidebar-line-cta__arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
.sidebar-line-cta__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(10px, 1.0416666667vw, 15px);
  height: clamp(10px, 1.0416666667vw, 15px);
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sidebar-line-cta__arrow::before {
    width: 15px;
    height: 15px;
  }
}

.p-page {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #FBFDFF;
}
@media screen and (max-width: 768px) {
  .p-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.entry__header {
  --page-hero-right-gap: calc(80 / 1440 * 100vw);
  width: calc(100vw - var(--page-hero-right-gap));
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  border-radius: 0 20px 20px 0;
  background: #dceaf4;
  padding-block: 90px;
}
@media screen and (max-width: 768px) {
  .entry__header {
    --page-hero-right-gap: 40px;
    padding-block: 30px;
    border-radius: 0 15px 15px 0;
  }
}

.entry__header-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .entry__header-inner {
    padding-inline: 35px;
  }
}

.p-page__heading {
  color: #0057A6;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-page__heading {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.entry__title {
  color: #0057A6;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.6px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entry__title {
    margin-top: 12px;
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}

.c-breadcrumb {
  margin-top: 40px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 30px;
  }
}

.breadcrumb-wrap {
  border-bottom: 1px solid #E2E2E2;
  background: #FFF;
}
.breadcrumb-wrap .c-breadcrumb {
  margin-top: 0 !important;
  max-width: 1200px;
  margin-inline: auto;
  padding: 12px 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrap .c-breadcrumb {
    padding: 12px 20px;
  }
}

.breadcrumb-wrap--bottom {
  border-top: 1px solid #E2E2E2;
  border-bottom: none;
}

.p-404 {
  background: #FBFDFF;
}

.p-404__content {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 90vh;
}
@media screen and (max-width: 768px) {
  .p-404__content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.p-404__lead {
  text-align: center;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}

.p-404__button {
  margin-top: 50px;
  max-width: 190px;
  margin-inline: auto;
}
.p-404__button .c-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-profile {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .company-profile {
    margin-top: 30px;
  }
}

.company-profile__row {
  border-bottom: 2px solid #E2E2E2;
}

.company-profile__label {
  width: 100px;
  border-bottom: 2px solid #0057A6;
  color: #0057A6;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  padding-block: 30px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .company-profile__label {
    padding: 20px 0;
  }
}

.company-profile__value {
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  padding: 30px 20px 30px 80px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .company-profile__value {
    padding: 20px 10px 20px 20px;
  }
}

.company-profile__list {
  list-style: square inside;
  color: #0057A6;
  margin: 0;
  padding: 0;
}
.company-profile__list li {
  margin-bottom: 8px;
  color: #333;
}
.company-profile__list li::marker {
  color: #0057A6;
}
.company-profile__list li:last-child {
  margin-bottom: 0;
}

.entry__content--policy {
  padding-top: 80px;
  padding-bottom: 100px;
}
.entry__content--policy h2 {
  color: #0057A6;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
  margin-top: 50px;
}
.entry__content--policy h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.44px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .entry__content--policy h3 {
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
  }
}
.entry__content--policy h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #E2E2E2;
  opacity: 0.5;
  bottom: 0;
}
.entry__content--policy h3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #0057A6;
  bottom: 0;
  left: 0;
}
.entry__content--policy ul,
.entry__content--policy ol {
  margin-top: 25px;
  margin-left: 1.5rem;
}
.entry__content--policy ul li::marker,
.entry__content--policy ol li::marker,
.entry__content--policy .wp-block-list li::marker {
  color: #0057A6;
}
.entry__content--policy ul {
  list-style: disc;
}
.entry__content--policy ol {
  list-style: decimal;
}
.entry__content--policy li {
  margin-top: 6px;
}

.policy-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.policy-nav a {
  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: 10px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.policy-nav a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-nav a:hover {
  background: #dceaf4;
}

@media (max-width: 768px) {
  .policy-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.policy-profile {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .policy-profile {
    margin-top: 30px;
  }
}

.policy-profile__row {
  border-bottom: 2px solid #E2E2E2;
}

.policy-profile__label {
  width: 200px;
  color: #0057A6;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  padding-block: 30px;
  text-align: left;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .policy-profile__label {
    padding: 20px 0;
  }
}
.policy-profile__label::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #0057A6;
  position: absolute;
  bottom: -2px;
}

.policy-profile__value {
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  padding: 30px 20px 30px 20px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .policy-profile__value {
    padding: 20px 10px 20px 20px;
  }
}

.policy-profile__list {
  list-style: square inside;
  color: #0057A6;
  margin: 0;
  padding: 0;
}
.policy-profile__list li {
  margin-bottom: 8px;
  color: #333;
}
.policy-profile__list li::marker {
  color: #0057A6;
}
.policy-profile__list li:last-child {
  margin-bottom: 0;
}

.contact__content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.contact__text {
  text-align: center;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}

.contact__btn {
  text-align: center;
  margin-top: 30px;
  max-width: 220px;
  margin-inline: auto;
}

.c-contact-form {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-contact-form {
    padding-top: 50px;
  }
}

.c-contact-form__form {
  width: 100%;
}

.c-form-group p {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  grid-template-columns: minmax(200px, 230px) minmax(0, 1fr);
  margin: 0;
  margin-top: 40px;
}
.c-form-group p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-form-group p {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.c-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  margin-top: 10px;
}
.c-form-label br {
  display: none;
}

.c-form-label__text {
  display: inline-block;
}

.c-form-label__badge {
  display: inline-block;
  background-color: #0057A6;
  color: #FFFFFF;
  padding: 5px 6px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%; /* 12px */
  letter-spacing: 0.36px;
}

.c-form-group--checkbox {
  margin-top: 50px;
  text-align: center;
}

.c-form-label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 4px;
  cursor: pointer;
}
.c-form-label--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-form-label--checkbox .c-form-checkbox {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: #0057A6;
}
.c-form-label--checkbox .c-form-checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.c-form-label--checkbox .c-form-label__text {
  margin-bottom: 4px;
}
.c-form-label--checkbox .c-form-label__text a {
  color: #0057A6;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-form-label--checkbox .c-form-label__text a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-form-label--checkbox .c-form-label__text {
    text-align: left;
  }
}

.c-form-input,
.c-form-textarea {
  display: block;
  width: 100%;
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  background: #F9F9F9;
  font-size: 1rem;
  font-family: inherit;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-form-input::-webkit-input-placeholder, .c-form-textarea::-webkit-input-placeholder {
  color: #999;
}
.c-form-input::-moz-placeholder, .c-form-textarea::-moz-placeholder {
  color: #999;
}
.c-form-input:-ms-input-placeholder, .c-form-textarea:-ms-input-placeholder {
  color: #999;
}
.c-form-input::-ms-input-placeholder, .c-form-textarea::-ms-input-placeholder {
  color: #999;
}
.c-form-input::placeholder,
.c-form-textarea::placeholder {
  color: #999;
}
.c-form-input:focus,
.c-form-textarea:focus {
  outline: none;
  border-color: #0057A6;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 87, 166, 0.1);
          box-shadow: 0 0 0 3px rgba(0, 87, 166, 0.1);
}
.c-form-input:disabled,
.c-form-textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.c-form-textarea {
  resize: vertical;
  height: 240px;
  padding: 22px;
}

.c-form-group--submit {
  text-align: center;
  margin-top: 40px;
}
.c-form-group--submit p {
  position: relative;
  display: inline-block;
  margin: 0;
}
.c-form-group--submit .contact-button {
  display: inline-block;
  width: 190px;
  color: #fff;
  border: none;
  border-radius: 999px;
  background-color: #0057A6;
  background-image: url(../img/top/fv-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 13px 13px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 87, 166, 0.2);
          box-shadow: 0 4px 15px rgba(0, 87, 166, 0.2);
  padding: 20px 48px 20px 30px;
}
.c-form-group--submit .contact-button:hover:not(:disabled) {
  background-color: rgb(0, 60.2710843373, 115);
  -webkit-box-shadow: 0 6px 20px rgba(0, 87, 166, 0.3);
          box-shadow: 0 6px 20px rgba(0, 87, 166, 0.3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-form-group--submit .contact-button:active:not(:disabled) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 10px rgba(0, 87, 166, 0.2);
          box-shadow: 0 2px 10px rgba(0, 87, 166, 0.2);
}
.c-form-group--submit .contact-button:disabled {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.c-form-group--submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -28px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.thanks__content {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .thanks__content {
    padding-top: 50px;
  }
}

.thanks__title {
  color: #0057A6;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}

.thanks__text {
  margin-top: 40px;
  text-align: center;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}

.shop-archive {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .shop-archive {
    padding-top: 50px;
  }
}

.shop-archive__pref + .shop-archive__pref {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .shop-archive__pref + .shop-archive__pref {
    margin-top: 80px;
  }
}

.shop-archive__pref-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
  color: #0057A6;
}
@media screen and (max-width: 768px) {
  .shop-archive__pref-title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}

.shop-archive__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: 30px;
  margin-top: 30px;
}

.shop-card {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .shop-card {
    padding: 20px;
  }
}

.shop-card__head {
  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: 12px;
  margin-bottom: 16px;
}

.shop-card__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .shop-card__name {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

.shop-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-card__detail-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #0057A6;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shop-card__detail-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}
.shop-card__detail-btn:hover {
  opacity: 0.8;
}

.shop-card__body {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .shop-card__body {
    grid-template-columns: 160px 1fr auto;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .shop-card__body {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.shop-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #c6c6c8;
}

.shop-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.shop-card__img--placeholder {
  width: 100%;
  height: 100%;
  background: #c6c6c8;
}

.shop-card__map-link {
  color: #0057A6;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
}

.shop-card__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #E2E2E2;
          box-shadow: inset 0 0 0 1px #E2E2E2;
}
.shop-card__table th {
  width: 80px;
  padding: 13px 23px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  vertical-align: middle;
  white-space: nowrap;
  background: rgba(0, 87, 166, 0.05);
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 1200px) {
  .shop-card__table th {
    padding: 13px 14px;
  }
}
.shop-card__table td {
  padding: 13px 23px;
  line-height: 1.6;
  vertical-align: top;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 1200px) {
  .shop-card__table td {
    padding: 13px 14px;
  }
}
.shop-card__table tr:last-child td {
  border-bottom: none;
}
.shop-card__table th:last-child,
.shop-card__table td:last-child {
  border-right: none;
}
.shop-card__table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.shop-card__table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.shop-card__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.shop-card__table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.shop-card__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .shop-card__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.shop-card__sns-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;
  width: 55px;
  height: 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shop-card__sns-btn:hover {
  opacity: 0.8;
}

.line-cta {
  background: #DCEAF4;
  padding: 60px 20px;
}

.line-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .line-cta__inner {
    text-align: left;
  }
}

.line-cta__title {
  color: #0057A6;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  letter-spacing: 0.6px;
}

.line-cta__button {
  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;
  gap: 12px;
  min-width: 238px;
  height: 53px;
  padding: 0 32px;
  background: #06c755;
  color: #fff;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.line-cta__button::after {
  content: "";
  background: url(../img/top/fv-arrow-white.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
}

.line-cta__button:hover {
  opacity: 0.8;
}

.line-cta__icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .line-cta {
    padding: 40px 20px;
  }
  .line-cta__title {
    font-size: 24px;
  }
  .line-cta__text {
    font-size: 16px;
  }
  .line-cta__button {
    width: 100%;
    max-width: 320px;
  }
}
.line-cta__button--inner {
  position: relative;
  margin-top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.line-cta__button--inner::before {
  content: "\\無料事前査定も受付中/";
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.32px;
  color: #06C755;
  white-space: nowrap;
}

.shop-info {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .shop-info {
    padding-bottom: 80px;
  }
}
.shop-info .shop-card__map-link {
  margin-left: 10px;
}

.shop-info2 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .shop-info2 {
    padding-top: 80px;
  }
}
.shop-info2 .shop-card__img-wrap {
  margin-top: 40px;
}
.shop-info2 .shop-card__map-link {
  margin-left: 10px;
}

.flow {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 80px;
  }
}

.flow-tabs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow-tabs-nav {
    margin-top: 30px;
  }
}

.flow-tabs-button {
  padding: clamp(13px, 1.5277777778vw, 22px);
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  background: #F0F0F0;
}
.flow-tabs-button span {
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}

.flow-tabs-button.is-active {
  background: #0057a6;
  color: #fff;
  border-color: #0057a6;
}

.flow-tabs-panel {
  display: none;
  border: 5px solid #0057a6;
  padding: clamp(25px, 3.125vw, 45px) clamp(20px, 3.4722222222vw, 50px) clamp(25px, 2.5vw, 36px);
  background: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .flow-tabs-panel {
    border: 3px solid #0057a6;
  }
}
.flow-tabs-panel a {
  color: #0057A6;
  text-decoration: underline;
}

.flow-tabs-panel.is-active {
  display: block;
}

.flow-step {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow-step {
    margin-bottom: 30px;
  }
}

.flow-step h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.flow-step h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
}

.flow-step-row {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .flow-step-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.flow-step-row img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .flow-step-row img {
    max-width: 300px;
    margin-inline: auto;
  }
}

.flow-step-row span {
  color: rgba(51, 51, 51, 0.5019607843);
}

.id-card-box {
  margin-bottom: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .id-card-box {
    margin-bottom: 30px;
  }
}

.id-card-box h4,
.point-box h4 {
  margin: 0;
  padding: 14px 20px;
  background: #0057A6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  text-align: center;
}

.id-card-box-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .id-card-box-content {
    grid-template-columns: 1fr;
  }
}

.id-card-box-content > div {
  padding: clamp(20px, 1.7361111111vw, 25px) clamp(20px, 2.7777777778vw, 40px);
}

.id-card-box-content > div + div {
  border-left: 1px dashed #d9d9d9;
}
@media screen and (max-width: 768px) {
  .id-card-box-content > div + div {
    border-left: none;
    border-top: 1px dashed #d9d9d9;
  }
}

.id-card-box h5 {
  margin-bottom: 14px;
  color: #0057a6;
  font-weight: 600;
  line-height: 140%;
}

.id-card-box li {
  list-style: disc;
  margin-left: 1.5rem;
}

.point-box {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
}

.point-box p {
  padding: clamp(20px, 1.7361111111vw, 25px) clamp(20px, 2.7777777778vw, 40px);
}

.shop-access {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .shop-access {
    padding-top: 80px;
  }
}

.shop-access-tabs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shop-access-tabs-nav {
    margin-top: 30px;
  }
}

.shop-access-tabs-button {
  padding: clamp(13px, 1.5277777778vw, 22px);
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  background: #F0F0F0;
}
.shop-access-tabs-button span {
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}

.shop-access-tabs-button.is-active {
  background: #0057a6;
  color: #fff;
  border-color: #0057a6;
}

.shop-access-tabs-panel {
  display: none;
  border: 5px solid #0057a6;
  padding: clamp(25px, 3.125vw, 45px) clamp(20px, 3.4722222222vw, 50px) clamp(25px, 2.5vw, 36px);
  background: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .shop-access-tabs-panel {
    border: 3px solid #0057a6;
  }
}
.shop-access-tabs-panel a {
  color: #0057A6;
  text-decoration: underline;
}

.shop-access-tabs-panel.is-active {
  display: block;
}

.shop-access-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .shop-access-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.shop-access-item {
  position: relative;
}

.shop-access-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.shop-access-img {
  display: block;
  width: 100%;
  aspect-ratio: 355/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-access-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  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: 45px;
  height: 45px;
  background: #fff;
  color: #0057a6;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  letter-spacing: 0.52px;
}

.shop-access-text {
  margin-top: 12px;
}

.shop-reason2 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .shop-reason2 {
    padding-top: 80px;
  }
}

.shop-reason2-cards {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .shop-reason2-cards {
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.shop-reason2-card {
  background: #fff;
  padding: 21px 25px 25px 10px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 168px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .shop-reason2-card {
    grid-template-columns: 1fr;
    margin-inline: auto;
    padding: 13px 20px;
  }
}

.shop-reason2-card-img {
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.shop-reason2-card-body span {
  color: #0057A6;
}

.shop-reason2-card-title,
.shop-reason2-card-title span {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .shop-reason2-card-title,
  .shop-reason2-card-title span {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.shop-reason2-card-text,
.shop-reason2-card-text span {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .shop-reason2-card-text,
  .shop-reason2-card-text span {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.28px;
  }
}

.fv-store-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fv-store-info-box {
    margin-top: 10px;
  }
}

.fv-store-info-box__label {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 160%; /* 48px */
  padding: 4px 13px;
  border-radius: 5px;
  background: #0057A6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .fv-store-info-box__label {
    font-size: 14px;
    padding: 4px 5px;
  }
}

.fv-store-info-box__content {
  color: #0057A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 992px) {
  .fv-store-info-box__content {
    font-size: 11px;
  }
}

.shop-fv-info {
  background: #0057A6;
  padding: 25px 20px;
  color: #FFF;
  text-align: center;
  line-height: 160%; /* 25.6px */
}
.shop-fv-info a {
  color: #FFF;
  text-decoration: underline;
}

.column-archive__list {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media screen and (max-width: 768px) {
  .column-archive__list {
    grid-template-columns: 1fr !important;
  }
}

.column-archive__empty {
  padding: 40px 0;
  text-align: center;
  color: #333333;
}

.column-filter {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .column-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.column-filter__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  overflow: visible;
  background: #FFFFFF;
}
.column-filter__item.is-open {
  border-radius: 8px 8px 0 0;
}

.column-filter__btn {
  width: 100%;
  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: 23px 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #0057A6;
  gap: 8px;
  text-align: left;
}

.column-filter__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0057A6;
  border-bottom: 1px solid #0057A6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -4px;
}
[aria-expanded=true] .column-filter__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 4px;
}

.column-filter__panel {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  right: -1px;
  z-index: 20;
  display: none;
  border-top: 1px solid #E2E2E2;
  border: 1px solid #E2E2E2;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
}
.column-filter__panel.is-open {
  display: block;
}

.column-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-filter__list-item {
  border-bottom: 1px solid #E2E2E2;
}
.column-filter__list-item:last-child {
  border-bottom: none;
}
.column-filter__list-item.is-active > .column-filter__link {
  font-weight: 700;
  color: #0057A6;
}

.column-filter__link {
  display: block;
  padding: 23px 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.column-filter__link::before {
  content: "・";
}
.column-filter__link:hover {
  color: #0057A6;
}

.p-entry__shop-card {
  margin-top: 50px;
}
.p-entry__shop-card .shop-card__head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-entry__shop-card .shop-card__detail-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  padding: 6px 15px;
}
.p-entry__shop-card .shop-card__detail-btn::after {
  margin-top: 0;
}
.p-entry__shop-card .shop-card__img-wrap {
  margin-inline: auto;
}
.p-entry__shop-card .shop-card__table th {
  text-align: left;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-entry__shop-card {
    margin-top: 40px;
  }
  .p-entry__shop-card .shop-card__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 40px;
  }
}

.p-entry__shop-btn {
  margin-top: 50px;
  text-align: center;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__related {
  margin-top: 80px;
}

.p-entry__related-title {
  color: #0057A6;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-entry__related-title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}

.p-entry__related-list {
  margin-top: 50px;
  display: grid;
  gap: 20px;
}

.p-entry__related-item {
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}

.p-entry__related-link {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-entry__related-link {
    grid-template-columns: 1fr;
  }
}

.p-entry__related-thumb-wrap {
  width: 100%;
}

.p-entry__related-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #D9D9D9;
  display: block;
}
.p-entry__related-thumb--placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  background: #D9D9D9;
}

.p-entry__related-body {
  min-width: 0;
}

.p-entry__related-meta {
  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: 12px;
}

.p-entry__related-genres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entry__related-genre {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid #0057A6;
  color: #0057A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 5px 10px;
}

.p-entry__related-date {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Roboto", sans-serif;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}

.p-entry__related-item-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-entry__related-link:hover .p-entry__related-item-title {
  text-decoration: underline;
}

.p-entry__related-link:hover .p-entry__related-thumb {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .p-entry__related-title {
    font-size: 30px;
  }
  .p-entry__related-genre {
    font-size: 13px;
    padding: 6px 10px;
  }
  .p-entry__related-date {
    font-size: 18px;
  }
  .p-entry__related-item-title {
    margin-top: 10px;
    font-size: 22px;
  }
}
.single-shop-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single-shop-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.column-layout--single {
  padding-top: 60px;
}

.p-entry__category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid #0057A6;
  color: #0057A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 5px 10px;
}

.p-entry__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-entry__title {
    font-size: 28px;
    letter-spacing: 1.12px;
    margin-top: 12px;
  }
}

.p-entry__meta {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.7px;
  margin-top: 20px;
}

.p-entry__thumbnail {
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}

.p-entry__content {
  color: #333333;
}
.p-entry__content > * + * {
  margin-top: 1rem;
}
.p-entry__content strong {
  font-weight: 700;
}
.p-entry__content a {
  color: #0057A6;
  text-decoration: underline;
}
.p-entry__content a:hover {
  opacity: 0.8;
}
.p-entry__content h2,
.p-entry__content .wp-block-heading:is(h2) {
  margin-top: 50px;
  padding: 14px 26px;
  border-radius: 5px;
  background: #DCEAF4;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%; /* 41.6px */
  letter-spacing: 0.52px;
}
@media screen and (max-width: 768px) {
  .p-entry__content h2,
  .p-entry__content .wp-block-heading:is(h2) {
    font-size: 24px;
    line-height: 140%; /* 33.6px */
    letter-spacing: 0.48px;
    padding: 10px 20px;
  }
}
.p-entry__content h3,
.p-entry__content .wp-block-heading:is(h3) {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.44px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-entry__content h3,
  .p-entry__content .wp-block-heading:is(h3) {
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
  }
}
.p-entry__content h3::before,
.p-entry__content .wp-block-heading:is(h3)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #E2E2E2;
  opacity: 0.5;
  bottom: 0;
}
.p-entry__content h3::after,
.p-entry__content .wp-block-heading:is(h3)::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #0057A6;
  bottom: 0;
  left: 0;
}
.p-entry__content h4,
.p-entry__content .wp-block-heading:is(h4) {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-entry__content h4::before,
.p-entry__content .wp-block-heading:is(h4)::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background: #0057A6;
}
.p-entry__content ul,
.p-entry__content ol,
.p-entry__content .wp-block-list {
  margin-top: 1rem;
  padding-left: 1.5em;
}
.p-entry__content ul li::marker,
.p-entry__content ol li::marker,
.p-entry__content .wp-block-list li::marker {
  color: #0057A6;
}
.p-entry__content ul,
.p-entry__content .wp-block-list:not(ol) {
  list-style: disc;
}
.p-entry__content ol {
  list-style: decimal;
}
.p-entry__content li + li {
  margin-top: 8px;
}
.p-entry__content blockquote,
.p-entry__content .wp-block-quote {
  margin-top: 28px;
  padding: 30px;
  background: #F3F3F3;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-entry__content blockquote,
  .p-entry__content .wp-block-quote {
    padding: 20px;
  }
}
.p-entry__content .wp-block-table {
  margin-top: 28px;
  overflow-x: auto;
  line-height: 1;
}
.p-entry__content .wp-block-table {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  overflow: hidden;
}
.p-entry__content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.p-entry__content .wp-block-table td,
.p-entry__content .wp-block-table th {
  padding: 13px 20px;
  background: #fff;
  border: none;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.p-entry__content {
  /* 右端・下端は線を消す */
}
.p-entry__content .wp-block-table td:last-child,
.p-entry__content .wp-block-table th:last-child {
  border-right: none;
}
.p-entry__content .wp-block-table tr:last-child td,
.p-entry__content .wp-block-table tr:last-child th {
  border-bottom: none;
}
.p-entry__content {
  /* 上行 */
}
.p-entry__content .is-style-table-top-row table tr:first-child td,
.p-entry__content .is-style-table-top-row table tr:first-child th {
  background: rgba(0, 87, 166, 0.05);
}
.p-entry__content {
  /* 左列 */
}
.p-entry__content .is-style-table-left-col table td:first-child,
.p-entry__content .is-style-table-left-col table th:first-child {
  background: rgba(0, 87, 166, 0.05);
}
.p-entry__content {
  /* 上行＋左列 */
}
.p-entry__content .is-style-table-top-left table tr:first-child td,
.p-entry__content .is-style-table-top-left table tr:first-child th {
  background: rgba(0, 87, 166, 0.05);
}
.p-entry__content .is-style-table-top-left table tr:not(:first-child) td:first-child,
.p-entry__content .is-style-table-top-left table tr:not(:first-child) th:first-child {
  background: #F9F9F9;
}
.p-entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,
.p-entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) th {
  background: #F9F9F9;
}

#ez-toc-container {
  margin-top: 50px;
  border: 1px solid #E2E2E2 !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff !important;
  padding: 0 !important;
}

.ez-toc-title-container {
  background: #0057A6;
  padding: 19px 30px;
  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;
}

.ez-toc-title {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.6;
}

.ez-toc-list {
  padding: 30px !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .ez-toc-list {
    padding: 20px !important;
  }
}

.ez-toc-list > li {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #333;
}

.ez-toc-list > li > a {
  color: #333 !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

.ez-toc-list ul {
  margin-top: 10px !important;
}

.ez-toc-list ul li {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.ez-toc-list > li {
  margin-bottom: 40px;
}

.ez-toc-list ul li a {
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.ez-toc-counter nav ul li a::before {
  color: #333;
}

.ez-toc-list > li + li {
  margin-top: 20px !important;
}

/* 既存アイコンを消す */
.ez-toc-toggle label svg,
.ez-toc-toggle i {
  display: none !important;
}

.ez-toc-btn {
  border: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: transparent !important;
  position: relative;
}

#ez-toc-container .ez-toc-js-icon-con {
  display: none !important;
}

.ez-toc-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -35%) rotate(45deg);
          transform: translate(-50%, -35%) rotate(45deg);
}

.ez-toc-btn,
.ez-toc-btn:focus,
.ez-toc-btn:active {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
}

.section-ttl-center {
  color: #0057A6;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .section-ttl-center {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}

.section-ttl-left {
  color: #0057A6;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .section-ttl-left {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 768px) {
  .header {
    height: 72px;
  }
}

.header__inner {
  height: inherit;
  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;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 27px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 12px;
  }
}

.header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}

.header__logo {
  width: 162px;
  height: 44px;
}
@media screen and (max-width: 992px) {
  .header__logo {
    width: 136px;
    height: 37px;
  }
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__catch {
  font-size: clamp(10px, 0.8333333333vw, 12px);
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .header__catch {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__nav-wrap {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.9444444444vw, 28px);
}

.header__nav-item {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-item:hover {
  opacity: 0.7;
}

.header__shop-btn {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0057A6;
  padding: 9px 25px;
  gap: 8px;
  height: 100%;
  border: none;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__shop-btn {
    width: 100px;
    height: 40px;
    padding: 4px 10px;
    gap: 6px;
  }
}
.header__shop-btn:hover {
  background: rgb(0, 65.6168674699, 125.2);
}

.header__shop-caption {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

.header__shop-main {
  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: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__shop-icon {
  width: 21px;
  height: 18px;
}

.header__shop-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-align: center;
}

/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #0057A6;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hamburger {
    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;
    width: 72px;
    height: 72px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .hamburger:hover {
    background: rgb(0, 65.6168674699, 125.2);
  }
}

.hamburger__icon {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburger__bar {
  display: block;
  background: #fff;
  height: 1.5px;
  margin: 0;
  width: 100%;
}

.hamburger__bar--1 {
  width: 36px;
}

.hamburger__bar--2 {
  width: 28px;
}

.hamburger__bar--3 {
  width: 20px;
}

/* オーバーレイのスタイル */
.overlay {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.overlay.active {
  opacity: 0.8;
  visibility: visible;
}

/* メニューのスタイル */
.modal-container {
  background: #fff url("../img/top/fv-bg-humberger.png") repeat;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100vw;
  z-index: 20;
  padding-top: 122px;
  padding-bottom: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-container[aria-hidden=false] {
  overflow-y: auto;
  right: 0;
}

.modal-list {
  list-style: none;
  margin: 0 10px 32px 10px;
  padding: 0;
  width: 100%;
  max-width: calc(100% - 20px);
}

.modal-list .menu-item {
  margin-bottom: 14px;
}
.modal-list .menu-item:last-child {
  margin-bottom: 0;
}

.menu-link {
  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;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  padding: 14px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.menu-link::after {
  content: "";
  background: url(../img/top/fv-arrow.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
}

.menu-item--shop {
  margin-top: 34px;
}
.menu-item--shop .menu-link--shop {
  background: #0057A6;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  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: 15px 30px;
  min-height: 80px;
  font-size: 22px;
  font-weight: 700;
  gap: 0;
}
.menu-item--shop .menu-link--shop .menu-shop-caption {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%; /* 13px */
  letter-spacing: 0.5px;
}
.menu-item--shop .menu-link--shop .menu-shop-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  margin-left: 8px;
}
.menu-item--shop .menu-link--shop .menu-shop-main img {
  width: 21px;
  height: 18px;
}
.menu-item--shop .menu-link--shop .menu-arrow {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer {
  background: #0057A6;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer__inner {
  max-width: 1200px;
  padding-inline: 20px;
  margin-inline: auto;
}

.footer__content {
  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: 40px;
}
@media screen and (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo img {
  width: 196px;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 70px;
  }
}
.footer__nav-list li a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-list li a:hover {
  opacity: 0.7;
}

.footer__copyright {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-top: 20px;
    text-align: center;
  }
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
}

.hidden--sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .hidden--sp {
    display: none;
  }
}
.hidden--tab {
  display: none;
}
@media screen and (max-width: 992px) {
  .hidden--tab {
    display: block;
  }
}
.hidden--pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden--pc {
    display: block;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */