@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-hamburger {
  display: none;
}

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #fff;
}
.drawer-nav a {
  color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
		Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  background: rgb(153, 30, 35);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 3rem;
  top: 3rem;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 3rem;
  right: 3rem;
  background: rgb(255, 255, 255);
}

/*!------------------------------------*\
		Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 5rem;
  height: 5rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 2.5rem;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 0 auto;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 60%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
  width: 100%;
}

.drawer-hamburger-icon:after {
  top: 10px;
  width: 50%;
}

.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  width: 100%;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: rgb(153, 30, 35);
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/*!------------------------------------*\
		accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
		Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

/*!------------------------------------*\
		Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

/*!------------------------------------*\
		Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
		Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  /*! overlay */
  /*!------------------------------------*\
  		Right
  \*!------------------------------------*/
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 1rem;
    top: 1rem;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    top: 1rem;
    right: 1rem;
  }
  /*!------------------------------------*\
  		Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*!------------------------------------*\
  		accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  /*!------------------------------------*\
  		Sidebar
  \*!------------------------------------*/
  /*!------------------------------------*\
  		Navbar
  \*!------------------------------------*/
  /*! .drawer-navbar modifier */
  /*!------------------------------------*\
  		Dropdown
  \*!------------------------------------*/
  /*! open */
  /*! drawer-caret */
  /*! open */
  /*!------------------------------------*\
  		Container
  \*!------------------------------------*/
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  color: rgb(21, 21, 21);
}

a {
  color: rgb(21, 21, 21);
}
a:hover {
  opacity: 0.9;
  transition: 0.8s;
}

.fade-up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}

.fade-up.show {
  transform: translate(0, 0);
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(153, 30, 35);
  z-index: 99999;
  animation: load 3.5s forwards;
}

.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 0;
  height: 1px;
  display: flex;
  justify-content: center;
  animation: open 2.5s forwards;
}

.loading-logo {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.loading-logo p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.loading-logo p img {
  width: 100%;
  display: block;
}

.lower .loading-logo p {
  animation: lowerLoad ease-in-out 1s infinite alternate;
}

@keyframes load {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes open {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes lowerLoad {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  overflow: visible;
}
header button {
  display: block;
}
header #header-inner h1 {
  display: inline-block;
  margin: 24px 0 0;
  background: #fff;
  z-index: 99999;
  position: relative;
}
header #header-inner h1 a {
  display: block;
  text-align: center;
  width: 219px;
  padding: 8px 3rem;
  margin: 0 auto;
}
header #header-inner h1 a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
header #header-inner nav {
  padding: 8% 5%;
}
header #header-inner nav ul li {
  margin: 3rem 0 0;
  font-size: 2rem;
}
header #header-inner nav ul li a:hover {
  text-decoration: underline;
}
header #header-inner nav ul li > a {
  display: inline-block;
  padding: 0 0 3px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}
header #header-inner nav ul li p {
  margin: 1.6rem 0 0;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
header #header-inner nav ul li p span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0 1rem;
}
header #header-inner nav ul li div a {
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #fff;
  padding: 0 1.6rem 0 0;
  margin: 0 1.6rem 0 0;
}
header #header-inner nav ul li div a:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

footer ul {
  margin: 4rem auto 0;
  text-align: center;
}
footer ul li {
  display: inline-block;
  padding: 0 1rem;
}
footer ul li img {
  height: 40px;
}
footer ul li img.pmark {
  height: 50px;
}
footer ul.footer-nav {
  font-size: 1.2rem;
}
footer ul.footer-nav li {
  border-right: 1px solid rgb(21, 21, 21);
  line-height: 1;
}
footer ul.footer-nav li:last-child {
  border: none;
}
footer .copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 4rem 0;
}

@media screen and (max-width: 640px) {
  header #header-inner h1 {
    margin: 1rem 0 0;
    position: relative;
  }
  header #header-inner h1 a {
    width: 120px;
    padding: 8px 1rem;
  }
  header #header-inner nav {
    padding: 16% 5%;
  }
  header #header-inner nav ul li {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 2rem;
  }
  header #header-inner nav ul li:last-child {
    border: none;
    padding: 0;
  }
  header #header-inner nav ul li > a {
    font-size: 3.2rem;
  }
  header #header-inner nav ul li p {
    font-size: 2rem;
  }
  header #header-inner nav ul li p span {
    font-size: 1.4rem;
  }
  footer ul {
    margin: 4rem auto 0;
    text-align: center;
  }
  footer ul li {
    display: inline-block;
    padding: 0 1rem;
  }
  footer ul li img {
    height: 40px;
  }
  footer ul li img.pmark {
    height: 50px;
  }
  footer ul.footer-nav {
    font-size: 1.2rem;
  }
  footer ul.footer-nav li {
    border-right: 1px solid rgb(21, 21, 21);
    line-height: 1;
  }
  footer ul.footer-nav li:last-child {
    border: none;
  }
  footer .copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 4rem 0;
  }
}
.main {
  background: #f5f2f3;
  font-size: 1.6rem;
  padding: 0 0 10rem;
}

@media screen and (max-width: 640px) {
  .main {
    padding: 0 0 8rem;
  }
}
.contents {
  padding: 0 4rem;
}

@media screen and (max-width: 640px) {
  .contents {
    padding: 0 2rem;
  }
}
.title {
  display: flex;
  justify-content: space-between;
  background: rgba(153, 30, 35, 0.9);
}
.title__text {
  padding: 14rem 0;
  width: 43%;
  align-self: center;
  text-align: center;
  padding: 12rem 0;
}
.title__text .genre-ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0 auto 2rem;
}
.title__text .genre-ttl span {
  font-size: 1.8rem;
  display: block;
  margin: 1rem auto 0;
}
.title__text h2 {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
  background: #fff;
  padding: 2rem 0;
}
.title__text h2 img {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: auto;
  margin: 0 1rem 0 0;
}
.title__image {
  background: url("../dev/miibo/img/img_display.png") center center no-repeat;
  background-size: contain;
  width: 50%;
  padding: 4rem;
}

@media screen and (max-width: 768px) {
  .title {
    flex-direction: column;
  }
  .title__text {
    width: 100%;
    padding: 12rem 0 6rem;
  }
  .title__image {
    width: 100%;
    padding: 4rem;
    height: 30vh;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .title {
    padding-bottom: 6rem;
  }
  .title__text {
    padding: 8rem 0 6rem;
  }
  .title__text .genre-ttl {
    font-size: 2rem;
  }
  .title__text .genre-ttl span {
    font-size: 1.4rem;
  }
  .title__text h2 {
    font-size: 3.2rem;
  }
  .title__text h2 img {
    height: 32px;
    margin-bottom: 1rem;
  }
  .title__image {
    margin: 0 auto;
    padding: 0 4rem 4rem;
    height: 200px;
  }
}
.block {
  max-width: 1200px;
  margin: 8rem auto 0;
}
.block h2 {
  font-size: 4.8rem;
  font-weight: 900;
  color: rgb(153, 30, 35);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block h2 img {
  height: 56px;
}

@media screen and (max-width: 640px) {
  .block {
    margin: 6rem auto 0;
  }
  .block h2 {
    font-size: 2.4rem;
  }
  .block h2 img {
    height: 32px;
  }
}
.intro {
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  border-radius: 20px;
  padding: 4rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.intro__text {
  font-size: 4rem;
  font-weight: 900;
  flex-shrink: 0;
  line-height: 1.5;
}
.intro__text span {
  display: inline-block;
}
.intro__text span:first-of-type {
  color: rgb(153, 30, 35);
}
.intro__text span:last-of-type {
  background: linear-gradient(45deg, #e8383d, #f4a466 50%, #2fb6a8);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  width: 20%;
}
.intro__image > div {
  font-size: 4rem;
  color: #333;
  line-height: 1;
}
.intro__image > div i {
  background: linear-gradient(45deg, #e8383d, #f4a466 50%, #2fb6a8);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro__image img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .intro {
    flex-direction: column;
    row-gap: 4rem;
  }
  .intro__text {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .intro__text {
    font-size: 2.8rem;
  }
  .intro__image img {
    width: 200px;
  }
}
.about__lead {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  margin-top: 1em;
}
.about__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin: 4rem auto;
}
.about__contents .user {
  background: linear-gradient(45deg, #e8383d, #f4a466 50%, #2fb6a8);
  padding: 2rem;
  color: #fff;
  border-radius: 50px;
  width: 50%;
}
.about__contents .user dt {
  text-align: center;
  font-size: 2rem;
}
.about__contents .user dt i {
  display: block;
  font-size: 4rem;
}
.about__contents .user dd {
  font-weight: 900;
  font-size: 5rem;
  text-align: center;
}
.about__contents .group ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.about__contents .group ul li {
  width: 140px;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.about__contents .group ul li::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.about__contents .group ul li:first-child {
  background: #e8383d;
}
.about__contents .group ul li:nth-child(2) {
  background: #f4a466;
}
.about__contents .group ul li:last-child {
  background: #2fb6a8;
}
.about__contents .group p {
  background: rgb(37, 37, 37);
  color: #fff;
  text-align: center;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-weight: 700;
}
.about__reason {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
.about__reason dt {
  background: linear-gradient(45deg, #e8383d, #f4a466 50%, #2fb6a8);
  color: #fff;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 2rem;
}
.about__reason div {
  background: #fff;
  width: 100%;
  padding: 2em;
}
.about__reason div dd {
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.about__reason div dd:last-of-type {
  margin-top: 0.5em;
}
.about__reason div dd::before {
  content: "\f058";
  font: var(--fa-font-solid);
  background: linear-gradient(45deg, #e8383d, #f4a466 50%, #2fb6a8);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .about__lead {
    text-align: left;
  }
  .about__lead br {
    display: none;
  }
  .about__contents {
    flex-direction: column;
    row-gap: 4rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .about__contents .user {
    width: 100%;
  }
  .about__contents .group ul {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .about__lead {
    font-size: 1.6rem;
  }
  .about__contents .user dd {
    font-size: 3.2rem;
  }
  .about__contents .group {
    width: 100%;
  }
  .about__contents .group ul {
    width: 100%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .about__contents .group ul li {
    width: 32%;
    font-size: 1.8rem;
  }
  .about__reason {
    flex-direction: column;
  }
}
.case__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  background: #fff;
  margin: 4rem auto 0;
}
.case__inner--text {
  width: 50%;
}
.case__inner--text dl:not(.client) {
  margin-top: 1em;
}
.case__inner--text dl:not(.client) dt {
  color: rgb(153, 30, 35);
  border-bottom: 1px solid rgb(153, 30, 35);
  margin-bottom: 6px;
}
.case__inner--text .client {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.case__inner--text .client dt {
  border: 1px solid rgb(153, 30, 35);
  width: 7em;
  text-align: center;
  color: rgb(153, 30, 35);
}
.case__inner--text .client dd {
  font-weight: 700;
}
.case__inner--image {
  width: 48%;
}
.case__inner--image img {
  width: 100%;
}
.case__appendix {
  margin-top: 4rem;
  border-top: 1px solid rgb(153, 30, 35);
  border-bottom: 1px solid rgb(153, 30, 35);
  padding: 2em 1em;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.case__appendix dt {
  background: rgb(37, 37, 37);
  padding: 0 1em;
  text-align: center;
  width: 5em;
  color: #fff;
}
.case__appendix dd {
  color: rgb(37, 37, 37);
}

@media screen and (max-width: 768px) {
  .case__inner {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
  .case__inner--text {
    width: 100%;
  }
  .case__inner--image {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .case__inner {
    padding: 4rem 2rem;
  }
  .case__inner--image {
    width: 90%;
  }
  .case__appendix {
    flex-direction: column;
    row-gap: 8px;
  }
  .case__appendix dt {
    margin: 0 auto;
  }
}
.link-btn {
  background: rgb(153, 30, 35);
  color: #fff;
  font-weight: 700;
  max-width: 300px;
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
}
.link-btn::after {
  content: "\f08e";
  font: var(--fa-font-solid);
}

footer {
  background: #fff;
}/*# sourceMappingURL=miibo.css.map */