@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

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

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

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  position: relative;
  color: #000000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%; }
  @media (min-width: 750px) {
    body {
      min-width: 0;
      background: #df0414; } }
  @media (max-width: 749px) {
    body {
      font-size: 1.5rem;
      line-height: 1.8666; } }

section {
  position: relative; }
  section .inner {
    position: relative;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 749px) {
      section .inner {
        width: 100%;
        padding: 0 10px; } }

@media (max-width: 749px) {
  .pc {
    display: none !important; } }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

/*----------------------------------

共通

----------------------------------*/
h2.hdg2 {
  text-align: right;
  padding-top: 54px;
  padding-right: 2px; }
  @media (max-width: 749px) {
    h2.hdg2 {
      position: relative;
      padding: 0;
      z-index: 10; } }
  @media (max-width: 749px) {
    h2.hdg2 svg {
      width: auto;
      height: 48px; } }

h3.hdg3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.7666; }
  @media (max-width: 749px) {
    h3.hdg3 {
      font-size: 1.8rem;
      letter-spacing: 0;
      line-height: 1.4444; } }

.w100 {
  width: 100% !important;
  display: block; }

/*----------------------------------

アニメーション

----------------------------------*/
.curtain,
.scroll_curtain {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4; }
  .curtain::after,
  .scroll_curtain::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #df0414;
    transition: left 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.4s, width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .curtain.is-active,
  .scroll_curtain.is-active {
    opacity: 1; }
    .curtain.is-active::after,
    .scroll_curtain.is-active::after {
      left: 100%;
      width: 100%; }
  .curtain img,
  .scroll_curtain img {
    opacity: 0;
    transition: opacity 0s 0.4s; }
  .curtain.is-active img,
  .scroll_curtain.is-active img {
    opacity: 1; }

@keyframes loadFade {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeUp {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s; }

/*----------------------------------

header

----------------------------------*/
.l-header {
  position: relative;
  background: #df0414; }
  .l-header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px; }
    @media (max-width: 749px) {
      .l-header_inner {
        padding: 15px 10px; } }
  .l-header_logo {
    width: 100px; }
    @media (max-width: 749px) {
      .l-header_logo {
        width: 70px; } }
  .l-header_sub p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: right; }
  .l-header_share {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 662px;
    right: 10px;
    z-index: 15; }
    @media (max-width: 749px) {
      .l-header_share {
        display: none; } }
    .l-header_share-title {
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      writing-mode: vertical-rl;
      margin-bottom: 10px; }
    .l-header_share-link {
      width: 30px;
      margin-bottom: 5px; }
  .l-header_iconTri {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 717px;
    left: 15px;
    width: 20px;
    z-index: 15; }
    @media (max-width: 749px) {
      .l-header_iconTri {
        display: none; } }
    .l-header_iconTri-title {
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      writing-mode: vertical-rl;
      margin-bottom: 10px; }

#scroll path {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#scroll path.a1 {
  animation-delay: 0s; }

#scroll path.a2 {
  animation-delay: -0.5s; }

#scroll path.a3 {
  animation-delay: -1s; }

/*----------------------------------

content

----------------------------------*/
@media (min-width: 750px) {
  .l-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto; } }

.main {
  position: relative;
  overflow: hidden; }
  @media (min-width: 750px) {
    .main {
      padding: 0 50px; } }
  @media (min-width: 750px) {
    .main::before, .main::after {
      content: "";
      position: absolute;
      top: 0;
      width: 50px;
      height: 100%;
      background: #df0414;
      z-index: 10; } }
  .main::before {
    left: 0; }
  .main::after {
    right: 0; }
  .main_container {
    background: url("../img/bg_rule.png"), #fff;
    background-size: 1300px 50px, cover;
    background-repeat: repeat, no-repeat;
    padding-bottom: 200px; }
    @media (max-width: 749px) {
      .main_container {
        background: url("../img/bg_rule_sp.png"), #fff;
        background-size: 393px 15px, cover;
        background-repeat: repeat, no-repeat;
        padding-bottom: 30px; } }

.mainvisual .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 15px 0; }
  @media (max-width: 749px) {
    .mainvisual .inner {
      width: 100%;
      padding: 28px 0 0; } }

.mainvisual .hdg1 {
  position: absolute;
  top: 199px;
  left: 15px;
  z-index: 10; }
  @media (max-width: 1199px) and (min-width: 750px) {
    .mainvisual .hdg1 {
      position: relative;
      top: 40px; } }
  @media (max-width: 749px) {
    .mainvisual .hdg1 {
      top: 28px;
      left: 0; } }
  .mainvisual .hdg1 .hdg_text {
    position: relative; }
    .mainvisual .hdg1 .hdg_text span {
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 4rem;
      line-height: 2;
      font-weight: bold;
      padding: 6px 0 6px 7px;
      width: 490px;
      height: 70px;
      background: #df0414;
      opacity: 0;
      transition: opacity 0s 0.4s; }
      @media (max-width: 749px) {
        .mainvisual .hdg1 .hdg_text span {
          font-size: 2.4rem;
          width: 296px;
          height: 35px; } }
    .mainvisual .hdg1 .hdg_text.is-active span {
      opacity: 1; }
    .mainvisual .hdg1 .hdg_text + .hdg_text {
      margin-top: 10px; }
      @media (max-width: 749px) {
        .mainvisual .hdg1 .hdg_text + .hdg_text {
          margin-top: 5px; } }
      .mainvisual .hdg1 .hdg_text + .hdg_text span {
        width: 448px; }
        @media (max-width: 749px) {
          .mainvisual .hdg1 .hdg_text + .hdg_text span {
            width: 271px; } }

.mainvisual_slider {
  width: 800px;
  margin-left: auto; }
  @media (max-width: 749px) {
    .mainvisual_slider {
      width: calc(100% - 15px);
      padding-top: 30px; } }
  .mainvisual_slider li figure {
    position: relative; }
  .mainvisual_slider li figcaption {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 17px;
    opacity: 0;
    animation-name: loadFade;
    animation-delay: 2.5s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards; }
    @media (max-width: 749px) {
      .mainvisual_slider li figcaption {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 2px; } }
    .mainvisual_slider li figcaption small {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1.6666;
      margin-top: 6px; }
      @media (max-width: 749px) {
        .mainvisual_slider li figcaption small {
          font-size: 1rem;
          line-height: 1.5;
          margin-top: 14px; } }

.mainvisual .slick-slide figure {
  position: relative; }

.mainvisual .slick-slide figcaption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 17px;
  opacity: 0;
  animation-name: loadFade;
  animation-delay: 2.5s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards; }
  @media (max-width: 749px) {
    .mainvisual .slick-slide figcaption {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-top: 2px; } }
  .mainvisual .slick-slide figcaption small {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6666;
    margin-top: 6px; }
    @media (max-width: 749px) {
      .mainvisual .slick-slide figcaption small {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 14px; } }

.mainvisual .slick-num {
  position: absolute;
  bottom: 93px;
  left: -61px;
  color: #df0414;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  animation-name: loadFade;
  animation-delay: 2.5s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards; }
  @media (max-width: 749px) {
    .mainvisual .slick-num {
      bottom: -30px;
      left: -15px;
      right: 0;
      margin: auto;
      text-align: center; } }

.mainvisual .slick-arrow {
  position: absolute;
  bottom: 98px;
  font-size: 0;
  width: 14px;
  height: 12px;
  background: none;
  outline: none;
  border: none;
  z-index: 10;
  opacity: 0;
  animation-name: loadFade;
  animation-delay: 2.5s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards; }
  @media (max-width: 749px) {
    .mainvisual .slick-arrow {
      bottom: -25px; } }
  .mainvisual .slick-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }

.mainvisual .slick-prev {
  left: -86px; }
  @media (max-width: 749px) {
    .mainvisual .slick-prev {
      left: 0;
      right: 18%;
      margin: auto; } }
  .mainvisual .slick-prev::after {
    border-right: 12px solid #df0414;
    border-left: 0; }

.mainvisual .slick-next {
  left: -32px; }
  @media (max-width: 749px) {
    .mainvisual .slick-next {
      left: 11%;
      right: 0;
      margin: auto; } }
  .mainvisual .slick-next::after {
    border-left: 12px solid #df0414;
    border-right: 0; }

.concept {
  margin-top: 53px; }
  @media (max-width: 749px) {
    .concept {
      margin-top: 72px; } }
  .concept .inner {
    padding-left: 165px; }
    @media (max-width: 749px) {
      .concept .inner {
        padding: 0 0 0 15px; } }
    .concept .inner::before, .concept .inner::after {
      content: "";
      position: absolute;
      transition: width 1s, height 1s; }
    .concept .inner::before {
      top: 150px;
      left: 15px;
      width: 0;
      height: 2px;
      background: #df0414;
      z-index: 5; }
      @media (max-width: 749px) {
        .concept .inner::before {
          top: 75px;
          left: 0;
          height: 1px; } }
    .concept .inner::after {
      top: 0;
      left: 165px;
      width: 2px;
      height: 0;
      background: #df0414;
      z-index: 5; }
      @media (max-width: 749px) {
        .concept .inner::after {
          left: 14px;
          width: 1px; } }
    .concept .inner.is-active::before {
      width: calc(100% - 30px); }
      @media (max-width: 749px) {
        .concept .inner.is-active::before {
          width: 100%; } }
    .concept .inner.is-active::after {
      height: 2740px; }
      @media (max-width: 749px) {
        .concept .inner.is-active::after {
          height: 4000px; } }
  .concept_content {
    position: relative; }
    .concept_content::before, .concept_content::after {
      content: "";
      position: absolute;
      width: 200px;
      height: 200px;
      background: #ffe100;
      z-index: 1; }
      @media (max-width: 749px) {
        .concept_content::before, .concept_content::after {
          width: 90px;
          height: 90px; } }
    .concept_content::before {
      top: 100px;
      left: -50px; }
      @media (max-width: 749px) {
        .concept_content::before {
          top: 30px;
          left: -15px; } }
    .concept_content::after {
      bottom: 0;
      right: 0; }
      @media (max-width: 749px) {
        .concept_content::after {
          bottom: -45px; } }
    .concept_content_body {
      position: relative;
      padding: 44px 0 94px 50px;
      z-index: 10; }
      @media (max-width: 749px) {
        .concept_content_body {
          padding: 31px 0 0 15px; } }
  .concept_lead {
    line-height: 1.875;
    margin-top: 42px; }
    @media (max-width: 749px) {
      .concept_lead {
        line-height: inherit;
        margin: 19px 20px 0 0; } }
  .concept_image {
    position: relative;
    max-width: 700px;
    margin-top: 45px; }
    @media (max-width: 749px) {
      .concept_image {
        width: 100%;
        margin-top: 28px; } }

@media (max-width: 749px) {
  .article {
    margin-top: 78px; } }

@media (max-width: 749px) {
  .article .inner {
    padding: 0; } }

.article .hdg2 {
  position: relative; }
  @media (max-width: 749px) {
    .article .hdg2 {
      padding-bottom: 16px; } }
  .article .hdg2::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #df0414;
    z-index: 5;
    transition: width 1s; }
    @media (max-width: 749px) {
      .article .hdg2::after {
        height: 1px; } }
  .article .hdg2.is-active::after {
    width: 100%; }

.article_list {
  margin-top: -2px; }
  @media (max-width: 749px) {
    .article_list {
      padding-left: 15px; } }

.article_content {
  position: relative; }
  @media (min-width: 750px) {
    .article_content {
      display: flex; } }
  .article_content::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background: #df0414;
    transition: width 1s; }
    @media (max-width: 749px) {
      .article_content::after {
        height: 1px; } }
  .article_content.is-active::after {
    width: 100%; }
    @media (max-width: 749px) {
      .article_content.is-active::after {
        left: -15px;
        width: calc(100% + 15px); } }
  .article_content_head {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 150px; }
    @media (max-width: 749px) {
      .article_content_head {
        position: absolute;
        top: 37px;
        right: 19px;
        width: auto;
        height: 83px;
        z-index: 5; } }
  @media (min-width: 750px) {
    .article_content_body {
      display: flex;
      align-items: flex-start;
      padding-bottom: 51px; } }
  @media (max-width: 749px) {
    .article_content_body {
      overflow: hidden; } }
  .article_content_image {
    position: relative;
    flex-shrink: 0;
    width: 299px;
    margin-right: 50px; }
    @media (max-width: 749px) {
      .article_content_image {
        width: 71.43%; } }
    .article_content_image::before {
      content: "";
      position: absolute;
      top: 49px;
      left: 199px;
      width: 200px;
      height: 200px;
      background: #ffe100; }
      @media (max-width: 749px) {
        .article_content_image::before {
          top: 74px;
          left: 66%;
          width: 73.704%;
          height: 143.03%; } }
    .article_content_image figure,
    .article_content_image picture,
    .article_content_image img {
      position: relative; }
  .article_content_info {
    position: relative;
    padding-top: 49px; }
    @media (max-width: 749px) {
      .article_content_info {
        padding: 13px 24px 43px 14px; } }
  .article_content_title {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.666; }
    @media (max-width: 749px) {
      .article_content_title {
        font-size: 1.4rem;
        line-height: 1.5714; } }
  .article_content_name {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.666;
    margin-top: 11px; }
  .article_content_link {
    position: absolute;
    bottom: -45px;
    right: 0;
    color: #df0414;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    font-weight: bold;
    padding-right: 16px; }
    @media (max-width: 749px) {
      .article_content_link {
        bottom: 5px;
        right: 20px;
        font-size: 1.2rem;
        padding-right: 13px; } }
    .article_content_link::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 11px;
      height: 11px;
      background-image: url("../img/icon_arrow.svg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 749px) {
        .article_content_link::after {
          width: 9px;
          height: 9px; } }

.article .border_btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 99px;
  padding-right: 51px;
  z-index: 5; }
  @media (max-width: 749px) {
    .article .border_btn {
      margin-top: 31px;
      padding-right: 19px; } }
  .article .border_btn::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #ffe100; }
    @media (max-width: 749px) {
      .article .border_btn::before {
        top: 43px;
        width: 93px;
        height: 93px; } }
  .article .border_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #df0414;
    font-size: 2.4rem;
    font-weight: bold;
    width: 700px;
    height: 100px;
    background: #fff;
    border: 2px solid #df0414; }
    @media (max-width: 749px) {
      .article .border_btn a {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.5;
        width: 91.98%;
        height: 100px; } }
    .article .border_btn a::after {
      content: "";
      position: absolute;
      bottom: 8px;
      right: 8px;
      width: 11px;
      height: 11px;
      background-image: url("../img/icon_arrow.svg");
      background-size: cover;
      background-repeat: no-repeat; }

.article .sns_link {
  text-align: center;
  margin-top: 95px;
  padding-left: 6px; }
  .article .sns_link_text {
    color: #df0414;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 12px; }
  .article .sns_link_share {
    margin-right: 5px; }

/*----------------------------------

footer

----------------------------------*/
.l-footer {
  background: #df0414; }
  .l-footer_inner {
    padding-top: 36px;
    padding-bottom: 36px; }
    @media (max-width: 749px) {
      .l-footer_inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .l-footer_copy {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6; }
