@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  height: auto;
  /* border-style: none; Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* add */
ul {
  list-style-type: none;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 1rem > 10px */
}

body {
  font-size: 1.6em;
  line-height: 1.75;
}

body {
  background-color: #ff008e;
  position: relative;
  overflow-x: hidden;
}

.header {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.scroll {
  position: fixed;
  right: 30px;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 13px;
  flex-direction: column;
  align-items: center;
  display: none;
  z-index: 99;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .scroll {
    display: flex;
    bottom: min(124px, 22%);
  }
}
.scroll.is-up {
  flex-direction: column-reverse;
  cursor: pointer;
}
.scroll.is-up svg {
  transform: rotate(-90deg);
}
.scroll.is-up:hover svg {
  top: -6px;
  transition: top 0.3s ease;
}
.scroll svg {
  position: relative;
  top: 0;
  transform: rotate(90deg);
  transition: transform 0.3s ease, top 0.3s ease;
}
.scroll.fade {
  opacity: 0;
}

.kv {
  width: 100%;
  position: relative;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .kv {
    padding-top: 16rem;
    margin-top: -147px;
    margin-bottom: 70px;
  }
}
.kv__romantic {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.kv__kv-inner {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, auto);
  transform: scale(var(--scale));
}
@media screen and (min-width: 1440px) {
  .kv__kv-inner {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(8, auto);
    width: 93%;
    height: 100vh;
  }
}
.kv__title {
  display: flex;
  align-items: flex-start;
  grid-row: 3/6;
  grid-column: 1/9;
  width: 100%;
  position: relative;
  top: 37px;
  max-width: 651px;
  left: 3.38vw;
  transform: translateY(-3%);
}
@media screen and (min-width: 768px) {
  .kv__title {
    grid-row: 3/6;
    grid-column: 2/7;
    max-width: unset;
    left: 2.34vw;
    transform: translateY(-3%);
  }
}
.kv__kv-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv__kv-wrapper {
    padding: 0 25px 0 25px;
  }
}
.kv__kv-wrapper svg {
  width: 100%;
  max-width: 90%;
  height: auto;
  max-height: 410px;
}
@media screen and (min-width: 768px) {
  .kv__kv-wrapper svg {
    max-width: 760px;
    padding-left: 20px;
    max-height: unset;
  }
}
@media screen and (min-width: 1440px) {
  .kv__kv-wrapper svg {
    max-width: unset;
  }
}
.kv__kv-wrapper g[id^=jp-] > g:not(:first-child),
.kv__kv-wrapper g[id^=en-] > g:not(:first-child) {
  display: none;
}
.kv__text {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
  margin-top: 60px;
  top: -60px;
  position: relative;
  grid-column: 3/10;
  grid-row: 7;
  font-size: 5.34vw;
  white-space: nowrap;
  top: -80px;
}
@media screen and (min-width: 768px) {
  .kv__text {
    grid-row: 3/6;
    grid-column: 8;
    margin-top: 0px;
    font-size: 2.5vw;
    writing-mode: vertical-rl;
    gap: 2.22vw;
    top: -100px;
  }
}
.kv__serif {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  width: 100%;
  position: relative;
  top: 0;
  opacity: 0;
  transition: top 0.3s ease;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.kv__serif.--01 {
  font-size: 4.3vw;
  grid-row: 1;
  grid-column: 1/8;
  left: 3.38vw;
  letter-spacing: 0.2em;
  transform: translateY(-2vh);
}
@media screen and (min-width: 768px) {
  .kv__serif.--01 {
    grid-row: 1;
    grid-column: 1/10;
    font-size: clamp(19px, 2.5vw, 36px);
    text-align: center;
    right: 2.08vw;
    letter-spacing: 0.2em;
    transform: translateY(0vh);
  }
}
.kv__serif.--02 {
  grid-row: 2/4;
  grid-column: 1/3;
  font-size: 2.08vw;
  left: 3.38vw;
  letter-spacing: 0.7vw;
}
@media screen and (min-width: 768px) {
  .kv__serif.--02 {
    grid-row: 2;
    grid-column: 2/4;
    font-size: 0.83vw;
    left: 4.16vw;
    top: 0.69vw;
    transform: translateY(0vh);
    letter-spacing: 0vw;
  }
}
.kv__serif.--03 {
  grid-row: 2/4;
  grid-column: 5/8;
  font-size: 3.52vw;
  transform: translateY(-37%);
  left: 3vw;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .kv__serif.--03 {
    grid-row: 2;
    grid-column: 4/8;
    font-size: 1.73vw;
    left: 5.55vw;
    transform: translateY(0vh);
    letter-spacing: 0em;
  }
}
.kv__serif.--04 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media screen and (min-width: 768px) {
  .kv__serif.--04 {
    grid-row: 1/6;
    grid-column: 1;
    font-size: 1.66vw;
    justify-self: end;
    left: 5.55vw;
    transform: rotate(180deg) translateY(11%);
  }
}
.kv__serif.--05 {
  grid-row: 8;
  grid-column: 1/8;
  font-size: 6.5vw;
  left: 1vw;
  transform: translateY(-75%);
}
@media screen and (min-width: 768px) {
  .kv__serif.--05 {
    grid-row: 7;
    grid-column: 1/6;
    font-size: 2.08vw;
    left: 5.55vw;
    transform: translateY(-37%);
  }
}
.kv__serif.--06 {
  font-size: 3.52vw;
  grid-column: 4/8;
  grid-row: 6;
  left: 3vw;
  transform: translateY(-1.4vh);
}
@media screen and (min-width: 768px) {
  .kv__serif.--06 {
    grid-row: 7;
    grid-column: 6/9;
    font-size: 2.22vw;
    left: 4.16vw;
    transform: translateY(-86%);
  }
}
.kv__serif.--07 {
  writing-mode: vertical-rl;
  grid-row: 1/5;
  grid-column: 8/10;
  font-size: 2.6vw;
  letter-spacing: 1.3vw;
  right: 1vw;
  transform: translateY(11%);
}
@media screen and (min-width: 768px) {
  .kv__serif.--07 {
    font-size: 1.38vw;
    top: 2.08vw;
    right: unset;
    right: 2.08vw;
    grid-row: 3/6;
    grid-column: 7;
    letter-spacing: 3px;
  }
}
.kv__serif.--08 {
  font-size: 2.08vw;
  grid-column: 4/8;
  grid-row: 5;
  left: 3vw;
  transform: translateY(-29%);
}
@media screen and (min-width: 768px) {
  .kv__serif.--08 {
    font-size: 1.25vw;
    left: 5.55vw;
    grid-column: 4/8;
    grid-row: 4;
    transform: translateY(144%);
  }
}
.kv__serif.--09 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  grid-row: 6/8;
  grid-column: 1;
  font-size: 2.34vw;
  left: 3.38vw;
  transform: translateY(8%);
}
@media screen and (min-width: 768px) {
  .kv__serif.--09 {
    left: unset;
    grid-row: 1/6;
    grid-column: 9;
    font-size: 1.66vw;
    top: 2.77vw;
    right: 2.08vw;
    transform: translateY(4%);
  }
}
.kv__sub-title-L, .kv__sub-title-R {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  right: 0;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .kv__sub-title-L, .kv__sub-title-R {
    right: unset;
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 5px;
  }
}
.kv__sub-title-L.--pc, .kv__sub-title-R.--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .kv__sub-title-L.--pc, .kv__sub-title-R.--pc {
    display: flex;
  }
}
.kv__sub-title-L.--sp, .kv__sub-title-R.--sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kv__sub-title-L.--sp, .kv__sub-title-R.--sp {
    display: none;
  }
}
.kv__sub-title-L {
  transform: translateX(1000px);
  padding: 0 10vw;
}
.kv__sub-title-L::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../images/top/bg-kv-text01-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .kv__sub-title-L {
    transform: translateY(-1000px);
    padding: 30px 0;
    bottom: 50px;
    min-width: 36px;
    top: 0;
    margin-bottom: 3.47vw;
  }
  .kv__sub-title-L::before {
    background-image: url("../../images/top/bg-kv-text01.svg");
  }
}
.kv__sub-title-R {
  transform: translateX(1000px);
  padding: 0 10.5vw;
}
.kv__sub-title-R::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../images/top/bg-kv-text02-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  min-width: 36px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .kv__sub-title-R {
    transform: translateY(1000px);
    padding: 30px 0;
    left: unset;
    top: unset;
    margin-bottom: 14.23vw;
  }
  .kv__sub-title-R::before {
    background-image: url("../../images/top/bg-kv-text02.svg");
  }
}
.kv__important-news {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border: 1px solid #0d0d0d;
  outline: 1px solid #0d0d0d;
  outline-offset: -4px;
  background-color: #ffffff;
  box-shadow: 3px 3px 0 0 #0d0d0d;
  max-width: 320px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  grid-row: 8;
  grid-column: 1/10;
  align-self: self-start;
}
@media screen and (min-width: 768px) {
  .kv__important-news {
    max-width: 445px;
    margin-right: unset;
    margin-left: auto;
    margin-top: 30px;
    grid-row: 6;
    grid-column: 1/10;
    position: absolute;
    bottom: 60px;
    right: 0;
  }
}
.kv__important-news-link {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #0d0d0d;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .kv__important-news-link {
    padding: 10px 40px 10px 20px;
  }
}
.kv__important-news-link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background-image: url("../../images/common/icon_page-link-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv__important-news-link::after {
    width: 20px;
    height: 20px;
  }
}
.kv__important-news-link:hover {
  text-decoration-color: transparent;
}
.kv__important-news-link:hover .kv__important-news-genre {
  text-decoration-color: transparent;
}
.kv__important-news-link:hover .kv__important-news-text {
  text-decoration-color: transparent;
}
.kv__important-news-genre {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .kv__important-news-genre {
    font-size: 12px;
  }
}
.kv__important-news-text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 4px;
  text-decoration: underline;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 4px;
  text-decoration-color: #0d0d0d;
}
@media screen and (min-width: 768px) {
  .kv__important-news-text {
    font-size: 13px;
  }
}

.lead {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 30px;
  margin: 185px auto 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 20px;
    width: 100%;
    max-width: 825px;
    padding-bottom: 150px;
    margin: 0 auto 0 auto;
    line-height: 50px;
  }
}
.lead__title {
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .lead__title {
    margin-bottom: 57px;
  }
}
.lead__title .reveal-container {
  display: block !important;
  width: fit-content;
  margin: 0 auto;
}
.lead__title .reveal-container :nth-last-child(1) {
  margin-top: 5px;
}
.lead__title .reveal-text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .lead__title .reveal-text {
    font-size: 32px;
  }
}
.lead__bold {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lead__bold {
    font-size: 32px;
  }
}
.lead__bold.--lg {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .lead__bold.--lg {
    font-size: 36px;
  }
}
.lead__romantic {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  font-size: 64px;
  margin: 80px 0;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .lead__romantic {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 128px;
  }
}
.lead .reveal-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}
.lead .reveal-container.sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .lead .reveal-container.sp-only {
    display: none !important;
  }
}
.lead .reveal-container .pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .lead .reveal-container .pc-only {
    display: block !important;
  }
}
.lead .reveal-container .reveal-text {
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
}
.lead .reveal-container .reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0d0d0d;
  z-index: 2;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s ease;
}
.lead .reveal-container.is-in .reveal-mask {
  transform: scaleX(1);
  transform-origin: left center;
}
.lead .reveal-container.is-in .reveal-text {
  opacity: 1;
}
.lead .reveal-container.is-visible .reveal-mask {
  transform: scaleX(0);
  transform-origin: right center;
}
@keyframes sparkle-pulse {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(0);
    opacity: 0.8;
  }
  85% {
    transform: scale(0.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.5);
    opacity: 1;
  }
}
.lead .sparkle-star-wrapper {
  position: absolute;
  width: 100%;
}
.lead .sparkle-star-wrapper.--01 {
  max-width: 30px;
  top: -28px;
  left: 14px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--01 {
    max-width: 48px;
    top: -4px;
    left: -90px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--01 {
    left: 16px;
  }
}
.lead .sparkle-star-wrapper.--02 {
  max-width: 16px;
  top: -4px;
  left: 37px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--02 {
    max-width: 26px;
    top: 34px;
    left: -54px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--02 {
    top: 36px;
    left: 46px;
  }
}
.lead .sparkle-star-wrapper.--03 {
  max-width: 25px;
  top: 423px;
  right: 8px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--03 {
    max-width: 52px;
    top: 294px;
    right: -116px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--03 {
    right: -26px;
  }
}
.lead .sparkle-star-wrapper.--04 {
  max-width: 14px;
  top: 444px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--04 {
    max-width: 29px;
    top: 345px;
    right: -84px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--04 {
    right: -24px;
  }
}
.lead .sparkle-star-wrapper.--05 {
  max-width: 25px;
  top: 679px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--05 {
    max-width: 61px;
    top: 841px;
    left: -108px;
  }
}
.lead .sparkle-star-wrapper.--06 {
  max-width: 10px;
  top: 701px;
  left: 33px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--06 {
    max-width: 24px;
    top: 894px;
    left: -61px;
  }
}
.lead .sparkle-star-wrapper.--07 {
  max-width: 10px;
  top: 712px;
  left: 12px;
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--07 {
    right: -26px;
  }
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--07 {
    max-width: 20px;
    top: 920px;
    left: -112px;
  }
}
.lead .sparkle-star-wrapper.--08 {
  display: none;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--08 {
    display: block;
    max-width: 64px;
    top: 1133px;
    right: -116px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--08 {
    right: -28px;
  }
}
.lead .sparkle-star-wrapper.--09 {
  display: none;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--09 {
    display: block;
    max-width: 21px;
    top: 1193px;
    right: -126px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--09 {
    right: -36px;
  }
}
.lead .sparkle-star-wrapper.--10 {
  max-width: 41px;
  top: 1412px;
  left: 38px;
}
@media screen and (min-width: 768px) {
  .lead .sparkle-star-wrapper.--10 {
    max-width: 65px;
    top: 1992px;
    left: -124px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1080px) {
  .lead .sparkle-star-wrapper.--10 {
    left: 16px;
  }
}
.lead .sparkle-star {
  animation: sparkle-pulse 1.5s ease infinite;
  transform-origin: center center;
  display: inline-block;
}

.romantic7 {
  position: relative;
  background-color: #0d0d0d;
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  padding: 162px 20px;
  opacity: 0;
  transform: translateY(300px);
}
@media screen and (min-width: 768px) {
  .romantic7 {
    padding: 315px 20px;
  }
}
.romantic7__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (min-width: 768px) {
  .romantic7__inner {
    gap: 60px;
  }
}
.romantic7__img {
  width: 100%;
  max-width: 785px;
}
.romantic7__title {
  color: #ffffff;
  line-height: 103%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 23px;
  line-height: 60px;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .romantic7__title {
    font-size: 42px;
  }
}
.romantic7__number {
  font-size: 47px;
  font-family: "Princess Sofia", cursive;
  background: linear-gradient(to bottom, #ffffff, #cccccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .romantic7__number {
    font-size: 82px;
  }
}

.romanticList {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #0d0d0d;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .romanticList {
    padding: 15px;
  }
}
.romanticList__container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid #ffffff;
  position: relative;
  padding: 84px 20px 60px 20px;
  height: calc(100vh - 16px);
}
@media screen and (min-width: 768px) {
  .romanticList__container {
    padding-top: 33%;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__container {
    padding-top: 80px;
    padding-left: 90px;
    padding-bottom: 205px;
  }
}
.romanticList__container::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid white;
  z-index: 0;
  pointer-events: none;
}
.romanticList__inner {
  width: 100%;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .romanticList__inner {
    padding: 0 20px;
  }
}
.romanticList__head {
  width: 100%;
  max-width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: none;
}
@media screen and (min-width: 1025px) {
  .romanticList__head {
    display: flex;
  }
}
.romanticList__article {
  display: block;
}
@media screen and (min-width: 1025px) {
  .romanticList__article {
    display: none;
  }
}
.romanticList__article-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .romanticList__article-pc {
    display: block;
  }
}
.romanticList__article, .romanticList__article-pc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  background-color: #ffffff;
  max-width: 284px;
  margin: 30px auto 0;
  position: relative;
}
.romanticList__article::after, .romanticList__article-pc::after {
  position: absolute;
  top: -17px;
  left: -15px;
  padding: 3px 15px;
  content: "";
  font-family: "Cormorant Infant", serif;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: bold;
  width: 156px;
  height: 30px;
  background: url("../../images/top/bg-romance-topic.svg") no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .romanticList__article, .romanticList__article-pc {
    margin: 0 0 0 0;
    max-width: 502px;
    min-width: 256px;
    position: absolute;
    top: -152px;
    right: 0%;
  }
  .romanticList__article::before, .romanticList__article-pc::before {
    position: absolute;
    width: 28px;
    height: 20px;
    left: 50%;
    bottom: -19px;
    content: "";
    background: url("../../images/top/icon-serif-tail.svg") no-repeat;
  }
}
@media screen and (min-width: 1360px) {
  .romanticList__article, .romanticList__article-pc {
    right: -12%;
  }
}
@media screen and (max-width: 1024px) {
  .romanticList__article, .romanticList__article-pc {
    right: unset;
  }
}
.romanticList__article-title {
  top: -17px;
  left: -15px;
  padding: 3px 15px;
  content: "";
  font-family: "Cormorant Infant", serif;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.romanticList__article-link {
  display: block;
  color: #0d0d0d;
  padding: 9px 11px 9px 22px;
}
.romanticList__article-link:hover .romanticList__article-text {
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
.romanticList__article-genre {
  font-family: "Cormorant Infant", serif;
  font-size: 12px;
  text-align: right;
  display: block;
}
.romanticList__article-text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: underline;
  overflow: hidden;
  transition: text-decoration-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .romanticList__article-text {
    font-size: 15px;
  }
}
.romanticList__img {
  width: 100%;
}
.romanticList__title {
  color: #ffffff;
  font-size: 14px;
  line-height: 103%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.romanticList__number {
  color: #ffffff;
  font-size: 30px;
  font-family: "Princess Sofia", cursive;
}
.romanticList__list {
  display: flex;
  width: 100vw;
  overflow: visible;
  gap: 100px;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .romanticList__list {
    margin-top: 84px;
  }
}
.romanticList__item {
  display: flex;
  flex: 0 0 100vw;
  align-items: center;
  flex-direction: column-reverse;
  gap: 27px;
  color: #ffffff;
  width: 100%;
  max-width: 1100px;
  opacity: 1;
  position: relative;
  z-index: 0;
  justify-content: center;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .romanticList__item {
    min-height: 80vh;
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .romanticList__item {
    gap: 0;
  }
}
.romanticList__item.is-active {
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .romanticList__item {
    top: 300px;
    flex-direction: row;
    align-items: self-start;
    left: 40%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1360px) {
  .romanticList__item {
    max-width: 800px;
    left: 39%;
  }
}
@media screen and (min-width: 1500px) {
  .romanticList__item {
    left: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .romanticList__item {
    max-width: unset;
    left: 0;
    padding: 0 30px;
  }
}
.romanticList__item-text-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .romanticList__item-text-wrapper {
    width: 360px;
  }
}
.romanticList__item-title-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .romanticList__item-title-wrapper {
    text-align: left;
    width: unset;
    max-width: unset;
  }
}
.romanticList__item-title, .romanticList__item-sub-title {
  font-weight: bold;
  font-family: "Noto Serif", serif;
  line-height: 1.3;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .romanticList__item-title, .romanticList__item-sub-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__item-title, .romanticList__item-sub-title {
    font-size: min(3.5vw, 48px);
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-title, .romanticList__item-sub-title {
    font-size: 7vh;
  }
}
.romanticList__item-sub-title {
  font-size: 14px;
}
.romanticList__item-number {
  position: absolute;
  font-family: "Rochester", cursive;
  font-size: 50px;
  z-index: -1;
  top: -48px;
  left: 30px;
  background: linear-gradient(to bottom, #ffffff, #888888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .romanticList__item-number {
    left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__item-number {
    font-size: min(5vw, 96px);
    top: -92px;
    left: -60px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-number {
    font-size: 10vh;
  }
}
@media screen and (min-width: 1230px) {
  .romanticList__item-number {
    font-size: 96px;
  }
}
.romanticList__item-text {
  margin: 15px auto 0 auto;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  max-width: 290px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .romanticList__item-text {
    white-space: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__item-text {
    width: unset;
    max-width: unset;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-text {
    font-size: 2vh;
  }
}
.romanticList__item-text span {
  font-size: 16px;
  font-weight: bold;
}
.romanticList__item-text p {
  font-size: 12px;
}
.romanticList__item-link {
  display: flex;
  color: #ffffff;
  margin-top: 17px;
  justify-content: center;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .romanticList__item-link {
    position: absolute;
    bottom: 10px;
    right: 60px;
  }
}
.romanticList__item-link img {
  width: 100%;
  max-width: 123px;
}
@media screen and (min-width: 1025px) {
  .romanticList__item-link {
    margin-top: 45px;
    justify-content: start;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-link {
    margin-top: 6.2vh;
  }
}
.romanticList__item-img {
  overflow: visible;
  width: 140px;
  height: 135px;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .romanticList__item-img {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__item-img {
    height: 362px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-img {
    height: 30vh;
  }
}
.romanticList__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .romanticList__item-img img {
    width: 214px;
    height: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .romanticList__item-img img {
    width: 31.45vw;
    max-width: 453px;
    height: 420px;
    object-fit: contain;
    object-position: center center;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__item-img img {
    height: 40vh;
  }
}
.romanticList__item-img-wrapper {
  position: relative;
  z-index: 0;
}
.romanticList__indicator {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 16px;
  right: 7px;
  z-index: 2;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 1025px) {
  .romanticList__indicator {
    right: 60px;
    gap: 20px;
    top: unset;
    translate: 0;
  }
}
.romanticList__indicator-item {
  cursor: pointer;
}
.romanticList__indicator-item svg {
  display: block;
  fill: #fff;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
@media screen and (min-width: 1025px) {
  .romanticList__indicator-item svg {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 720px) {
  .romanticList__indicator-item svg {
    width: 4.5vh;
    height: 4.5vh;
  }
}
.romanticList__indicator-item:hover svg {
  fill: rgba(255, 0, 142, 0.7);
  transform: scale(1.1);
}
.romanticList__indicator-item.is-active svg {
  fill: #ff008e !important;
  transform: scale(1.3);
}
.romanticList__indicator-item.is-active:hover svg {
  fill: #ff008e !important;
  transform: scale(1.3);
}

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

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

/*
*--------------------------------
* news, journal, projects共通
*--------------------------------
*/
/*
*--------------------------------
* news
*--------------------------------
*/
.news {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 1230px) {
  .news {
    overflow: hidden;
  }
}

.news__container {
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news__container {
    padding: 5.5em 0 0;
    width: 86.4%;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .news__container {
    max-width: 1300px;
    padding: 5.5em 0 0;
    width: 86.4%;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 1230px) {
  .news__container {
    flex-direction: row;
    max-width: 1300px;
    padding-top: 13em;
    padding-bottom: 11em;
    gap: clamp(16px, 5.5%, 80px);
  }
}

.news__header {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news__header {
    flex: none;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .news__header {
    flex: none;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1230px) {
  .news__header {
    flex-direction: column;
    align-items: center;
    padding-inline-start: 2em;
    padding-inline-end: 6.5em;
  }
}

.news__title {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  color: #0d0d0d;
  font-size: 2.25em;
  line-height: 1;
}
@media screen and (min-width: 1230px) {
  .news__title {
    font-size: 4em;
    line-height: 1;
  }
}

.news__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1em;
  color: #0d0d0d;
  margin-top: 8px;
}

.news__view-more {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  margin-top: 4.5em;
}
.news__view-more {
  transition: color 0.3s ease;
  cursor: pointer;
}
.news__view-more img {
  width: 123px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .news__view-more svg:not(:root) {
    position: relative;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .news__view-more {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .news__view-more {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  .news__view-more {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news__view-more-link {
    position: relative;
    left: 3%;
  }
}
@media screen and (min-width: 768px) {
  .news__view-more-link {
    position: relative;
  }
}
.news__view-more-footer {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__view-more-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 375/200;
    width: 100%;
    min-height: 200px;
  }
  .news__view-more-footer img {
    width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .news__view-more-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 375/100;
    width: 100%;
    min-height: 200px;
  }
  .news__view-more-footer img {
    width: 105px;
  }
}
@media screen and (min-width: 1230px) {
  .news__view-more-footer {
    display: none;
  }
}

.news__view-more:hover {
  color: #333;
}

.news__content {
  width: 100%;
  border-left: none;
  padding-left: 0;
}
@media screen and (min-width: 1230px) {
  .news__content {
    flex: 1;
    padding-left: 40px;
  }
}

.news__list {
  list-style: none;
}

.news__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0d0d0d;
  transition: opacity 0.3s ease;
  position: relative;
}
.news__item {
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.news__item::after {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  background-image: url("../../images/common/icon_page-link-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  opacity: 1;
  right: 0;
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news__item::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .news__item::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .news__item::after {
    display: inline-block;
  }
}

.news__item:hover::after {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background-image: url("../../images/common/icon_page-link-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.25em;
  right: -1%;
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news__item:hover::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .news__item:hover::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .news__item:hover::after {
    display: inline-block;
  }
}

.news__item-link {
  color: #0d0d0d;
  text-decoration: none;
  padding: 30px 3.125em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__item-link {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .news__item-link {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news__item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .news__item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.news__date {
  font-family: "Cormorant Infant", serif;
  font-size: 0.875em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__date {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .news__date {
    margin: 0;
  }
}

.news__category {
  display: inline-block;
  position: relative;
  border: 1px solid #0d0d0d;
  border-radius: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875em;
  text-align: center;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .news__category {
    margin: 0;
    width: auto;
    min-width: 6em;
    font-size: 0.75em;
    padding: 0px 8px;
  }
}
@media screen and (min-width: 768px) {
  .news__category {
    margin: 0;
    width: auto;
    min-width: 6em;
    font-size: 0.75em;
    padding: 0px 8px;
  }
}
@media screen and (min-width: 1230px) {
  .news__category {
    margin: 0 20px;
    width: 10.5em;
    padding: 0px 10px;
  }
}
.news__category {
  transition: all 0.3s ease;
}
.news__category::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: var(--category-icon, url("../../images/news/icon-category-default-01.svg"));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .news__category::before {
    top: 1px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .news__category::before {
    top: 1px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1230px) {
  .news__category::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}

.news__text {
  flex: 1;
  font-size: 1em;
  line-height: 1.5;
  transition: color 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  .news__text {
    font-size: 0.9125em;
  }
}

.news__item:hover .news__text {
  color: #666;
}

.news__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  margin-left: 15px;
}
.news__arrow {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news__arrow {
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .news__arrow {
    align-self: flex-end;
  }
}

.news__arrow:hover {
  background-color: #555;
  transform: translateX(3px);
}

.background-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, rgba(255, 182, 193, 0.1), rgba(255, 228, 225, 0.1));
  border-radius: 50%;
  z-index: -1;
}

/*
*--------------------------------
* journal
*--------------------------------
*/
.journal {
  background-color: #ff008e;
  padding: 200px 40px 100px;
  color: white;
  position: relative;
  overflow: hidden;
}

.journal__container {
  max-width: 1200px;
  margin: 0 auto;
}

.journal__header {
  text-align: left;
  margin-bottom: 3em;
}

.journal__title {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  color: #0d0d0d;
}
@media screen and (max-width: 767px) {
  .journal__title {
    font-size: 2.25em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .journal__title {
    font-size: 4em;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .journal__subtitle {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .journal__subtitle {
    font-size: 0.25em;
    opacity: 0.9;
    margin-bottom: 30px;
    padding-inline-start: 1em;
    vertical-align: 0.75em;
  }
}

@media screen and (max-width: 767px) {
  .journal__description--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .journal__description--pc {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .journal__description--pc {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #0d0d0d;
    line-height: 1.5;
    margin-bottom: 3em;
    font-size: 1.25em;
  }
}

.journal__description--sp {
  margin-top: 4em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375em;
  font-weight: normal;
  color: #0d0d0d;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .journal__description--sp {
    display: none;
  }
}

.journal__social {
  display: flex;
  gap: 15px;
}

.journal__social-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journal__social-icon {
  transition: all 0.3s ease;
  cursor: pointer;
}

.journal__social-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.journal__social-icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}

@media screen and (max-width: 767px) {
  .journal__articles {
    margin-top: 3.5em;
  }
}
@media screen and (min-width: 768px) {
  .journal__articles {
    margin-top: 3em;
  }
}

.journal__articles .splide__track {
  position: relative;
}
.journal__articles .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ff008e;
  z-index: 2;
}

.journal__articles .splide__list {
  display: flex;
}

.journal__articles .splide__slide {
  width: 484px;
  flex-shrink: 0;
  flex-grow: 0;
}
.journal__articles .splide__slide:not(:first-child) {
  border-left: 1px solid #0d0d0d;
}

@media screen and (max-width: 767px) {
  .journal__articles .journal__slide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .journal__articles .journal__slide {
    margin-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .journal__articles .journal__list {
    padding-inline: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .journal__articles .journal__list {
    display: none;
  }
}

.journal__card {
  position: relative;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .journal__card {
    padding-inline: 2.625em;
  }
}
.journal__card-category {
  position: absolute;
  background: #0d0d0d;
  color: white;
  font-weight: 500;
  text-align: center;
  transform: skewX(30deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .journal__card-category {
    top: -1em;
    left: -2.6%;
    min-width: 7em;
    padding: 0.1em 1em;
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 768px) {
  .journal__card-category {
    top: -0.5em;
    left: 1.625em;
    min-width: 7em;
    padding: 0.2em 1em;
    font-size: 1em;
  }
}
.journal__card-category-text {
  transform: skewX(-30deg);
  display: inline-block;
}

.journal__card-content {
  display: flex;
  flex-direction: column;
}

.journal__card-image {
  aspect-ratio: 5/3;
  overflow: hidden;
  border: 1px solid #0d0d0d;
  box-shadow: 4px 4px 0px 0px #0d0d0d;
}
.journal__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.journal__card:hover .journal__card-image img {
  transform: scale(1.05);
}

.journal__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #0d0d0d;
}
@media screen and (max-width: 767px) {
  .journal__card-info {
    margin-top: 0.75em;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .journal__card-info {
    padding: 1.25em 0;
    min-height: 150px;
  }
}

.journal__card-title {
  font-weight: 600;
  line-height: 1.5;
  color: #0d0d0d;
}
@media screen and (max-width: 767px) {
  .journal__card-title {
    font-size: 1em;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .journal__card-title {
    font-size: 1.25em;
  }
}

.journal__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .journal__card-meta {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .journal__card-meta {
    margin-top: auto;
  }
}

.journal__card-date {
  font-family: "Cormorant Infant", serif;
  font-size: 1em;
  font-weight: 500;
}

.journal__card-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.journal .news__category {
  margin-right: 0;
}

#journalSplide .splide__track {
  padding-block: 1em;
}

@media screen and (max-width: 767px) {
  .journal__slider {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .journal__slider {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .journal__slider {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .journal__slider-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.journal__articles .splide__arrows {
  display: block;
  position: relative;
}

#journalSplide .splide__arrow {
  display: block;
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}
#journalSplide .splide__arrow:hover {
  opacity: 0.8 !important;
}

#journalSplide .splide__arrow--prev {
  position: absolute;
  left: -152px !important;
}

.journal__view-more {
  text-align: right;
  margin-top: 40px;
}

.journal__view-more-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  padding: 12px 0;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.journal__view-more-link {
  transition: opacity 0.3s ease;
}

.journal__view-more-link:hover {
  border-bottom-color: white;
}

.journal__articles {
  margin-top: 40px;
}

.journal__articles-mobile {
  display: block;
}

.journal__article {
  margin-bottom: 30px;
}

.journal__article:last-child {
  margin-bottom: 0;
}

.journal__article-image {
  height: 180px;
}

.journal__article-content {
  padding: 20px;
}

.journal__article-title {
  font-size: 1rem;
  margin-bottom: 12px;
}

.journal__view-more {
  margin-top: 3em;
  padding-inline: 2.5%;
}
.journal__view-more img {
  width: 105px;
}

.journal__articles-mobile {
  display: none;
}

/*
*--------------------------------
* projects
*--------------------------------
*/
.projects {
  display: none !important;
  background-color: #ff008e;
  color: white;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 3.75em 1.25em 7em;
  }
}
@media screen and (min-width: 768px) {
  .projects {
    padding: 80px 40px;
  }
}

.projects__container {
  max-width: 1200px;
  margin: 0 auto;
}

.projects__header {
  text-align: left;
  margin-bottom: 60px;
}

.projects__title {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  color: #0d0d0d;
}
@media screen and (max-width: 767px) {
  .projects__title {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .projects__title {
    font-size: 4em;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .projects__subtitle {
    display: block;
    font-size: 0.44em;
    font-weight: normal;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .projects__subtitle {
    font-size: 0.25em;
    opacity: 0.9;
    margin-bottom: 30px;
    padding-inline-start: 1em;
    vertical-align: 0.75em;
  }
}

.projects__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  color: #0d0d0d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .projects__description {
    margin-top: 4.5em;
    font-size: 0.9375em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .projects__description {
    margin-top: 2.5em;
    margin-bottom: 40px;
    font-size: 1.25em;
  }
}

[class^=projects__card] {
  color: #0d0d0d;
}

.projects__articles {
  color: #0d0d0d;
}
.projects__articles--sp {
  display: block;
}
@media screen and (min-width: 1000px) {
  .projects__articles--sp {
    display: none;
  }
}
.projects__articles--pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .projects__articles--pc {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .projects__card-link {
    display: inline-block;
    font-size: 0.875em;
    color: #0d0d0d;
    text-decoration: none;
    position: relative;
    padding-right: 1.5em;
    transition: opacity 0.2s ease;
  }
  .projects__card-link .projects__card-image {
    border: 1px solid #0d0d0d;
    box-shadow: 4px 4px 0px 0px #0d0d0d;
    transition: box-shadow 0.3s ease;
  }
  .projects__card-link .projects__card-image img {
    transition: transform 0.3s ease;
  }
  .projects__card-link:hover {
    transition: transform 0.3s ease;
  }
  .projects__card-link:hover .projects__card-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.projects__card-link:not(:first-child) {
  border-left: 1px solid #0d0d0d;
}
@media screen and (max-width: 767px) {
  .projects__card-link {
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  .projects__card-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px auto;
  }
}

.projects__card {
  display: flex;
}
@media screen and (max-width: 767px) {
  .projects__card {
    gap: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .projects__card {
    gap: 1vw;
  }
}
@media screen and (min-width: 1000px) {
  .projects__card {
    position: relative;
    max-width: 320px;
    padding-inline-start: 1.875em;
    padding-inline-end: 0.5em;
    background: transparent;
    gap: 12px;
  }
}

@media screen and (min-width: 768px) {
  .projects__card-head {
    position: relative;
  }
}

.projects__card-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #0d0d0d;
  box-shadow: 4px 4px 0px 0px #0d0d0d;
}
@media screen and (min-width: 1000px) {
  .projects__card-image {
    max-width: 220px;
  }
}
.projects__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白なく埋める */
  object-position: center; /* 切り取り位置を指定 */
}

.projects__card-category {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .projects__card-category {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 768px) {
  .projects__card-category {
    padding-right: 1vw;
  }
}
@media screen and (min-width: 1000px) {
  .projects__card-category {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.projects__card-category-text::before {
  content: "";
  display: inline-block;
  background-image: var(--category-icon, url("../../images/news/icon-category-default-01.svg"));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .projects__card-category-text::before {
    width: 16px;
    height: 16px;
    margin-inline-end: 0.25em;
  }
}
@media screen and (min-width: 768px) {
  .projects__card-category-text::before {
    width: 25px;
    height: 25px;
    margin-inline-end: 0.25em;
  }
}

@media screen and (max-width: 767px) {
  .projects__card-body {
    margin-top: 0.625em;
  }
}
@media screen and (min-width: 768px) {
  .projects__card-body {
    margin-top: 0.9375em;
  }
}

.projects__card-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .projects__card-title {
    min-height: 3.2em;
    font-size: min(3.2vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .projects__card-title {
    min-height: 3.2em;
    font-size: 0.9125em;
  }
}
@media screen and (min-width: 1000px) {
  .projects__card-title {
    min-height: 3.2em;
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}

.projects__card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 1.05em;
}
@media screen and (max-width: 767px) {
  .projects__card-text {
    font-size: min(2.67vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  .projects__card-text {
    font-size: min(2.67vw, 14px);
  }
}
@media screen and (min-width: 1000px) {
  .projects__card-text {
    font-size: 0.9em;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .projects__articles--sp {
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .projects__slider {
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .projects__slide {
    padding-left: 48px;
    padding-right: 8px;
    margin-right: 0px !important;
    width: 240px;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .projects__slide {
    padding-left: 4vw;
  }
}
.projects__slide:not(:first-child) {
  border-left: 1px solid #0d0d0d;
}

.projects .splide__track {
  position: relative;
}
.projects .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(15% + 4px);
  height: 100%;
  background-color: #ff008e;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .projects .splide__arrows {
    display: flex !important;
    gap: 16px;
    position: absolute;
    left: 0;
    margin-top: 64px;
    padding-left: calc(4vw + 16px);
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .projects .splide__arrows {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    gap: 0.5em;
  }
}

#projectsSplide .splide__arrow {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 50px !important;
  height: 50px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 10 !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}
#projectsSplide .splide__arrow img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
#projectsSplide .splide__arrow:hover {
  opacity: 0.8 !important;
  transform: scale(1.1) !important;
}

.projects__view-more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .projects__view-more {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .projects__view-more {
    margin-top: 8em;
    padding-inline: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .projects__view-more img {
    width: 105px;
    padding-inline: 5%;
  }
}
@media screen and (min-width: 768px) {
  .projects__view-more img {
    width: 123px;
  }
}

.bridge {
  display: grid;
  position: relative;
  place-items: center;
  background-color: #ff008e;
  overflow: hidden;
  margin-inline: auto;
  padding: 3.75em 1.25em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .bridge {
    min-height: 620px;
    padding: 3.75em 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .bridge {
    padding: 80px 40px 272px;
    aspect-ratio: 16/12;
    max-height: 920px;
  }
}
@media screen and (min-width: 1000px) {
  .bridge {
    aspect-ratio: 16/8;
  }
}
@media screen and (min-width: 1230px) {
  .bridge {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .bridge {
    padding-bottom: 120px;
  }
}
.bridge__text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bridge__text {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 768px) {
  .bridge__text {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
}
.bridge::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url("../../images/common/bg_text-circle.png");
  background-size: 100% 100%;
  background-position: center;
  transform-origin: center;
  animation: rotateAnimation 90s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
  width: 520px;
  height: 520px;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .bridge::before {
    width: 720px;
    height: 720px;
  }
}
@media screen and (min-width: 1000px) {
  .bridge::before {
    width: 842px;
    height: 842px;
  }
}
.bridge::before svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bridge .button__double-border {
    margin-top: 2.5em;
    max-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .bridge .button__double-border {
    margin-top: 2.5em;
    max-width: 284px;
  }
}

/*
* 作業の都合で一時的に非表示
*/
/*
*--------------------------------
* front-page.php固有のスタイル
*--------------------------------
*/
@media screen and (max-width: 767px) {
  .footer {
    margin-top: -120px;
  }
}