@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  scroll-padding-top: 5.2083333333vw;
  font-size: 10px;
  overflow-x: clip;
}
@media (min-width: 768px) and (max-width: 1530px) {
  html {
    font-size: 0.6802721088vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif, Arial;
  color: #2c2c2c;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
  margin-top: 5.2083333333vw;
}
@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    margin-top: 10rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #2c2c2c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.inner {
  max-width: 147rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 2rem;
  }
}

.inner.ContactInner {
  max-width: unset;
  background-color: #f0f0f0;
  padding-block: 10rem;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-red {
  color: #c60017;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0416666667vw 13.0208333333vw;
  background-color: #fff;
  height: 5.2083333333vw;
}
@media (max-width: 767px) {
  .site-header {
    padding: 1.5rem;
    height: 10rem;
  }
}

h1 {
  width: 14rem;
}
@media (max-width: 767px) {
  h1 {
    position: relative;
    z-index: 101;
  }
}

.site-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.71875vw;
}
.site-nav li {
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.site-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-nav li a:hover {
  opacity: 0.7;
}
.site-nav li span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  border-left: #333 0.2rem solid;
  border-bottom: #333 0.2rem solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hbm-container {
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hbm-container .hbm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.hbm-container .hbm span {
  display: block;
  background-color: #333;
  width: 30px;
  height: 3px;
}

@media (max-width: 767px) {
  .site-nav {
    position: absolute;
    top: 0;
    width: 75%;
    height: 100vh;
    z-index: 100;
    right: 120%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .site-nav ul {
    background-color: #b73d3d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem;
    gap: 1.5rem;
    padding: 20rem 5rem;
  }
  .site-nav ul li {
    font-size: 3.8rem;
    width: 100%;
    padding-inline: 0rem;
  }
  .site-nav ul li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-nav ul li span {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    border-left: #fff 0.2rem solid;
    border-bottom: #fff 0.2rem solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.site-nav.open {
  right: 25%;
}

.cross {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 101;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 5rem;
  background-color: #c60017;
  margin-inline: 6rem;
  padding-left: 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-block: 0;
    margin-inline: 0;
    padding-left: 0;
  }
}

.footer-title {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.2571428571;
}
@media (max-width: 767px) {
  .footer-title {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    top: 3.7rem;
    right: 2.3rem;
    z-index: 1;
  }
}
.footer-title-text01 {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 3rem;
}
@media (max-width: 767px) {
  .footer-title-text01 {
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    padding: 1rem 0.2rem;
  }
}

.footer-img {
  width: 72.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .footer-img {
    width: 100%;
    height: 69rem;
    display: block;
    position: relative;
    z-index: 0;
  }
  .footer-img img {
    clip-path: inset(0 0 22.173% 0);
  }
}

.footer-text-content {
  font-size: 5.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2413793103;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .footer-text-content {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer {
  width: 100%;
  height: 9.2rem;
  background-color: #484848;
  position: relative;
}

.footerInner {
  height: 100%;
}

.copy-right {
  height: 100%;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
}
@media (max-width: 767px) {
  .copy-right {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .home .copy-right {
    font-size: 3rem;
    margin-bottom: 9rem;
  }
}
/* --------------------------------
top-fv
----------------------------------- */
.fv {
  position: relative;
}

.fv-text01 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2916666667vw;
  line-height: 1.5909090909;
  position: absolute;
  top: 5.3125vw;
  left: 23.6979166667vw;
  color: #932835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5208333333vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .fv-text01 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 4.4rem;
    top: 3.3rem;
    left: 3rem;
    gap: 1rem;
  }
}
.fv-text01 span {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding-inline: 2.8rem;
}

.fv-logo {
  width: 21.4583333333vw;
  position: absolute;
  top: 14.84375vw;
  left: 23.6979166667vw;
}
@media (max-width: 767px) {
  .fv-logo {
    width: 71.7rem;
    top: auto;
    bottom: 1rem;
    left: 1.5rem;
    z-index: 1;
  }
}

.fv-text02 {
  height: 9.9479166667vw;
  width: 9.9479166667vw;
  position: absolute;
  background-color: #c60017;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 50%;
  right: 19.2708333333vw;
  top: 1.3020833333vw;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .fv-text02 {
    font-size: 3rem;
    height: 18.1rem;
    width: 18.1rem;
    right: 3rem;
    top: auto;
    bottom: 7rem;
    z-index: 0;
  }
}

.fv-u-text {
  background-color: #c60017;
  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;
  height: 4.1666666667vw;
}
@media (max-width: 767px) {
  .fv-u-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    padding-block: 2rem;
  }
}
.fv-u-text-01 {
  background-color: #fff;
  font-size: 2.03125vw;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.5897435897;
  letter-spacing: 0.12em;
  color: #c60017;
}
@media (max-width: 767px) {
  .fv-u-text-01 {
    background-color: #c60017;
    color: #fff;
    font-size: 3.9rem;
  }
}
.fv-u-text-02 {
  font-size: 2.03125vw;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.5897435897;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: 600;
}
@media (max-width: 767px) {
  .fv-u-text-02 {
    font-size: 5.8rem;
    text-align: center;
    line-height: 1.2068965517;
  }
}

.BackToTopBtn {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  background-color: #c60017;
  position: absolute;
  top: 50%;
  right: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.BackToTopBtn::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-before: 2px solid #fff;
          border-block-start: 2px solid #fff;
  -webkit-border-start: 2px solid #fff;
          border-inline-start: 2px solid #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-section-title {
  width: 65.2rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  text-transform: uppercase;
}
.c-section-title img {
  grid-area: 1/1;
  width: 100%;
  display: block;
}
.c-section-title .title-text {
  position: absolute;
  font-size: 3.7rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #fff;
  padding-bottom: 1.3rem;
}

.entry {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56.7rem;
  height: 6.48rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.6rem;
  position: relative;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: #000 0.1rem solid;
  /* pタグから移動したスタイル */
  font-size: 2.9rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  /* 矢印をボタンの内側・右端に */
}
.entry::before {
  content: "";
  position: absolute;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  top: 50%;
  right: 2.6rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  pointer-events: none;
}
.entry:hover {
  background-color: #fff;
  color: #000;
}
.entry:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.EntryLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 6.5rem;
          margin-block-start: 6.5rem;
}

.entry.entry--line {
  background-color: #57cc75;
  border: #57cc75 0.1rem solid;
}

.entry.entry--line:hover {
  background-color: #fff;
  color: #000;
}

.entry-sp {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0;
  height: 9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-sp p {
  font-size: 3.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
.entry-sp::before {
  content: "";
  position: absolute;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  top: 49%;
  right: 3.6rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
.entry-sp:hover {
  background-color: #333;
}

.float {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.float.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.new-badge {
  width: 5.4rem;
  height: 2.8rem;
  background: #274a78;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-badge {
    width: 8rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */