html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

*,
*::before,
*::after {
  box-sizing: border-box
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

html {
  font-size: 1.125rem
}

@media screen and (max-width: 768px) {
  html {
    font-size: .875rem
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal
}

body a {
  color: inherit;
  text-decoration: none
}

body img {
  vertical-align: bottom
}

body em {
  font-style: normal
}

body li {
  list-style: none
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: inherit
}

.wrap {
  background: #fff;
  width: 100%;
  color: #000
}

.wrap img {
  width: 100%;
  height: auto
}

.header {
  background: #000;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000
}

.header__inner {
  padding: 1rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between
}

.header__heading {
  width: 20%;
  max-width: 160px
}

.header__button {
  width: 40%;
  max-width: 300px;
  font-size: 1.2rem
}

.header__button a {
  transition: all 0.2s ease-in-out;
  background: #F1C718;
  padding: .5em 1.5em .5em .5em;
  line-height: 1.6em;
  color: black;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.header__button a::after {
  content: '';
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid black;
  border-right: 2px solid black;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__button a:hover {
  opacity: .7
}

@media screen and (max-width: 768px) {
  .header__button a::after {
    width: .6em;
    height: .6em
  }

  .header__button a:hover {
    opacity: 1
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 3vw
  }

  .header__heading {
    width: 26vw;
    max-width: none
  }

  .header__button {
    width: 44vw;
    max-width: none;
    font-size: 1rem
  }
}

.visual {
  background-color: black;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  overflow: hidden
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .visual {
    background-image: url("../images/visual@2x.webp")
  }
}

.visual__inner {
  height: 50vw;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative
}

.visual__heading {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 11vw;
  font-size: 7.5vw;
  letter-spacing: .2em
}

.visual__catch {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1em 0;
  font-size: 2.6vw;
  letter-spacing: .3em
}

.visual__catch .font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700
}

.visual__catch br {
  display: none
}

.visual__image {
  background: linear-gradient(to bottom, transparent 0, transparent 25%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.7) 100%);
  width: 100vw;
  padding: 2.3vw 0;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0
}

.visual__image-item {
  animation: slide_door 60s linear infinite
}

.visual__image-item img {
  width: auto;
  height: 14.85vw
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .visual__image-item {
    animation: none
  }
}

@media screen and (max-width: 768px) {
  .visual {
    background-image: url("../images/visual-sp.webp")
  }

  .visual__inner {
    height: 124vw
  }

  .visual__heading {
    padding-top: 35vw;
    font-size: 10vw;
    text-align: center
  }

  .visual__catch {
    padding: 1em 0;
    line-height: 1.6em;
    font-size: 4vw
  }

  .visual__catch br {
    display: block
  }

  .visual__image-item img {
    height: 25vw
  }
}

@keyframes slide_door {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.contents {
  background: transparent;
  color: #000
}

.contents .movie {
  width: 100%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden
}

.contents .movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

.cv {
  background: black;
  color: white
}

.cv__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0
}

.cv__box {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cv__box-item01 {
  width: 53%
}

.cv__box-item02 {
  width: calc(100% - 53% - 1rem);
  text-align: center
}

.cv__box-item .catch {
  line-height: 1.6em;
  font-size: 2.4vw
}

@media screen and (min-width: 1000px) {
  .cv__box-item .catch {
    font-size: 1.33rem;
    font-weight: 500
  }
}

.cv__box-item .text {
  line-height: 1.6em;
  font-size: 1.8vw
}

@media screen and (min-width: 1000px) {
  .cv__box-item .text {
    font-size: 1rem;
    font-weight: 500
  }
}

.cv__box-item .button {
  width: 90%;
  max-width: 360px;
  margin: 1rem auto .5rem
}

.cv__box-item .button a {
  transition: all 0.2s ease-in-out;
  background: #F1C718;
  padding: .5em 1.5em .5em .5em;
  line-height: 1.6em;
  color: black;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.6em;
  font-size: 1.8vw
}

.cv__box-item .button a::after {
  content: '';
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid black;
  border-right: 2px solid black;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cv__box-item .button a:hover {
  opacity: .7
}

@media screen and (max-width: 768px) {
  .cv__box-item .button a::after {
    width: .6em;
    height: .6em
  }

  .cv__box-item .button a:hover {
    opacity: 1
  }
}

@media screen and (min-width: 1000px) {
  .cv__box-item .button a {
    font-size: 1rem
  }
}

@media screen and (max-width: 768px) {
  .cv__inner {
    padding: 8vw 0
  }

  .cv__box {
    flex-flow: column;
    justify-content: center
  }

  .cv__box-item {
    width: 100%
  }

  .cv__box-item .catch {
    padding: 4vw 0 0;
    font-size: 1.22rem
  }

  .cv__box-item .text {
    font-size: 1rem
  }

  .cv__box-item .button {
    max-width: none;
    margin: 2vw auto 1vw
  }

  .cv__box-item .button a {
    font-size: 1.2rem
  }
}

.concept,
.feature,
.color,
.variation,
.flow {
  padding: 4rem 0
}

@media screen and (max-width: 768px) {

  .concept,
  .feature,
  .color,
  .variation,
  .flow {
    padding: 10vw 0
  }
}

.concept__inner,
.feature__inner,
.color__inner,
.variation__inner,
.flow__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto
}

.concept__heading,
.feature__heading,
.color__heading,
.variation__heading,
.flow__heading {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center
}

.concept__heading-main,
.feature__heading-main,
.color__heading-main,
.variation__heading-main,
.flow__heading-main {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 2rem;
  line-height: 1.3em;
  font-size: 6.8vw;
  letter-spacing: .2em
}

@media screen and (min-width: 1000px) {

  .concept__heading-main,
  .feature__heading-main,
  .color__heading-main,
  .variation__heading-main,
  .flow__heading-main {
    font-size: 2rem
  }
}

.concept__heading-catch,
.feature__heading-catch,
.color__heading-catch,
.variation__heading-catch,
.flow__heading-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 4rem;
  line-height: 1.6em;
  font-size: 3.6vw;
  font-weight: 700;
  text-align: center
}

@media screen and (min-width: 1000px) {

  .concept__heading-catch,
  .feature__heading-catch,
  .color__heading-catch,
  .variation__heading-catch,
  .flow__heading-catch {
    font-size: 2rem
  }
}

.concept__heading-text,
.feature__heading-text,
.color__heading-text,
.variation__heading-text,
.flow__heading-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0 4rem;
  line-height: 2em;
  font-size: 1.8vw;
  text-align: center
}

@media screen and (min-width: 1000px) {

  .concept__heading-text,
  .feature__heading-text,
  .color__heading-text,
  .variation__heading-text,
  .flow__heading-text {
    font-size: 1rem
  }
}

@media screen and (max-width: 768px) {

  .concept__heading-main,
  .feature__heading-main,
  .color__heading-main,
  .variation__heading-main,
  .flow__heading-main {
    padding: 0 0 3vw;
    font-size: 2rem
  }

  .concept__heading-catch,
  .feature__heading-catch,
  .color__heading-catch,
  .variation__heading-catch,
  .flow__heading-catch {
    margin: 0 auto;
    padding: 0 0 5vw;
    font-size: 1.4rem
  }

  .concept__heading-text,
  .feature__heading-text,
  .color__heading-text,
  .variation__heading-text,
  .flow__heading-text {
    padding: 4vw 0 8vw;
    line-height: 1.6em;
    font-size: 1rem
  }
}

.concept__text,
.feature__text,
.color__text,
.variation__text,
.flow__text {
  line-height: 1.6em
}

.concept__image,
.feature__image,
.color__image,
.variation__image,
.flow__image {
  text-align: center
}

.concept__image img,
.feature__image img,
.color__image img,
.variation__image img,
.flow__image img {
  width: 100%;
  height: auto
}

.concept__image img,
.feature__image img,
.color__image img,
.variation__image img,
.flow__image img {
  max-width: 100%;
  margin: 0 auto
}

.concept__image img.circle,
.feature__image img.circle,
.color__image img.circle,
.variation__image img.circle,
.flow__image img.circle {
  border-radius: 100%;
  overflow: hidden
}

.concept {
  background: white;
  background-image: url("../images/concept.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black
}

.concept__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  padding: 0 0 2rem;
  font-size: 1.8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: .14em
}

@media screen and (min-width: 1000px) {
  .concept__text {
    font-size: 1rem
  }
}

.concept__text:last-child {
  padding: 0
}

@media screen and (max-width: 768px) {
  .concept {
    background-image: url("../images/concept-sp.svg");
    background-position: center top
  }

  .concept__text {
    padding: 0 0 5vw;
    font-size: .88rem;
    letter-spacing: 0
  }

  .concept__text:last-child {
    padding: 0
  }
}

.feature {
  background-color: white;
  background-image: url("../images/feature.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}

.feature__inner {
  text-align: center
}

.feature__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto 2rem;
  padding: 0rem 0 .5rem;
  border-bottom: 3px solid #000;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
  display: inline-block
}

@media screen and (min-width: 1000px) {
  .feature__catch {
    font-size: 1rem
  }
}

.feature__catch .font {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal
}

.feature__image01 {
  max-width: 100%;
  padding-bottom: 3em
}

.feature__image02 {
  max-width: 40%;
  margin: 0 auto
}

.feature__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
  padding: 4rem 0;
  font-size: 1.8vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: .2em
}

@media screen and (min-width: 1000px) {
  .feature__text {
    font-size: 1rem
  }
}

.feature__video {
  position: relative;
  padding-top: 56.25%
}

.feature__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 768px) {
  .feature {
    background-image: url("../images/feature-sp.svg")
  }

  .feature__catch {
    font-size: 1rem
  }

  .feature__text {
    padding: 8vw 0;
    font-size: .88rem;
    letter-spacing: 0
  }
}

.color {
  background: black;
  color: white;
  overflow: hidden
}

.color__inner {
  padding: 1em 0em 2em
}

.color__heading-main .font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700
}

.color__heading-main .color-yellow {
  color: #F1C718
}

.color__heading-main .color-red {
  color: #EA597C
}

.color__heading-main .color-pink {
  color: #E390A3
}

.color__heading-main .color-green {
  color: #4AA297
}

.color__heading-main .color-blue {
  color: #276AB5
}

.color__heading-main .color-purple {
  color: #9A6FA1
}

.color__heading-main .color-lightgreen {
  color: #9BB57C
}

.color__heading-main .color-ocher {
  color: #D3B674
}

.color__heading-main .color-deepgreen {
  color: #296D5B
}

.color__heading-main .color-navy {
  color: #374E7A
}

.color__heading-main .color-gray {
  color: #B2A594
}

.color__box {
  display: flex;
  flex-flow: wrap;
  position: relative
}

.color__box-item {
  width: calc(100% / 2);
  padding: 1.5rem 1.5rem 24%;
  position: relative
}

.color__box-item .number {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 .5rem;
  font-size: 3rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: .2em
}

.color__box-item .heading {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0rem 0 1rem;
  font-size: 2.3rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: .2em
}

.color__box-item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 0rem 0 1.5rem;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.7em
}

.color__box-item .image {
  width: calc(100% - 3rem);
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0
}

.color__box-item01 {
  background: #B2A594
}

.color__box-item02 {
  background: #D3B674
}

.color__box-item03 {
  background: #EA597C
}

.color__box-item04 {
  background: #296D5B
}

.color__box-item05 {
  background: #374E7A
}

.color__box-item06 {
  background: #E390A3
}

.color__box-item07 {
  background: #9BB57C
}

.color__box-item08 {
  background: #49A0BB
}

.color__box-item09 {
  background: #6287A7
}

.color__box-item10 {
  background: #F1C718
}

.color__box-item11 {
  background: #9A6FA1
}

.color__box-last {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% / 2);
  padding-left: 1.5rem;
  line-height: 1.3em;
  font-size: 2.8vw;
  text-align: left;
  letter-spacing: .2em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 1000px) {
  .color__box-last {
    font-size: 2.3rem
  }
}

.color__box-last .font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700
}

.color__image {
  padding: 4rem 0 0
}

@media screen and (max-width: 768px) {
  .color__inner {
    padding: 1em 0em 2em
  }

  .color__heading-main {
    font-size: 1.5rem
  }

  .color__box-item {
    width: 100%;
    padding: 4vw
  }

  .color__box-item .number {
    padding: 0 0 .5rem;
    font-size: 3rem;
    font-weight: 400
  }

  .color__box-item .heading {
    padding: 0rem 0 1rem;
    font-size: 2.3rem
  }

  .color__box-item .text {
    padding: 0rem 0 1.5rem;
    font-size: .88rem
  }

  .color__box-item .image {
    width: 100%;
    position: static
  }

  .color__box-last {
    width: 100%;
    padding: 10vw 4vw;
    font-size: 2.3rem
  }

  .color__image {
    padding: 0
  }
}

.variation {
  background-color: white;
  background-image: url("../images/variation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.variation__heading-catch {
  padding: 0
}

.variation__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  padding: 4rem 0;
  font-size: 1.8vw;
  font-weight: 700;
  letter-spacing: .2em;
  margin: 0 auto;
  max-width: 800px
}

@media screen and (min-width: 1000px) {
  .variation__text {
    font-size: 1rem
  }
}

.variation__list-item .heading {
  padding-bottom: 2em
}

.variation__list-item .image {
  padding-bottom: 3em
}

.variation__list-item05 .image {
  padding-bottom: 0
}

@media screen and (max-width: 768px) {
  .variation {
    background-image: url("../images/variation-sp.svg")
  }

  .variation__text {
    padding: 8vw 0;
    font-size: .88rem;
    letter-spacing: 0
  }

  .variation__list-item .heading {
    padding-bottom: 2em
  }

  .variation__list-item .image {
    padding-bottom: 3em
  }

  .variation__list-item05 .image {
    padding-bottom: 0
  }
}

.flow {
  background: #D0C7BD;
  color: black;
  background-image: url("../images/flow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.flow__box-item {
  background: white;
  color: black;
  margin-top: 3rem;
  border: 4px solid black;
  display: flex;
  position: relative
}

.flow__box-item::before {
  content: '';
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26%;
  display: block
}

.flow__box-item::after {
  content: '';
  width: .8em;
  height: .8em;
  margin: auto;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.flow__box-item .inner {
  width: calc(100% - 26%);
  padding: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center
}

.flow__box-item .number {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: black;
  max-width: 10ch;
  padding: 0 .5em;
  line-height: 1.6em;
  color: white;
  letter-spacing: .1em;
  font-size: 2.4vw
}

@media screen and (min-width: 1000px) {
  .flow__box-item .number {
    font-size: 1.33rem
  }
}

.flow__box-item .heading {
  padding: .5rem 0;
  line-height: 1.6em;
  font-size: 2.4vw;
  font-weight: 700
}

@media screen and (min-width: 1000px) {
  .flow__box-item .heading {
    font-size: 1.33rem
  }
}

.flow__box-item .text {
  line-height: 1.6em;
  font-size: 1.8vw
}

@media screen and (min-width: 1000px) {
  .flow__box-item .text {
    font-size: 1rem
  }
}

.flow__box-item01 {
  margin: 0
}

.flow__box-item01::before {
  background-image: url("../images/flow_image01.webp")
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .flow__box-item01::before {
    background-image: url("../images/flow_image01@2x.webp")
  }
}

.flow__box-item01::after {
  display: none
}

.flow__box-item02::before {
  background-image: url("../images/flow_image02.webp")
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .flow__box-item02::before {
    background-image: url("../images/flow_image02@2x.webp")
  }
}

.flow__box-item03::before {
  background-image: url("../images/flow_image03.webp")
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .flow__box-item03::before {
    background-image: url("../images/flow_image03@2x.webp")
  }
}

@media screen and (max-width: 768px) {
  .flow {
    background-image: url("../images/flow-sp.svg")
  }

  .flow__box-item {
    margin-top: 6vw
  }

  .flow__box-item::before {
    width: 30%
  }

  .flow__box-item::after {
    width: 2vw;
    height: 2vw;
    top: -4vw
  }

  .flow__box-item .inner {
    width: calc(100% - 30%);
    padding: 4vw
  }

  .flow__box-item .number {
    max-width: 10ch;
    padding: 0 .5em;
    font-size: 1.33rem
  }

  .flow__box-item .heading {
    padding: .5rem 0;
    font-size: 1.33rem
  }

  .flow__box-item .text {
    font-size: .88rem
  }

  .flow__box-item01 {
    margin: 0
  }

  .flow__box-item01::before {
    background-image: url("../images/flow_image01-sp.webp")
  }

  .flow__box-item02::before {
    background-image: url("../images/flow_image02-sp.webp")
  }

  .flow__box-item03::before {
    background-image: url("../images/flow_image03-sp.webp")
  }
}

.footer {
  background-color: black;
  background-image: url("../images/footer.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .footer {
    background-image: url("../images/footer@2x.webp")
  }
}

.footer__heading {
  width: 35vw;
  max-width: 210px;
  margin: 0 auto;
  padding: 4rem 0
}

.footer__copyright {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: black;
  padding: 3rem 0;
  font-size: .77rem;
  letter-spacing: .2em
}

@media screen and (max-width: 768px) {
  .footer__heading {
    max-width: none;
    padding: 20vw 0
  }

  .footer__copyright {
    padding: 10vw 0
  }
}