@charset "UTF-8";

html {
  font-size: 100%;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 2.1390374332vw;
  }
}

@media (min-width: 748px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 968px) {
  html.is-under {
    font-size: 1.652892562vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

body {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s;
  transition: opacity 0.8s ease, visibility 0.8s;
}

body.page-ready {
  opacity: 1;
  visibility: visible;
}

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

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    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="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 748px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.l-under-inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-under-inner {
    max-width: calc(57.5rem + 48px);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-under-top {
    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;
  }
}

.l-under-top img {
  display: none;
  width: 16.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .l-under-top img {
    display: block;
    width: 22.8125rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.l-under-top h2 {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-under-top h2 {
    text-align: left;
    text-align: initial;
  }
}

.l-under-top h2 p:nth-child(1) {
  font-weight: 700;
  font-size: 2.375rem;
  color: #ccc;
  letter-spacing: 0.943px;
  text-transform: uppercase;
}

@media screen and (max-width: 385px) {
  .l-under-top h2 p:nth-child(1) {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-under-top h2 p:nth-child(1) {
    font-weight: 900;
    font-size: 2.9458125rem;
  }
}

.l-under-top h2 p:nth-child(2) {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: -0.6875rem;
  color: #000;
  letter-spacing: 4.455px;
}

@media screen and (min-width: 768px) {
  .l-under-top h2 p:nth-child(2) {
    font-weight: 700;
    font-size: 1.8564375rem;
    text-align: right;
  }
}

.l-under-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 0.5rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-under-items {
    gap: 5rem 1.75rem;
    margin-top: 3rem;
  }
}

.l-under-item:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.l-under-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.l-under-item__img {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-under-item__img {
    border-radius: 12.718px;
  }
}

.l-under-item__img img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 170/96;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .l-under-item__img img {
    border-radius: 12.718px;
    aspect-ratio: 445/250;
  }
}

.l-under-item h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.5rem;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .l-under-item h3 {
    font-size: 1.5rem;
    margin-top: 1.3125rem;
    color: #000;
    letter-spacing: 3.6px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-item p {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.8125rem;
    letter-spacing: 0.8px;
  }
}

.l-under-pagenation {
  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;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-under-pagenation {
    margin-top: 3rem;
  }
}

.l-under-pagenation ul {
  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;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .l-under-pagenation ul {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.l-under-pagenation li+li {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-under-pagenation li+li {
    margin-left: 2rem;
  }
}

.page-btn {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  letter-spacing: 2.4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .page-btn {
    font-size: 1.5rem;
    letter-spacing: 3.6px;
  }
}

.page-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-btn.is-active {
  cursor: auto;
  cursor: initial;
}

.page-btn.is-active::after,
.page-btn:hover::after {
  opacity: 1;
}

.c-btn {
  text-align: right;
}

.c-btn a {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  padding-right: 2.0625rem;
  color: #000;
  letter-spacing: 2.1px;
}

@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 1rem;
    letter-spacing: 2.4px;
  }
}

.c-btn a::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon_arrow-black.svg) no-repeat center/contain;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.c-btn a:hover::after {
  right: -0.1875rem;
}

.c-scroll {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .c-scroll {
    padding-top: 3rem;
    padding-bottom: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-scroll--top {
    padding-top: 0.1875rem;
  }
}

.c-scroll--top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFDDF;
  z-index: -100;
}

.c-scroll-deco {
  width: 16.375rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-scroll-deco {
    width: 28.25rem;
    margin-top: 7.8125rem;
  }
}

.c-scroll-bg01 {
  position: fixed;
  width: 24.5625rem;
  height: calc(100% + 5rem);
  top: -5rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-scroll-bg01 {
    width: 120rem;
    height: calc(100% + 2.1875rem);
    top: -2.1875rem;
    left: 47.4%;
  }
}

.c-scroll-bg02 {
  position: absolute;
  bottom: 0;
  width: 24.5625rem;
  height: 9.875rem;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-scroll-bg02 {
    width: 120rem;
    height: 36.75rem;
  }
}

.c-title01 p {
  font-family: "Zen Maru Gothic", serif;
}

.c-title01 p:nth-child(1) {
  font-weight: 900;
  font-size: 1.9835rem;
  color: #ccc;
  letter-spacing: 0.635px;
  text-transform: uppercase;
}

.c-title01 p:nth-child(2) {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: -0.4375rem;
  color: #000;
  letter-spacing: 3px;
}

.c-title02 {
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  color: #000;
  border-bottom: 1px solid #1F1F1F;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}

.p-article {
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .p-article {
    margin-top: 0.625rem;
  }
}

.p-article .l-inner {
  position: relative;
}

.p-article-deco01 {
  position: absolute;
  width: 3.1875rem;
  top: -6.25rem;
  left: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .p-article-deco01 {
    width: 4.0625rem;
    top: -2.8125rem;
    left: -4.6875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-article-deco01 {
    top: 0;
    left: 15rem;
  }
}

.p-article-deco02 {
  position: absolute;
  width: 3.75rem;
  top: -2.375rem;
  right: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-article-deco02 {
    width: 4.1875rem;
    top: 7.375rem;
    right: -6.4375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-article-deco02 {
    top: 0;
    right: 1.25rem;
  }
}

.p-article-deco03 {
  position: absolute;
  width: 6.4375rem;
  bottom: -7.0625rem;
  left: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-article-deco03 {
    width: 7.1875rem;
    left: auto;
    left: initial;
    right: -5.625rem;
    bottom: 6.5625rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-article-deco03 {
    bottom: -6.25rem;
    right: 0;
    left: 0;
  }
}

.p-article-items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8125rem;
  margin-top: 1rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-article-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.875rem;
  }
}

.p-article-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-radius: 9.874px;
}

@media screen and (min-width: 768px) {
  .p-article-item a {
    border-radius: 6.422px;
  }
}

.p-article-item a:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.p-article-item__img {
  border-radius: 9.874px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-article-item__img {
    border-radius: 6.422px;
  }
}

.p-article-item__img img {
  width: 100%;
  border-radius: 9.874px;
  aspect-ratio: 354/194;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-article-item__img img {
    border-radius: 6.422px;
    aspect-ratio: 224/126;
  }
}

.p-article-item h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1rem;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .p-article-item h3 {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 767px) {
  .p-article-item:nth-child(n+4) {
    display: none;
  }
}

.p-column {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-column {
    margin-top: 4.75rem;
  }
}

.p-column .l-inner {
  position: relative;
}

.p-column-deco01 {
  position: absolute;
  width: 5.25rem;
  top: -8.3125rem;
  left: calc(50% + 0.9375rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-column-deco01 {
    width: 6.5625rem;
    top: -1.25rem;
    left: auto;
    left: initial;
    right: 0.1875rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-column-deco01 {
    right: 5rem;
  }
}

.p-column-deco02 {
  position: absolute;
  width: 7.375rem;
  top: -2.375rem;
  right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-column-deco02 {
    width: 9.625rem;
    top: auto;
    top: initial;
    bottom: -6.8125rem;
    right: -7.125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-column-deco02 {
    right: 0;
  }
}

.p-column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-column-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-column-item__img a {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  border-radius: 4.821px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-column-item__img a {
    width: 29.25rem;
    border-radius: 8px;
  }
}

.p-column-item__img a:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.p-column-item__img a img {
  width: 100%;
  border-radius: 4.821px;
  aspect-ratio: 345/195;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-column-item__img a img {
    aspect-ratio: 468/260;
    border-radius: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-item__text {
    width: calc(100% - 31.375rem);
    margin-top: 1rem;
    margin-left: 2.125rem;
  }
}

.p-column-item__text h3 {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .p-column-item__text h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-column-item__text p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) {
  .p-column-item__text p {
    font-size: 0.875rem;
    margin-top: 0.75rem;
    letter-spacing: 0.7px;
  }
}

.p-column .c-btn {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-column .c-btn {
    margin-top: 2.8125rem;
  }
}

.p-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 3rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer-inner {
    max-width: 59.875rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer-logo {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-footer-logo {
    width: 30rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 0;
  }
}

.p-footer-sns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p-footer ul {
  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: 0.8rem;
}

.p-footer ul li a img {
  width: 2rem;
}

/* トップページのフッターデザイン
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-footer--top {
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-footer--top .p-footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-footer--top .p-footer-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-footer--top .p-footer-logo {
    margin-top: 3.5625rem;
  }
}

.p-fv-top {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-fv-swiper__btn {
  position: relative;
  max-width: 43.75rem;
  width: 100%;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .p-fv-swiper__btn {
    margin-top: 1.125rem;
    padding-right: 0;
  }
}

.p-fv-swiper__btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  pointer-events: initial;
}

.p-fv-swiper__btn button span {
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 2.1px;
}

@media screen and (min-width: 768px) {
  .p-fv-swiper__btn button span {
    font-size: 1rem;
    letter-spacing: 2.4px;
  }
}

.p-fv-swiper__btn button img {
  width: 1.125rem;
  margin-left: 0.9375rem;
}

.carousel-container {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (min-width: 768px) {
  .carousel-track {
    height: 24.375rem;
  }
}

.carousel-slide {
  position: relative;
  min-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 7.899px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
  .carousel-slide {
    /* PCでの通常スライド幅を465pxに設定 */
    min-width: 465px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    border-radius: 16px;
  }
}

.carousel-slide::after {
  position: absolute;
  content: "";
  width: calc(100% - 1.5rem);
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .3);
  border-radius: 7.899px;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .carousel-slide::after {
    border-radius: 16px;
  }
}

.carousel-slide.active {
  min-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .carousel-slide.active {
    min-width: 700px;
    /* PCの中央スライドは700pxの固定幅 */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-slide.active::after {
  opacity: 0;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/197;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7.899px;
}

@media screen and (min-width: 768px) {
  .carousel-slide img {
    aspect-ratio: 476/293;
    border-radius: 16px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-slide.active img {
    aspect-ratio: 700/394;
  }
}

.carousel-button {
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel-button {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
  }
}

.carousel-button-prev {
  left: calc(50% - 23.125rem);
}

.carousel-button-next {
  left: calc(50% + 23.125rem);
}

.carousel-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .carousel-dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.carousel-dot+.carousel-dot {
  margin-left: 0.5rem;
}

.carousel-dot.active {
  opacity: 1;
}

.p-header {
  position: relative;
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-header {
    padding-top: 0.6875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-header--top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFDDF;
  z-index: -100;
}

.p-header-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-header-inner {
    max-width: 57.3125rem;
    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;
  }
}

.p-header-logo {
  display: inline-block;
  width: 7.9375rem;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-header-logo {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-header nav {
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-header nav {
    margin-top: 0;
  }
}

.p-header nav ul {
  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-header nav ul li {
  height: 1.0625rem;
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-header nav ul li:nth-child(1) {
    border: none;
  }
}

.p-header nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-header nav ul li a {
    font-size: 0.75rem;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header nav ul li:first-child a {
    padding-left: 0;
  }
}

.p-header nav ul li:last-child a {
  padding-right: 0;
}

.p-news {
  position: relative;
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 1.875rem;
  }
}

.p-news::before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/img_bg-white02.png) no-repeat top center/cover;
  z-index: -1;
}

.p-news-items {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-news-items {
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.p-news-item+.p-news-item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-news-item+.p-news-item {
    margin-top: 1rem;
  }
}

.p-news-item time {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
}

.p-news-item span {
  font-weight: 500;
  font-size: 0.625rem;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.5px;
  border-radius: 2px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-news-item span {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.p-news-item__tag--blue {
  background-color: #7DC7EF;
}

.p-news-item__tag--yellow {
  background-color: #FFE983;
}

.p-news-item p {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .p-news-item p {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.p-series {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-series {
    margin-top: 4rem;
  }
}

.p-series .l-inner {
  position: relative;
}

.p-series-deco01 {
  position: absolute;
  width: 6.25rem;
  bottom: -6.375rem;
  left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-series-deco01 {
    width: 6.9375rem;
    bottom: 1.5rem;
    left: -6.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-series-deco01 {
    bottom: -4.375rem;
    left: 3.125rem;
  }
}

.p-series-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5625rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-series-items {
    gap: 1.3125rem;
  }
}

.p-series-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-series-item a:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.p-series-item__img {
  border-radius: 4.821px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-series-item__img {
    border-radius: 9.722px;
  }
}

.p-series-item__img img {
  aspect-ratio: 168/115;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4.821px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .p-series-item__img img {
    aspect-ratio: 340/215;
    border-radius: 9.722px;
    object-fit: cover;
    object-position: center center;
  }
}

.p-series-item__img--left {
  -o-object-position: left;
  object-position: left;
}

.p-series-item__img--right {
  -o-object-position: right;
  object-position: right;
}

.p-series-item h3 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .p-series-item h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
    color: #000;
    letter-spacing: 3px;
  }
}

.p-series-item p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  line-height: 15px;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) {
  .p-series-item p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}

.p-series .c-btn {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-series .c-btn {
    margin-top: 1.5625rem;
  }
}

.p-spfeature {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature {
    margin-top: 5rem;
  }
}

.p-spfeature .l-inner {
  position: relative;
}

.p-spfeature-deco01 {
  position: absolute;
  width: 7.9375rem;
  top: -5.9375rem;
  right: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature-deco01 {
    top: -4.6875rem;
    left: -7.3125rem;
    right: auto;
    right: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-spfeature-deco01 {
    top: -1.25rem;
    right: 6.25rem;
    left: auto;
    left: initial;
  }
}

.p-spfeature-deco02 {
  position: absolute;
  width: 6.0625rem;
  bottom: -7.6875rem;
  left: 2.375rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature-deco02 {
    width: 7.125rem;
    top: -1.875rem;
    left: auto;
    left: initial;
    right: 8.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-spfeature-deco02 {
    top: auto;
    top: initial;
    bottom: -4.375rem;
    left: 2.1875rem;
    right: auto;
    right: initial;
  }
}

.p-spfeature-deco03 {
  position: absolute;
  width: 5.4375rem;
  bottom: -7.75rem;
  left: calc(50% + 0.875rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-spfeature-deco03 {
    width: 5.9375rem;
    bottom: 2.3125rem;
    left: auto;
    left: initial;
    right: -5.625rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-spfeature-deco03 {
    bottom: -7.5rem;
    right: 1.5625rem;
  }
}

.p-spfeature-deco04 {
  position: absolute;
  width: 4.875rem;
  bottom: -12.8125rem;
  right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature-deco04 {
    width: 5.625rem;
    bottom: -7.5rem;
    left: calc(50% - 0.8125rem);
    right: auto;
    right: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-spfeature-items {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-spfeature-items a:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

/* p-spfeature-items__top
--------------------------*/
.p-spfeature-items__top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-spfeature-items__top-img {
  position: relative;
  border-radius: 4.821px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__top-img {
    border-radius: 6.964px;
  }
}

.p-spfeature-items__top-img img {
  width: 100%;
  border-radius: 5.609px;
  aspect-ratio: 345/205;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__top-img img {
    border-radius: 6.91px;
    aspect-ratio: 417/245;
  }
}

.p-spfeature-items__top h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.75rem;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__top h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
    letter-spacing: 0.753px;
  }
}

/* p-spfeature-items__bottom
--------------------------*/
.p-spfeature-items__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__bottom {
    grid-template-columns: 1fr;
    gap: 1.1875rem;
    margin-top: 0;
    margin-left: 1.9375rem;
  }
}

.p-spfeature-items__bottom a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__bottom a {
    width: 14rem;
  }
}

.p-spfeature-items__bottom-img {
  border-radius: 4.821px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__bottom-img {
    border-radius: 6.964px;
  }
}

.p-spfeature-items__bottom-img img {
  width: 100%;
  border-radius: 4.821px;
  aspect-ratio: 168/95;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__bottom-img img {
    border-radius: 6.964px;
    aspect-ratio: 224/126;
  }
}

.p-spfeature-items__bottom h3 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .p-spfeature-items__bottom h3 {
    font-size: 0.948875rem;
    margin-top: 0.75rem;
    letter-spacing: 0.759px;
  }
}

.p-spfeature .c-btn {
  margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
  .p-spfeature .c-btn {
    margin-top: 0.625rem;
  }
}

.p-topics {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-topics {
    margin-top: 4rem;
  }
}

.p-topics-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-topics-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-topics-item {
  border-radius: 4.821px;
  border-radius: 6.422px;
  overflow: hidden;
}

.p-topics-item a:hover img {
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.p-topics-item a img {
  width: 100%;
  border-radius: 4.821px;
  aspect-ratio: 168/95;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-topics-item a img {
    border-radius: 6.422px;
    aspect-ratio: 224/126;
  }
}

.u-desktop {
  display: none;
}

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

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

/*# sourceMappingURL=styles.css.map */



/*2025 ホバーリンクの制御  */
./* --------------------------------------------------------
  ✅ リンクありカード（has-link）には通常のホバー効果を適用
---------------------------------------------------------- */
.article-card.has-link:hover {
  background: #f0f0f0;
  cursor: pointer;
}

/* --------------------------------------------------------
  ✅ リンクなしカード（no-link）にホバー効果を適用しない
  ※ a.no-link にクラスが付いていることが前提
---------------------------------------------------------- */
a.no-link {
  pointer-events: none;
  cursor: default;
}

a.no-link:hover,
a.no-link:hover * {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
  cursor: default !important;
}

/* 特定の子要素にだけ個別にホバー効果がある場合の補助（必要に応じて） */
a.no-link:hover .article-card,
a.no-link:hover .l-under-item__img,
a.no-link:hover .l-under-item__text,
a.no-link:hover h3 {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
  cursor: default !important;
}

/* --------------------------------------------------------
  ✅ <li>タグなど親要素に .no-hover が付いている場合
  → li:hover によるホバー装飾を無効化
---------------------------------------------------------- */
.l-under-item.no-hover:hover,
.l-under-item.no-hover:hover * {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
  cursor: default !important;
}


/* ✅ a.no-link による hover 無効化 */
a.no-link {
  pointer-events: none;
  cursor: default;
}

/* ✅ a.no-link が中にある場合、親の li に hover 効果があるならこちらで打ち消す */
.l-under-item:hover:has(a.no-link),
.l-under-item:hover:has(.js-disabled-link.no-link) {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  cursor: default !important;
}

/* 子要素に hover 装飾がついている可能性があるので個別に潰す */
.l-under-item:hover:has(a.no-link) * {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  color: inherit !important;
  background: transparent !important;
  opacity: 1 !important;
  cursor: default !important;
}
