@charset "UTF-8";
/** Global + Mixin
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

body,
p,
figure,
blockquote,
dl,
dd,
table,
address,
pre,
iframe,
form {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

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

address {
  font-style: inherit;
}

small {
  font-size: 80%;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "LeagueGothicRegular";
  src: url("fonts/leaguegothic-regular-webfont.eot?") format("eot"), url("fonts/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/leaguegothic-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/bebasneue-webfont.eot?") format("eot"), url("fonts/bebasneue-webfont.woff") format("woff"), url("fonts/bebasneue-webfont.ttf") format("truetype");
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  letter-spacing: 0.05em;
  font-family: "Arial", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
}
.wrapper > section {
  position: relative;
}

.inner {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .inner {
    padding: 0;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-container-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-container-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-container-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * SCROLL DOWN
 * -------------------------------------------------------------------
 */
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Youtube
 * -------------------------------------------------------------------
 */
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 *オブジェクトの回転
 * -------------------------------------------------------------------
 */
@-webkit-keyframes rotate-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #000846;
  background-color: #eeeeee;
  font-size: 1em;
  line-height: normal;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

/*
 * Module
 * -------------------------------------------------------------------
 */
.roboto {
  font-family: "Roboto", sans-serif;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

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

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

.new-line--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .new-line--sp {
    display: none;
  }
}
.new-line--tab {
  display: block;
}
@media screen and (min-width: 768px) {
  .new-line--tab {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .new-line--tab {
    display: none;
  }
}
.new-line--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .new-line--pc {
    display: block;
  }
}

a[href^="tel:"] {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}

.zoom-in img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.zoom-in a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #dbdbdb;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.nav-header {
  position: relative;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #000000;
  -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
}
.nav-header::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-clip-path: polygon(100% -150px, 70% 100%, 100% 100%);
          clip-path: polygon(100% -150px, 70% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .nav-header::after {
    -webkit-clip-path: polygon(100% -100px, 90% 100%, 100% 100%);
            clip-path: polygon(100% -100px, 90% 100%, 100% 100%);
  }
}
.nav-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4.8rem;
  margin: 0 auto;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 992px) {
  .nav-header__container {
    height: 4.8rem;
    padding: 0 15px;
  }
}
.nav-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  color: #000846;
  font-size: 2rem;
  font-weight: 700;
  font-family: "LeagueGothicRegular", sans-serif;
}
.nav-header__logo-image {
  display: block;
  height: 3rem;
}
.nav-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-header__menu-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
}
.nav-header__menu-item:not(:first-child) {
  margin-left: 10px;
}
.nav-header__menu-item:nth-child(1) .nav-header__link {
  background-image: url("images/statement/bg_instagram.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nav-header__menu-item:nth-child(2) .nav-header__link {
  background-color: #14171a;
}
.nav-header__menu-item:nth-child(3) .nav-header__link {
  background-color: #00b900;
}
.nav-header__link {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 100vh;
  width: 3.2rem;
  height: 3.2rem;
}
.nav-header__img {
  width: 16px;
}
.nav-header__contact {
  margin-left: 1.6rem;
  padding: 1.2rem 3.2rem;
  color: #ffffff;
  border-radius: 100px;
  background-color: #000846;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-header__contact:hover {
  background-color: #00052d;
}
.nav-header__toggle {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1002;
}
.nav-header__toggle-line {
  display: block;
  width: 45%;
  border-bottom: 2px solid #000000;
}
.nav-header__toggle-line:nth-child(2), .nav-header__toggle-line:nth-child(4) {
  margin: 10% 0;
}

.nav-drawer {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.nav-drawer__container {
  position: absolute;
  bottom: 170px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 18%;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}
.nav-drawer[data-open=true] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}
.nav-drawer[data-open=false] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}
@media screen and (min-width: 768px) {
  .nav-drawer__container {
    bottom: 76px;
  }
}
.nav-drawer__menu {
  display: block;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-drawer__menu-item:not(:first-child) {
  margin-top: 1rem;
}
.nav-drawer__link {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25em 0.5em;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: inherit;
  background-color: #ffffff;
  font-family: "BebasNeue", sans-serif;
  font-size: 2rem;
}
.nav-drawer__link:hover {
  background: #000000;
  color: #ffffff;
}
.nav-drawer__link-main {
  display: block;
  font-weight: 500;
}
.nav-drawer__link-sub {
  display: block;
  color: #888888;
}
.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  display: none;
}
.nav-drawer__button-close {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 0 0 auto;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: #000846;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #000b60;
}
.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #ffffff;
}
.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav-drawer__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: rgba(0, 0, 0, 0.08);
}
.nav-drawer[data-open=true] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}
.nav-drawer[data-open=false] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.mainvisual__container {
  position: relative;
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url("images/statement/bg_youtybe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mainvisual__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}
.mainvisual__loading.disappear {
  display: none;
}
.mainvisual__heading {
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 3;
  width: calc(100% - 15px);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .mainvisual__heading {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
    width: auto;
  }
}
.mainvisual__txt-main {
  font-family: "LeagueGothicRegular", sans-serif;
  font-size: 7.4rem;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .mainvisual__txt-main {
    font-size: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .mainvisual__txt-main {
    font-size: 7.4rem;
  }
}
.mainvisual__text-sub {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: #ffffff 1px solid;
  width: 90%;
  margin: 0 auto;
}
.mainvisual__message {
  position: relative;
  font-size: 1.6rem;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: inline-block;
  padding: 1rem 40px 0;
}
@media screen and (min-width: 768px) {
  .mainvisual__message {
    width: 90%;
    padding: 1rem 200px 0;
  }
}
@media screen and (min-width: 992px) {
  .mainvisual__message {
    width: 90%;
    padding: 1rem 110px 0;
  }
}
.mainvisual__message::before, .mainvisual__message::after {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mainvisual__message::before, .mainvisual__message::after {
    top: 50%;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .mainvisual__message::before, .mainvisual__message::after {
    top: 50%;
    width: 100px;
  }
}
.mainvisual__message::before {
  left: 0;
}
.mainvisual__message::after {
  right: 0;
}

.youtube {
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
.youtube.appear {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow: hidden;
}
.youtube__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube__mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.toggle-sound {
  position: absolute;
  bottom: 1vh;
  left: 2vw;
}
@media screen and (min-width: 992px) {
  .toggle-sound {
    bottom: 6vh;
    left: 2vw;
  }
}
.toggle-sound span {
  font-family: "Material Icons";
  font-size: 3.2rem;
  position: relative;
  z-index: 3;
}

.scrolldown {
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 250px;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    bottom: 18%;
  }
}
.scrolldown span {
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 10px;
  height: auto;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.25;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  border-radius: 50%;
  background: #ffffff;
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #ffffff;
}

.footer {
  position: fixed;
  z-index: 3;
  background: #000000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100px 0%, 8% 100%, 0 100%);
          clip-path: polygon(0 0, 100px 0%, 8% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .footer::before {
    -webkit-clip-path: polygon(0 0, 200px 0%, 16% 100%, 0 100%);
            clip-path: polygon(0 0, 200px 0%, 16% 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  .footer::before {
    -webkit-clip-path: polygon(0 0, 300px 0%, 16% 100%, 0 100%);
            clip-path: polygon(0 0, 300px 0%, 16% 100%, 0 100%);
  }
}
.footer__container {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #000000;
  padding: 15px;
}
.footer__menu {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.footer__menu-item:not(:first-child) {
  margin-left: 1.6rem;
}
.footer__menu-item-link {
  display: block;
  width: 100%;
  max-width: 25rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__menu-item-img {
  width: 100%;
}
.footer__copy {
  padding: 1.6rem 0;
  text-align: center;
  color: #888888;
  font-size: 1.2rem;
}

.header__container {
  background-color: #000846;
  position: relative;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (min-width: 992px) {
  .header__container {
    padding: 22px;
  }
}
.header__logo a {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.header__logo a img {
  margin: 0.5rem auto;
  max-width: 98px;
}
@media screen and (min-width: 992px) {
  .header__logo a img {
    margin: auto;
    max-width: 280px;
  }
}

.mainvisual {
  z-index: 100;
}
.mainvisual__container {
  margin: 0 auto;
  height: auto;
  padding-top: 0;
}
.mainvisual__img {
  width: 100%;
}

.sns-menu {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 3.2rem;
}
.sns-menu__item a img {
  width: 3.2rem;
}
@media screen and (min-width: 992px) {
  .sns-menu__item a img {
    width: 4rem;
  }
}

.footer::before {
  display: none;
}
.footer .footer__menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about {
  background-color: #141f3e;
  z-index: 1;
  padding: 0;
  margin-top: -1px;
}
.about__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.about__heading {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .about__heading {
    margin-bottom: 4.8rem;
  }
}
.about .page-heading__txt-main {
  color: #cfae5d;
  text-align: center;
  font-weight: 900;
  line-height: 1.35;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .about .page-heading__txt-main {
    font-size: 4.8rem;
  }
}
.about__txt {
  margin-top: 3.2rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .about__txt {
    margin-top: 4.8rem;
    font-size: 2.4rem;
  }
}
.about__guide {
  padding-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .about__guide {
    padding-top: 6.4rem;
  }
}
.about__guide .button-guide img {
  max-width: 28rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .about__guide .button-guide img {
    max-width: 60rem;
  }
}

.plan {
  background-color: #f7f7f7;
}
.plan__head-img {
  width: 100%;
}
.plan__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 768px) {
  .plan__container {
    padding: 12.8rem 15px;
  }
}
.plan__heading {
  margin-bottom: 4rem;
}
.plan .page-heading {
  position: relative;
  text-align: center;
  padding-top: 5.4rem;
}
@media screen and (min-width: 992px) {
  .plan .page-heading {
    padding-top: 10.6rem;
  }
}
.plan .page-heading::before {
  content: "";
  display: inline-block;
  background-image: url("images/runner/illust01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 12rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.6rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .plan .page-heading::before {
    width: 22rem;
    height: 32rem;
    top: -8.4rem;
  }
}
.plan .page-heading__txt-main {
  position: relative;
  color: #000846;
  font-weight: 900;
  font-size: 1.7rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .plan .page-heading__txt-main {
    font-size: 5.6rem;
  }
}
.plan .page-heading__txt-sub {
  font-weight: 900;
  color: #cfae5d;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .plan .page-heading__txt-sub {
    font-size: 6.4rem;
  }
}
.plan .plan-list__item {
  position: relative;
}
.plan .plan-list__item:not(:first-child) {
  margin-top: 6.4rem;
}
@media screen and (min-width: 992px) {
  .plan .plan-list__item:not(:first-child) {
    margin-top: 12.8rem;
  }
}
.plan .plan-list__item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 37px solid transparent;
  border-left: 37px solid transparent;
  border-top: 22px solid #141f3e;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .plan .plan-list__item:not(:last-child)::after {
    border-right: 74px solid transparent;
    border-left: 74px solid transparent;
    border-top: 44px solid #141f3e;
    margin-top: 4.8rem;
  }
}
.plan .list-item {
  text-align: center;
}
.plan .list-item__img--step {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .plan .list-item__img--step {
    max-width: 34rem;
  }
}
.plan .list-item__img--illust {
  width: 100%;
  max-width: 6.5rem;
  margin: 2.4rem auto 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .plan .list-item__img--illust {
    max-width: 14rem;
  }
}
.plan .list-item__ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .plan .list-item__ttl {
    font-size: 4rem;
  }
}
.plan .list-item__ttl--border {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .plan .list-item__ttl--border {
    font-size: 4rem;
  }
}
.plan .list-item__ttl--border::after {
  content: "";
  background-color: #cfae5d;
  width: 5.5rem;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.6rem;
}
@media screen and (min-width: 992px) {
  .plan .list-item__ttl--border::after {
    width: 11rem;
    height: 10px;
  }
}
.plan .check-list {
  padding: 0 15px;
  margin: 2.4rem auto 0;
  text-align: left;
  width: 100%;
  max-width: 470px;
}
@media screen and (min-width: 992px) {
  .plan .check-list {
    max-width: 770px;
  }
}
.plan .check-list__item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 20px;
  text-indent: -22px;
}
@media screen and (min-width: 992px) {
  .plan .check-list__item {
    font-size: 2.4rem;
  }
}
.plan .check-list__item:not(:first-child) {
  margin-top: 0.8rem;
}
.plan .check-list__item::before {
  content: "";
  display: inline-block;
  background-image: url("images/runner/icn_check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .plan .check-list__item::before {
    width: 30px;
    height: 30px;
  }
}
.plan .runner {
  background-image: url("images/runner/bg01_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem 15px;
  margin: 2.4rem auto 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .plan .runner {
    background-image: url("images/runner/bg01_pc.jpg");
    background-repeat: no-repeat;
  }
}
.plan .runner__inner {
  max-width: 1280px;
  margin: auto 0;
}
.plan .runner__ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #cfae5d;
}
@media screen and (min-width: 992px) {
  .plan .runner__ttl {
    font-size: 3rem;
  }
}
.plan .runner__ttl::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 3.2rem;
  font-weight: 900;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .plan .runner__ttl::before {
    position: relative;
    font-size: 3.2rem;
  }
}
.plan .runner__ttl::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 3.2rem;
  font-weight: 900;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .plan .runner__ttl::after {
    position: relative;
    font-size: 3.2rem;
  }
}
.plan .runner__sub-ttl {
  display: block;
  text-align: center;
  margin: 2.4rem auto 0;
  padding: 5px 15px;
  border: #ffffff solid 2px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24rem;
}
.plan .runner__sub-ttl span {
  color: #ffffff;
}
.plan .runner-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
}
.plan .runner-list__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .plan .runner-list__item {
    width: 50%;
  }
}
.plan .runner-list__item:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .plan .runner-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.plan .runner-list-item__thumb {
  width: 48%;
  padding: 1%;
}
.plan .runner-list-item__img {
  width: 100%;
  max-width: initial;
  margin: 0;
}
.plan .runner-list-item__info {
  width: 48%;
  padding: 1%;
  color: #ffffff;
  font-weight: 500;
  margin-top: 1.6rem;
}
.plan .runner-list-item__position {
  font-size: 1rem;
  list-style: 1.35;
}
@media screen and (min-width: 992px) {
  .plan .runner-list-item__position {
    font-size: 1.2rem;
  }
}
.plan .runner-list-item__ttl {
  text-align: left;
  font-weight: 500;
  margin-top: 0.4rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .plan .runner-list-item__ttl {
    font-size: 2.8rem;
  }
}
.plan .runner-list-item__ttl span {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .plan .runner-list-item__ttl span {
    font-size: 1.8rem;
  }
}
.plan .runner-list-item__desc {
  color: #cfae5d;
  font-size: 1.1rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 992px) {
  .plan .runner-list-item__desc {
    font-size: 1.6rem;
  }
}
.plan .runner-list-item__message {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.8rem;
}
@media screen and (min-width: 992px) {
  .plan .runner-list-item__message {
    font-size: 1.4rem;
  }
}
.plan .result {
  padding: 0 15px;
}
.plan .result-list {
  margin-top: 4.8rem;
}
.plan .result-list__item {
  text-align: center;
}
.plan .result-list__item:not(:first-child) {
  margin-top: 3.2rem;
}
.plan .result-list__item:first-child {
  max-width: 960px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #141f3e;
  padding: 0.8rem;
}
.plan .result-list__item:first-child .result-list__inner {
  border: #ffffff solid 1px;
  padding: 15px;
}
.plan .result-list__item:first-child .result-list__img {
  display: block;
  margin: 0.8rem auto 0;
  max-width: 4.25rem;
}
@media screen and (min-width: 992px) {
  .plan .result-list__item:first-child .result-list__img {
    max-width: 9.5rem;
  }
}
.plan .result-list__item:first-child .result-list__txt span {
  color: #cfae5d;
}
.plan .result-list__ttl {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .plan .result-list__ttl {
    font-size: 3.2rem;
  }
}
.plan .result-list__img {
  display: block;
  margin: 4.8rem auto 0;
  max-width: 15rem;
}
@media screen and (min-width: 992px) {
  .plan .result-list__img {
    max-width: 30rem;
  }
}
.plan .result-list__sub-ttl {
  margin-top: 0.4rem;
  color: #cfae5d;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .plan .result-list__sub-ttl {
    font-size: 2.2rem;
  }
}
.plan .result-list__txt {
  margin: 0.8rem auto 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .plan .result-list__txt {
    font-size: 2.8rem;
  }
}
.plan .result-list__message {
  position: relative;
  padding-bottom: 2.4rem;
  margin: 2.4rem auto;
  border-bottom: 1px solid;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 960px;
}
@media screen and (min-width: 992px) {
  .plan .result-list__message {
    font-size: 2.2rem;
  }
}
.plan .result-list__message::before, .plan .result-list__message::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
}
.plan .result-list__message::before {
  border: 20px solid;
  border-color: transparent;
  border-top-color: #000846;
  margin-left: -20px;
}
.plan .result-list__message::after {
  border: 19px solid;
  border-color: transparent;
  border-top-color: #f7f7f7;
  margin-left: -18px;
}
.plan .result-list .border {
  border-bottom: #cfae5d solid 2px;
  display: inline-block;
}
.plan .support {
  margin-top: 3.2rem;
  padding: 0 15px;
  text-align: center;
}
.plan .support__ttl {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .plan .support__ttl {
    font-size: 3.2rem;
  }
}
.plan .support .attention {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .plan .support .attention {
    font-size: 1.4rem;
  }
}
.plan .support-list {
  max-width: 960px;
  margin: 4.8rem auto 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .plan .support-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.plan .support-list__item {
  background-image: url("images/runner/bg_support.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28rem;
  height: 28rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .plan .support-list__item {
    width: 30rem;
    height: 30rem;
  }
}
.plan .support-list__item:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .plan .support-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.plan .support-list__item:nth-of-type(1) .support-list__img {
  max-width: 15rem;
}
.plan .support-list__item:nth-of-type(2) .support-list__img {
  max-width: 12rem;
}
.plan .support-list__item:nth-of-type(3) .support-list__img {
  max-width: 9rem;
  margin-top: 1.6rem;
}
.plan .support-list__ttl {
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .plan .support-list__ttl {
    font-size: 1.8rem;
  }
}
.plan .support-list__txt {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .plan .support-list__txt {
    font-size: 1.2rem;
  }
}
.plan .support-list__img {
  margin-top: 0.8rem;
}
.plan .runner__guide,
.plan .support__guide {
  padding-top: 4.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan .runner__guide,
  .plan .support__guide {
    padding-top: 6.4rem;
  }
}
.plan .runner__guide .button-guide img,
.plan .support__guide .button-guide img {
  max-width: 28rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .plan .runner__guide .button-guide img,
  .plan .support__guide .button-guide img {
    max-width: 60rem;
  }
}

.program {
  background-image: url("images/runner/bg02_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.6rem 0 4.8rem;
}
@media screen and (min-width: 992px) {
  .program {
    background-image: url("images/runner/bg02_pc.jpg");
    background-repeat: no-repeat;
    padding: 20.8rem 0 6.4rem;
  }
}
.program__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 768px) {
  .program__container {
    padding: 12.8rem 15px;
  }
}
.program__heading {
  margin-bottom: 3.2rem;
}
.program .page-heading {
  text-align: center;
}
.program .page-heading__txt-main {
  color: #cfae5d;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .program .page-heading__txt-main {
    font-size: 4.8rem;
  }
}
.program .page-heading__txt-sub {
  color: #ffffff;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .program .page-heading__txt-sub {
    font-size: 2rem;
  }
}
.program .program-list {
  max-width: 960px;
  margin: 4.8rem auto 0;
}
@media screen and (min-width: 992px) {
  .program .program-list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program .program-list__item {
  width: 28rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .program .program-list__item {
    width: 30%;
    margin: 1.6%;
  }
}
.program .program-list__item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .program .program-list__item:not(:first-child) {
    margin-top: 1.6%;
  }
}
.program .program-list__link {
  display: block;
  width: 100%;
  height: 100%;
}
.program .program-list__img {
  width: 100%;
}
.program .sns-menu {
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .program .sns-menu {
    margin-top: 3.2rem;
  }
}
.program .attention {
  text-align: center;
  color: #ffffff;
  margin-top: 2.4rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .program .attention {
    margin-top: 3.2rem;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=runner2024.css.map */