@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Noto+Sans+JP:wght@100..900&family=Poiret+One&family=Material+Symbols+Rounded&display=swap");
/* リセット
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*==================================================

Foundation　part

==================================================*/
/*
root
_________________________________________*/
:root {
  --custom-text-color: #2E2E2E;
  --custom-main-color: #A1C4FD;
  --custom-main-01: rgba(161, 196, 253, 0.1);
  --custom-main-03: rgba(161, 196, 253, 0.3);
  --custom-main-05: rgba(161, 196, 253, 0.5);
  --custom-main-07: rgba(161, 196, 253, 0.7);
  --custom-second-color: #0E2532;
  --custom-second-01: rgba(14, 37, 50, 0.1);
  --custom-second-03: rgba(14, 37, 50, 0.3);
  --custom-second-05: rgba(14, 37, 50, 0.5);
  --custom-second-06: rgba(14, 37, 50, 0.6);
  --custom-second-07: rgba(14, 37, 50, 0.7);
  --custom-accent-color: #DC1444;
  --custom-main-rgb: 161, 196, 253;
  --custom-second-rgb: 14, 37, 50;
  --custom-accent-rgb: 220, 20, 68;
  --custom-main-grad: linear-gradient(90deg, rgba(161, 196, 253, 1) 0%, rgba(194, 233, 251, 1) 100%);
  --custom-clear-grad: linear-gradient(90deg, rgba(161, 196, 253, 0.15) 0%, rgba(194, 233, 251, 0.15) 100%);
  --custom-yozora-grad: linear-gradient(90deg, rgba(166, 193, 238, 0.5) 0%, rgba(251, 194, 235, 0.5) 100%);
  --custom-mahiru-grad: linear-gradient(90deg, rgba(250,145,172,0.35) 0%, rgba(255,168,118,0.35) 100%);
  --custom-white: rgba(255, 255, 255, 1);
  --custom-white-09: rgba(255, 255, 255, 0.9);
  --custom-white-08: rgba(255, 255, 255, 0.8);
  --custom-white-07: rgba(255, 255, 255, 0.7);
  --custom-white-06: rgba(255, 255, 255, 0.6);
  --custom-white-05: rgba(255, 255, 255, 0.5);
  --custom-white-04: rgba(255, 255, 255, 0.4);
  --custom-white-01: rgba(255, 255, 255, 0.1);
  --custom-gray: #C0C6C9;
}

/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

a {
  display: inline-block;
  color: var(--custom-main-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--custom-second-color);
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4,
h5 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  h4,
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
  font-weight: 500;
}

main {
  position: relative;
  z-index: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  border: 1px solid var(--custom-gray);
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--custom-gray);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: var(--custom-gray);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--custom-gray);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--custom-gray);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--custom-gray);
  opacity: 1;
}

select {
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}

input:focus {
  outline: 1px solid var(--custom-main-color);
}

textarea:focus {
  outline: 1px solid var(--custom-main-color);
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 4px;
}
input[type=checkbox]:checked {
  border: 1px solid var(--custom-main-color);
  background-color: var(--custom-main-color);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--custom-white);
  height: 100%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  content: "\e5ca";
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--custom-gray);
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--custom-main-color);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=file]::file-selector-button {
  display: block;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
  padding: 8px 10px;
  color: var(--custom-main-color);
  background-color: var(--custom-main-03);
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input[type=file]::file-selector-button {
    margin-bottom: 0px;
    margin-right: 15px;
    display: inline-block;
  }
}

input[type=submit],
button {
  display: block;
  padding: 18px 80px;
  color: var(--custom-main-color);
  background-color: transparent;
  border: 1px solid var(--custom-main-color);
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
button:hover {
  color: var(--custom-white);
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
  background-color: var(--custom-main-color);
}
input[type=submit]:disabled,
button:disabled {
  background-color: transparent;
  border-color: #999;
  color: #999;
}
input[type=submit]:disabled:hover,
button:disabled:hover {
  transform: unset;
  box-shadow: unset;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
reCAPTCHA
_________________________________________*/
.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha a {
  text-decoration: underline;
}

/*
ブロックエディター
_________________________________________*/
.article-block-onarea .wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}
.article-block-onarea h2.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article-block-onarea h2.wp-block-heading::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: var(--custom-main-color);
  margin-top: 10px;
}
.article-block-onarea h3.wp-block-heading {
  margin-top: 2rem;
}
.article-block-onarea h3.wp-block-heading::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--custom-main-color);
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .article-block-onarea h3.wp-block-heading::after {
    width: 150px;
  }
}
.article-block-onarea h2.wp-block-heading.is-style-heading-custom-policy {
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .article-block-onarea h2.wp-block-heading.is-style-heading-custom-policy {
    font-size: 1.3rem;
  }
}
.article-block-onarea h2.wp-block-heading.is-style-heading-custom-policy::after {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .article-block-onarea h2.wp-block-heading.is-style-heading-custom-policy::after {
    width: 150px;
  }
}
.article-block-onarea ul.wp-block-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 1rem;
}
.article-block-onarea ol.wp-block-list {
  list-style: auto;
  padding-left: 25px;
  margin-bottom: 1rem;
}
.article-block-onarea li.wp-block-list-item {
  line-height: 1.8;
}
.article-block-onarea .wp-block-table {
  margin-bottom: 1.1rem;
}
.article-block-onarea .wp-block-table table {
  width: unset;
}
.article-block-onarea .wp-block-table table.has-fixed-layout {
  width: 100%;
}
.article-block-onarea .wp-block-table thead {
  border-bottom: unset;
}
.article-block-onarea .wp-block-table th {
  background-color: var(--custom-main-03);
}
.article-block-onarea .wp-block-table td,
.article-block-onarea .wp-block-table th {
  border-color: #000000;
}
.article-block-onarea .wp-block-table tfoot {
  border-top: unset;
  background-color: var(--custom-main-01);
}
.article-block-onarea .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.article-block-onarea .wp-block-table.is-style-stripes td,
.article-block-onarea .wp-block-table.is-style-stripes th {
  border-color: rgba(0, 0, 0, 0);
}
.article-block-onarea .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--custom-main-01);
}
.article-block-onarea .wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid var(--custom-main-05);
}
.article-block-onarea .wp-element-caption {
  color: #8b8b8b;
  padding-top: 3px;
  padding-bottom: 3px;
}
.article-block-onarea blockquote.wp-block-quote {
  position: relative;
  margin: 1rem 0;
  padding: 3rem 1.5rem 1.5rem;
  background-color: var(--wp--preset--color--glaypattern-2);
}
.article-block-onarea blockquote.wp-block-quote::before {
  position: absolute;
  content: "❜❜";
  font-size: 3rem;
  line-height: 1.1;
  color: var(--wp--preset--color--glaypattern-6);
  top: 5px;
}
.article-block-onarea blockquote.wp-block-quote cite {
  font-style: normal;
  font-size: 0.9rem;
  color: var(--wp--preset--color--glaypattern-5);
}

.is-style-group-custom-commerce {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-commerce {
    gap: 15px;
  }
}
.is-style-group-custom-commerce .wp-block-group.style-tr {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-commerce .wp-block-group.style-tr {
    flex-direction: row;
    gap: 10px;
  }
}
.is-style-group-custom-commerce .wp-block-group.style-tr > div {
  margin-top: 0;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-commerce .wp-block-group.style-tr > div {
    background: transparent;
    padding: 15px;
  }
}
.is-style-group-custom-commerce .wp-block-group.style-tr > div:first-child {
  background: var(--custom-clear-grad);
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-commerce .wp-block-group.style-tr > div:first-child {
    width: 25%;
  }
}
.is-style-group-custom-commerce .wp-block-group.style-tr > div:first-child p {
  color: var(--custom-main-color);
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-commerce .wp-block-group.style-tr > div:last-child {
    width: 75%;
  }
}
.is-style-group-custom-commerce .wp-block-group > p:not(:first-child) {
  margin-top: 5px;
}
.is-style-group-custom-commerce .sub-text {
  font-size: 0.9rem;
}

/*==================================================

Layout　part

==================================================*/
/*
maincontainer制御
_________________________________________*/
.l-maincontainer {
  position: relative;
  margin-top: 65px;
}
@media screen and (min-width: 1280px) {
  .l-maincontainer {
    margin-top: 90px;
  }
}

/*
section制御
_________________________________________*/
.l-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-section {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-section {
    margin-top: 250px;
    margin-bottom: 250px;
  }
}
.l-section__backbox {
  background: var(--custom-clear-grad);
}
.l-section__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .l-section__inner {
    width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
内部ページheader
_________________________________________*/
.l-pagehead {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-pagehead {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-pagehead {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-pagehead {
    padding-top: 80px;
  }
}
.l-pagehead__inner {
  background: var(--custom-clear-grad);
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100% 55%;
  background-position: 50% 60%;
}
@media screen and (min-width: 1024px) {
  .l-pagehead__inner {
    width: 1000px;
    background-size: 100% 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-pagehead__title {
  text-align: center;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-pagehead__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .l-pagehead__title {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-pagehead__title {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
.l-pagehead__h1 {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-pagehead__h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .l-pagehead__h1 {
    font-size: 20px;
  }
}

/*
header
_________________________________________*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 65px;
  background-color: var(--custom-white-01);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1280px) {
  .l-header--top.nofixed {
    opacity: 0;
    pointer-events: none;
  }
}
.l-header--top.nofixed .l-header__logo {
  opacity: 0;
}
.l-header::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--custom-white-07);
  -ms-filter: blur(2px);
  filter: blur(2px);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .l-header {
    height: 90px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-header__logo {
  opacity: 1;
  max-height: 55px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 500px;
  }
}
.l-header__nav {
  position: fixed;
  top: -110%;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 70px 20px;
  transition: all 0.5s ease;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    position: static;
    width: unset;
    height: auto;
    display: block;
    z-index: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--custom-main-color);
    padding: 15px 20px;
  }
}
.l-header__nav.panelactive {
  top: 0;
  box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.3);
}
.l-header__menu-item {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .l-header__menu-item {
    flex-direction: row;
    gap: 50px;
  }
}
.l-header__menu-item .menu-item a {
  font-family: "Julius Sans One", sans-serif;
  font-size: 20px;
  color: var(--custom-white);
}
@media screen and (min-width: 1280px) {
  .l-header__menu-item .menu-item a {
    font-size: 24px;
    color: var(--custom-main-color);
  }
}
.l-header__menu-item .menu-item a:hover {
  color: var(--custom-second-color);
}
.l-header__hamburger {
  display: block;
  position: relative;
  background: var(--custom-clear-grad);
  width: 45px;
  height: 45px;
  z-index: 1000;
}
@media screen and (min-width: 1280px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background-color: var(--custom-main-color);
  width: 50%;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 16px;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 26px;
}
.l-header__hamburger.active {
  background: transparent;
}
.l-header__hamburger.active span:nth-of-type(1) {
  left: 7.5px;
  transform: translateY(5px) rotate(-45deg);
  width: 60%;
  background-color: var(--custom-white);
}
.l-header__hamburger.active span:nth-of-type(2) {
  left: 7.5px;
  transform: translateY(-5px) rotate(45deg);
  width: 60%;
  background-color: var(--custom-white);
}

/*
footer
_________________________________________*/
.l-footer {
  margin-top: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer {
    padding-bottom: 10px;
  }
}
.l-footer__inner {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-left: 15px;
    padding-right: 15px;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    gap: 65px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    border-top: 1px solid var(--custom-main-color);
    border-bottom: 1px solid var(--custom-main-color);
  }
}
.l-footer__menu {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-footer__menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__menu {
    justify-content: flex-end;
    gap: 50px;
  }
}
.l-footer__menu .menu-item {
  width: 100%;
  border-top: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item {
    width: auto;
    flex-grow: 1;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__menu .menu-item {
    flex-grow: unset;
  }
}
.l-footer__menu .menu-item:last-child {
  border-bottom: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item:last-child {
    border: none;
  }
}
.l-footer__menu .menu-item a {
  display: block;
  font-family: "Julius Sans One", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu .menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-footer__link {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
  }
}
.l-footer__separate {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__separate {
    color: var(--custom-main-color);
    display: inline-block;
  }
}
.l-footer__copyright {
  text-align: center;
  font-family: "Poiret One", sans-serif;
}
.l-footer__topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: var(--custom-clear-grad);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-footer__topscroll {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

/*
footerのcontact
_________________________________________*/
.l-ftcontact {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-ftcontact {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-ftcontact {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.l-ftcontact__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  background-image: var(--custom-clear-grad);
  padding: 30px 10px;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (min-width: 768px) {
  .l-ftcontact__inner {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-ftcontact__inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .l-ftcontact__inner {
    max-width: 1554px;
    background-size: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-ftcontact__textbox {
    padding-left: calc((100% - 1000px) / 2);
  }
}
.l-ftcontact__text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-ftcontact__text {
    text-align: start;
  }
}
.l-ftcontact__link {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid var(--custom-main-color);
  padding: 20px;
  text-align: center;
}
.l-ftcontact__link::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
.l-ftcontact__link:hover {
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.l-ftcontact__link:hover::after {
  opacity: 1;
}
.l-ftcontact__link:hover .l-ftcontact__anchor {
  -webkit-text-fill-color: var(--custom-white);
  color: var(--custom-white);
}
@media screen and (min-width: 1024px) {
  .l-ftcontact__link {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .l-ftcontact__link {
    width: 680px;
    padding: 20px;
  }
}
.l-ftcontact__anchor {
  font-family: "Poiret One", sans-serif;
  font-size: 30px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-ftcontact__anchor {
    font-size: 48px;
    background: var(--custom-main-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/*
パンくずリスト
_________________________________________*/
.l-breadcrumb {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .l-breadcrumb {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-breadcrumb {
    margin-top: 100px;
  }
}
.l-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .l-breadcrumb__list {
    width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
コメント
_________________________________________*/
.l-comments__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 36px;
  color: var(--custom-main-color);
  padding-top: 15px;
  padding-bottom: 15px;
}
.l-comments__title::after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--custom-main-color);
}
.l-comments__list {
  text-align: start;
  margin-top: 20px;
  display: grid;
  gap: 1rem;
}
.l-comments__list li {
  padding: 1.2rem;
  border: 1px solid var(--wp--preset--color--glaypattern-3);
}
.l-comments__list li img {
  width: 30px;
  border-radius: 50%;
}
.l-comments__list .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--custom-main-01);
}
.l-comments__list span.says {
  visibility: hidden;
}
.l-comments__list .comment-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-comments__list .edit-link {
  display: inline-block;
}
.l-comments__list a.comment-edit-link {
  display: inline-block;
  padding: 2px 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.l-comments__list a.comment-edit-link:hover {
  color: var(--custom-text-color);
  background-color: var(--custom-main-03);
}
.l-comments__list .comment-content {
  padding-top: 1rem;
  border-top: 1px solid var(--wp--preset--color--glaypattern-3);
  border-bottom: 1px solid var(--wp--preset--color--glaypattern-3);
}
.l-comments__list .reply {
  margin-top: 10px;
}
.l-comments__list a.comment-reply-link {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  color: var(--custom-white);
  background: var(--custom-main-color);
}
.l-comments__list a.comment-reply-link:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.l-comments__list ul.children {
  margin-top: 10px;
  display: grid;
  gap: 1rem;
}
.l-comments__pagelink {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.l-comments__pagelink a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink a.page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink a.page-numbers:hover {
  color: var(--custom-second-color);
  background-color: var(--custom-main-03);
}
.l-comments__pagelink span.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50%;
  color: var(--custom-white);
  background: var(--custom-main-color);
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink span.page-numbers.current {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink .prev.page-numbers,
.l-comments__pagelink .next.page-numbers {
  width: unset;
  width: unset;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink .prev.page-numbers,
  .l-comments__pagelink .next.page-numbers {
    width: unset;
    width: unset;
    font-size: 14px;
  }
}
.l-comments__pagelink .prev.page-numbers:hover,
.l-comments__pagelink .next.page-numbers:hover {
  color: var(--custom-second-color);
  background-color: var(--custom-main-03);
}
.l-comments__required {
  color: var(--custom-accent-color);
  padding-left: 5px;
}
.l-comments__form {
  text-align: start;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.l-comments__form h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--custom-main-color);
  margin-bottom: 1rem;
}
.l-comments__form .form-submit {
  margin-top: 1rem;
  margin-bottom: 0;
}
.l-comments__form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-comments__formauthor, .l-comments__formemail, .l-comments__textarea {
  margin-bottom: 1rem;
}
.l-comments__formauthor label, .l-comments__formemail label, .l-comments__textarea label {
  display: block;
  margin-bottom: 5px;
}
.l-comments__formauthor input, .l-comments__formemail input {
  width: 100%;
}
.l-comments__textarea textarea {
  width: 100%;
  height: 150px;
}

/*　コメントのスパム対策で画像認証を入れている時用　*/
form#commentform img {
  width: auto;
}

/*==================================================

サイドバー

==================================================*/
.l-sidebar {
  display: flex;
  gap: 40px;
  flex-direction: column;
  background: var(--custom-clear-grad);
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .l-sidebar {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-sidebar .widget_block {
    width: calc(50% - 20px);
  }
}
.l-sidebar h2.wp-block-heading {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
  color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .l-sidebar h2.wp-block-heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .l-sidebar h2.wp-block-heading {
    font-size: 40px;
  }
}
.l-sidebar h2.wp-block-heading::after {
  display: block;
  content: "";
  width: 150px;
  height: 1px;
  background-color: var(--custom-main-color);
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar h2.wp-block-heading::after {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-sidebar h2.wp-block-heading::after {
    width: 230px;
  }
}
.l-sidebar .wp-block-categories-dropdown {
  position: relative;
}
.l-sidebar .wp-block-categories-dropdown::after {
  position: absolute;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  content: "\e5c5";
  display: block;
  color: var(--custom-main-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.l-sidebar .wp-block-categories-dropdown select {
  width: 100%;
  padding: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--custom-main-color);
  border-color: var(--custom-main-color);
  border-radius: 0px;
}
.l-sidebar .wp-block-categories-dropdown select::-ms-expand {
  display: none;
}
.l-sidebar .wp-block-archives-dropdown {
  position: relative;
}
.l-sidebar .wp-block-archives-dropdown::after {
  position: absolute;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  content: "\e5c5";
  display: block;
  color: var(--custom-main-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.l-sidebar .wp-block-archives-dropdown select {
  width: 100%;
  padding: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--custom-main-color);
  border-color: var(--custom-main-color);
  border-radius: 0px;
}
.l-sidebar .wp-block-archives-dropdown select::-ms-expand {
  display: none;
}

/*==================================================

object　part

==================================================*/
/*--------------------------------------------------

---Component part

--------------------------------------------------*/
/*
サイト内アニメーション
_________________________________________*/
/*　ローディング　*/
.l-container {
  opacity: 0;
  pointer-events: none;
}

body.appear .l-container {
  animation-name: PageAnime-content;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
  overflow: hidden;
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-loading-bg {
  background: var(--custom-clear-grad) var(--custom-white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  animation-name: pageAnimefead;
  animation-duration: 0.4s;
  animation-delay: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.c-loading-text {
  position: relative;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 52px;
  color: var(--custom-white);
}
@media screen and (min-width: 1024px) {
  .c-loading-text {
    font-size: 62px;
  }
}
.c-loading-text::before {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 0%;
  color: transparent;
  background-image: var(--custom-main-grad);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation-name: textSlide;
  animation-duration: 1.2s;
  animation-delay: 0.1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "loading...";
}

@keyframes textSlide {
  70%, 100% {
    width: 100%;
  }
}
@keyframes pageAnimefead {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*　上に上がる動き　*/
.js-upmove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.js-downmove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*　読み込みのフェード　*/
.js-fade {
  animation-name: fadeanime;
  animation-duration: 1.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadetrigger {
  opacity: 0;
}

/*
見出し
_________________________________________*/
.c-toph2 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .c-toph2 {
    font-size: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .c-toph2 {
    font-size: 82px;
  }
}
@media screen and (min-width: 1280px) {
  .c-toph2 {
    font-size: 98px;
  }
}

.c-mainh2__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-mainh2__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mainh2__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .c-mainh2__title {
    padding-bottom: 10px;
    font-size: 62px;
  }
}
.c-mainh2__title::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-mainh2__title::after {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .c-mainh2__title::after {
    width: 150px;
  }
}
.c-mainh2__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-mainh2__subtitle {
    font-size: 16px;
  }
}

.c-centerh2__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-centerh2__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .c-centerh2__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .c-centerh2__title {
    margin-bottom: 10px;
    font-size: 62px;
  }
}
.c-centerh2__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--custom-main-color);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-centerh2__subtitle {
    font-size: 16px;
  }
}

.c-mainh3 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
  color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-mainh3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-mainh3 {
    font-size: 40px;
  }
}
.c-mainh3::after {
  display: block;
  content: "";
  width: 150px;
  height: 1px;
  background-color: var(--custom-main-color);
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .c-mainh3::after {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .c-mainh3::after {
    width: 230px;
  }
}

/*
段落タグのbottom
_________________________________________*/
.c-normaltext:not(:last-child) {
  margin-bottom: 1rem;
}

/*
ボタン
_________________________________________*/
.c-rightlink,
.c-leftlink {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  color: var(--custom-second-color);
}
@media screen and (min-width: 1024px) {
  .c-rightlink,
  .c-leftlink {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .c-rightlink,
  .c-leftlink {
    font-size: 28px;
  }
}
.c-rightlink:hover,
.c-leftlink:hover {
  color: var(--custom-main-color);
}

.c-rightlink::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--custom-second-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .c-rightlink::after {
    width: 80px;
  }
}
.c-rightlink:hover::after {
  animation: hoverAnime 1s ease forwards;
  background-color: var(--custom-main-color);
}

.c-leftlink::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--custom-second-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .c-leftlink::before {
    width: 80px;
  }
}
.c-leftlink:hover::before {
  animation: hoverAnime 1s ease forwards;
  background-color: var(--custom-main-color);
}

@keyframes hoverAnime {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  45% {
    transform-origin: right;
    transform: scaleX(0);
  }
  55% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes hoverleftAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  45% {
    transform-origin: left;
    transform: scaleX(0);
  }
  55% {
    transform-origin: right;
    transform: scaleX(0);
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}
.c-linkbtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 20px;
  border: 1px solid var(--custom-main-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-linkbtn {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-linkbtn {
    padding: 15px 40px;
  }
}
.c-linkbtn::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
.c-linkbtn:hover {
  color: var(--custom-white);
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.c-linkbtn:hover::after {
  opacity: 1;
}

/*==================================================

ブログ・アーカイブ 記事ループ

==================================================*/
/*
ブログ記事
_________________________________________*/
.c-newsitem {
  width: 100%;
}
.c-newsitem__itemlink {
  display: flex;
  flex-direction: column-reverse;
  color: var(--custom-second-color);
}
@media screen and (min-width: 768px) {
  .c-newsitem__itemlink {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.c-newsitem__itemlink:hover {
  color: var(--custom-main-color);
}
.c-newsitem__itemlink:hover .c-newsitem__category {
  color: var(--custom-white);
}
.c-newsitem__titlebox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-newsitem__titlebox {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
  }
}
.c-newsitem__date {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-newsitem__date {
    width: 140px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .c-newsitem__date {
    font-size: 20px;
  }
}
.c-newsitem__separate {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-newsitem__separate {
    display: inline-block;
  }
}
.c-newsitem__title {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-newsitem__title {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-newsitem__title {
    font-size: 16px;
  }
}
.c-newsitem__new {
  color: var(--custom-accent-color);
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .c-newsitem__new {
    font-size: 14px;
  }
}
.c-newsitem__category {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--custom-main-07);
  padding: 2px 5px;
  color: var(--custom-white);
}
@media screen and (min-width: 768px) {
  .c-newsitem__category {
    padding: 2px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-newsitem__category::before {
    position: absolute;
    display: inline-block;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-style: solid;
    border-width: 5px 13px 5px 0;
    border-color: transparent var(--custom-main-07) transparent transparent;
  }
}

/*
実績
_________________________________________*/
.c-workslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .c-workslist {
    justify-content: space-between;
  }
}
.c-workslist__itemlink {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .c-workslist__itemlink {
    max-width: 450px;
  }
}
.c-workslist__itemlink:hover .c-workslist__mainbox {
  opacity: 1;
}
.c-workslist__img {
  width: inherit;
  aspect-ratio: 1/1;
}
.c-workslist__mainbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--custom-second-06);
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .c-workslist__mainbox {
    gap: 15px;
  }
}
.c-workslist__category {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  color: var(--custom-main-color);
  padding: 5px;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .c-workslist__category {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .c-workslist__category {
    padding: 10px;
  }
}
.c-workslist__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--custom-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-workslist__title {
    font-size: 16px;
  }
}

/*==================================================

一覧ページネーション

==================================================*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 10px;
  }
}
.c-pagination__pager {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c-pagination__pager {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__pager {
    width: 50px;
    height: 50px;
  }
}
.c-pagination__pager--current {
  background: var(--custom-main-grad);
  color: var(--custom-white);
}
.c-pagination__pager--link:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}
.c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
    gap: 5px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
    height: 50px;
  }
}
.c-pagination__first:hover, .c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__last:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}

/*==================================================

記事ページネーション

==================================================*/
.c-pagination__onprev a, .c-pagination__onnext a {
  display: block;
  color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination__onprev a, .c-pagination__onnext a {
    border-color: transparent;
    padding: 15px 20px;
  }
}
.c-pagination__onprev a:hover, .c-pagination__onnext a:hover {
  color: var(--custom-second-color);
}
@media screen and (min-width: 768px) {
  .c-pagination__onprev a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__onprev a::before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--custom-main-color);
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__onprev a::before {
    width: 80px;
  }
}
.c-pagination__onprev a:hover::before {
  animation: hoverleftAnime 1s ease forwards;
  background-color: var(--custom-second-color);
}
.c-pagination__onnext a {
  text-align: end;
}
@media screen and (min-width: 768px) {
  .c-pagination__onnext a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__onnext a::after {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--custom-main-color);
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__onnext a::after {
    width: 80px;
  }
}
.c-pagination__onnext a:hover::after {
  animation: hoverAnime 1s ease forwards;
  background-color: var(--custom-second-color);
}
.c-pagination__returnblog a {
  display: block;
  text-align: center;
  border: 1px solid var(--custom-main-color);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination__returnblog a {
    border-color: transparent;
    padding: 15px 20px;
  }
}
.c-pagination__noprev, .c-pagination__nonext {
  color: var(--wp--preset--color--glaypattern-4);
  border: 1px solid var(--wp--preset--color--glaypattern-4);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination__noprev, .c-pagination__nonext {
    display: flex;
    align-items: center;
    gap: 10px;
    border-color: transparent;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__noprev::before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--wp--preset--color--glaypattern-4);
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__noprev::before {
    width: 80px;
  }
}
.c-pagination__nonext {
  text-align: end;
}
@media screen and (min-width: 768px) {
  .c-pagination__nonext::after {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--wp--preset--color--glaypattern-4);
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__nonext::after {
    width: 80px;
  }
}

/*
Contact Form7　フォームデザイン書き換え
_________________________________________*/
.p-contact {
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__tr {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__tr {
    flex-direction: row;
  }
}
.p-contact__tr--normal {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact__tr--normal {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__tr--massage label {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__tr .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
}
.p-contact__tr input[type=text],
.p-contact__tr input[type=email],
.p-contact__tr input[type=url],
.p-contact__tr input[type=tel],
.p-contact__tr input[type=number],
.p-contact__tr input[type=date],
.p-contact__tr textarea {
  width: 100%;
  border-color: var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    display: block;
    width: 150px;
  }
}
.p-contact__rq {
  line-height: 1;
  font-size: 18px;
  padding-left: 3px;
  color: var(--custom-accent-color);
}
.p-contact__submitarea {
  margin-top: 50px;
}
.p-contact__agreebox {
  text-align: center;
  margin-bottom: 20px;
}
.p-contact__agreebox .wpcf7-list-item {
  margin-left: 0px;
}
.p-contact__agreebox label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-contact__submitbox {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.wpcf7-not-valid-tip {
  padding: 5px;
  margin-top: 3px;
  background-color: rgba(220, 50, 50, 0.1);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 10px 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 form .wpcf7-response-output {
  background-color: rgba(0, 160, 210, 0.1);
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgba(70, 180, 80, 0.1);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  background-color: rgba(220, 50, 50, 0.1);
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  background-color: rgba(245, 110, 40, 0.1);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgba(255, 185, 0, 0.1);
}

/*--------------------------------------------------

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
アーカイブ一覧
_________________________________________*/
.p-archive-menu {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-archive-menu {
    margin-bottom: 100px;
  }
}
.p-archive-menu__btn {
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--custom-clear-grad);
  padding: 10px 20px;
  cursor: pointer;
}
.p-archive-menu__btn.active .p-archive__icon {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-archive-menu__btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-archive-menu__btn {
    padding: 20px 30px;
  }
}
.p-archive-menu__icon {
  font-size: 30px;
  transition: all 0.3s ease;
}
.p-archive-menu__sidebar {
  width: 90%;
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .p-archive-menu__sidebar {
    width: 80%;
  }
}

.p-archive-main__list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-archive-main__list {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive-main__list {
    gap: 50px;
  }
}

/*
記事
_________________________________________*/
.p-post-main__header {
  padding: 15px 10px;
  border: 1px solid var(--custom-main-color);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-post-main__header {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.p-post-main__metabox {
  display: flex;
  gap: 5px;
  flex-direction: column;
  background: var(--custom-clear-grad);
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-post-main__metabox {
    flex-direction: row;
    gap: 50px;
  }
}
.p-post-main__category {
  color: var(--custom-text-color);
}
.p-post-main__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .p-post-main__title {
    font-size: 24px;
  }
}
.p-post-main__thumbnailbox {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-post-main__thumbnailbox {
    margin-bottom: 50px;
  }
}

.p-post-btn__inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-post-btn__inner {
    flex-direction: row;
    justify-content: center;
  }
}

/*
固定ページ
_________________________________________*/
.p-page__article {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .p-page__article {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------

---Project
＊Originalpage part

--------------------------------------------------*/
/*
トップページ
_________________________________________*/
@media screen and (min-width: 1280px) {
  .p-top-mv {
    margin-top: -26px;
  }
}
.p-top-mv__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-top-mv__nav {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -6px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-mv__nav {
    max-width: 1554px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-mv__menu-item {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 50px;
}
.p-top-mv__menu-item .menu-item {
  line-height: 1;
}
.p-top-mv__menu-item .menu-item a {
  font-family: "Julius Sans One", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.p-top-mv__inner {
  position: relative;
  background: var(--custom-main-grad);
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    padding-top: 200px;
    margin-left: 20px;
    margin-right: 20px;
    background-size: 100% 95%;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__inner {
    padding: 0px;
    background-size: 100%;
    height: 740px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-mv__inner {
    max-width: 1554px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__main {
    position: absolute;
    left: 0;
    bottom: -15px;
  }
}
.p-top-mv__h1 {
  font-family: "Poiret One", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--custom-white);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__h1 {
    font-size: 82px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__h1 {
    font-size: 120px;
  }
}
.p-top-mv__subtext {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__subtext {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__subtext {
    font-size: 20px;
  }
}
.p-top-mv__scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__scroll {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    transform: rotate(-90deg) translate(-50%, 100%);
    bottom: 0;
    right: 0;
    transform-origin: 0% 0%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__scroll::before {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    background: var(--custom-main-color);
    animation: scrollDown 3s ease infinite;
  }
}
.p-top-mv__scrolltext {
  font-family: "Poiret One", sans-serif;
  font-size: 28px;
  color: var(--custom-main-color);
}

@keyframes scrollDown {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  45% {
    transform-origin: right;
    transform: scaleX(1);
  }
  55% {
    transform-origin: left;
    transform: scaleX(1);
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.p-top-fixnews {
  display: flex;
  gap: 2px;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: var(--custom-white-07);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fixnews {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fixnews {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fixnews {
    padding: 20px;
    margin-top: 20px;
    margin-right: 20px;
    gap: 30px;
  }
}
.p-top-fixnews__label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--custom-main-07);
  padding: 2px 5px;
  color: var(--custom-white);
}
@media screen and (min-width: 768px) {
  .p-top-fixnews__label {
    padding: 2px 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-fixnews__label::after {
    position: absolute;
    display: inline-block;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-style: solid;
    border-width: 5px 0px 5px 13px;
    border-color: transparent transparent transparent var(--custom-main-07);
  }
}
.p-top-fixnews__link {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--custom-second-color);
}
@media screen and (min-width: 768px) {
  .p-top-fixnews__link {
    align-items: center;
    gap: 8px;
  }
}
.p-top-fixnews__link:hover {
  color: var(--custom-main-color);
}
.p-top-fixnews__time {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-top-fixnews__time {
    font-size: 18px;
  }
}
.p-top-fixnews__separate {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-fixnews__separate {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fixnews__separate {
    font-size: 18px;
  }
}
.p-top-fixnews__title {
  font-size: 14px;
  font-weight: 500;
}

.p-top-about__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-about__inner {
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 0px;
  }
}
.p-top-about__title {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-about__title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: auto;
    flex-grow: 1;
  }
}
.p-top-about__h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-about__h2 {
    text-align: start;
  }
}
.p-top-about__link {
  justify-content: flex-end;
}
.p-top-about__main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__main {
    position: relative;
  }
}
.p-top-about__img {
  aspect-ratio: 3/2;
  max-width: 600px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: start;
    padding: 15px;
    background-color: var(--custom-white-07);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__textbox {
    max-width: 520px;
    padding: 20px;
  }
}

.p-top-service__backbox {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 97%;
}
@media screen and (min-width: 768px) {
  .p-top-service__backbox {
    background-size: 100% 95%;
  }
}
.p-top-service__inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-service__inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__inner {
    padding-bottom: 150px;
  }
}
.p-top-service__title {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-service__title {
    margin-bottom: 30px;
  }
}
.p-top-service__h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-service__h2 {
    margin-bottom: 30px;
  }
}
.p-top-service__link {
  margin-top: 20px;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .p-top-service__link {
    margin-top: 30px;
  }
}
.p-top-service__list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-service__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__list {
    flex-wrap: nowrap;
  }
}
.p-top-service__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__item {
    width: calc(50% - 10px);
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__item {
    width: 100%;
    height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-service__item {
    height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__item:hover {
    width: 200%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__item:hover .p-top-service__h3 {
    opacity: 1;
  }
}
.p-top-service__h3 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  padding: 10px;
  color: var(--custom-white);
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-top-service__h3 {
    opacity: 0;
    font-size: 28px;
    padding: 20px;
  }
}

.p-top-works__inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-works__inner {
    flex-direction: row;
  }
}
.p-top-works__headbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-works__headbox {
    justify-content: space-between;
  }
}
.p-top-works__h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-works__h2 {
    margin-bottom: 30px;
  }
}
.p-top-works__main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 400px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-top-works__main {
    max-height: 500px;
    max-width: 500px;
  }
}
.p-top-works__main .swiper-button-prev,
.p-top-works__main .swiper-button-next {
  display: flex;
  align-items: flex-end;
  width: 40px;
  height: 100%;
}
.p-top-works__main .swiper-button-prev::after,
.p-top-works__main .swiper-button-next::after {
  font-size: 20px;
  color: var(--custom-second-color);
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-works__main .swiper-button-prev::after,
  .p-top-works__main .swiper-button-next::after {
    font-size: 32px;
  }
}
.p-top-works__main .swiper-button-prev {
  justify-content: flex-start;
  top: unset;
  bottom: 0;
  left: 5px;
}
.p-top-works__main .swiper-button-next {
  justify-content: flex-end;
  top: unset;
  bottom: 0;
  right: 5px;
}
.p-top-works__itemlink {
  display: block;
  position: relative;
}
.p-top-works__itemlink:hover .p-top-works__mainbox {
  opacity: 1;
}
.p-top-works__img {
  aspect-ratio: 1/1;
}
.p-top-works__mainbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 400px;
  top: 0;
  left: 0;
  background-color: var(--custom-second-06);
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-works__mainbox {
    max-height: 500px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-works__mainbox {
    gap: 15px;
  }
}
.p-top-works__category {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  color: var(--custom-main-color);
  padding: 5px;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .p-top-works__category {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-works__category {
    padding: 10px;
  }
}
.p-top-works__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--custom-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-works__title {
    font-size: 16px;
  }
}

.p-top-news__h2 {
  margin-bottom: -20px;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .p-top-news__h2 {
    margin-bottom: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-news__h2 {
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-news__h2 {
    margin-bottom: -45px;
  }
}
.p-top-news__list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  background: var(--custom-clear-grad);
  padding: 50px 15px 40px;
}
@media screen and (min-width: 1024px) {
  .p-top-news__list {
    padding: 80px 30px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-news__list {
    padding: 100px 50px 60px;
  }
}
.p-top-news__linkbox {
  margin-top: -10px;
}
@media screen and (min-width: 1280px) {
  .p-top-news__linkbox {
    margin-top: -12px;
  }
}
.p-top-news__link {
  justify-content: flex-end;
}

/*
ABOUT
_________________________________________*/
.p-about-prof__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-prof__inner {
    flex-direction: row;
  }
}
.p-about-prof__titlebox {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-about-prof__titlebox {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-prof__titlebox {
    margin-bottom: 30px;
  }
}
.p-about-prof__h2 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-prof__h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-prof__h2 {
    font-size: 52px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-prof__h2 {
    font-size: 62px;
    padding-bottom: 30px;
  }
}
.p-about-prof__position {
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .p-about-prof__position {
    font-size: 18px;
  }
}
.p-about-prof__text {
  padding: 10px;
  background-color: var(--custom-white-08);
}
@media screen and (min-width: 768px) {
  .p-about-prof__text {
    padding: 15px 15px 15px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-prof__text {
    padding: 20px 20px 20px 0px;
  }
}
.p-about-prof__imgbox {
  position: relative;
  z-index: -1;
  margin-top: -200px;
  margin-bottom: 0px;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .p-about-prof__imgbox {
    margin-top: 70px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-prof__imgbox {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-prof__imgbox {
    margin-top: 90px;
  }
}
.p-about-prof__img {
  aspect-ratio: 4/5;
  max-width: 300px;
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .p-about-prof__img {
    max-width: 400px;
    max-height: 500px;
  }
}

.p-about-chara__about {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-chara__about {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-chara__about {
    margin-bottom: 50px;
  }
}
.p-about-chara__h2 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: -20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-chara__h2 {
    font-size: 42px;
    margin-bottom: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-chara__h2 {
    font-size: 52px;
    margin-bottom: -28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-chara__h2 {
    font-size: 62px;
    margin-bottom: -32px;
  }
}
.p-about-chara__text {
  background: var(--custom-clear-grad);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-chara__text {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-chara__text {
    padding: 30px 50px;
  }
}
.p-about-chara__list {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: column;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-chara__list {
    flex-direction: row;
    justify-content: space-around;
    padding-top: 0px;
  }
}
.p-about-chara__item {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.p-about-chara__item:hover {
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.p-about-chara__item.yozora::before {
  display: block;
  position: absolute;
  content: "";
  background: var(--custom-yozora-grad);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-about-chara__item.yozora:hover::before {
  opacity: 1;
}
.p-about-chara__item.mahiru::before {
  display: block;
  position: absolute;
  content: "";
  background: var(--custom-mahiru-grad);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-about-chara__item.mahiru:hover::before {
  opacity: 1;
}
.p-about-chara__h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--custom-white-07);
  color: var(--custom-text-color);
  padding: 5px;
  margin-top: -20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-chara__h3 {
    padding: 10px;
    margin-top: 0px;
  }
}
.p-about-chara__name {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .p-about-chara__name {
    font-size: 28px;
  }
}
.p-about-chara__position {
  font-size: 14px;
  font-weight: 500;
}

.p-about-data__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-about-data__inner {
    gap: 50px;
  }
}
.p-about-data__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-about-data__item {
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-data__main {
    flex-grow: 1;
    margin-top: 10px;
  }
}
.p-about-data__main.history {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.p-about-data__hisitem {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-about-data__hisitem {
    align-items: center;
  }
}
.p-about-data__hisitem::before {
  display: block;
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--custom-main-color);
}
.p-about-data__like:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-about-data__like:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-about-data__h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--custom-second-color);
  margin-bottom: 10px;
}

/*
SERVICE
_________________________________________*/
.p-service-chara__about {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-chara__about {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-chara__about {
    margin-bottom: 50px;
  }
}
.p-service-chara__h2 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: -20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-chara__h2 {
    font-size: 42px;
    margin-bottom: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-chara__h2 {
    font-size: 52px;
    margin-bottom: -28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-chara__h2 {
    font-size: 62px;
    margin-bottom: -32px;
  }
}
.p-service-chara__text {
  background: var(--custom-clear-grad);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-chara__text {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-chara__text {
    padding: 30px 50px;
  }
}

.p-service-main__inner {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .p-service-main__inner {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-main__inner {
    gap: 100px;
  }
}
.p-service-main__item {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service-main__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-service-main__box {
  width: 100%;
}
.p-service-main__h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-service-main__h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-main__h2 {
    margin-bottom: 30px;
  }
}
.p-service-main__text {
  padding: 10px;
  background-color: var(--custom-white-08);
}
@media screen and (min-width: 768px) {
  .p-service-main__text {
    padding: 15px 15px 15px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-main__text {
    padding: 20px 20px 20px 0px;
  }
}
.p-service-main__img {
  aspect-ratio: 1/1;
  max-width: 300px;
  position: relative;
  z-index: -1;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .p-service-main__img {
    margin-top: 0px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-main__img {
    max-width: 400px;
  }
}

.p-service-more__backbox {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 97%;
}
@media screen and (min-width: 768px) {
  .p-service-more__backbox {
    background-size: 100% 95%;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-more__backbox {
    background-size: 100% 93%;
  }
}
.p-service-more__inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-service-more__inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-more__inner {
    padding-bottom: 100px;
  }
}
.p-service-more__h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-more__h2 {
    padding-bottom: 30px;
  }
}
.p-service-more__text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-service-more__text {
    margin-bottom: 50px;
  }
}
.p-service-more__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-service-more__list {
    justify-content: center;
  }
}
.p-service-more__item {
  width: 100%;
  padding: 15px;
  background-color: var(--custom-white-08);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-more__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .p-service-more__item {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 30px;
  }
}

/*
制作実績一覧
_________________________________________*/
.p-works__menu {
  background: var(--custom-clear-grad);
  padding: 30px;
}
@media screen and (min-width: 1280px) {
  .p-works__menu {
    padding: 40px 50px;
  }
}
.p-works__menulist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-works__menulist {
    gap: 20px;
  }
}
.p-works__catitem {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  background-color: var(--custom-white);
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .p-works__catitem {
    width: calc(50% - 10px);
  }
}
.p-works__catitem::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
.p-works__catitem:hover {
  color: var(--custom-white);
  background-color: transparent;
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.p-works__catitem:hover::after {
  opacity: 1;
}
.p-works__category {
  margin-bottom: 50px;
  padding: 15px 20px;
  background: var(--custom-clear-grad);
}
@media screen and (min-width: 768px) {
  .p-works__category {
    margin-bottom: 80px;
    padding: 20px;
  }
}
.p-works__now {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
}

/*
制作実績詳細
_________________________________________*/
.p-workpost-main__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-workpost-main__header {
    margin-bottom: 50px;
  }
}
.p-workpost-main__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-workpost-main__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workpost-main__title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.p-workpost-main__thumbnailbox {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-workpost-main__thumbnailbox {
    margin-bottom: 50px;
  }
}
.p-workpost-main__thumbnail {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1024px) {
  .p-workpost-main__thumbnail {
    aspect-ratio: 16/9;
  }
}
.p-workpost-main__metabox {
  display: flex;
  gap: 5px;
  flex-direction: column;
  background: var(--custom-clear-grad);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-workpost-main__metabox {
    padding: 25px;
    flex-direction: row;
    gap: 10px;
  }
}
.p-workpost-main__category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  color: var(--custom-text-color);
}
@media screen and (min-width: 768px) {
  .p-workpost-main__category {
    width: calc(50% - 5px);
  }
}
.p-workpost-main__kw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .p-workpost-main__kw {
    width: calc(50% - 5px);
  }
}
.p-workpost-main__kwconect:last-child {
  display: none;
}

.p-workpost-btn__inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-workpost-btn__inner {
    flex-direction: row;
    justify-content: center;
  }
}

/*
キャラクター専用ページ
_________________________________________*/
.p-chara-main__profarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-chara-main__profarea {
    flex-direction: row;
  }
}
.p-chara-main__img {
  max-width: 300px;
}
.p-chara-main__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--custom-main-color);
  margin-bottom: -28px;
}
@media screen and (min-width: 768px) {
  .p-chara-main__name {
    font-size: 32px;
    margin-bottom: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-chara-main__name {
    font-size: 38px;
    margin-bottom: -38px;
  }
}
.p-chara-main__subname {
  font-size: 18px;
}
.p-chara-main__text {
  width: 100%;
  background: var(--custom-clear-grad);
  padding: 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-chara-main__text {
    padding: 40px 30px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-chara-main__text {
    padding: 50px;
  }
}
.p-chara-main__linkarea {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-chara-main__linkarea {
    margin-top: 80px;
  }
}
.p-chara-main__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-chara-main__list {
    margin-top: 50px;
    gap: 20px;
  }
}
.p-chara-main__item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-chara-main__item {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1024px) {
  .p-chara-main__item {
    width: calc(50% - 10px);
  }
}
.p-chara-main__itemlink {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .p-chara-main__itemlink {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-chara-main__itemlink {
    padding: 20px;
  }
}
.p-chara-main__itemlink::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
.p-chara-main__itemlink:hover {
  color: var(--custom-white);
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.p-chara-main__itemlink:hover::after {
  opacity: 1;
}

.p-chara-back__inner {
  display: flex;
  justify-content: center;
}

/*
404ページ
_________________________________________*/
.p-404__text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-404__text {
    margin-bottom: 80px;
  }
}
.p-404__core {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 1rem;
}
.p-404__h2 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  background: var(--custom-main-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: -20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__h2 {
    font-size: 42px;
    margin-bottom: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-404__h2 {
    font-size: 52px;
    margin-bottom: -28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-404__h2 {
    font-size: 62px;
    margin-bottom: -32px;
  }
}
.p-404__list {
  background: var(--custom-clear-grad);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-404__list {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-404__list {
    padding: 30px 50px;
  }
}
.p-404__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-404__item {
    gap: 30px;
  }
}
.p-404__item .menu-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-404__item .menu-item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .p-404__item .menu-item {
    width: calc(32% - 10px);
  }
}
.p-404__item .menu-item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  background-color: var(--custom-white);
  border: 1px solid var(--custom-main-color);
}
.p-404__item .menu-item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--custom-main-grad);
  transition: all 0.3s ease;
}
.p-404__item .menu-item a:hover {
  color: var(--custom-white);
  background-color: transparent;
  box-shadow: 0px 2px 10px 2px rgba(14, 37, 50, 0.2);
}
.p-404__item .menu-item a:hover::after {
  opacity: 1;
}

/*--------------------------------------------------

---Utility part

--------------------------------------------------*/
.u-facebook {
  background-color: #1877F2;
}

.u-twitter {
  background-color: #000;
}

.u-line {
  background-color: #00B900;
}

.u-feed {
  background-color: #ff8227;
}

.no-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.junplink {
  padding-top: 115px;
  margin-top: -115px;
}
@media screen and (min-width: 1024px) {
  .junplink {
    padding-top: 145px;
    margin-top: -145px;
  }
}
@media screen and (min-width: 1280px) {
  .junplink {
    padding-top: 190px;
    margin-top: -190px;
  }
}/*# sourceMappingURL=style.css.map */