<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

em {
  font-style: normal;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

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

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

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

/*rem*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

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

a {
  cursor: pointer;
}

@media only screen and (min-width: 1201px) {
  a:hover {
    opacity: 0.8;
    transition: 0.2s ease;
    display: inline-block;
  }
}
.l-inner, .l-inner-s {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%;
}

.l-inner {
  max-width: 1230px;
}
.l-inner-s {
  max-width: 1030px;
}

.l-section {
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  .l-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }
}

.l-footer {
  text-align: center;
}

.footer-licence {
  padding: 20px 0;
  background: #333;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-licence {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.btn {
  padding: 10px 20px;
  background: #e7240e;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.btn-ghost {
  background: none;
  color: #e7240e;
  border: #e7240e solid 1px;
}

@media only screen and (min-width: 1201px) {
  .btn:hover {
    opacity: 0.8;
    transition: 0.3s ease;
  }
}
.strong {
  font-weight: bold;
  color: #e7240e;
}

.bold {
  font-weight: bold;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.font-08 {
  font-size: 0.8rem;
}

.font-10 {
  font-size: 1.0rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-14 {
  font-size: 1.4rem;
}

.font-16 {
  font-size: 1.6rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-20 {
  font-size: 2.0rem;
}

.red {
  color: #e7240e;
}

.underline {
  text-decoration: underline;
}

.title-2 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  letter-spacing: 1px;
  display: table;
  margin: 0 auto 40px;
  color: #e7240e;
  position: relative;
}
.title-2 span {
  display: block;
}
.title-2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: dotted 5px #e7240e;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .title-2 {
    font-size: 4rem;
    margin: 0 auto 30px;
  }
  .title-2:after {
    border-bottom: dotted 4px #e7240e;
  }
}
@media only screen and (max-width: 767px) {
  .title-2 {
    font-size: 3rem;
    margin: 0 auto 20px;
  }
  .title-2:after {
    border-bottom: dotted 3px #e7240e;
  }
}
/*--------------------------------------
テキスト系
---------------------------------------*/
.input-text input, .input-text textarea {
  padding: 10px;
  height: 40px;
  background: #F4F4F4;
  border: #ccc solid 1px;
  cursor: pointer;
  border-radius: 5px;
}
.input-text input.error, .input-text textarea.error {
  border-color: #e7240e;
  background: #FFF2F2;
}
.input-text input:focus, .input-text textarea:focus {
  border: #e7240e solid 3px;
}
.input-text textarea {
  width: 100%;
  height: 200px;
}
.input-text .input-text-short {
  width: 100px;
}

.error-cell .input-text input, .error-cell .input-text textarea {
  border-color: #e7240e;
  background: #FFF2F2;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/
.input-radio {
  line-height: 1;
}
.input-radio input[type=radio] {
  display: none;
  margin: 0;
}
.input-radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.input-radio input[type=radio] + span:not(:last-child) {
  margin-right: 20px;
}
.input-radio input[type=radio] + span:before {
  border: 1px solid #e7240e;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
}
.input-radio input[type=radio]:checked + span::after {
  content: "";
  background: #e7240e;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: -1px;
  height: 14px;
  width: 14px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/
.input-check {
  line-height: 1;
}
.input-check input[type=checkbox] {
  display: none;
  margin: 0;
}
.input-check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.input-check input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: solid 1px #ccc;
  background: #fff;
}
.input-check input[type=checkbox] + span:not(:last-child) {
  margin-right: 20px;
}
.input-check input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #e7240e;
  border-left: 2px solid #e7240e;
  left: 3px;
  top: -2px;
  transform: rotate(-45deg);
  height: 8px;
  width: 16px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/
.input-select {
  position: relative;
}
.input-select select {
  appearance: none;
  cursor: pointer;
  text-indent: .01px;
  padding: 8px 10px;
  height: 40px;
  background: #F4F4F4;
  width: 100%;
}
.input-select:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 14px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .input-text input, .input-text textarea {
    width: 100%;
  }
}
.list li {
  padding-left: 20px;
  position: relative;
}
.list li:not(:last-child) {
  margin-bottom: 10px;
}
.list li:before {
  content: "";
  display: inline-block;
  background: #fcc800;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.list.kome li {
  margin-bottom: 0;
}
.list.kome li:before {
  content: "※";
  color: #333;
  width: auto;
  height: auto;
  background: none;
  top: 0;
}

/* padding */
.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-50 {
  padding-right: 50px;
}

/* margin */
.margin-auto {
  margin: auto;
}

.margin-0 {
  margin: 0px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-50 {
  margin: 50px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.backgrounds {
  position: fixed;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  z-index: 1;
  width: 100vmax;
  height: 100vmax;
}
.backgrounds.z {
  z-index: 100;
  animation: 2s hide 2s forwards;
  animation-delay: 4s;
}

[class^='background-'] {
  width: 100vmax;
  height: 100vmax;
  position: absolute;
}
[class^='background-'][class$='-right'] {
  background: #FF6700;
  bottom: 0;
  left: 0;
  transform-origin: 0 100%;
}
[class^='background-'][class$='-right'] .color {
  background: #FF6700;
  transform: translateX(100vw);
}
[class^='background-'][class$='-left'] {
  background: #FCC800;
  bottom: 0;
  right: 100%;
  transform-origin: 100% 100%;
}
[class^='background-'][class$='-left'] .color {
  background: #E7240E;
  transform: translateX(-100vw);
}
[class^='background-'] .color {
  height: 100%;
  animation: 2s open 0.5s ease-in-out forwards;
}

.cntr {
  background: #E40019;
  width: 100vmax;
  height: 100vmax;
  position: fixed;
  top: 0;
  left: 0;
  will-change: height;
  animation: 2s toZero 2s cubic-bezier(0.9, 0, 0.15, 1) forwards;
  overflow: hidden;
  z-index: 100;
  color: #fff;
}

.window {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform-origin: top left;
}
.window img {
  width: 500px;
  max-width: 80%;
  opacity: 0;
  animation: 1s fadein 0.2s ease forwards;
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}
@keyframes hide {
  to {
    visibility: hidden;
  }
}
@keyframes toZero {
  to {
    height: 0;
    visibility: hidden;
  }
}
@keyframes open {
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide-right {
  from {
    transform: translateX(-40vw);
  }
  to {
    transform: translateX(0);
  }
}
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.inview {
  opacity: 0;
}
.inview.is-view {
  animation: move_left 1s ease 0s forwards;
}
@media only screen and (max-width: 1200px) {
  .inview.is-view {
    animation: move_bottom 1s ease 0s forwards;
  }
}

@keyframes move_left {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes move_bottom {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.d1.is-view {
  animation-delay: 0.1s;
}

.d2.is-view {
  animation-delay: 0.2s;
}

.d3.is-view {
  animation-delay: 0.3s;
}

.d4.is-view {
  animation-delay: 0.4s;
}

.d5.is-view {
  animation-delay: 0.5s;
}

.d6.is-view {
  animation-delay: 0.6s;
}

.d7.is-view {
  animation-delay: 0.7s;
}

.d8.is-view {
  animation-delay: 0.8s;
}

.d9.is-view {
  animation-delay: 0.9s;
}

.d10.is-view {
  animation-delay: 1s;
}

@keyframes subvisual-stroke {
  25% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
  50% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
  55% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
  70% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
  75% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 0;
    stroke-opacity: 1;
  }
}
.wrapper {
  z-index: 10;
  position: relative;
}

/*
body {
  overflow: hidden;
  animation: scrollfix 0s 4s ease forwards;
}
@keyframes scrollfix {
  to {
    overflow: auto;
  }
}
*/
hr.naruto {
  border: none;
  display: block;
  height: 50px;
  background: #ffeaa6 url("../img/naruto.svg") no-repeat center/auto 30px;
}
@media only screen and (max-width: 767px) {
  hr.naruto {
    height: 30px;
    background-size: auto 20px;
  }
}

#mainvisual {
  min-height: calc(100vh - 80px);
  background: #e7240e url("../img/mv/bg.svg") repeat center/59.4px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
#mainvisual .what {
  background: #fcc800;
  border: solid 3px #000;
  margin-top: 30px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
#mainvisual .what-img {
  display: block;
  width: 220px;
  height: 220px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: solid 3px #000;
  position: relative;
  margin-right: 30px;
}
#mainvisual .what-img img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#mainvisual .what-text {
  width: calc(100% - 250px);
}
#mainvisual .what-text h3, #mainvisual .what-text h4 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#mainvisual .what-text h4 {
  font-size: 2.1rem;
  margin-top: 20px;
}
#mainvisual .what-text span {
  font-size: 85%;
  text-align: center;
}
#mainvisual .span {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #mainvisual .what {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  #mainvisual .what-img {
    width: 180px;
    height: 180px;
    margin-right: 20px;
  }
  #mainvisual .what-text {
    width: calc(100% - 200px);
  }
  #mainvisual .what-text h3, #mainvisual .what-text h4 {
    font-size: 2.1rem;
  }
  #mainvisual .what-text h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual {
    padding: 30px 0;
    min-height: calc(100vh - 60px);
  }
  #mainvisual .what {
    padding: 10px;
    margin-top: 20px;
  }
  #mainvisual .what-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  #mainvisual .what-text {
    width: calc(100% - 100px);
    font-size: 1.2rem;
  }
  #mainvisual .what-text h3, #mainvisual .what-text h4 {
    font-size: 1.6rem;
  }
  #mainvisual .what-text h4 {
    margin: 10px 0 5px;
    font-size: 1.4rem;
  }
  #mainvisual .span {
    margin-top: 20px;
  }
}

#product {
  padding: 120px 0;
  padding: 120px 0;
  background: url("../img/product/noodle.png") no-repeat left -339px center/auto, url("../img/product/noodle.png") no-repeat right -339px center/auto, url("../img/product/product_bg.jpg") repeat center/200px;
}
@media only screen and (max-width: 1200px) {
  #product {
    padding: 100px 0;
    background: url("../img/product/noodle.png") no-repeat left -200px top 80px/400px auto, url("../img/product/noodle.png") no-repeat right -200px top 80px/400px auto, url("../img/product/product_bg.jpg") repeat center/200px;
  }
}
@media only screen and (max-width: 767px) {
  #product {
    padding: 60px 0;
    background: url("../img/product/noodle.png") no-repeat left -150px top 80px/300px auto, url("../img/product/noodle.png") no-repeat right -150px bottom 80px/300px auto, url("../img/product/product_bg.jpg") repeat center/200px;
  }
}
#product .product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#product .product-item {
  max-width: 23.5%;
  text-align: center;
}
#product .product-item figure a {
  background: url("../img/product/itembg.svg") no-repeat center/cover;
  padding: 10px;
  display: inline-block;
}
#product .product-item figure figcaption {
  text-align: center;
  margin-top: 10px;
}
#product .product-item figure figcaption img {
  width: 90%;
  max-width: 260px;
}
@media only screen and (max-width: 1200px) {
  #product {
    font-size: 1.4rem;
  }
  #product .product {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #product .product-item {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #product .product-item:nth-child(n+2) {
    margin-top: 30px;
  }
  #product .product-item-item figure figcaption {
    margin-top: 5px;
  }
}

#flow {
  background: url("../img/flow/flow_bg.jpg") repeat center/40px;
}
#flow .title-2 {
  color: #fff;
}
#flow .title-2:after {
  border-color: #fff;
}
#flow .flow {
  display: flex;
  justify-content: space-between;
  counter-reset: item;
}
#flow .flow-item {
  background: #fff;
  width: calc(33.33% - 60px);
  padding: 15px;
  position: relative;
}
#flow .flow-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#flow .flow-item:nth-child(2) figcaption {
  letter-spacing: -1px;
}
#flow .flow-item figure figcaption {
  margin-top: 15px;
  background: #e7240e;
  color: #fff;
  padding: 10px 10px 10px 60px;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
#flow .flow-item figure figcaption:before {
  counter-increment: item;
  content: counter(item);
  color: #fff;
  position: absolute;
  left: 20px;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: 14px;
}
#flow .letter {
  background: #fff;
  border: double #e7240e;
  color: #e7240e;
  font-size: 3.2rem;
  display: flex;
  max-width: 400px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  font-weight: bold;
}
#flow .letter span {
  font-size: 85%;
  position: relative;
  top: 3px;
}
#flow .letter svg {
  width: 20px;
  height: 20px;
  margin: 0 -5px 0 10px;
}
#flow address {
  border: double #fff;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  max-width: 640px;
  margin: 40px auto 0;
}
#flow address h3 {
  border-bottom: #fff dotted 2px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #flow .flow {
    flex-wrap: wrap;
  }
  #flow .flow-item {
    width: 100%;
    max-width: 580px;
    padding: 10px;
    margin: auto;
  }
  #flow .flow-item:not(:last-child) {
    margin-bottom: 40px;
  }
  #flow .flow-item:not(:last-child):after {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -35px;
  }
  #flow .flow-item figure img {
    display: table;
    margin: auto;
  }
  #flow .flow-item figure figcaption {
    min-height: 64px;
  }
  #flow .flow-item figure figcaption br {
    display: none;
  }
  #flow .letter {
    font-size: 2.4rem;
    max-width: 300px;
    height: 70px;
  }
  #flow .letter span {
    top: 2px;
  }
}

#about {
  background: #fff;
}
#about .title-2 {
  color: #333;
}
#about .title-2:after {
  border-bottom: dotted 5px #ccc;
}
#about .about {
  display: flex;
  flex-wrap: wrap;
}
#about .about dt, #about .about dd {
  padding: 30px;
  border-bottom: dotted 2px #ccc;
}
@media only screen and (max-width: 1200px) {
  #about .about dt, #about .about dd {
    padding: 20px;
  }
}
#about .about dt {
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#about .about dd {
  width: calc(100% - 200px);
}
#about .about dd table {
  min-width: 300px;
  margin-top: 10px;
  font-size: 1.4rem;
}
#about .about dd table thead th {
  font-weight: bold;
  padding: 5px 15px;
  border: solid 1px #ccc;
  background: #efefef;
  text-align: center;
}
#about .about dd table tbody td {
  padding: 5px 15px;
  border: solid 1px #ccc;
}
#about .toggle-box {
  display: none;
}
#about .toggle-btn {
  display: table;
  margin: 0 auto;
  background: #fcc800;
  padding: 10px 20px;
  width: 300px;
  text-align: center;
  position: relative;
}
#about .toggle-btn:before {
  content: "詳細を読む";
}
#about .toggle-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
#about .toggle-btn.is-open {
  margin-top: 20px;
}
#about .toggle-btn.is-open:before {
  content: "閉じる";
}
#about .toggle-btn.is-open:after {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #000 transparent;
}
@media only screen and (max-width: 767px) {
  #about .about dt {
    padding: 15px 10px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: none;
  }
  #about .about dt br {
    display: none;
  }
  #about .about dd {
    width: 100%;
    padding: 5px 10px 20px;
    border-bottom: dotted 2px #ccc;
  }
  #about .toggle-btn {
    padding: 10px 20px;
    width: 200px;
  }
}

footer {
  background: #fff;
}
@media only screen and (min-width: 1201px) {
  footer a:hover {
    transition: 0.2s ease;
    opacity: 0.7;
  }
}
footer .banner {
  display: flex;
  justify-content: center;
}
footer .banner-tantan {
  margin-right: 60px;
}
footer .banner-tantan a {
  margin-right: 30px;
}
footer .banner-tantan a img {
  max-height: 250px;
}
@media only screen and (max-width: 1200px) {
  footer .banner {
    flex-wrap: wrap;
  }
  footer .banner-tantan {
    margin: 0 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
footer .sns {
  margin: 50px 0;
}
footer .sns ul {
  display: flex;
  justify-content: center;
}
footer .sns ul li:not(:last-child) {
  margin-right: 30px;
}
footer .sns ul li.line {
  transform: scale(1.4);
  transform-origin: top;
}
footer .sns ul li img {
  width: 40px;
  height: 40px;
}
</pre></body></html>