*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  vertical-align: initial;
}

/**
* Correct cursors for clickable elements.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
  background-color: #f0f0f0;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  border: solid 1px #666;
  border-radius: 3px;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
* 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. Fix font inheritance.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Fix appearance for Firefox
*/
[type=number] {
  -moz-appearance: textfield;
}

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

body {
  color: #333;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
}

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

a {
  color: inherit;
}

.catalog {
  background-color: #f2f2f2;
  height: 100vh;
}

body.fixed {
  overflow: hidden;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 599px) {
  .l-inner {
    max-width: 1200px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-header__inner {
  position: relative;
}

.p-header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (min-width: 599px) {
  .p-header__logo {
    top: 50px;
    left: 70px;
  }
}

.p-header__logo img {
  width: 70px;
}
@media screen and (min-width: 599px) {
  .p-header__logo img {
    width: 120px;
  }
}

.p-mv {
  height: 100vh;
}

.p-mv__inner {
  height: 100vh;
}

.p-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-mv__container {
  width: 100%;
}

.p-mv__catch {
  width: 100%;
  padding: 0 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-mv__subtitle {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 2.4rem;
}
@media screen and (min-width: 599px) {
  .p-mv__subtitle {
    font-size: 2.5rem;
    padding: 1rem 3rem;
  }
}

.p-mv__subtitle::before,
.p-mv__subtitle::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
  display: inline-block;
}

.p-mv__subtitle::before {
  border-left: solid 4px;
  height: 47px;
  top: 0;
  left: 0;
  transform: rotate(-30deg);
  margin-right: 10px;
}
@media screen and (min-width: 599px) {
  .p-mv__subtitle::before {
    top: 10px;
  }
}

.p-mv__subtitle::after {
  border-right: solid 4px;
  height: 47px;
  top: 0;
  right: 0;
  transform: rotate(30deg);
  margin-left: 10px;
}
@media screen and (min-width: 599px) {
  .p-mv__subtitle::after {
    top: 10px;
  }
}

.p-mv__title {
  font-size: 6rem;
  font-weight: bold;
  font-family: ryo-gothic-plusn, sans-serif;
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 599px) {
  .p-mv__title {
    font-size: 10rem;
  }
}

.p-mv__text {
  max-width: 473px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px auto;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.7;
  padding: 0 10px;
}
@media screen and (min-width: 599px) {
  .p-mv__text {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */