@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  padding: 1.4rem 0;
  background: #212121;
}
.siteHeader__logo {
  margin: 0 auto;
  display: block;
  max-width: 25rem;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  padding: 3.2rem 0;
  background: #000;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    margin-bottom: 15rem;
  }
}
.siteFooter__copy {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__copy {
    font-size: 2.1rem;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 926px) {
  html {
    font-size: 1.0799136069vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block !important;
}

.u-pcDib {
  display: inline-block !important;
}

.u-pcDin {
  display: inline !important;
}

.u-pcDf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-pcDt {
  display: table !important;
}

.u-pcDtc {
  display: table-cell !important;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDib {
    display: inline-block !important;
  }
  .u-spDin {
    display: inline !important;
  }
  .u-spDf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-spDt {
    display: table !important;
  }
  .u-spDtc {
    display: table-cell !important;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: calc(100vh - 200px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .siteContent {
    min-height: calc(100vh - 50px);
  }
}

.commonTtl {
  position: relative;
  font-size: 3.35rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .commonTtl {
    font-size: 2.6rem;
    padding-bottom: 2.4rem;
  }
}
.commonTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5.6rem;
  height: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cc0000;
}

/*====================================================================
secKv
====================================================================*/
.secKv__img {
  padding: 2.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .secKv__img {
    padding: 0.35rem 0;
  }
}
.secKv__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .secKv__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secKv__btnItem {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  height: 7.5rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .secKv__btnItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .secKv__btnItem {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 0 !important;
    text-align: center;
  }
}
.secKv__btnItem::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.5rem;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .secKv__btnItem::before {
    right: 3.5rem !important;
    left: auto !important;
  }
}
.secKv__btnItem:nth-of-type(1), .secKv__btnItem:nth-of-type(2) {
  background: #cc0000;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12.5rem;
}
.secKv__btnItem:nth-of-type(3) {
  background: #000;
  padding-left: 12.5rem;
}
.secKv__btnItem:nth-of-type(3)::before {
  left: 28.5rem;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secKv__txt01 {
  max-width: 10.7rem;
}
.secKv__txt02 {
  max-width: 10.8rem;
}

/*====================================================================
secCampaign
====================================================================*/
.secCampaign {
  background: -webkit-gradient(linear, left top, right top, from(#350000), color-stop(15.67%, #390000), color-stop(31.9%, #450000), color-stop(48.4%, #5a0000), color-stop(65.09%, #700), color-stop(81.92%, #9c0000), color-stop(98.65%, #ca0000), to(#ce0000));
  background: linear-gradient(to right, #350000 0%, #390000 15.67%, #450000 31.9%, #5a0000 48.4%, #700 65.09%, #9c0000 81.92%, #ca0000 98.65%, #ce0000 100%);
  padding: 7.5rem 0 6.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .secCampaign {
    padding: 5rem 1.5rem;
  }
}
.secCampaign__ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .secCampaign__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.secCampaign__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5.6rem;
  height: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cc0000;
}
.secCampaign__data {
  margin: 5.7rem auto 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .secCampaign__data {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
    background: none;
  }
}
.secCampaign__dataItem {
  position: relative;
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .secCampaign__dataItem {
    max-width: 100%;
  }
}
.secCampaign__dataItem:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 4.9rem;
  height: 2.4rem;
  background-image: url("../images/icon_arrow-02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .secCampaign__dataItem:not(:last-child)::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    right: auto;
    top: auto;
    bottom: -5rem;
    left: 50%;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.secCampaign__dataItemLink {
  position: absolute;
  top: 31.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 3rem;
  background: #cc0000;
  color: #fff;
  border-radius: 2.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .secCampaign__dataItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .secCampaign__dataItemLink {
    top: auto;
    bottom: 5rem;
  }
}
.secCampaign__list {
  margin: 2.1rem auto 0;
  width: 100%;
  max-width: 92.4rem;
}
@media screen and (max-width: 768px) {
  .secCampaign__list {
    max-width: 100%;
  }
}
.secCampaign__listItem {
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.7rem;
}
.secCampaign__listItem::before {
  content: "●";
  position: absolute;
  top: 0.1rem;
  left: 0;
  font-size: 1.5rem;
}
.secCampaign__listItem:not(:first-child) {
  margin-top: 0.7rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.secCampaign__listItem:not(:first-child)::before {
  top: 0rem;
}
.secCampaign__listItem:nth-of-type(2) {
  margin-top: 1.3rem;
}

/*====================================================================
secGt
====================================================================*/
.secGt {
  padding: 6rem 0 5.5rem;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 65.3%, #d8d8d8 100%);
}
@media screen and (max-width: 768px) {
  .secGt {
    padding: 5rem 1.5rem;
  }
}
.secGt__fgr {
  margin: 0 auto;
  padding-left: 6.1rem;
  max-width: 92.6rem;
}
@media screen and (max-width: 768px) {
  .secGt__fgr {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .secGt__tableCont {
    width: 100%;
    overflow-x: scroll;
  }
}
.secGt__table {
  margin: 2.2rem auto 0;
  border: 1px solid #aaa;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  max-width: 92.6rem;
}
@media screen and (max-width: 768px) {
  .secGt__table {
    width: 92.6rem;
  }
}
.secGt__tableRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.secGt__tableRow *:not(:last-child) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #aaa;
}
.secGt__tableRow *:nth-child(1) {
  width: 11.7rem;
}
.secGt__tableRow *:nth-child(2) {
  width: 22rem;
}
.secGt__tableRow *:nth-child(3) {
  width: 24.5rem;
}
.secGt__tableRow *:nth-child(4) {
  width: calc(100% - 24.5rem - 22rem - 11.7rem);
}
.secGt__tableRow:not(:last-child) > * {
  border-bottom: 1px solid #aaa;
}
.secGt__tableHd {
  background: #000;
  color: #fff;
  text-align: center;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.secGt__tableData {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.8rem;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
}
.secGt__tableData .u-num {
  vertical-align: super;
  width: auto;
  border: 0;
  margin-right: 0.26rem;
  margin-bottom: 1rem;
}
.secGt__tableData .u-divider {
  font-size: 2.3rem;
  width: auto;
  border: 0;
}
.secGt__tableData .u-last {
  vertical-align: sub;
  margin-top: 1.5rem;
  margin-left: 0.26rem;
  width: auto;
}
.secGt a.secGt__tableData:hover {
  text-decoration: underline;
}
.secGt__tableTxt {
  margin: 3rem auto 0;
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.secGt__tableTxt:hover {
  text-decoration: underline;
}

/*====================================================================
secPrecautions
====================================================================*/
.secPrecautions {
  padding: 4.6rem 0 9.3rem;
  background: #C8C9CA;
}
@media screen and (max-width: 768px) {
  .secPrecautions {
    padding: 5rem 1.5rem 9rem;
  }
}
.secPrecautions__inner {
  margin: 0 auto;
  max-width: 92.8rem;
}
.secPrecautions__blk {
  margin: 3.3rem auto 0;
  padding: 3.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .secPrecautions__blk {
    padding: 3rem 1.5rem;
  }
}
.secPrecautions__blkTxt {
  list-style: none;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: 0.075em;
}
.secPrecautions__blkTxtList {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.secPrecautions__blkTxt02 {
  display: block;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-indent: -2.3rem;
  padding-left: 2.3rem;
}

/*====================================================================
secDna
====================================================================*/
.secDna {
  padding: 8.2rem 0 11.2rem;
  background-image: url("../images/secDna_bg-01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .secDna {
    padding: 4rem 0 5rem;
  }
}
.secDna__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 92.6rem;
}
.secDna__ttl {
  color: #fff;
  text-align: center;
  line-height: 1.32;
  font-size: 3.4rem;
}
.secDna__fgr01 {
  margin: 7.2rem auto 0;
}
.secDna__fgr02 {
  position: relative;
  margin: 2rem auto 0;
  padding: 2.4rem 0 3rem;
  gap: 2.4rem;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.secDna__fgr02Img {
  max-width: 41.4rem;
}
.secDna__fgr02Frame {
  width: 55.3rem;
  height: 28.8rem;
}
@media screen and (max-width: 768px) {
  .secDna__fgr02Frame {
    width: 32rem;
    height: 16.66rem;
  }
}
.secDna__fgr02Frame iframe {
  width: 100%;
  height: 100%;
}
.secDna__fgr03 {
  margin: 2rem auto 0;
}
.secDna__btn {
  position: relative;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.6rem; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3.5rem;
  width: 21.7rem;
  height: 3.7rem;
  background: #cc0000;
  border-radius: 7.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.32;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .secDna__btn:hover {
    opacity: 0.6;
  }
}
.secDna__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 0.56rem;
  height: 0.88rem;
  background-image: url("../images/icon_arrow-03.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .secDna__btn::before {
    right: 3.5rem !important;
    left: auto !important;
  }
}

/*====================================================================
secRs
====================================================================*/
.secRs {
  padding: 8.2rem 0 12rem;
  background-image: url("../images/secDna_bg-01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .secRs {
    padding: 4rem 1.5rem 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.secRs__ttl {
  position: relative;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.secRs__ttl::before {
  content: "";
  position: absolute;
  bottom: -4.641rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50.4rem;
  height: 2.7rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="503.394" height="27.006" viewBox="0 0 503.394 27.006"><path id="Path_478" data-name="Path 478" d="M623.66,6477.1v1.5H891.7v-3H623.66Zm-28.668,24.363.971,1.143,28.668-24.363-.971-1.143-.971-1.143-28.668,24.363Zm0-24.363h-1.5v24.363h3V6477.1Zm-206.689,0v1.5H594.992v-3H388.3Zm235.357,0v-1.5l-.971.357Zm-28.668,24.363h-1.5l2.471,1.143Zm0-24.363h1.5l-1.5-1.5Z" transform="translate(-388.303 -6475.596)" fill="%23fff"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .secRs__ttl::before {
    content: none;
  }
}
.secRs__contentBlk {
  margin: 16.2rem auto 0;
  padding: 8.5rem 0 7rem;
  max-width: 92.6rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .secRs__contentBlk {
    margin-top: 8rem;
    padding: 4rem 0 3.5rem;
  }
}
.secRs__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.6rem;
     -moz-column-gap: 5.6rem;
          column-gap: 5.6rem;
  row-gap: 7rem;
}
.secRs__content::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.1rem;
  height: 92.6rem;
  background: #cc0000;
}
@media screen and (max-width: 768px) {
  .secRs__content::before {
    content: none;
  }
}
.secRs__contentItem {
  width: 37.8rem;
}
@media screen and (max-width: 768px) {
  .secRs__contentItem {
    width: 100%;
  }
}
.secRs__contentItemLink {
  position: relative;
  margin: 2.9rem auto 0;
  padding: 0 4.6rem;
  width: 27rem;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #cc0000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .secRs__contentItemLink:hover {
    opacity: 0.6;
  }
}
.secRs__contentItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 7 11"><path id="Path_496" data-name="Path 496" d="M543.045,7137.313l-5.378,4.888-1.344-1.221,4.705-4.279-4.705-4.277,1.344-1.223,5.378,4.89a.811.811,0,0,1,0,1.222Z" transform="translate(-536.323 -7131.201)" fill="%23fefeff" fill-rule="evenodd"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.secRs__contentItemTxt {
  margin: 9rem auto 0;
  display: block;
  max-width: 77.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secRs__contentItemTxt {
    margin-top: 4rem;
    max-width: 33rem;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}