@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html, body {
  /*overflow-x:hidden;*/
  font-size: 62.5%; }

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

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: middle;
  max-width: 100%; }

img {
  height: auto; }

picture {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

br {
  line-height: 0; }

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

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]:focus,
  input[type="button"]:focus {
    outline-offset: -2px; }

:focus:not(:focus-visible) {
  outline: none; }

/* -----------------------------------------------------
	variables
----------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  color: #fff; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

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

h1, h2, h3, h4, h5, h6, ul, ol, p, figure {
  margin: 0; }

li {
  list-style: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

/* -----------------------------------------------------
	header
----------------------------------------------------- */
.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-family: "M PLUS 2", sans-serif; }
  .page-header .fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.6rem; }
    @media screen and (min-width: 769px) {
      .page-header .fixed {
        position: relative;
        z-index: 1;
        background: transparent url(../img/common/bg_header_pc.png) center/cover no-repeat; } }
    @media screen and (max-width: 768px) {
      .page-header .fixed {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: transparent url(../img/common/bg_header_sp.png) center/cover no-repeat; } }
  .page-header .logo {
    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;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .page-header .logo {
        width: 11.11111111111111%;
        max-width: 160px;
        padding: 0 1.5625% 0 1.6111111111111112%; } }
    @media screen and (max-width: 768px) {
      .page-header .logo {
        width: 16rem;
        padding: 0 2.26rem 0 2.24rem; } }
    .page-header .logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 769px) {
        .page-header .logo a:nth-of-type(1) {
          width: 55.66929133858268%; } }
      @media screen and (max-width: 768px) {
        .page-header .logo a:nth-of-type(1) {
          width: 6.523rem; } }
      @media screen and (min-width: 769px) {
        .page-header .logo a:nth-of-type(2) {
          width: 25.09186351706037%; } }
      @media screen and (max-width: 768px) {
        .page-header .logo a:nth-of-type(2) {
          width: 2.848rem; } }
  @media screen and (max-width: 768px) {
    .page-header:has(.header-toggle input:checked) .header-global {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); } }

@media screen and (min-width: 769px) {
  .header-toggle {
    display: none; } }

@media screen and (max-width: 768px) {
  .header-toggle {
    position: relative;
    display: block;
    width: 4rem;
    aspect-ratio: 1;
    margin-right: 4vw; } }

.header-toggle::before, .header-toggle::after {
  content: "";
  position: absolute;
  width: 4rem;
  left: 0%;
  height: 0.4rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.5s;
  transition: transform 0.5s, top 0.5s;
  transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s; }

.header-toggle::before {
  top: 32.5%; }

.header-toggle::after {
  top: 67.5%; }

.header-toggle input {
  display: none; }

.header-toggle:has(input:checked)::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(675deg);
  -ms-transform: translateY(-50%) rotate(675deg);
  transform: translateY(-50%) rotate(675deg); }

.header-toggle:has(input:checked)::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-675deg);
  -ms-transform: translateY(-50%) rotate(-675deg);
  transform: translateY(-50%) rotate(-675deg); }

@media screen and (min-width: 769px) {
  .header-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 11.11111111111111%;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; } }

@media screen and (max-width: 768px) {
  .header-global {
    position: fixed;
    top: 5.6rem;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    height: 100dvh;
    padding: 0 12vw 0;
    background: transparent url(../img/common/bg_menu.png) center repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; } }

.header-global ul {
  width: 100%;
  padding-left: 0; }
  @media screen and (min-width: 769px) {
    .header-global ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto; } }

.header-global li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .header-global li {
      padding: 1.2rem 0;
      text-align: center;
      width: calc(50% / 3); }
      .header-global li:first-child a {
        border-left: 1px solid #707070; }
      .header-global li.active {
        background-color: #DC000C; } }
  @media screen and (max-width: 768px) {
    .header-global li {
      border-bottom: 0.3rem solid #fff; } }
  .header-global li a {
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      .header-global li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0.4rem 0;
        border-right: 1px solid #707070; } }
    @media screen and (max-width: 768px) {
      .header-global li a {
        width: 100%;
        display: block;
        padding: 3.2rem;
        text-align: center;
        font-size: 2rem; } }
    .header-global li a:hover {
      text-decoration: underline; }
  .header-global li > span {
    font-weight: bold;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.25; }
    @media screen and (min-width: 769px) {
      .header-global li > span {
        width: 100%;
        height: 100%;
        padding: 0.4rem 0;
        border-right: 1px solid #707070; } }
    @media screen and (max-width: 768px) {
      .header-global li > span {
        width: 100%;
        padding: 2.7rem;
        text-align: center;
        font-size: 2rem;
        color: #fff;
        opacity: 0.5; } }
    .header-global li > span .fs_min {
      display: block;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .header-global li > span .fs_min {
          font-size: 2rem;
          padding: 0; } }

/* -----------------------------------------------------
	content
----------------------------------------------------- */
.content {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-height: calc(100vh - 294px); }
  @media screen and (max-width: 768px) {
    .content {
      min-height: calc(100vh - (31.333vw + 56px)); } }

.inner {
  max-width: 960px;
  margin: auto;
  padding: 7.5rem 0 8rem; }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 5rem 6vw; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  background-color: #DC000C;
  border: 1px solid #fff;
  border-radius: 50vw;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem 2rem; }
  @media screen and (max-width: 768px) {
    .btn {
      padding: 1rem 2rem; } }
  .btn::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.2rem;
    background: url(../img/common/ic-arrow.png) center/contain no-repeat; }

.page-title {
  background: url(../img/common/ttl_bg.png) bottom center/cover no-repeat; }
  .page-title .inner {
    padding: 8rem 0 6.2rem; }
    @media screen and (max-width: 768px) {
      .page-title .inner {
        padding: 4rem 6vw 3.5rem; } }
  .page-title .sub_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 768px) {
      .page-title .sub_ttl {
        font-size: 1.5rem;
        margin-bottom: 1.5rem; } }
    .page-title .sub_ttl::before {
      content: "";
      display: inline-block;
      width: 3.4rem;
      height: 3.4rem;
      background: url(../img/common/ic-icon.png) center/contain no-repeat; }
      @media screen and (max-width: 768px) {
        .page-title .sub_ttl::before {
          width: 2.8rem;
          height: 2.9rem; } }
  .page-title h2 {
    font-size: 7rem;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    line-height: 1;
    padding-bottom: 3.5rem; }
    @media screen and (max-width: 768px) {
      .page-title h2 {
        font-size: 3rem;
        margin-left: -3vw;
        padding-left: 3vw;
        background-size: 30rem;
        padding-bottom: 2.5rem; } }

/* -----------------------------------------------------
	pagination
----------------------------------------------------- */
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0; }
  @media screen and (max-width: 768px) {
    .page-numbers {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .page-numbers li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0 3px; }
    @media screen and (max-width: 768px) {
      .page-numbers li {
        margin: 0; } }
    .page-numbers li .page-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-size: 2.2rem; }
      @media screen and (max-width: 768px) {
        .page-numbers li .page-numbers {
          width: 32px;
          height: 32px; } }
      .page-numbers li .page-numbers.current {
        background-color: #DC000C;
        color: #ffffff; }
      .page-numbers li .page-numbers:hover {
        background-color: #DC000C; }
      .page-numbers li .page-numbers.prev, .page-numbers li .page-numbers.next {
        width: 56px;
        background-color: #ffffff;
        border-radius: 100vh;
        color: #353E4D;
        font-size: 0;
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-position: center center; }
        @media screen and (max-width: 768px) {
          .page-numbers li .page-numbers.prev, .page-numbers li .page-numbers.next {
            width: 32px;
            height: 32px;
            border-radius: 100%; } }
      .page-numbers li .page-numbers.prev {
        background-image: url("../img/common/pagination_arrow_prev.svg"); }
      .page-numbers li .page-numbers.next {
        background-image: url("../img/common/pagination_arrow_next.svg"); }
      .page-numbers li .page-numbers.dots:hover {
        background-color: transparent; }

/* -----------------------------------------------------
	Slider
----------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
.page-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  width: 100%;
  padding: 6.4rem;
  background-color: #4a4a4a;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 2rem;
      padding: 8.8dvw 6vw;
      font-size: 1.2rem; } }
  @media screen and (min-width: 769px) {
    .page-footer::before {
      content: "";
      display: block;
      width: 100%;
      height: 13.2rem;
      position: absolute;
      left: 0;
      top: -10rem;
      background: url(../img/common/img_footer.png) center/contain no-repeat; } }
  @media screen and (max-width: 768px) {
    .page-footer .logo {
      width: 5.2rem; } }
  .page-footer .text p {
    text-align: center; }
    .page-footer .text p + p {
      margin-top: 0.6rem; }
      @media screen and (max-width: 768px) {
        .page-footer .text p + p {
          margin-top: 2rem; } }
  .page-footer .text a {
    color: inherit;
    text-decoration: underline; }
    .page-footer .text a:hover {
      text-decoration: none; }
