@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400&display=swap&display=swap");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

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

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/*----------------------------------------------------------------------------
  base
----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 2.8rem;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.65;
  }
}

/*----------------------------------------------------------------------------
  .l-main
----------------------------------------------------------------------------*/
.l-main {
  background-color: #8c141c;
  overflow: hidden;
}

/*----------------------------------------------------------------------------
  .l-header
----------------------------------------------------------------------------*/
.l-header {
  background-color: #fff;
}
.l-header::after {
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-header::after {
    height: 3rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 124rem;
  height: 8rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 10rem;
    padding: 2rem 4rem;
  }
}
.l-header__logo {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 22.5rem;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__copy {
    display: none;
  }
}

/*----------------------------------------------------------------------------
  .l-footer
----------------------------------------------------------------------------*/
.l-footer {
  padding: 7.5rem 2rem 1rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.5rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-list {
    display: block;
    font-size: 2rem;
    text-align: left;
  }
}
.l-footer__navi-item {
  width: 26.5rem;
  border-left: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item {
    width: auto;
    margin: 0 0 2rem -1.5rem;
    padding-left: 1.5rem;
  }
}
.l-footer__navi-item:last-child {
  border-right: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item:last-child {
    border-right: none;
  }
}
.l-footer__navi-link {
  margin-right: -1.9rem;
  padding-right: 1.9rem;
  background: url(../images/icon_arrow.svg) no-repeat right center/1rem auto;
}
.l-footer__copyright {
  display: block;
  margin-top: 4.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.l-footer__note {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 0.2rem 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
  z-index: 10;
  text-shadow: 0 0 4px #000;
}
@media screen and (max-width: 767px) {
  .l-footer__note {
    font-size: 2.2rem;
  }
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4rem;
  }
}

/*----------------------------------------------------------------------------
  top
----------------------------------------------------------------------------*/
/* hero */
.p-top-hero {
  position: relative;
  height: 91rem;
  padding: 6.3rem 0;
  background: url(../images/pc_bg_hero.png) no-repeat center top/192rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-hero {
    height: 80.1rem;
    padding-top: 6.9rem;
    background-image: url(../images/sp_bg_hero.png);
    background-size: 100% auto;
  }
}
.p-top-hero__title {
  width: 59rem;
  height: 23.4rem;
  margin: 0 auto;
  font: 0/0 a;
  background: url(../images/pc_txt_hero.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-0.3rem);
          transform: translateX(-0.3rem);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title {
    width: 38.1rem;
    height: 31.1rem;
    background-image: url(../images/sp_txt_hero.svg);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-top-hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8.3rem auto 0 auto;
  text-align: center;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-top-hero__image {
    margin-top: -4.5rem;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}
.p-top-hero__image img {
  max-width: initial;
  width: 136.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__image img {
    width: 75.6rem;
  }
}

/* concept */
.p-top-concept {
  position: relative;
  margin-top: -9.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    margin-top: -7.5rem;
  }
}
.p-top-concept__bg-01, .p-top-concept__bg-02 {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-concept__bg-01, .p-top-concept__bg-02 {
    display: none;
  }
}
.p-top-concept__bg-01 {
  top: -5rem;
  left: calc(50% + 34rem);
  width: 69rem;
  height: 73.3rem;
  background: url(../images/bg_a-01.png) no-repeat center center/contain;
}
.p-top-concept__bg-02 {
  bottom: -64.5rem;
  right: calc(50% + 46rem);
  width: 50rem;
  height: 64rem;
  background: url(../images/bg_a-02.png) no-repeat center center/contain;
}
.p-top-concept__box {
  position: relative;
  width: 106rem;
  height: 40rem;
  margin: 0 auto;
  padding: 9rem;
  background: url(../images/pc_bg_concept.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-concept__box {
    width: 73rem;
    height: 46rem;
    padding: 8rem;
    background-image: url(../images/sp_bg_concept.png);
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
.p-top-concept__title {
  position: absolute;
  top: 6.4rem;
  left: 6.7rem;
  width: 17.9rem;
  height: 7rem;
  font: 0/0 a;
  background: url(../images/txt_concept.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-concept__title {
    top: 5.5rem;
    left: 5.7rem;
    width: 14.3rem;
    height: 5.6rem;
  }
}
.p-top-concept__text {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    font-size: 3rem;
    line-height: 2;
  }
}

/* lineup */
.p-top-lineup {
  position: relative;
  z-index: 2;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup {
    margin-top: 7rem;
  }
}
.p-top-lineup__bg-01, .p-top-lineup__bg-02 {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-lineup__bg-01, .p-top-lineup__bg-02 {
    display: none;
  }
}
.p-top-lineup__bg-01 {
  top: 63.6rem;
  left: calc(50% + 43.6rem);
  width: 56.7rem;
  height: 61.2rem;
  background: url(../images/bg_kurogoma-01.png) no-repeat center center/contain;
}
.p-top-lineup__bg-02 {
  bottom: -22.5rem;
  right: calc(50% + 30rem);
  width: 68.2rem;
  height: 65.6rem;
  background: url(../images/bg_m-01.png) no-repeat center center/contain;
}
.p-top-lineup__title {
  position: relative;
  width: 100rem;
  margin: 0 auto 11.5rem auto;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__title {
    width: auto;
    margin-bottom: 9.5rem;
    font-size: 4.6rem;
  }
}
.p-top-lineup__title::before {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 10rem;
  height: 6rem;
  background: url(../images/txt_lineup.svg) no-repeat center center/contain;
  content: "";
}
.p-top-lineup__title::after {
  display: block;
  width: 88rem;
  margin-top: 1.3rem;
  border-bottom: 1px solid #b7953b;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-lineup__title::after {
    width: 55rem;
  }
}
.p-top-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100rem;
  margin: 0 auto;
}
.p-top-lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47rem;
  height: 67rem;
  padding: 4rem 3.5rem 5rem 3.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item {
    width: 100%;
    height: 95.5rem;
    padding: 6.5rem 5rem 7rem 5rem;
  }
}
.p-top-lineup__item-image {
  width: 37.2rem;
  margin: -6rem 0 -4rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-image {
    width: 51.5rem;
    margin: -8rem auto -5.5rem auto;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
.p-top-lineup__item-image img {
  width: 100%;
}
.p-top-lineup__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-lineup__item-name {
  margin-bottom: 1.3rem;
  padding-bottom: 1.7rem;
  font-size: 2.8rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-name {
    margin-bottom: 2.8rem;
    font-size: 4rem;
  }
}
.p-top-lineup__item-description {
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-description {
    font-size: 2.8rem;
    line-height: 1.75;
  }
}
.p-top-lineup__item-link {
  display: block;
  width: 32rem;
  margin: auto auto 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 6rem;
  background: url(../images/icon_arrow.svg) no-repeat right 1.4rem center/1.4rem auto #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-link {
    width: 45.6rem;
    line-height: 8.5rem;
    font-size: 3.4rem;
    background-position: right 1.8rem center;
    background-size: 2rem auto;
  }
}
.p-top-lineup__item--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 42rem;
  padding: 6.5rem 8.7rem 6rem 4rem;
  background: url(../images/pc_bg_lineup-a.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 95.5rem;
    padding: 6.5rem 5rem 7rem 5rem;
    background-image: url(../images/sp_bg_lineup-a.png);
  }
}
.p-top-lineup__item--a .p-top-lineup__item-image {
  width: 44.5rem;
  margin: -7.5rem -1.7rem 0 -5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--a .p-top-lineup__item-image {
    width: 48.5rem;
    margin: -6rem auto -4.5rem auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-top-lineup__item--a .p-top-lineup__item-content {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--a .p-top-lineup__item-content {
    width: 100%;
  }
}
.p-top-lineup__item--a .p-top-lineup__item-name {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--a .p-top-lineup__item-name {
    font-size: 4rem;
  }
}
.p-top-lineup__item--a .p-top-lineup__item-link {
  width: 36rem;
  margin-top: auto;
  color: #a1141c;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--a .p-top-lineup__item-link {
    width: 45.6rem;
    height: 8.5rem;
    font-size: 3.4rem;
  }
}
.p-top-lineup__item--m {
  background: url(../images/pc_bg_lineup-m.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--m {
    background-image: url(../images/sp_bg_lineup-m.png);
  }
}
.p-top-lineup__item--m .p-top-lineup__item-link {
  color: #c8893d;
  background-image: url(../images/icon_arrow-m.svg);
}
.p-top-lineup__item--kurogoma {
  background: url(../images/pc_bg_lineup-kurogoma.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item--kurogoma {
    margin-top: 5rem;
    background-image: url(../images/sp_bg_lineup-kurogoma.png);
  }
}
.p-top-lineup__item--kurogoma .p-top-lineup__item-link {
  color: #0b3661;
  background-image: url(../images/icon_arrow-kurogoma.svg);
}
.p-top-lineup__recommended {
  width: 100%;
  height: 5.2rem;
  margin: 6.5rem 0 3.3rem 0;
  font: 0/0 a;
  background: url(../images/txt_recommended.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__recommended {
    height: 7.3rem;
    margin: 10rem 0 3rem 0;
  }
}

.p-top-block {
  max-width: 100rem;
  margin: 13.8rem auto 15rem auto;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-top-block {
    margin: 15rem 4rem 20rem 4rem;
  }
}

/* no1 */
.p-top-no1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.p-top-no1__bg-01 {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-no1__bg-01 {
    display: none;
  }
}
.p-top-no1__bg-01 {
  top: 3.5rem;
  left: calc(50% + 43rem);
  width: 53rem;
  height: 67.7rem;
  background: url(../images/bg_a-02.png) no-repeat center center/contain;
}
.p-top-no1__inner {
  position: relative;
  width: 100%;
  height: 64rem;
  padding: 9rem 5rem;
  background: url(../images/pc_bg_no1.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-no1__inner {
    height: 100rem;
    padding: 7.5rem 5rem;
    background-image: url(../images/sp_bg_no1.png);
  }
}
.p-top-no1__title {
  padding-right: 34rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-no1__title {
    padding-right: 0;
  }
}
.p-top-no1__title strong {
  font-size: 5rem;
  font-weight: 500;
}
.p-top-no1__title span {
  display: block;
  width: 39.7rem;
  height: 26rem;
  margin: 3rem auto;
  font: 0/0 a;
  background: url(../images/txt_no1.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-no1__title span {
    width: 38.1rem;
    height: 25rem;
    margin-bottom: 0;
  }
}
.p-top-no1__image {
  position: absolute;
  top: 12.6rem;
  right: 5.7rem;
  width: 38.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-no1__image {
    position: static;
    width: 39.3rem;
    margin: 3.8rem auto 0 auto;
  }
}
.p-top-no1__image img {
  width: 100%;
}
.p-top-no1__note {
  display: block;
  margin-top: 8.7rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-no1__note {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

/* voice */
.p-top-voice {
  position: relative;
  z-index: 2;
}
.p-top-voice__bg-01, .p-top-voice__bg-02 {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-voice__bg-01, .p-top-voice__bg-02 {
    display: none;
  }
}
.p-top-voice__bg-01 {
  left: calc(50% + 42.4rem);
  bottom: -12rem;
  width: 55.6rem;
  height: 60.1rem;
  background: url(../images/bg_kurogoma-01.png) no-repeat center center/contain;
}
.p-top-voice__bg-02 {
  top: 35rem;
  right: calc(50% + 42rem);
  width: 57.3rem;
  height: 61.8rem;
  background: url(../images/bg_m-02.png) no-repeat center center/contain;
}
.p-top-voice__inner {
  padding: 9rem 7rem 10rem 7rem;
  background: url(../images/bg_voice.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-top-voice__inner {
    padding: 9rem 3.5rem 10rem 3.5rem;
  }
}
.p-top-voice__title {
  position: relative;
  width: 54.8rem;
  height: 10.3rem;
  margin: 0 auto 4rem auto;
  font: 0/0 a;
  background: url(../images/txt_voice.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    margin-bottom: 1.7rem;
  }
}
.p-top-voice__title::before, .p-top-voice__title::after {
  position: absolute;
  top: 6rem;
  width: 15.8rem;
  height: 0.2rem;
  background-color: #a1141c;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-voice__title::before, .p-top-voice__title::after {
    display: none;
  }
}
.p-top-voice__title::before {
  left: -15.5rem;
}
.p-top-voice__title::after {
  right: -15.5rem;
}
.p-top-voice__lead {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-voice__lead {
    font-size: 3.2rem;
  }
}
.p-top-voice__note {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-voice__note {
    margin-bottom: 6.5rem;
  }
}
.p-top-voice__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
  padding: 4rem 3rem 4.4rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3.5rem 4rem 4rem 4rem;
  }
}
.p-top-voice__item:last-child {
  margin-bottom: 0;
}
.p-top-voice__item::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 2px solid #b7953b;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-voice__item::before {
    border-width: 1px;
  }
}
.p-top-voice__item-comment {
  width: 64rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-comment {
    width: 100%;
    margin-top: 2rem;
    font-size: 2.8rem;
    line-height: 1.57;
  }
}
.p-top-voice__item-thumbnail {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-thumbnail {
    width: 18.9rem;
  }
}
.p-top-voice__item-thumbnail img {
  width: 100%;
}

.js-inview {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadeIn.is-active {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.fadeInUp.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.fadeInDown.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInLeft {
  -webkit-transform: translateX(7rem);
          transform: translateX(7rem);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.fadeInLeft.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.fadeInRight {
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.fadeInRight.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-color--red {
  color: #FF0000;
}
.u-color--blue {
  color: #1665E3;
}
.u-color--green {
  color: #20BA26;
}
.u-color--yellow {
  color: #FC9A15;
}
/*# sourceMappingURL=style.css.map */