@charset "UTF-8";
/*!
Theme Name: 13制作室
Version: 1.0
Author: miimo Ltd. Co.
Author URI: https://miimo.tech
*/
@import url("https://fonts.googleapis.com/css2?family=Asset&family=Lexend+Giga:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --textColor: #2D2D2D;
  --graphicMainColor: #FF0004;
  --comicMainColor: #001EFF;
  --sidePadding: 68px;
}
@media (max-width: 1024px) {
  :root {
    --sidePadding: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 5.333vw;
  }
}

/* Global
---------------------------------------- */
body {
  font-size: 16px;
  line-height: 1.67;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
  }
}
body.bg-gray {
  background: #f5f5f5;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 30, 0.1);
  z-index: 100;
  backdrop-filter: blur(10px);
  opacity: 0;
  text-decoration: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  body::before {
    display: none;
  }
}

.is-menu-opened::before {
  opacity: 1;
  pointer-events: all;
}

/* view transition
---------------------------------------- */
/* layout */
.l-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(986px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.l-container.-sm {
  max-width: calc(767px + var(--sidePadding) * 2);
}

.siteMain {
  padding-top: 96px;
}
@media (max-width: 1024px) {
  .siteMain {
    padding-top: 60px;
  }
}

section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hide-pc {
  display: none !important;
}

.show-pc,
.show-tab,
.show-sp {
  display: none !important;
}

@media (min-width: 1025px) {
  .show-pc {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
.inline-block {
  display: inline-block;
}

/* padding, margin */
.mb0 {
  margin-bottom: 0 !important;
}

/* link,　button */
a, button {
  text-decoration: none;
  transition-duration: 0.3s;
}

/* Header */
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.l-header_container {
  padding: 1.9rem var(--sidePadding) 1.9rem 0;
}
@media (max-width: 1024px) {
  .l-header_container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.l-header_row {
  display: flex;
  align-items: center;
}

.header {
  border-bottom: solid 1px var(--comicMainColor);
}
.header.-graphic {
  border-bottom-color: var(--graphicMainColor);
}
@media (max-width: 1024px) {
  .header {
    border-bottom: none;
  }
}
.header_otherLink {
  display: none;
}
@media (max-width: 1024px) {
  .header_otherLink {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1.6em 0 1.4em;
    border-radius: 0 999px 999px 0;
    line-height: 2.8125rem;
    color: #fff;
    font-family: "Asset", serif;
    font-size: 0.75rem;
  }
  .header_otherLink.-comic {
    background-color: var(--comicMainColor);
  }
  .header_otherLink.-graphic {
    background-color: var(--graphicMainColor);
  }
}
@media (max-width: 767px) {
  .header_otherLink {
    line-height: 10.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.header_logo {
  display: none;
}
@media (max-width: 1024px) {
  .header_logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
  }
  .header_logo img {
    width: auto;
    height: 2.6875rem;
  }
}
@media (max-width: 767px) {
  .header_logo img {
    height: 7.7333333333vw;
  }
}
.header_nav .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header_nav .menu {
    flex-direction: column;
    padding-top: 2.5rem;
    gap: 2rem;
  }
}
.header_nav .menu_item a {
  font-family: "Asset", serif;
  line-height: 1;
  font-size: min(1.3vw, 1rem);
}
@media (max-width: 1024px) {
  .header_nav .menu_item a {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .header_nav .menu_item a {
    font-size: 4.2666666667vw;
  }
}
.header_nav .menu_item.-graphic a, .header_nav .menu_item.-comic a {
  display: inline-block;
  padding: 0 2.69em;
  border-radius: 9999px;
  line-height: 49px;
  color: #fff;
  font-size: min(1.2vw, 0.8125rem);
}
.header_nav .menu_item.-graphic.-fs, .header_nav .menu_item.-comic.-fs {
  margin-right: min(2.56vw, 2rem);
}
.header_nav .menu_item.-graphic.-fs a, .header_nav .menu_item.-comic.-fs a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header_nav .menu_item.-graphic:not(.-fs), .header_nav .menu_item.-comic:not(.-fs) {
  margin-right: min(4.5vw, 4.125rem);
}
@media (max-width: 1024px) {
  .header_nav .menu_item.-graphic, .header_nav .menu_item.-comic {
    display: none;
  }
}
.header_nav .menu_item.-graphic a {
  background-color: var(--graphicMainColor);
}
.header_nav .menu_item.-comic a {
  background-color: var(--comicMainColor);
}
.header_nav .menu_item:nth-child(n+3) {
  margin-right: min(3.1vw, 3.1rem);
}
.header_nav .menu_item:nth-child(n+3) a {
  padding: 0.3em 0;
}
@media (max-width: 1024px) {
  .header_nav {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    padding: 0 var(--sidePadding);
    background-color: #fff;
    transition: height 0.3s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .header_nav {
    top: 17.3333333333vw;
  }
}
.header_sns {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.header_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px var(--textColor);
}
.header_sns a svg {
  fill: var(--textColor);
  transition-duration: 0.3s;
}
.header_sns a.instagram svg {
  width: 21px;
}
.header_sns a.x svg {
  width: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .header_sns a:hover {
    background: var(--textColor);
  }
  .header_sns a:hover svg {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .header_sns a {
    width: 10.1333333333vw;
  }
  .header_sns a.instagram svg {
    width: 4.48vw;
  }
  .header_sns a.x svg {
    width: 5.3333333333vw;
  }
}
.header_toggleButton {
  display: none;
}
@media (max-width: 1024px) {
  .header_toggleButton {
    position: relative;
    z-index: 1;
    display: block;
    width: 3.75rem;
    aspect-ratio: 1/1;
    margin-left: 0.3125rem;
    margin-right: -1.0625rem;
    cursor: pointer;
  }
  .header_toggleButton > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.625rem;
    height: 0.09375rem;
    background-color: var(--textColor);
    transition-duration: 0.4s;
  }
  .header_toggleButton > span:nth-of-type(1) {
    top: calc(50% - 0.75rem);
  }
  .header_toggleButton > span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header_toggleButton > span:nth-of-type(3) {
    top: calc(50% + 0.6875rem);
  }
}
@media (max-width: 767px) {
  .header_toggleButton {
    width: 12vw;
    margin-right: -3.3333333333vw;
  }
  .header_toggleButton > span {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
  }
  .header_toggleButton > span:nth-of-type(1) {
    top: calc(50% - 2.4vw);
  }
  .header_toggleButton > span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header_toggleButton > span:nth-of-type(3) {
    top: calc(50% + 2.1333333333vw);
  }
}

@media (max-width: 1024px) {
  .is-menu-opened .header_nav {
    height: 18.125rem;
  }
  .is-menu-opened .header_toggleButton > span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .is-menu-opened .header_toggleButton > span:nth-of-type(2) {
    opacity: 0;
  }
  .is-menu-opened .header_toggleButton > span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .is-menu-opened .header_nav {
    height: 72vw;
  }
}

@media (max-width: 767px) {
  .page.mitsu .header_logo img {
    height: 9.3333333333vw;
  }
}

/* body */
body.is-work-modal-open {
  overflow: hidden;
}

/* Footer */
.l-footer {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}

.footer_copyright {
  text-align: center;
  font-size: 0.6875rem;
}

/* Typography */
h2 {
  padding-bottom: 1.5rem;
  margin-bottom: 3.75rem;
  border-bottom: solid 1px var(--graphicMainColor);
  font-family: "Asset", serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}
h2 span {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
}
h2 span::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 1;
  text-shadow: 0.8px 0 0 var(--graphicMainColor), -0.8px 0 0 var(--graphicMainColor), 0 0.8px 0 var(--graphicMainColor), 0 -0.8px 0 var(--graphicMainColor), 0.6px 0.6px 0 var(--graphicMainColor), -0.6px 0.6px 0 var(--graphicMainColor), 0.6px -0.6px 0 var(--graphicMainColor), -0.6px -0.6px 0 var(--graphicMainColor);
}
@media (max-width: 767px) {
  h2 {
    padding-bottom: 1.6vw;
    margin-bottom: 8vw;
    font-size: 8.5333333333vw;
  }
}

.page.mitsu .h2 {
  padding-bottom: 1.5rem;
  margin-bottom: 3.75rem;
  border-bottom: solid 1px var(--comicMainColor);
}
.page.mitsu .h2 .wp-block-group__inner-container {
  max-width: calc(986px + var(--sidePadding) * 2);
  padding: 0 var(--sidePadding);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page.mitsu .h2 {
    padding-bottom: 1.6vw;
    margin-bottom: 8vw;
  }
}
.page.mitsu .h2 h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.page.mitsu h2 span::before {
  text-shadow: 0.8px 0 0 var(--comicMainColor), -0.8px 0 0 var(--comicMainColor), 0 0.8px 0 var(--comicMainColor), 0 -0.8px 0 var(--comicMainColor), 0.6px 0.6px 0 var(--comicMainColor), -0.6px 0.6px 0 var(--comicMainColor), 0.6px -0.6px 0 var(--comicMainColor), -0.6px -0.6px 0 var(--comicMainColor);
}

.page.mitsu .wp-block-group:not(.h2) h2 {
  border-bottom-color: var(--comicMainColor);
}

.ff-asset {
  font-family: "Asset", serif;
}

.l-contents p {
  margin-bottom: 1.2em;
}

/* component - flow step */
.c-flowStep_accordion[open] .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
}
.c-flowStep_title {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px var(--textColor);
  cursor: pointer;
}
.c-flowStep_title .wp-block-accordion-heading__toggle-title {
  display: flex;
  align-items: center;
}
.c-flowStep_title h3 {
  font-family: "Asset", serif;
  font-size: 2.5rem;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to bottom, #C90003 0%, #C90003 20%, var(--graphicMainColor) 40%, var(--graphicMainColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-flowStep_title p {
  margin: 0 0 0 1.25rem;
  font-size: convertRem(15);
  letter-spacing: 0.3em;
}
.c-flowStep_title .wp-block-accordion-heading__toggle-icon {
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-flowStep_title {
    padding-top: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .c-flowStep_title h3 {
    font-size: 6.6666666667vw;
  }
  .c-flowStep_title p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2em;
  }
}
.c-flowStep_content {
  padding-left: 0.9375rem;
}
@media (max-width: 767px) {
  .c-flowStep_content {
    padding-left: 2.6666666667vw;
  }
}
.c-flowStep_list .item {
  position: relative;
  margin-top: 2.8125rem;
}
.c-flowStep_list .item_num {
  position: absolute;
  top: -0.4em;
  left: 0;
  text-align: center;
  width: 2.4375rem;
  font-family: "Asset", serif;
  font-size: 1.5rem;
}
.c-flowStep_list .item_title {
  padding-left: 3.4375rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.3em;
  line-height: 1.3;
}
.c-flowStep_list .item_text {
  position: relative;
  padding-left: 3.4375rem;
}
.c-flowStep_list .item_text::before {
  content: "";
  position: absolute;
  left: 1.1875rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: radial-gradient(circle, var(--textColor) 1px, transparent 1.5px);
  background-size: 3px 15px;
  background-repeat: repeat-y;
}
.c-flowStep_list .item_text p {
  padding: 0.5em 0;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-flowStep_list .item {
    margin-top: 8vw;
  }
  .c-flowStep_list .item_num {
    width: 8.32vw;
    font-size: 5.3333333333vw;
  }
  .c-flowStep_list .item_title {
    padding-left: 11.7333333333vw;
    margin-bottom: 4.2666666667vw;
    letter-spacing: 0.2em;
  }
  .c-flowStep_list .item_text {
    padding-left: 11.7333333333vw;
  }
  .c-flowStep_list .item_text::before {
    left: 4.0533333333vw;
    width: 0.8vw;
    background: radial-gradient(circle, var(--textColor) 1px, transparent 0.4vw);
    background-size: 0.8vw 4vw;
  }
  .c-flowStep_list .item p {
    font-size: 3.4666666667vw;
  }
}

/* component - Price */
.c-price {
  --listGap: 2.625rem;
}
@media (max-width: 1024px) {
  .c-price {
    --listGap: 1.5rem;
  }
}
.c-price_accordion[open] .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
}
.c-price_title {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px var(--textColor);
  cursor: pointer;
}
.c-price_title .wp-block-accordion-heading__toggle-title {
  display: flex;
  align-items: center;
}
.c-price_title h3 {
  font-family: "Asset", serif;
  font-size: 2.5rem;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to bottom, #C90003 0%, #C90003 20%, var(--graphicMainColor) 40%, var(--graphicMainColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-price_title p {
  margin: 0 0 0 1.25rem;
  font-size: convertRem(15);
  letter-spacing: 0.3em;
}
.c-price_title .wp-block-accordion-heading__toggle-icon {
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-price_title {
    padding-top: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .c-price_title h3 {
    font-size: 6.6666666667vw;
  }
  .c-price_title p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2em;
  }
}
.c-price_content {
  padding-top: 1.625rem;
  font-size: 0.9375rem;
}
.c-price .c-price_description {
  margin-bottom: 3.125rem;
}
.c-price_list {
  --overhang: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--listGap);
  width: calc(100% + var(--overhang) * 2);
  max-width: calc(100vw - var(--sidePadding) * 2);
  margin-left: 50%;
  transform: translateX(-50%);
}
.c-price_item {
  width: calc((100% - var(--listGap) * 2) / 3);
  padding: 1rem 2rem 2rem;
  background: #F8F7FB;
  border-radius: 1.875rem;
}
.c-price_item .title {
  text-align: center;
  padding-bottom: 0.8em;
  border-bottom: solid 1px var(--textColor);
}
.c-price_item .amount {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.c-price_item .amount.-one {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}
.c-price_item .amount-item.-hasText {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  padding-left: 0.9em;
  line-height: 1.2;
}
.c-price_item .amount-item.-hasText::before {
  content: "・";
  position: absolute;
  top: 0.45em;
  left: 0;
  font-size: 0.8em;
}
.c-price_item .amount-item.-hasText:nth-of-type(n+2):not(.-border) {
  margin-top: 0.5rem;
}
.c-price_item .amount-item:not(.-hasText) {
  text-align: center;
}
.c-price_item .amount-item.-border {
  padding-left: 0;
  padding-top: 0.9rem;
  margin-top: 1.45rem;
  border-top: solid 1px var(--textColor);
}
.c-price_item .amount-item.-border::before {
  content: none;
}
.c-price_item .amount-item_text {
  margin-bottom: 0;
  font-size: min(1.1vw, 0.875rem);
  padding-top: 0.15em;
}
.c-price_item .amount-item_price {
  margin-bottom: 0;
  font-size: min(1.85vw, 1.4375rem);
}
.c-price_item .contents {
  padding-top: 1rem;
  margin-bottom: 0;
  border-top: solid 1px var(--textColor);
}
.c-price_item .deliverables {
  margin-top: 1rem;
}
.c-price_item .deliverables p {
  margin-bottom: 0.4rem;
  border-bottom: solid 1px var(--textColor);
}
.c-price_item .deliverables ul li {
  position: relative;
  padding-left: 0.9em;
  line-height: 1.4;
}
.c-price_item .deliverables ul li::before {
  content: "・";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 0.8em;
}
.c-price_set {
  margin-top: 2.625rem;
}
.c-price_set dt {
  text-align: center;
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-bottom: solid 1px var(--textColor);
}
.c-price_set dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.c-price_set dd ul li {
  position: relative;
  padding-left: 0.9em;
}
.c-price_set dd ul li::before {
  content: "・";
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  .c-price_item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .c-price_item .contents {
    font-size: 0.8125rem;
  }
  .c-price_item .deliverables li {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .c-price .c-price_description {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
  .c-price_list {
    flex-direction: column;
  }
  .c-price_item {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-price_item .amount-item.-hasText::before {
    top: 0.22em;
  }
  .c-price_item .amount-item_text {
    font-size: 3.2vw;
  }
  .c-price_item .amount-item_price {
    font-size: 4vw;
  }
  .c-price_item .contents,
  .c-price_item .deliverables ul li {
    font-size: 3.7333333333vw;
  }
  .c-price_set dd ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

/* component - Option */
.c-option_accordion[open] .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
}
.c-option_title {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px var(--textColor);
  cursor: pointer;
}
.c-option_title .wp-block-accordion-heading__toggle-title {
  display: flex;
  align-items: center;
}
.c-option_title h3 {
  font-family: "Asset", serif;
  font-size: 2.5rem;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to bottom, #C90003 0%, #C90003 20%, var(--graphicMainColor) 40%, var(--graphicMainColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-option_title p {
  margin: 0 0 0 1.25rem;
  font-size: convertRem(15);
  letter-spacing: 0.3em;
}
.c-option_title .wp-block-accordion-heading__toggle-icon {
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-option_title {
    padding-top: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .c-option_title h3 {
    font-size: 6.6666666667vw;
  }
  .c-option_title p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2em;
  }
}
.c-option_content {
  padding-top: 2.5rem;
}
.c-option_list {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media (max-width: 1024px) {
  .c-option_list {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}
.c-option_list dt {
  position: relative;
  padding-left: 1.2em;
  font-weight: 500;
}
.c-option_list dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}
.c-option_list dt:nth-child(n+2) {
  margin-top: 2em;
}

/* component - accordion */
.wp-block-accordion-item {
  margin-top: 1.5rem;
}

.wp-block-accordion-heading {
  padding: 0 0.3em 0 1em;
  border-bottom: solid 1px var(--textColor);
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

.wp-block-accordion-heading__toggle-icon {
  width: 1.1875rem;
  height: 1.1875rem;
  font-size: 1.6em;
  font-weight: 400;
}

.wp-block-accordion-panel {
  padding: 1em 1em 0;
}
.wp-block-accordion-panel > * {
  margin-bottom: 1em;
}
.wp-block-accordion-panel .wp-block-list {
  list-style: disc;
  margin-left: 1.1em;
}
.wp-block-accordion-panel .wp-block-list li:nth-child(n+2) {
  margin-top: 1em;
}
.wp-block-accordion-panel dl dt {
  position: relative;
  padding-left: 1.2em;
}
.wp-block-accordion-panel dl dt::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-accordion-panel dl dd + dt {
  margin-top: 1em;
}

.wp-block-paragraph:last-child {
  margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-paragraph a:hover {
    text-decoration: underline;
  }
}

/* Works */
.worksWrapper {
  padding-top: 5rem;
}

.works_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .works_tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.works_tab {
  text-align: center;
  width: 7.25rem;
  line-height: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
  font-family: "Lexend Giga", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .works_tab {
    width: 100%;
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
.works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
  }
}
.works_moreWrap {
  text-align: center;
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  .works_moreWrap {
    margin-top: 13.3333333333vw;
  }
}
.works_more {
  text-align: center;
  width: 7.5rem;
  line-height: 2.5rem;
  border-radius: 999px;
  color: #fff;
  font-family: "Asset", serif;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .works_more {
    width: 26.6666666667vw;
    line-height: 9.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.works_cardLink {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.works_cardLink_thumbnail {
  transition-duration: 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .works_cardLink_thumbnail:hover {
    transform: scale(1.06);
  }
}

/* profile */
#profile h3, #profile .wp-block-group__inner-container > p, #profile .wp-block-group.is-layout-flex {
  padding-left: 2.0625rem;
}
@media (max-width: 767px) {
  #profile h3, #profile .wp-block-group__inner-container > p, #profile .wp-block-group.is-layout-flex {
    padding-left: 0;
  }
}
#profile table th, #profile table td {
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}
#profile table td:last-child {
  padding-left: 3.75rem;
}
#profile table p {
  margin: 0.4em 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #profile table td:last-child {
    padding-left: 8vw;
  }
  #profile table p {
    font-size: 3.4666666667vw;
  }
}

/* Form */
.snow-monkey-form {
  max-width: 36.0625rem;
  margin: 0 auto;
}
.snow-monkey-form .smf-item {
  margin-top: 3.75rem;
}
.snow-monkey-form .smf-item__label {
  text-align: center;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.snow-monkey-form .smf-item.-req .smf-item__label .smf-item__label__text {
  display: inline-block;
}
.snow-monkey-form .smf-item.-req .smf-item__label .smf-item__label__text::after {
  content: "*";
  color: var(--graphicMainColor);
}
.snow-monkey-form .smf-form .smf-text-control__control,
.snow-monkey-form .smf-form .smf-textarea-control__control {
  width: 100%;
  padding: 0.75em 1.5em;
  border: solid 2px var(--textColor);
  border-radius: 9999px;
}
.snow-monkey-form .smf-radio-buttons-control {
  text-align: center;
}
.snow-monkey-form .smf-radio-buttons-control__control {
  display: inline-block;
  text-align: left;
}
.snow-monkey-form .smf-radio-buttons-control__control .smf-label {
  margin-top: 1em;
  font-weight: 500;
}
.snow-monkey-form .smf-form .smf-textarea-control__control {
  height: 28.75rem;
  border-radius: 1.875rem;
}
@media (max-width: 1024px) {
  .snow-monkey-form .smf-form .smf-textarea-control__control {
    height: 23.75rem;
  }
}
@media (max-width: 767px) {
  .snow-monkey-form .smf-form .smf-textarea-control__control {
    height: 74.6666666667vw;
  }
}
.snow-monkey-form .smf-action {
  text-align: center;
  margin-top: 3.75rem;
}
.snow-monkey-form .smf-button-control__control {
  width: 7.5rem;
  line-height: 2.5rem;
  padding: 0;
  border-radius: 999px;
  border: none;
  background-image: none;
  font-family: "Asset", serif;
  color: #fff;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .snow-monkey-form .smf-button-control__control {
    width: 26.6666666667vw;
    line-height: 9.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

/* Graphic page */
.page.home .works_tab {
  border-color: var(--graphicMainColor);
  color: var(--graphicMainColor);
}
.page.home .works_tab.is-active {
  background: var(--graphicMainColor);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page.home .works_tab:not(.is-active):hover {
    background: var(--graphicMainColor);
    color: #fff;
    opacity: 0.7;
  }
}
.page.home .works_more {
  background: var(--graphicMainColor);
}
@media (hover: hover) and (pointer: fine) {
  .page.home .works_more:hover {
    opacity: 0.7;
  }
}
.page.home .c-flowStep .item_num, .page.home .c-flowStep .item_title {
  color: var(--graphicMainColor);
}
.page.home .snow-monkey-form .smf-form .smf-text-control__control:focus, .page.home .snow-monkey-form .smf-form .smf-text-control__control:active,
.page.home .snow-monkey-form .smf-form .smf-textarea-control__control:focus,
.page.home .snow-monkey-form .smf-form .smf-textarea-control__control:active {
  border-color: var(--graphicMainColor);
}
.page.home .snow-monkey-form .smf-button-control__control {
  background-color: var(--graphicMainColor);
}
@media (hover: hover) and (pointer: fine) {
  .page.home .snow-monkey-form .smf-button-control__control:hover {
    opacity: 0.7;
  }
}

/* Comic page */
@media (max-width: 767px) {
  .page.mitsu.is-menu-opened .header_nav {
    height: 58.6666666667vw;
  }
  .page.mitsu .kv-logo img {
    max-width: 26.6666666667vw;
  }
}
.page.mitsu .works_tab {
  border-color: var(--comicMainColor);
  color: var(--comicMainColor);
}
.page.mitsu .works_tab.is-active {
  background: var(--comicMainColor);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page.mitsu .works_tab:not(.is-active):hover {
    background: var(--comicMainColor);
    color: #fff;
    opacity: 0.7;
  }
}
.page.mitsu .works_more {
  background: var(--comicMainColor);
}
@media (hover: hover) and (pointer: fine) {
  .page.mitsu .works_more:hover {
    opacity: 0.7;
  }
}
.page.mitsu .c-flowStep .item_num, .page.mitsu .c-flowStep .item_title,
.page.mitsu .c-price .item_num,
.page.mitsu .c-price .item_title,
.page.mitsu .c-option .item_num,
.page.mitsu .c-option .item_title {
  color: var(--comicMainColor);
}
.page.mitsu .c-flowStep_title h3,
.page.mitsu .c-price_title h3,
.page.mitsu .c-option_title h3 {
  background: linear-gradient(to bottom, #0017C0 0%, #0017C0 20%, var(--comicMainColor) 40%, var(--comicMainColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.page.mitsu .c-price_item.-item3 .amount {
  padding-top: 1.3rem;
}
.page.mitsu .snow-monkey-form .smf-form .smf-text-control__control:focus, .page.mitsu .snow-monkey-form .smf-form .smf-text-control__control:active,
.page.mitsu .snow-monkey-form .smf-form .smf-textarea-control__control:focus,
.page.mitsu .snow-monkey-form .smf-form .smf-textarea-control__control:active {
  border-color: var(--comicMainColor);
}
.page.mitsu .snow-monkey-form .smf-button-control__control {
  background-color: var(--comicMainColor);
}
@media (hover: hover) and (pointer: fine) {
  .page.mitsu .snow-monkey-form .smf-button-control__control:hover {
    opacity: 0.7;
  }
}

/* work detail */
.article-work_inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .article-work_inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.article-work_terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .article-work_terms {
    padding-right: 4.0625rem;
  }
}
@media (max-width: 767px) {
  .article-work_terms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.article-work_term {
  text-align: center;
  width: 7.25rem;
  line-height: 1.875rem;
  border-radius: 999px;
  color: #fff;
  font-family: "Lexend Giga", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .article-work_term {
    width: 100%;
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
.article-work_images {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 7.5rem;
}
.article-work_images:nth-child(n+2) {
  margin-top: 2.5rem;
}
.article-work_images .image img {
  width: 100%;
}
.article-work_images .image.-narrow img {
  max-width: 28.75rem;
}
@media (max-width: 767px) {
  .article-work_images {
    margin-bottom: 16vw;
  }
}
.article-work_outline {
  max-width: 35.625rem;
  margin-left: auto;
  margin-right: auto;
}
.article-work_caption {
  margin-bottom: 3.75rem;
  font-size: 1.5rem;
  font-family: "Asset", serif;
}
.article-work_title {
  margin-bottom: 2.1875rem;
  font-size: 1.25rem;
}
.article-work_urlCopy {
  text-align: right;
  margin-top: 6.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .article-work_urlCopy {
    margin-top: 21.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.article-work_urlCopy button {
  text-align: center;
  width: 7.5rem;
  line-height: 2.1875rem;
  border-radius: 999px;
  background: #555;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .article-work_urlCopy button {
    width: 26.6666666667vw;
    line-height: 9.3333333333vw;
    font-size: 3.2vw;
  }
}
.article-work_close {
  position: fixed;
  top: 2.0625rem;
  right: 2.0625rem;
}
.article-work_close button {
  width: 4.375rem;
  aspect-ratio: 1/1;
}
.article-work_close button svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .article-work_close button {
    width: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .article-work_close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .article-work_close button {
    display: grid;
    place-content: center;
    width: 2.5rem;
  }
  .article-work_close button svg {
    width: 75%;
    margin: auto;
  }
}
.article-work.-graphic .article-work_term {
  background: var(--graphicMainColor);
}
.article-work.-graphic .article-work_caption {
  color: var(--graphicMainColor);
}
.article-work.-comic .article-work_term {
  background: var(--comicMainColor);
}
.article-work.-comic .article-work_caption {
  color: var(--comicMainColor);
}

.page.home .article-work_close.is-single,
.page.mitsu .article-work_close.is-single {
  display: none;
}

#workModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #fff;
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
  transition: 0.3s;
}
#workModal .workModal_content {
  position: absolute;
  inset: 0;
  overflow: auto;
}

#workModal.is-open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}