@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #000;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #f45d67;
  text-decoration: none;
}

a:visited {
  color: #f45d67;
  text-decoration: none;
}

a:active {
  color: #f45d67;
  text-decoration: none;
}

a:hover {
  color: #f45d67;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(2vw, 20px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a:hover .arrow {
  background: #525252;
}
#btn_ptop .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding-bottom: 8px;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
#btn_ptop .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(7% 100%, 0 93%, 50% 43%, 100% 93%, 93% 100%, 50% 57%, 7% 100%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #btn_ptop a:hover .arrow {
    background: #000;
  }
  #btn_ptop .arrow {
    padding-bottom: 7px;
    height: 50px;
    width: 50px;
    transition: all 0s ease-in-out;
  }
  #btn_ptop .arrow::before {
    height: 0.8em;
  }
}
/* .l-header */
.l-header {
  display: flex;
  position: fixed;
  width: calc(100% - 100px);
  z-index: 30;
}
.l-header__logo {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 0;
}
.l-header__logo img {
  display: block;
  width: 160px;
  transition: all 0.25s ease;
}
.l-header__logo img:hover {
  opacity: 0.8;
}

@media (max-width: 1240px) {
  /* .l-header */
  .l-header__logo {
    padding: 18px;
    border-radius: 0 0 10px 0;
  }
  .l-header__logo img {
    width: 120px;
    transition: all 0.25s ease;
  }
  .l-header__logo img:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  /* .l-header */
  .l-header__logo {
    padding: 16px;
    border-radius: 0 0 8px 0;
  }
  .l-header__logo img {
    width: 80px;
    transition: all 0s ease;
  }
  .l-header__logo img:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* .l-header */
  .l-header__logo {
    padding: 12px;
    border-radius: 0 0 6px 0;
  }
  .l-header__logo img {
    width: 70px;
  }
}
/* .l-main */
.l-main {
  width: 100%;
}

.l-main__wrapper {
  position: relative;
  margin: 0 auto;
}

/* .l-contents */
.l-contents {
  margin: 0 auto;
  padding: min(12vw, 120px) min(4vw, 40px) min(18vw, 180px);
}

/* .l-footer */
.l-footer {
  padding: min(10vw, 100px) min(1vw, 10px) min(7vw, 70px);
  background: #ededed;
  text-align: center;
}

.c-title-1 {
  position: relative;
  margin: 0 auto min(6vw, 60px);
  padding-top: 90px;
  text-align: center;
}
.c-title-1::before {
  position: absolute;
  top: 0;
  background: #000;
  content: "";
  width: 6px;
  height: 80px;
  border-radius: 9999px;
}
.c-title-1 .-en {
  display: block;
  font-family: "Poppins";
  font-size: 9.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.c-title-1 .-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .c-title-1 {
    padding-top: 90px;
  }
  .c-title-1::before {
    width: 6px;
    height: 80px;
  }
  .c-title-1 .-en {
    font-size: 8.4rem;
  }
  .c-title-1 .-jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .c-title-1 {
    padding-top: 75px;
  }
  .c-title-1::before {
    width: 5px;
    height: 65px;
  }
  .c-title-1 .-en {
    font-size: 6.4rem;
  }
  .c-title-1 .-jp {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .c-title-1 {
    padding-top: 14vw;
  }
  .c-title-1::before {
    width: 4px;
    height: 12vw;
  }
  .c-title-1 .-en {
    font-size: 11vw;
  }
  .c-title-1 .-jp {
    font-size: 4.5vw;
  }
}
a.c-button-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f45d67;
  padding: 10px;
  height: 70px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  transition: all 0.25s linear;
}
a.c-button-1::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.25s linear;
}
a.c-button-1:hover {
  background: #f57780;
}

.c-button-frame-1 {
  margin: min(5vw, 50px) auto 0;
  max-width: 520px;
}

.c-button-frame-2 {
  max-width: 420px;
}

@media (max-width: 768px) {
  a.c-button-1:hover {
    background: #f45d67;
  }
}
@media (max-width: 576px) {
  a.c-button-1 {
    font-size: 1.6rem;
  }
  a.c-button-1:hover {
    background: #f45d67;
  }
  .c-button-frame-1 {
    max-width: inherit;
    width: 100%;
  }
  .c-button-frame-2 {
    max-width: inherit;
    width: 100%;
  }
}
.c-scroll {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  /*全体の高さ*/
  height: 140px;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.c-scroll span {
  /*描画位置*/
  position: absolute;
  left: -1.4em;
  bottom: 0;
  font-size: min(1.4vw, 1.4rem);
  letter-spacing: 0.05em;
}
.c-scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: min(6vw, 60px);
  background: rgba(0, 0, 0, 0.3);
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: min(6vw, 60px);
    opacity: 0.5;
  }
  100% {
    height: 0;
    top: min(10vw, 100px);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .c-scroll {
    display: none;
  }
}
.line-frame {
  margin: 40px auto 0;
  width: 540px;
}

.line-box {
  background: #07be08;
  display: flex;
  padding: 20px;
  border-radius: 5px;
}

.line-box .line-info {
  margin-right: 20px;
  flex: 1;
}

.line-box .line-info__logo {
  margin: 0 auto 20px;
  width: 63px;
  text-align: center;
}

.line-box .line-info__lead {
  font-size: 31px;
  font-weight: 700;
  color: #fdff00;
  line-height: 1;
}

.line-box .line-info__btn {
  display: none;
}

.line-box .line-info__txt {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fdff00;
}

.line-box .line-info__id {
  display: flex;
  align-items: center;
}

.line-box .line-info__id-title {
  background: #f1f1f1;
  padding: 8px;
  width: 120px;
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 9999px;
}

.line-box .line-info__id-id {
  flex: 1;
  padding-left: 12px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
}

.line-box .line-qr {
  width: 180px;
}

@media (max-width: 768px) {
  .line-frame {
    margin: 4vw 0 0;
    width: auto;
  }
  .line-box {
    display: block;
    padding: 4vw;
  }
  .line-box .line-info {
    margin-right: 0;
    flex: 1;
  }
  .line-box .line-info__logo {
    margin: 0 auto 5vw;
    width: 63px;
  }
  .line-box .line-info__lead {
    display: none;
  }
  .line-box .line-info__btn {
    margin-bottom: 2vw;
    display: block;
  }
  .line-box .line-info__btn a {
    position: relative;
    background: #fdff00;
    border-radius: 3px;
    padding: 10px 4px;
    color: #07be08;
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  }
  .line-box .line-info__btn a:after {
    background: #fdff00;
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 1.2em;
    color: #07be08;
  }
  .line-box .line-info__txt {
    margin-bottom: 2vw;
    font-size: 18px;
    text-align: center;
  }
  .line-box .line-info__id {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .line-box .line-info__id-title {
    background: #f1f1f1;
    padding: 8px;
    width: 120px;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 9999px;
  }
  .line-box .line-info__id-id {
    flex: inherit;
    padding-left: 12px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  .line-box .line-qr {
    display: none;
  }
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  color: #000;
  padding: min(1vw, 10px) min(3vw, 30px);
  z-index: 20;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
  line-height: 1.4;
}
.c-breadcrumb__list::before {
  position: absolute;
  margin-bottom: -2px;
  right: 0;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
}
.c-breadcrumb__list:last-child::before {
  display: none;
}
.c-breadcrumb__list a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
.c-breadcrumb__list a:hover {
  color: #f45d67;
}

#breadcrumbs {
  color: #000;
  padding: min(1vw, 10px) min(3vw, 30px);
  z-index: 20;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
#breadcrumbs a:hover {
  color: #f45d67;
}

@media (max-width: 768px) {
  .c-breadcrumb__list {
    padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
    font-size: 1.4rem;
  }
  .c-breadcrumb__list::before {
    height: 0.8em;
  }
  .c-breadcrumb__list a {
    transition: all 0s linear;
  }
  .c-breadcrumb__list a:hover {
    color: #000;
  }
  #breadcrumbs {
    width: 100svw;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  #breadcrumbs a {
    transition: all 0s linear;
  }
  #breadcrumbs a:hover {
    color: #000;
  }
}
.p-mv {
  position: relative;
  display: flex;
  height: 100svh;
  min-height: 940px;
}
.p-mv-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(1vw, 10px);
  width: min(42vw, 520px);
  text-align: center;
  z-index: 5;
}
.p-mv-info__logo {
  margin-bottom: min(9.7vw, 120px);
  width: min(30vw, 380px);
}
.p-mv-info__nav {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(2.4vw, 30px);
  margin-bottom: min(3.2vw, 40px);
}
.p-mv-info__nav-list a {
  color: #000;
  text-decoration: none;
  transition: all 0.25s linear;
}
.p-mv-info__nav-list a .-en {
  margin-bottom: min(1vw, 5px);
  display: block;
  font-family: "Poppins";
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.p-mv-info__nav-list a .-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.p-mv-info__nav-list a:hover {
  color: #f45d67;
}

.p-mv-ph {
  position: relative;
  display: grid;
  grid-template-rows: 58% 42%;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "ph1 ph1" "ph2 ph3";
  height: 100%;
  width: calc(100% - min(42vw, 520px));
}
.p-mv-ph::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: url(../img/corner-4.svg);
  width: 30px;
  height: 30px;
  z-index: 10;
}
.p-mv-ph__ph img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-mv-ph .-ph-1 {
  grid-area: ph1;
}
.p-mv-ph .-ph-2 {
  grid-area: ph2;
}
.p-mv-ph .-ph-3 {
  grid-area: ph3;
}

@media (max-width: 768px) {
  .p-mv {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: auto;
  }
  .p-mv-info {
    flex-direction: column;
    padding: 5vw 2vw;
    width: 100%;
  }
  .p-mv-info__logo {
    margin-bottom: 5vw;
    width: 40vw;
  }
  .p-mv-info__nav {
    display: inline-flex;
    flex-direction: row;
    gap: 4vw;
    margin-bottom: 0;
  }
  .p-mv-info__nav-list a {
    transition: all 0s linear;
  }
  .p-mv-info__nav-list a .-en {
    margin-bottom: 1vw;
    font-size: 2.4rem;
  }
  .p-mv-info__nav-list a .-jp {
    font-size: 1.4rem;
  }
  .p-mv-info__nav-list a:hover {
    color: #000;
  }
  .p-mv-ph {
    position: relative;
    display: grid;
    grid-template-rows: 58vw 42vw;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "ph1 ph1" "ph2 ph3";
    height: 100vw;
    width: 100%;
  }
  .p-mv-ph::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .p-mv-info__logo {
    margin-bottom: 8vw;
    width: 55vw;
  }
  .p-mv-info__nav {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 2vw;
  }
  .p-mv-info__nav-list a .-en {
    margin-bottom: 1vw;
    font-size: 2.4rem;
  }
  .p-mv-info__nav-list a .-jp {
    font-size: 1.4rem;
  }
}
.p-contents {
  margin: 0 auto;
  max-width: 1400px;
}

.p-contents-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  height: 340px;
  width: 100%;
}
.p-contents-mv__title {
  position: relative;
  z-index: 5;
  text-align: center;
}
.p-contents-mv__title .-title {
  padding-top: 40px;
  color: #000;
}
.p-contents-mv__title .-title .-en {
  margin-bottom: 0.1em;
  display: block;
  font-family: "Poppins";
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-contents-mv__title .-title .-jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-contents-mv {
    height: 45vw;
  }
  .p-contents-mv__title .-title {
    padding-top: 18vw;
  }
  .p-contents-mv__title .-title .-en {
    font-size: 8vw;
  }
  .p-contents-mv__title .-title .-jp {
    font-size: 1.8rem;
  }
}
.p-message {
  margin-bottom: min(12vw, 120px);
  text-align: center;
}
.p-message__lead {
  margin-bottom: min(5vw, 50px);
  font-size: 2.8rem;
  font-weight: 500;
}
.p-message__txt {
  font-size: 1.6rem;
  line-height: 2.2;
}

@media (max-width: 1024px) {
  .p-message {
    text-align: left;
  }
  .p-message__lead {
    font-size: 2.6rem;
  }
  .p-message__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-message__lead {
    font-size: 2.4rem;
  }
  .p-message__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-message__lead {
    font-size: 2.1rem;
  }
}
.p-workshop {
  margin-bottom: min(12vw, 120px);
}

.p-workshop-box {
  display: flex;
  gap: min(4vw, 40px);
  background: #ffd363;
  padding: min(8vw, 80px);
  border-radius: 10px;
}
.p-workshop-box.-reverse {
  flex-direction: row-reverse;
}
.p-workshop-box__frame {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 30px);
}
.p-workshop-box__ph {
  width: min(27vw, 380px);
}
.p-workshop-box__detail {
  flex: 1;
}
.p-workshop-box__detail .-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: min(3vw, 30px);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-workshop-box__detail .-title span {
  margin-bottom: -0.1em;
  display: inline-block;
  margin-right: 0.2em;
  font-family: "Poppins";
  font-size: 9.6rem;
  font-weight: 500;
  line-height: 1;
}
.p-workshop-box__detail .-txt {
  margin-bottom: min(3vw, 30px);
  line-height: 2.2;
}
.p-workshop-box__detail .-program {
  background: #fff;
  padding: min(3vw, 30px) min(4vw, 40px) min(3.5vw, 35px);
  border-radius: 5px;
}
.p-workshop-box__detail .-program__title {
  margin-bottom: min(1vw, 10px);
  font-size: 2rem;
  font-weight: 700;
}
.p-workshop-box__detail .-program__lists {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 10px);
}
.p-workshop-box__detail .-program__lists li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 1024px) {
  .p-workshop-box {
    display: flex;
    flex-direction: column;
    padding: 4vw;
    border-radius: 10px;
  }
  .p-workshop-box.-reverse {
    flex-direction: column;
  }
  .p-workshop-box__frame {
    gap: 3vw;
  }
  .p-workshop-box__ph {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .p-workshop-box__detail .-title {
    margin-bottom: 3vw;
    font-size: 3.4rem;
  }
  .p-workshop-box__detail .-title span {
    font-size: 8.8rem;
  }
  .p-workshop-box__detail .-txt {
    margin-bottom: 3vw;
    line-height: 2.2;
  }
  .p-workshop-box__detail .-program {
    border-radius: 5px;
  }
  .p-workshop-box__detail .-program__title {
    font-size: 1.8rem;
  }
  .p-workshop-box__detail .-program__lists li {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .p-workshop-box {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-workshop-box__detail .-title {
    font-size: 3rem;
  }
  .p-workshop-box__detail .-title span {
    font-size: 8rem;
  }
  .p-workshop-box__detail .-txt {
    margin-bottom: 4vw;
    line-height: 2;
  }
  .p-workshop-box__detail .-program {
    border-radius: 5px;
  }
  .p-workshop-box__detail .-program__title {
    font-size: 1.8rem;
  }
  .p-workshop-box__detail .-program__lists li {
    line-height: 1.6;
  }
}
@media (max-width: 576px) {
  .p-workshop-box {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-workshop-box__detail .-title {
    font-size: 2.2rem;
  }
  .p-workshop-box__detail .-title span {
    font-size: 6rem;
  }
  .p-workshop-box__detail .-txt {
    line-height: 1.8;
  }
  .p-workshop-box__detail .-program {
    border-radius: 5px;
  }
  .p-workshop-box__detail .-program__title {
    font-size: 1.8rem;
  }
  .p-workshop-box__detail .-program__lists li {
    font-size: 1.4rem;
  }
}
.p-entry {
  margin-bottom: min(12vw, 120px);
}
.p-entry__wrap {
  background: #c3e899;
  padding: min(7vw, 70px);
  border-radius: 10px;
}
.p-entry__title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}
.p-entry__txt {
  margin-bottom: min(4vw, 40px);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-entry-box {
  background: #fff;
  padding: min(4vw, 40px) min(9vw, 90px) min(6vw, 60px);
  border-radius: 5px;
}
.p-entry-box__frame {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 30px);
}
.p-entry-box .-title {
  margin-bottom: min(2vw, 20px);
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-entry-box .-lists {
  display: flex;
  flex-direction: column;
  gap: min(0.8vw, 5px);
}
.p-entry-box .-lists li {
  padding: min(1.5vw, 15px) 0;
  line-height: 1.6;
  text-indent: -2.2em;
  padding-left: 2.2em;
  border-bottom: solid #000 2px;
}

@media (max-width: 1024px) {
  .p-entry__wrap {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-entry__title {
    font-size: 3.4rem;
  }
  .p-entry__txt {
    font-size: 1.6rem;
  }
  .p-entry-box {
    padding: 4vw;
    border-radius: 5px;
  }
  .p-entry-box__frame {
    gap: 3vw;
  }
  .p-entry-box .-title {
    font-size: 2.8rem;
  }
  .p-entry-box .-lists {
    gap: 0.8vw;
  }
  .p-entry-box .-lists li {
    padding: 1.5vw 0;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
}
@media (max-width: 768px) {
  .p-entry__wrap {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-entry__title {
    font-size: 3rem;
  }
  .p-entry__txt {
    font-size: 1.6rem;
  }
  .p-entry-box {
    padding: 4vw;
    border-radius: 5px;
  }
  .p-entry-box__frame {
    gap: 3vw;
  }
  .p-entry-box .-title {
    font-size: 2.6rem;
  }
  .p-entry-box .-lists {
    gap: 0.8vw;
  }
  .p-entry-box .-lists li {
    padding: 1.5vw 0;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
}
@media (max-width: 576px) {
  .p-entry__wrap {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-entry__title {
    font-size: 2.4rem;
  }
  .p-entry__txt {
    font-size: 1.6rem;
  }
  .p-entry-box {
    padding: 4vw;
    border-radius: 5px;
  }
  .p-entry-box__frame {
    gap: 3vw;
  }
  .p-entry-box .-title {
    font-size: 2rem;
  }
  .p-entry-box .-lists {
    gap: 0.8vw;
  }
  .p-entry-box .-lists li {
    padding: 1.5vw 0;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
}
.p-event {
  margin: 0 auto;
}

.p-event-box {
  background: #ffe0dd;
  padding: min(6vw, 60px);
  border-radius: 10px;
}
.p-event-box__frame {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 30px);
}
.p-event-box__title {
  margin: 0 auto min(3vw, 30px);
  background: #000;
  padding: min(1.5vw, 15px);
  max-width: 840px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  border-radius: 9999px;
  text-align: center;
}
.p-event-box__title span {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "Poppins";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}
.p-event-box__ph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2vw, 20px);
  margin: 0 auto min(3vw, 30px);
  max-width: 980px;
}
.p-event-box__txt {
  text-align: center;
}

@media (max-width: 1024px) {
  .p-event-box {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-event-box__frame {
    gap: 3vw;
  }
  .p-event-box__title {
    margin: 0 auto 3vw;
    padding: 1.5vw;
    font-size: 3.2rem;
  }
  .p-event-box__title span {
    font-size: 3.4rem;
  }
  .p-event-box__ph {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    margin: 0 auto 3vw;
  }
  .p-event-box__txt {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .p-event-box {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-event-box__frame {
    gap: 3vw;
  }
  .p-event-box__title {
    margin: 0 auto 3vw;
    padding: 2vw;
    font-size: 2.8rem;
  }
  .p-event-box__title span {
    font-size: 3rem;
  }
  .p-event-box__ph {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    margin: 0 auto 3vw;
  }
  .p-event-box__txt {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .p-event-box {
    padding: 4vw;
    border-radius: 10px;
  }
  .p-event-box__frame {
    gap: 3vw;
  }
  .p-event-box__title {
    margin: 0 auto 3vw;
    padding: 3vw;
    font-size: 5.5vw;
  }
  .p-event-box__title span {
    font-size: 5.8vw;
  }
  .p-event-box__ph {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2vw;
    margin: 0 auto 3vw;
  }
  .p-event-box__txt {
    text-align: left;
  }
}
.p-pp {
  margin: 0 auto;
  max-width: 940px;
}
.p-pp__lead {
  margin: 0 auto min(6vw, 60px);
  font-size: 1.6rem;
}
.p-pp .-pp-title {
  margin-bottom: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: 500;
}
.p-pp .-pp-box {
  margin-bottom: min(4vw, 40px);
}
.p-pp .-pp-txt-1 {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-txt-r {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6;
}
.p-pp .-pp-list-1 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.8em;
  padding-left: 2.8em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-list-2 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-txt-r {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
.p-gnav-wide {
  margin: 20px 0 0 auto;
}
.p-gnav-wide__lists {
  display: flex;
}
.p-gnav-wide__lists-list a {
  display: inline-flex;
  align-items: center;
  background: #f45d67;
  padding: 0 50px;
  height: 70px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s linear;
  border-radius: 10px;
}
.p-gnav-wide__lists-list a:hover {
  background: #f57780;
}

@media (max-width: 1024px) {
  .p-gnav-wide {
    display: none;
  }
}
.p-gnav {
  display: none;
}

/* スマホメニュー開閉ボタン */
.p-gnav__wrap {
  display: none;
}

.p-gnav__wrap.open {
  display: block;
}

.p-gnav__wrap.close {
  display: none;
}

/* スマホメニュー開閉ボタン */
/* nav-wrap */
.p-gnav__wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100svh;
  transition: all 0.25s;
}
.p-gnav__wrap.open {
  display: block;
  opacity: 1;
}
.p-gnav__wrap.close {
  display: none;
  opacity: 0;
  transition-delay: 0s;
}

/* p-gnav__button */
.p-gnav__button {
  z-index: 60;
  position: fixed;
  background: #000;
  top: 20px;
  right: 20px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  transition: all 0.25s;
  cursor: pointer;
}
.p-gnav__button:hover {
  background: #525252;
}
.p-gnav__button span {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.25s;
}
.p-gnav__button span:nth-of-type(1) {
  top: 24px;
}
.p-gnav__button span:nth-of-type(2) {
  top: 34px;
}
.p-gnav__button span:nth-of-type(3) {
  top: 44px;
}

.p-gnav__button.active {
  position: fixed;
}
.p-gnav__button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.p-gnav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.p-gnav__button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.p-gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 100vw;
  text-align: center;
}
.p-gnav__lists-list a {
  display: block;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s linear;
}
.p-gnav__lists-list a:hover {
  color: #f45d67;
}
.p-gnav__lists-list a.-logo {
  margin-bottom: 30px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.p-gnav__lists-list a.-logo img {
  width: 200px;
}
.p-gnav__lists-list a.-logo:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  /* p-gnav__button */
  .p-gnav__button {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 16px;
    width: 28px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 20px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 29px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 38px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .p-gnav__lists-list a {
    padding: 1vw;
    font-size: 5.4vw;
    transition: all 0s linear;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a.-logo {
    margin-bottom: 4vw;
    padding: 4vw;
    border-radius: 1.5vw;
  }
  .p-gnav__lists-list a.-logo img {
    width: 30vw;
  }
  .p-gnav__lists-list a.-logo:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* p-gnav__button */
  .p-gnav__button {
    width: 50px;
    height: 50px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 12px;
    width: 26px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 16px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 24px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 32px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-gnav__inner {
    display: flex;
    column-gap: 5vw;
    flex-direction: row;
  }
  .p-gnav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 3px;
    font-size: 1.8rem;
    transition: all 0s;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a.-logo {
    margin-bottom: 2vw;
    padding: 2vw;
    border-radius: 1.5vw;
  }
  .p-gnav__lists-list a.-logo img {
    width: 10vw;
  }
}
.p-footer__logo {
  margin: 0 auto min(4vw, 40px);
  width: 320px;
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: min(7vw, 70px);
  position: relative;
}
.p-footer__nav-list a {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-family: "Poppins";
  color: #343434;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-list a:hover {
  color: #f45d67;
}
.p-footer__nav-list a::after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 1em;
  background: #a0a0a0;
}
.p-footer__nav-list:first-child a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 1px;
  height: 1em;
  background: #a0a0a0;
}
.p-footer__copyright {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-footer__nav-list a {
    transition: all 0s linear;
  }
  .p-footer__nav-list a:hover {
    color: #343434;
  }
}
@media (max-width: 576px) {
  .p-footer__logo {
    width: 70vw;
  }
  .p-footer__nav-list a {
    padding: 0 1em;
    font-size: 1.4rem;
    transition: all 0s linear;
  }
  .p-footer__nav-list a:hover {
    color: #343434;
  }
  .p-footer__copyright {
    font-size: 1.2rem;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

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