/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

* {
  letter-spacing: 0.16em;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.16em;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2;
  font-size: 1.6rem;
}

.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block;
  }
  .sp_no {
    display: none;
  }
}
.dis_no {
  display: none !important;
}

.out_1 {
  pointer-events: none;
  opacity: 0.5;
}

.c-red {
  color: #b6193f;
}

.main {
  position: relative;
  overflow: hidden;
}

.reset {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec_inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec_inner {
    max-width: 100%;
  }
}
.mdl_cls {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  top: 1.4641288433vw;
  right: 1.4641288433vw;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
}
.mdl_cls .reset {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mdl_cls .reset::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mdl_cls .reset::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media screen and (min-width: 1367px) {
  .mdl_cls {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mdl_cls {
    top: 3.90625vw;
    right: 3.90625vw;
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .mdl_cls .reset::before {
    height: 1px;
  }
  .mdl_cls .reset::after {
    height: 1px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 1000;
}
.header .logo {
  position: relative;
  padding-top: 18px;
  padding-left: 36px;
  z-index: 1;
  width: 356px;
}
.header .logo img {
  width: 100%;
}
.header .hd_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 84px;
  z-index: 0;
}
.header .hd_r .menu_btn {
  position: relative;
  width: 84px;
  background-color: #b6193f;
}
.header .hd_r .menu_btn .menu_bar_1 {
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  top: 32px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}
.header .hd_r .menu_btn .menu_bar_1::before {
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
}
.header .hd_r .menu_btn .menu_bar_2 {
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}
.header .hd_r .menu_btn .menu_bar_2::before {
  display: block;
  content: "";
  background-color: #fff;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 100vw;
}
.header .hd_r .menu_btn.menu_btn_on .menu_bar_1 {
  top: 44px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  -webkit-animation: menu_bar_1 0.5s linear;
          animation: menu_bar_1 0.5s linear;
}
@-webkit-keyframes menu_bar_1 {
  0% {
    top: 32px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
@keyframes menu_bar_1 {
  0% {
    top: 32px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
.header .hd_r .menu_btn.menu_btn_on .menu_bar_2 {
  top: 44px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  -webkit-animation: menu_bar_2 0.5s linear;
          animation: menu_bar_2 0.5s linear;
}
@-webkit-keyframes menu_bar_2 {
  0% {
    top: 50px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes menu_bar_2 {
  0% {
    top: 50px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
.header .hd_r .menu_btn.menu_btn_on .menu_bar_2::before {
  width: 100%;
  -webkit-animation: menu_bar_2_in 0.5s linear;
          animation: menu_bar_2_in 0.5s linear;
}
@-webkit-keyframes menu_bar_2_in {
  0% {
    width: 70%;
  }
  50% {
    width: 70%;
  }
  51% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes menu_bar_2_in {
  0% {
    width: 70%;
  }
  50% {
    width: 70%;
  }
  51% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.header .hd_r .menu_btn.menu_btn_off .menu_bar_1 {
  top: 32px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
  -webkit-animation: menu_bar_1_off 0.5s linear;
          animation: menu_bar_1_off 0.5s linear;
}
@-webkit-keyframes menu_bar_1_off {
  0% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 32px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
@keyframes menu_bar_1_off {
  0% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 32px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
.header .hd_r .menu_btn.menu_btn_off .menu_bar_2 {
  top: 50px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
  -webkit-animation: menu_bar_2_off 0.5s linear;
          animation: menu_bar_2_off 0.5s linear;
}
@-webkit-keyframes menu_bar_2_off {
  0% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 50px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
@keyframes menu_bar_2_off {
  0% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  51% {
    top: 44px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    top: 50px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
.header .hd_r .menu_btn.menu_btn_off .menu_bar_2::before {
  width: 70%;
  -webkit-animation: menu_bar_2_in_off 0.5s linear;
          animation: menu_bar_2_in_off 0.5s linear;
}
@-webkit-keyframes menu_bar_2_in_off {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  51% {
    width: 70%;
  }
  100% {
    width: 70%;
  }
}
@keyframes menu_bar_2_in_off {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  51% {
    width: 70%;
  }
  100% {
    width: 70%;
  }
}
.header .hd_r .logo_r {
  position: relative;
  width: 224px;
  height: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 18px;
}
.header .hd_r .logo_r img {
  display: inline-block;
  width: 178px;
}
.header .hd_r .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  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;
  background-color: #b6193f;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .hd_r .menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.header .hd_r .menu ul li {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  margin-top: 3.2942898975vw;
}
.header .hd_r .menu.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 1367px) {
  .header .hd_r .menu ul li {
    margin-top: 45px;
  }
}
@media screen and (min-width: 769px) {
  .header .hd_r .menu ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .hd_r .menu ul li a:hover, .header .hd_r .menu ul li a:focus-visible {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 42px;
  }
  .header .logo {
    padding-top: 8px;
    padding-left: 8px;
    width: 178px;
  }
  .header .hd_r {
    height: 42px;
  }
  .header .hd_r .menu_btn {
    width: 42px;
  }
  .header .hd_r .menu_btn .menu_bar_1 {
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    left: 50%;
    top: 15px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .header .hd_r .menu_btn .menu_bar_1::before {
    display: block;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100vw;
  }
  .header .hd_r .menu_btn .menu_bar_2 {
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    left: 50%;
    top: 26px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .header .hd_r .menu_btn .menu_bar_2::before {
    display: block;
    content: "";
    background-color: #fff;
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 100vw;
  }
  .header .hd_r .menu_btn.menu_btn_on .menu_bar_1 {
    top: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
    -webkit-animation: menu_bar_1 0.5s linear;
            animation: menu_bar_1 0.5s linear;
  }
  @-webkit-keyframes menu_bar_1 {
    0% {
      top: 15px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
  }
  @keyframes menu_bar_1 {
    0% {
      top: 15px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
  }
  .header .hd_r .menu_btn.menu_btn_on .menu_bar_2 {
    top: 20px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    -webkit-animation: menu_bar_2 0.5s linear;
            animation: menu_bar_2 0.5s linear;
  }
  @-webkit-keyframes menu_bar_2 {
    0% {
      top: 26px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
  }
  @keyframes menu_bar_2 {
    0% {
      top: 26px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
  }
  .header .hd_r .menu_btn.menu_btn_on .menu_bar_2::before {
    width: 100%;
    -webkit-animation: menu_bar_2_in 0.5s linear;
            animation: menu_bar_2_in 0.5s linear;
  }
  @-webkit-keyframes menu_bar_2_in {
    0% {
      width: 70%;
    }
    50% {
      width: 70%;
    }
    51% {
      width: 100%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes menu_bar_2_in {
    0% {
      width: 70%;
    }
    50% {
      width: 70%;
    }
    51% {
      width: 100%;
    }
    100% {
      width: 100%;
    }
  }
  .header .hd_r .menu_btn.menu_btn_off .menu_bar_1 {
    top: 15px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
    -webkit-animation: menu_bar_1_off 0.5s linear;
            animation: menu_bar_1_off 0.5s linear;
  }
  @-webkit-keyframes menu_bar_1_off {
    0% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 15px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
  }
  @keyframes menu_bar_1_off {
    0% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 15px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
  }
  .header .hd_r .menu_btn.menu_btn_off .menu_bar_2 {
    top: 26px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
    -webkit-animation: menu_bar_2_off 0.5s linear;
            animation: menu_bar_2_off 0.5s linear;
  }
  @-webkit-keyframes menu_bar_2_off {
    0% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 26px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
  }
  @keyframes menu_bar_2_off {
    0% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
    50% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    51% {
      top: 20px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
    100% {
      top: 26px;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
              transform: translate(-50%, 0) rotate(0deg);
    }
  }
  .header .hd_r .menu_btn.menu_btn_off .menu_bar_2::before {
    width: 70%;
    -webkit-animation: menu_bar_2_in_off 0.5s linear;
            animation: menu_bar_2_in_off 0.5s linear;
  }
  @-webkit-keyframes menu_bar_2_in_off {
    0% {
      width: 100%;
    }
    50% {
      width: 100%;
    }
    51% {
      width: 70%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes menu_bar_2_in_off {
    0% {
      width: 100%;
    }
    50% {
      width: 100%;
    }
    51% {
      width: 70%;
    }
    100% {
      width: 70%;
    }
  }
  .header .hd_r .logo_r {
    width: 114px;
    padding-top: 8px;
  }
  .header .hd_r .logo_r img {
    display: inline-block;
    width: 90px;
  }
  .header .hd_r .menu ul li {
    font-size: 2rem;
    margin-top: 5.859375vw;
  }
}
.footer {
  background-color: #b6193f;
  padding-top: 1.1713030747vw;
  padding-bottom: 1.1713030747vw;
}
.footer .ft_copy {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1367px) {
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-color: #b6193f;
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
  .footer .ft_copy {
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.fadein_t {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.anime_d_01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.anime_d_01 img {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime_d_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.anime_d_02 img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime_d_03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.anime_d_03 img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_d_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.anime_d_04 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anime_d_05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anime_d_05 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime_d_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.anime_d_06 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_d_07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.anime_d_07 img {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.anime_d_08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.anime_d_08 img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.anime_d_09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.anime_d_09 img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_d_10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anime_d_10 img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.anime_d_11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.anime_d_11 img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.anime_d_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.anime_d_12 img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_d_13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.anime_d_13 img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.anime_d_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.anime_d_14 img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.anime_d_15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.anime_d_15 img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_d_16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.anime_d_16 img {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.anime_d_17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.anime_d_17 img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.anime_d_18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.anime_d_18 img {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_d_19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.anime_d_19 img {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.anime_d_20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.anime_d_20 img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.shunchare_inner {
  padding-left: 13.616398243vw;
  padding-right: 13.616398243vw;
}

@media screen and (min-width: 1367px) {
  .shunchare_inner {
    padding-left: 186px;
    padding-right: 186px;
  }
}
@media screen and (max-width: 768px) {
  .shunchare_inner {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
.shunchare_top {
  display: block;
  padding-top: 84px;
}
.shunchare_top .shunchare_mv {
  display: block;
  width: 100%;
}
.shunchare_top .shunchare_mv img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .shunchare_top {
    padding-top: 42px;
  }
}
.shunchare_map {
  padding-top: 7.3206442167vw;
  padding-bottom: 7.3206442167vw;
  background-color: #f2f2f2;
}
.shunchare_map .ttl_box .map_ttl {
  display: block;
  background-color: #b6193f;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  line-height: 1;
  width: 62.2254758419vw;
  border-radius: 0.2928257687vw;
}
.shunchare_map .ttl_box .map_txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
  line-height: 1.5;
}
.shunchare_map .content {
  position: relative;
  margin-top: 4.0995607613vw;
  margin-bottom: 1.1713030747vw;
}
.shunchare_map .content .main_map_wrap {
  position: absolute;
  width: 40.9956076135vw;
  top: 5.8565153734vw;
  left: 16.1054172767vw;
}
.shunchare_map .content .main_map_wrap .reset {
  position: relative;
  width: 100%;
  height: 100%;
}
.shunchare_map .content .main_map_wrap .chbt_w {
  position: absolute;
  z-index: 100;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset button {
  display: block;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset button img {
  width: 100%;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info {
  position: absolute;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .start {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 1.3rem;
  padding: 0.5em 0.75em;
  color: #fff;
  border-radius: 0.3em;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .start::before {
  display: block;
  position: absolute;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% + 1px));
          transform: translate(-50%, calc(-100% + 1px));
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .goal {
  text-align: center;
  font-size: 1.6rem;
  margin: 0.5em 0 0.2em;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .date {
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.25;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff;
}
.shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .date small {
  font-size: 1.2rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_1 {
  top: 38.2rem;
  left: 44.3rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_1 button {
  width: 9rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_1 .txt_info {
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_1 .txt_info .date {
  color: #ab884e;
}
.shunchare_map .content .main_map_wrap .chbt_w_2 {
  top: 28.5rem;
  left: 25.8rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_2 button {
  width: 9rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_2 .txt_info {
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_2 .txt_info .date {
  color: #5dce39;
}
.shunchare_map .content .main_map_wrap .chbt_w_3 {
  top: 64.4rem;
  left: 15.6rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_3 button {
  width: 11.2rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_3 .txt_info {
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_3 .txt_info .date {
  color: #f58a24;
}
.shunchare_map .content .main_map_wrap .chbt_w_4 {
  top: 38.8rem;
  left: 8.5rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_4 button {
  width: 10.6rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_4 .txt_info {
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-65%, 100%);
          transform: translate(-65%, 100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_4 .txt_info .date {
  color: #bd73b3;
}
.shunchare_map .content .main_map_wrap .chbt_w_5 {
  top: -0.2rem;
  left: 4rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_5 button {
  width: 11.2rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_5 .txt_info {
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-70%, 100%);
          transform: translate(-70%, 100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_5 .txt_info .date {
  color: #0de1e1;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 {
  top: 39.5rem;
  left: 32.7rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 button {
  width: 8rem;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info {
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info .start {
  background-color: #fb8695;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info .start::before {
  background: #fb8695;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info .goal {
  color: #fb8695;
}
.shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info .date {
  color: #fb8695;
}
.shunchare_map .content .main_map_wrap .runner_item {
  position: absolute;
  top: 5rem;
  left: 18.5rem;
  width: 11rem;
  z-index: 1;
  pointer-events: none;
}
.shunchare_map .content .main_map_wrap .runner_item img {
  width: 100%;
}
.shunchare_map .content .bak_item {
  position: relative;
  width: 100%;
}
.shunchare_map .content .bak_item img {
  width: 100%;
}
.shunchare_map .btn_wrap {
  padding-left: 1.1713030747vw;
  padding-right: 1.1713030747vw;
  gap: 1.4641288433vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shunchare_map .btn_wrap button {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  padding-top: 1.756954612vw;
  padding-bottom: 1.756954612vw;
  border-radius: 0.5856515373vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.shunchare_map .btn_wrap .btn_1 {
  background-image: url("/sp/sports/assets/images/shunchare/btn_item_1.webp");
}
.shunchare_map .btn_wrap .btn_2 {
  background-image: url("/sp/sports/assets/images/shunchare/btn_item_2.webp");
}
.shunchare_map.st_stop {
  pointer-events: none !important;
}
.shunchare_map.st_stop button {
  pointer-events: none !important;
}
.shunchare_map.st_stop .form_md_btn {
  opacity: 0.5;
}

@media screen and (min-width: 1367px) {
  .shunchare_map {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .shunchare_map .ttl_box .map_ttl {
    width: 850px;
    border-radius: 4px;
  }
  .shunchare_map .content {
    margin-top: 56px;
    margin-bottom: 16px;
  }
  .shunchare_map .content .main_map_wrap {
    width: 560px;
    top: 80px;
    left: 220px;
  }
  .shunchare_map .btn_wrap {
    padding-left: 16px;
    padding-right: 16px;
    gap: 20px;
  }
  .shunchare_map .btn_wrap button {
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .shunchare_map {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
  .shunchare_map .shunchare_inner {
    padding: 0;
  }
  .shunchare_map .ttl_box {
    position: absolute;
    right: 3.90625vw;
    top: 0;
  }
  .shunchare_map .ttl_box .map_ttl {
    display: block;
    background-color: #b6193f;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    font-weight: 800;
    margin: 0 auto;
    padding: 0.4em 0;
    text-align: center;
    line-height: 1;
    width: 52.0833333333vw;
    border-radius: 0.5208333333vw;
  }
  .shunchare_map .ttl_box .map_txt {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    margin-top: 0.5em;
    line-height: 1.4;
  }
  .shunchare_map .content {
    margin-top: 0;
    margin-bottom: 6.5104166667vw;
  }
  .shunchare_map .content .main_map_wrap {
    width: 94.4010416667vw;
    top: 14.3229166667vw;
    left: 3.90625vw;
  }
  .shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .start {
    font-size: 0.8rem;
    padding: 0.5em 0.75em;
    color: #fff;
    border-radius: 0.3em;
  }
  .shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .start::before {
    display: block;
    position: absolute;
    content: "";
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-100% + 1px));
            transform: translate(-50%, calc(-100% + 1px));
  }
  .shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .goal {
    font-size: 1rem;
    margin: 0.5em 0 0.2em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff;
  }
  .shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .date {
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff;
  }
  .shunchare_map .content .main_map_wrap .chbt_w .reset .txt_info .date small {
    font-size: 0.7rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_1 {
    top: 24rem;
    left: 28rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_1 button {
    width: 5.8rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_1 .txt_info {
    bottom: -0.2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .shunchare_map .content .main_map_wrap .chbt_w_2 {
    top: 17.8rem;
    left: 16rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_2 button {
    width: 5.8rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_2 .txt_info {
    top: -0.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .shunchare_map .content .main_map_wrap .chbt_w_3 {
    top: 40.8rem;
    left: 10rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_3 button {
    width: 7.1rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_3 .txt_info {
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .shunchare_map .content .main_map_wrap .chbt_w_4 {
    top: 24.5rem;
    left: 5.2rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_4 button {
    width: 6.8rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_4 .txt_info {
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translate(-65%, 100%);
            transform: translate(-65%, 100%);
  }
  .shunchare_map .content .main_map_wrap .chbt_w_5 {
    top: -0.2rem;
    left: 2.4rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_5 button {
    width: 7.1rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_5 .txt_info {
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translate(-70%, 100%);
            transform: translate(-70%, 100%);
  }
  .shunchare_map .content .main_map_wrap .chbt_w_6 {
    top: 25rem;
    left: 20.6rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_6 button {
    width: 5rem;
  }
  .shunchare_map .content .main_map_wrap .chbt_w_6 .txt_info {
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .shunchare_map .content .main_map_wrap .runner_item {
    top: 3rem;
    left: 11.5rem;
    width: 7.2rem;
  }
  .shunchare_map .btn_wrap {
    padding: 0 3.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6041666667vw;
  }
  .shunchare_map .btn_wrap button {
    font-size: 1.8rem;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    border-radius: 1.0416666667vw;
  }
}
.shunchare_detail {
  color: #fff;
  background-color: #b6193f;
  padding-top: 4.6852122987vw;
  padding-bottom: 4.6852122987vw;
}
.shunchare_detail .ttl_box {
  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;
  gap: 2.3426061493vw;
}
.shunchare_detail .ttl_box .img_box {
  width: 6.588579795vw;
}
.shunchare_detail .ttl_box .img_box img {
  width: 100%;
}
.shunchare_detail .ttl_box h2 {
  font-size: 2.4rem;
  line-height: 1.8;
}
.shunchare_detail .content .award_item {
  margin-top: 4.0995607613vw;
}
.shunchare_detail .content .award_item h3 {
  font-size: 4.6rem;
  text-align: center;
}
.shunchare_detail .content .award_item .conditions_item {
  margin-top: 2.9282576867vw;
}
.shunchare_detail .content .award_item .conditions_item h4 {
  display: block;
  border: 2px solid #fff;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  padding: 0.6em 0;
  border-radius: 0.2928257687vw;
}
.shunchare_detail .content .award_item .conditions_item p {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  margin-top: 1em;
  text-align: center;
}
.shunchare_detail .content .rule_item {
  display: block;
  position: relative;
  margin-top: 7.3206442167vw;
}
.shunchare_detail .content .rule_item .rule_btn {
  position: relative;
  display: block;
  background-color: #fff;
  color: #b6193f;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
  list-style: none;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 0.2928257687vw;
}
.shunchare_detail .content .rule_item .rule_btn::-webkit-details-marker {
  display: none;
}
.shunchare_detail .content .rule_item .rule_btn .btn {
  display: block;
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.shunchare_detail .content .rule_item .rule_btn .btn .reset {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.shunchare_detail .content .rule_item .rule_btn .btn .reset::after, .shunchare_detail .content .rule_item .rule_btn .btn .reset::before {
  display: block;
  content: "";
  background-color: #b6193f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100vw;
}
.shunchare_detail .content .rule_item .rule_btn .btn .reset::after {
  height: 100%;
  width: 0.3rem;
}
.shunchare_detail .content .rule_item .rule_btn .btn .reset::before {
  width: 100%;
  height: 0.3rem;
}
.shunchare_detail .content .rule_item[open] .btn .reset::after {
  height: 0%;
}
.shunchare_detail .content .rule_item .rule_list {
  padding-left: 6.7349926794vw;
  padding-right: 6.7349926794vw;
  counter-reset: rule-number;
}
.shunchare_detail .content .rule_item .rule_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-top: 3rem;
  gap: 2.3426061493vw;
  z-index: 0;
}
.shunchare_detail .content .rule_item .rule_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.5em;
}
.shunchare_detail .content .rule_item .rule_list li p .item_1 {
  display: inline-block;
  width: 2.635431918vw;
  height: auto;
  margin: 0 0.2em;
}
.shunchare_detail .content .rule_item .rule_list li .num {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-size: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b6193f;
  width: 5rem;
  height: 5rem;
}
.shunchare_detail .content .rule_item .rule_list li::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: calc(100% - 5rem + 3rem);
  z-index: -1;
  top: 5rem;
  left: 2.5rem;
}

@media screen and (min-width: 1367px) {
  .shunchare_detail {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .shunchare_detail .ttl_box {
    gap: 32px;
  }
  .shunchare_detail .ttl_box .img_box {
    width: 90px;
  }
  .shunchare_detail .content .award_item {
    margin-top: 56px;
  }
  .shunchare_detail .content .award_item .conditions_item {
    margin-top: 40px;
  }
  .shunchare_detail .content .award_item .conditions_item h4 {
    border-radius: 4px;
  }
  .shunchare_detail .content .rule_item {
    margin-top: 100px;
  }
  .shunchare_detail .content .rule_item .rule_btn {
    border-radius: 4px;
  }
  .shunchare_detail .content .rule_item .rule_list {
    padding-left: 92px;
    padding-right: 92px;
  }
  .shunchare_detail .content .rule_item .rule_list li {
    gap: 32px;
  }
  .shunchare_detail .content .rule_item .rule_list li p .item_1 {
    width: 36px;
  }
}
@media screen and (min-width: 769px) {
  .shunchare_detail .content .rule_item .rule_btn {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .shunchare_detail .content .rule_item .rule_btn .btn .reset::after, .shunchare_detail .content .rule_item .rule_btn .btn .reset::before {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .shunchare_detail .content .rule_item .rule_btn:hover, .shunchare_detail .content .rule_item .rule_btn:focus-visible {
    color: #fff;
    background-color: #b6193f;
  }
  .shunchare_detail .content .rule_item .rule_btn:hover .btn .reset::after, .shunchare_detail .content .rule_item .rule_btn:hover .btn .reset::before, .shunchare_detail .content .rule_item .rule_btn:focus-visible .btn .reset::after, .shunchare_detail .content .rule_item .rule_btn:focus-visible .btn .reset::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .shunchare_detail {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
  .shunchare_detail .ttl_box {
    gap: 5.2083333333vw;
  }
  .shunchare_detail .ttl_box .img_box {
    width: 19.53125vw;
  }
  .shunchare_detail .ttl_box h2 {
    font-size: 1.8rem;
  }
  .shunchare_detail .content .award_item {
    margin-top: 10.4166666667vw;
  }
  .shunchare_detail .content .award_item h3 {
    font-size: 3.5rem;
  }
  .shunchare_detail .content .award_item .conditions_item {
    margin-top: 10.4166666667vw;
  }
  .shunchare_detail .content .award_item .conditions_item.mt_hf {
    margin-top: 5.2083333333vw;
  }
  .shunchare_detail .content .award_item .conditions_item h4 {
    font-size: 1.6rem;
    border-radius: 1.0416666667vw;
  }
  .shunchare_detail .content .award_item .conditions_item p {
    font-size: 1.4rem;
    text-align: left;
  }
  .shunchare_detail .content .rule_item {
    margin-top: 10.4166666667vw;
  }
  .shunchare_detail .content .rule_item .rule_btn {
    font-size: 1.6rem;
    border-radius: 1.0416666667vw;
  }
  .shunchare_detail .content .rule_item .rule_list {
    padding: 0;
    margin-top: 2em;
  }
  .shunchare_detail .content .rule_item .rule_list li {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    gap: 4.1666666667vw;
  }
  .shunchare_detail .content .rule_item .rule_list li p {
    letter-spacing: 0.16em;
    margin-top: 0em;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .shunchare_detail .content .rule_item .rule_list li p .item_1 {
    width: 5.2083333333vw;
    height: auto;
    margin: 0 0.2em;
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
  }
  .shunchare_detail .content .rule_item .rule_list li .num {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
  .shunchare_detail .content .rule_item .rule_list li::after {
    height: calc(100% - 4rem + 1.6rem);
    top: 4rem;
    left: 2rem;
  }
  .shunchare_detail .content .rule_item .rule_list li:last-child::after {
    height: calc(100% - 4rem);
  }
}
.shunchare_time {
  background-color: #f2f2f2;
  padding-top: 4.6852122987vw;
  padding-bottom: 4.6852122987vw;
}
.shunchare_time .content {
  background-color: #fff;
  padding: 5rem 8rem;
  padding-top: 3.6603221083vw;
  padding-bottom: 3.6603221083vw;
  padding-left: 5.8565153734vw;
  padding-right: 5.8565153734vw;
  border-radius: 1.6rem;
}
.shunchare_time .content h2 {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
.shunchare_time .content .criterion_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 0;
  margin-top: 3rem;
  margin-top: 2.196193265vw;
}
.shunchare_time .content .criterion_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.shunchare_time .content .criterion_list dl dt {
  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: 10rem;
  height: 3.2rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  border-radius: 0.4rem;
  width: 7.3206442167vw;
  height: 2.9282576867vw;
}
.shunchare_time .content .criterion_list dl dt .num {
  font-size: 2.4rem;
  font-weight: 700;
}
.shunchare_time .content .criterion_list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.shunchare_time .content .criterion_list dl dd small {
  font-size: 1.2rem;
}
.shunchare_time .content .criterion_list dl:nth-child(1) dt {
  background-color: #ab884e;
}
.shunchare_time .content .criterion_list dl:nth-child(1) dd {
  color: #ab884e;
}
.shunchare_time .content .criterion_list dl:nth-child(2) dt {
  background-color: #5dce39;
}
.shunchare_time .content .criterion_list dl:nth-child(2) dd {
  color: #5dce39;
}
.shunchare_time .content .criterion_list dl:nth-child(3) dt {
  background-color: #f58a24;
}
.shunchare_time .content .criterion_list dl:nth-child(3) dd {
  color: #f58a24;
}
.shunchare_time .content .criterion_list dl:nth-child(4) dt {
  background-color: #bd73b3;
}
.shunchare_time .content .criterion_list dl:nth-child(4) dd {
  color: #bd73b3;
}
.shunchare_time .content .criterion_list dl:nth-child(5) dt {
  background-color: #0ddcdc;
}
.shunchare_time .content .criterion_list dl:nth-child(5) dd {
  color: #0ddcdc;
}
.shunchare_time .content .criterion_list dl:nth-child(6) dt {
  background-color: #fb8695;
}
.shunchare_time .content .criterion_list dl:nth-child(6) dd {
  color: #fb8695;
}

@media screen and (min-width: 1367px) {
  .shunchare_time {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .shunchare_time .content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .shunchare_time .content .criterion_list {
    margin-top: 30px;
  }
  .shunchare_time .content .criterion_list dl dt {
    width: 100px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .shunchare_time {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
  .shunchare_time .content {
    padding: 5rem 8rem;
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
    border-radius: 1.6rem;
  }
  .shunchare_time .content h2 {
    font-size: 1.6rem;
  }
  .shunchare_time .content .criterion_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
    margin-top: 3rem;
    margin-top: 5.2083333333vw;
  }
  .shunchare_time .content .criterion_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .shunchare_time .content .criterion_list dl dt {
    font-size: 1rem;
    border-radius: 0.2rem;
    width: 15.625vw;
    height: 5.2083333333vw;
  }
  .shunchare_time .content .criterion_list dl dt .num {
    font-size: 1.4rem;
  }
  .shunchare_time .content .criterion_list dl dd {
    font-size: 1.4rem;
  }
  .shunchare_time .content .criterion_list dl dd small {
    font-size: 1rem;
  }
}
.shunchare_attention {
  padding-top: 4.6852122987vw;
  padding-bottom: 4.6852122987vw;
}
.shunchare_attention h2 {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  padding: 0.6em 0;
  background-color: #b6193f;
  color: #fff;
  border-radius: 0.2928257687vw;
}
.shunchare_attention p {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 1367px) {
  .shunchare_attention {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .shunchare_attention h2 {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .shunchare_attention {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
  .shunchare_attention h2 {
    font-size: 1.6rem;
    border-radius: 1.0416666667vw;
  }
  .shunchare_attention p {
    font-size: 1.6rem;
    letter-spacing: 0.16em;
    text-align: left;
    line-height: 1.8;
  }
}