@layer global {
:root {
  --bp-xxs: 375;
  --bp-xs: 475;
  --bp-sm: 640;
  --bp-md: 768;
  --bp-lg: 1024;
  --bp-xl: 1280;
  --bp-xxl: 1536;
  --bp-xxxl: 1920;
  --color-back: #fff;
  --color-text: #000;
  --color-primary: #d58092;
  --color-secondary: #d58092;
  --fontFamily-default: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  --height-header: 91;
  --height-header-sp: 49;
  --line-clamp: 2;

  --width-inner-lg: 1420;
  --width-inner: 1200;
  --width-inner-sm: 1000;

  --zIndex-sticky-bottom: 30;
  --zIndex-header: 40;
  --zIndex-spmenu: 41;
  --zIndex-toggle: 42;
  --zIndex-splash: 50;
  --leading-trim: calc((1em - 1lh) / 2);
  --gutter: 16px;
  --gutter-inner: 16px;
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);

  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);

  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
}
@layer reset {

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
}
@layer base {

/* base style */

html {
  scroll-padding-top: calc(var(--scroll-padding-top) * 1px);
}

body {
  background: var(--color-back);
  color: var(--color-text);
  font-family: var(--fontFamily-default);
  overflow-wrap: break-word;
  /* word-break: break-all; */
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

code,
pre {
  font-family: var(--fontFamily-default);
  white-space: pre-wrap;
}

img,
picture > img,
picture > source,
figure {
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: optimize-contrast;
  display: block;
}

picture {
  display: contents;
}

iframe {
  border: 0;
}

li,
summary {
  list-style: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  touch-action: manipulation;
  font-size: 1rem;
}

:where(
    :any-link,
    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    label[for],
    select,
    summary,
    [role="tab"],
    [role="button"]
  ) {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

main {
  display: block;
}

dt {
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
color: unset; 
  background-color: unset;
  border: unset;
  overflow: unset;
  outline: unset;
}

input,
textarea,
select {
  min-width: 0;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: -2px;
  outline: 2px solid var(--color-primary);
}

textarea {
  resize: vertical;
}

optgroup {
  font-size: 1rem;
}

/* label: iOS対応のためにポインター指定 */
label {
  cursor: pointer;
}

/* プレースホルダー色調整 */
::placeholder {
  color: #ccc;
}

/* スピンボタン非表示 (Chrome / Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  display: none;
  margin: 0;
}

/* スピンボタン非表示 (FireFox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  appearance: none;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
}

.select-wrap > select {
  width: 100%;
}

.select-wrap::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

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

option:disabled {
  color: #ccc;
  opacity: 1;
}

/* 共通スタイル */
input[type="number"],
input[type="range"] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* type="number" 専用 */
input[type="number"]:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* type="range" 専用 */
input[type="range"] {
  appearance: none;
  height: 4px;
  background: #ddd;
  margin: 0.5em 0;
}

/* スライダーのつまみ部分（WebKitブラウザ） */
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* スライダートラックと垂直中央に合わせる */
}

/* スライダーのつまみ部分（Firefox） */
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

/* スライダートラック（Firefox） */
input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
}

/* ラジオボタン、チェックボックス */
input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

input[type="radio"]:focus-visible + span,
input[type="checkbox"]:focus-visible + span {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

/* ラジオボタンスタイル */
input[type="radio"] + span::before {
  background: #fff;
  outline-offset: -2px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: calc(23 / 16 * 1em);
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: calc(23 / 16 * 1em);
}

/* ラジオボタンチェック印（未選択） */
input[type="radio"] + span::after {
  content: "";
  display: none;
}

/* ラジオボタンチェック印（選択） */
input[type="radio"]:checked + span::after {
  background: var(--color-primary);
  border-radius: 50%;
  display: block;
  height: calc(13 / 16 * 1em);
  left: calc(5 / 16 * 1em);
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(6 / 16 * 1em);
  width: calc(13 / 16 * 1em);
}

/* チェックボックス */
input[type="checkbox"] + span::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  width: calc(20 / 16 * 1em);
  height: calc(20 / 16 * 1em);
  border: 1px solid var(--color-primary);
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/* チェックボックス未チェック時 */
input[type="checkbox"] + span::after {
  content: "";
  display: none;
}

/* チェックボックスチェック時 */
input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
@layer layout {
.l-main {
  padding-top: calc(var(--height-header) * 1px);
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: calc(var(--height-header-sp) * 1px);
  }
}
}
@layer components {

.c-hamburger {
  --btn-size: 30px;
  --line-width: 30px;
  --line-weight: 3px;
  --line-gap: 8px;
  --line-color: #fff;

  background-color: transparent;
  cursor: pointer;
  display: block;
  height: var(--btn-size);
  position: relative;
  width: var(--btn-size);
}

.c-hamburger__line {
  background: var(--line-color);
  display: inline-block;
  height: var(--line-weight);
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: var(--line-width);
  border-radius: 1px;
}

.c-hamburger__line:nth-of-type(1) {
  top: calc(50% - var(--line-weight) / 2 - var(--line-gap) - var(--line-weight));
}

.c-hamburger__line:nth-of-type(2) {
  top: calc(50% - var(--line-weight) / 2);
}

.c-hamburger__line:nth-of-type(3) {
  top: calc(50% + var(--line-weight) / 2 + var(--line-gap));
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(1) {
  transform: translate(-50%, calc(var(--line-gap) + var(--line-weight))) rotate(-45deg);
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(3) {
  transform: translate(-50%, calc(-1 * (var(--line-gap) + var(--line-weight)))) rotate(45deg);
}
}
@layer site {

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-primary);
  height: calc(var(--height-header) * 1px);
  z-index: var(--zIndex-header);
  padding-right: 20px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .s-header {
    height: 70px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-header {
    height: calc(var(--height-header-sp) * 1px);
  }
}

.js-header._active {
  translate: -50% 0;
}

.s-header__inner {
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}

.s-header__spmenu {
  height: 100vh;
  height: 100svh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: background-color 0.3s;
  width: 100vw;
  z-index: var(--zIndex-spmenu);
}

.s-header__spmenu:has(.s-spmenu:not([inert])) {
  pointer-events: auto;
}

.s-header__toggle {
  position: relative;
  z-index: var(--zIndex-toggle);
  justify-self: end;
}

@media screen and (min-width: 769px) {
  .s-header__toggle {
    display: none;
  }

  .s-header__spmenu {
    display: none;
  }
}

.s-header__nav {
  display: none;
}

@media screen and (min-width: 769px) {
  .s-header__nav {
    display: block;
  }
}

.s-header-nav__list {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  column-gap: 46px;
  padding-right: 38px;
}

@media screen and (max-width: 1024px) {
  .s-header-nav__list {
    column-gap: 24px;
  }
}
.s-header-nav__item {
  position: relative;
}

.s-header__logo {
  display: grid;
  place-items: center;
  width: 148px;
}

@media screen and (max-width: 1024px) {
  .s-header__logo {
    width: 100px;
  }
  .s-header__logo .-img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .s-header__logo {
    width: 69px;
  }
  .s-header__logo .-img {
    width: 69px;
  }
}
}
@layer site {

.s-spmenu {
  position: relative;
  height: 100lvh;
  z-index: var(--zIndex-spmenu);
  background-color: var(--color-primary);
  overflow-y: auto;
  opacity: 0;
  transition:
    opacity 0.3s var(--ease-in-out-quad),
    translate 0.3s var(--ease-in-out-quad);
}

.s-spmenu:not([inert]) {
  opacity: 1;
}
.s-spmenu__wrap {
  height: 100lvh;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 9.5%;
  padding-right: 9.5%;
}

.s-spmenu__inner {
  height: 100%;
  display: grid;
  place-items: center;
}

.s-spmenu__inner .s-footer-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

.s-spmenu__nav {
  margin-top: 25px;
}

.s-spmenu-nav__list {
  display: flex;
  flex-direction: column;
  color: #3aa7cd;
  row-gap: 4lvh;
}

.s-spmenu-nav__link {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
}
@layer site {

.s-footer {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--color-primary);
  height: 100px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .s-footer {
    height: calc(28 / 375 * 100vw);
  }
}

.s-footer__copyright {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .s-footer__copyright {
    width: 60px;
    height: auto;
  }
}
}
@layer page {

.p-top-mv {
  position: relative;
}

.p-top-mv__bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
}
.p-top-mv__bg .-img {
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.p-top-mv__visual {
  width: 91%;
  position: relative;
  z-index: 2;
  margin-left: 9%;
}

@media screen and (max-width: 768px) {
  .p-top-mv__visual {
    width: 97%;
    margin-top: 5%;
    margin-left: auto;
  }
}

.p-top-mv__visual .-img {
  width: 100%;
  height: auto;
}
}
@layer page {

.p-top-second {
  position: relative;
  padding-top: calc(120 / 1360 * 100vw);
  padding-bottom: calc(20 / 1360 * 100vw);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-top: calc(-155 / 1360 * 100vw);
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  .p-top-second {
    margin-top: calc(-80 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
    padding-left: calc(4 / 375 * 100vw);
    padding-right: calc(4 / 375 * 100vw);
  }
}

.p-top-second__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-top-second__bg .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-top-second__inner {
  position: relative;
  z-index: 4;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-top-second__date {
  display: grid;
  place-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-second__date {
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-second__date .-img {
    width: 100%;
  }
}
.p-top-second__comment {
  display: grid;
  place-items: center;
  margin-top: calc(40 / 1360 * 100vw);
}

.p-top-second__point {
  margin-top: calc(20 / 1360 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-second__point {
    margin-top: unset;
    margin-left: -1vw;
    margin-right: -1vw;
  }

  .p-top-second__point .-img {
    width: 100%;
  }
}
}
@layer page {

.p-top-third {
  position: relative;
  padding-top: calc(45 / 1360 * 100vw);
  padding-bottom: calc(65 / 1360 * 100vw);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top-third {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.p-top-third__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-top-third__bg .-img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;
}

.p-top-third__inner {
  position: relative;
  z-index: 1;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-top-third__comment {
  display: grid;
  place-items: center;
  padding-right: 3%;
}
.p-top-third__comment .-img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top-third__comment {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-third__comment .-img {
    width: 100%;
  }
}

.p-top-third__date {
  margin-top: calc(55 / 1360 * 100vw);
  display: grid;
  padding-right: 2%;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-third__date {
    margin-top: calc(28 / 375 * 100vw);
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-third__date .-img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top-third__date .-img {
    width: 100%;
  }
}
}
@layer utility {

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-ib {
  display: inline-block;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-visible {
    display: revert;
  }
}
@media screen and (max-width: 1024px) {
  .u-lg-hidden {
    display: none;
  }
}
.u-lg-visible {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg-visible {
    display: revert;
  }
}

@media screen and (max-width: 1280px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-xl-visible {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-xl-visible {
    display: revert;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.u-mt-10 {
  margin-top: 10px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
}
