@charset "UTF-8";
@keyframes kira {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #231815;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.s-ttl {
  width: 190px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  letter-spacing: 8%;
  background-color: #FBCCCC;
  border: 1px solid #fff;
  border-radius: 16.4px;
  margin: 0 auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.s-ttl.-lg {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .s-ttl.-lg {
    width: 455.44px;
  }
}
@media screen and (min-width: 768px) {
  .s-ttl {
    font-size: 24px;
    width: 365.5px;
    border-radius: 30px;
    padding: 0.5em 0;
    border: 2px solid #fff;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*===========================================
header
===========================================*/
.header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 84px;
}

.menuOpen .header::before {
  content: "";
  position: relative;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header_inner {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  height: 84px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(246.5px, 34.5vw, 415.5px);
  gap: clamp(10px, 1.04vw, 20px);
  padding: 0 20px;
  position: relative;
  z-index: 102;
}

.header_logo a {
  transition: opacity 0.2s ease;
  display: block;
}

.header_logo a:hover {
  opacity: 0.7;
}

.header_logo_point {
  width: 295.5px;
}

.header_logo_app {
  width: 55px;
}

.header_logo_jrk {
  width: 55px;
}

.header_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 90px;
  width: 32px;
  height: 32px;
  z-index: 101;
}

.header_sns a {
  transition: opacity 0.2s ease;
}

.header_sns a:hover {
  opacity: 0.7;
}

.header_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  width: 84px;
  height: 84px;
  z-index: 1001;
}

.header_menu_button button {
  display: block;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: none;
  overflow: hidden;
}

.header_menu_button button::before, .header_menu_button button::after, .header_menu_button button span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  rotate: 0deg;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100vw;
  background-color: #e60012;
  margin: auto;
}

.header_menu_button button::before, .header_menu_button button::after {
  transition: translate 0.3s ease 0.3s, rotate 0.3s ease, background-color 0s ease 0.2s;
}

.header_menu_button button::before {
  translate: 0 12px;
}

.header_menu_button button::after {
  translate: 0 -12px;
}

.header_menu_button button span {
  transition: opacity 0s ease 0.3s;
  display: block;
  width: 34px;
  height: 28px;
}

.header_menu_button button span::before {
  top: 0;
  bottom: 0;
}

.menuOpen .header_menu_button button::before, .menuOpen .header_menu_button button::after {
  transition: translate 0.3s ease, rotate 0.3s ease 0.3s;
  background-color: #fff;
}

.menuOpen .header_menu_button button::before {
  rotate: 45deg;
  translate: 0;
}

.menuOpen .header_menu_button button::after {
  rotate: -45deg;
  translate: 0;
}

.menuOpen .header_menu_button button span {
  opacity: 0;
}

.header_menuList {
  transition: translate 0.3s ease;
  translate: 100%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 350px;
  padding: 84px 0 0 0;
  background: #e60012;
  z-index: 1000;
}

.menuOpen .header_menuList {
  translate: 0%;
}

.header_menuList .icon_kyupo {
  display: block;
  position: relative;
  width: 103px;
  overflow: hidden;
}

.header_menuList .icon_kyupo > * {
  display: block;
  height: 0;
  padding-top: 29.13%;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.header_menuList .icon_kyupo > * {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22144.739%22%20height%3D%2242.113%22%20viewBox%3D%220%200%20144.739%2042.113%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.847%2C29.076c0%2C2.7-1.372%2C3.2-5.847%2C2.949%2C0%2C5.186.152%2C8.846.152%2C8.846s14.083.916%2C14.083-11.947V10.366H5.847Z%22%20transform%3D%22translate%280%201.227%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.179%2C21.575c0-6.509-2.746-10.982-10.728-10.982H17.367V39.878h8.542v-8.8l5.389%2C8.8h9.66l-6-10.727s4.22-3.763%2C4.22-7.576M28.756%2C23.71a2.949%2C2.949%2C0%2C1%2C1%2C2.949-2.949%2C2.95%2C2.95%2C0%2C0%2C1-2.949%2C2.949%22%20transform%3D%22translate%282.056%201.254%29%22%2F%3E%0D%0A%3Crect%20fill%3D%22%23FFF%22%20width%3D%229.774%22%20height%3D%226.991%22%20transform%3D%22translate%2892.625%2023.808%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M128.75%2C23.769V15.888h-12.2v-8.8h-7.881v8.8H95.689v7.881h12.977V40.154h7.881V23.769Z%22%20transform%3D%22translate%2811.326%200.839%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M58.709%2C10.729H50.981v4.982h-9.61v6.813h9.61V26.44h-9.61v6.813h9.61v6.356h7.728V33.253h9.762V26.44H58.709V22.525h9.762V15.712H58.709Z%22%20transform%3D%22translate%284.897%201.27%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M80.88%2C27.908V21.1H69.9v6.813h4.169v4.475H65.831v6H84.439v-6H80.88Z%22%20transform%3D%22translate%287.792%202.497%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M122.9%2C27.187a5.288%2C5.288%2C0%2C1%2C0%2C5.288%2C5.288%2C5.288%2C5.288%2C0%2C0%2C0-5.288-5.288%22%20transform%3D%22translate%2813.921%203.218%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M99.533%2C27.187a5.288%2C5.288%2C0%2C1%2C0%2C5.288%2C5.288%2C5.288%2C5.288%2C0%2C0%2C0-5.288-5.288%22%20transform%3D%22translate%2811.155%203.218%29%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M123.816%2C0a7.112%2C7.112%2C0%2C1%2C0%2C7.111%2C7.112A7.112%2C7.112%2C0%2C0%2C0%2C123.816%2C0m0%2C9.247a2.135%2C2.135%2C0%2C1%2C1%2C2.134-2.135%2C2.136%2C2.136%2C0%2C0%2C1-2.134%2C2.135%22%20transform%3D%22translate%2813.813%200%29%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.header_menuList .icon_kyupoApp {
  display: block;
  position: relative;
  width: 136px;
  overflow: hidden;
}

.header_menuList .icon_kyupoApp > * {
  display: block;
  height: 0;
  padding-top: 16.18%;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.header_menuList .icon_kyupoApp > * {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22135.993%22%20height%3D%2222%22%20viewBox%3D%220%200%20135.993%2022%22%3E%0D%0A%0D%0A%0D%0A%3Cpath%20d%3D%22M3.053%2C14.046c0%2C1.407-.716%2C1.672-3.053%2C1.539%2C0%2C2.711.078%2C4.623.078%2C4.623s7.356.478%2C7.356-6.242V4.27H3.053Z%22%20transform%3D%22translate%280%201.785%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.55%2C10.1c0-3.4-1.437-5.738-5.606-5.738H7.154v15.3h4.463v-4.6l2.815%2C4.6h5.046l-3.134-5.606S18.55%2C12.092%2C18.55%2C10.1M13.1%2C11.218a1.54%2C1.54%2C0%2C1%2C1%2C1.539-1.541A1.54%2C1.54%2C0%2C0%2C1%2C13.1%2C11.218%22%20transform%3D%22translate%282.991%201.824%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.692%2C11.635V7.517H50.317V2.922H46.2V7.517H39.42v4.118H46.2v8.56h4.118v-8.56Z%22%20transform%3D%22translate%2816.481%201.221%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.1%2C4.421H22.064v2.6H17.043v3.558h5.021v2.043H17.043v3.559h5.021v3.321H26.1V16.186h5.1V12.626H26.1V10.583h5.1V7.025H26.1Z%22%20transform%3D%22translate%287.125%201.848%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.982%2C12.25V8.693H29.244V12.25h2.18v2.334h-4.3v3.138H36.84V14.585H34.982Z%22%20transform%3D%22translate%2811.339%203.634%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.215%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.762%2C2.762%2C0%2C0%2C0%2C51.215%2C11.2%22%20transform%3D%22translate%2820.257%204.682%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.588%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.761%2C2.761%2C0%2C0%2C0%2C41.588%2C11.2%22%20transform%3D%22translate%2816.232%204.682%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.793%2C0a3.715%2C3.715%2C0%2C1%2C0%2C3.716%2C3.715A3.715%2C3.715%2C0%2C0%2C0%2C51.793%2C0m0%2C4.831a1.115%2C1.115%2C0%2C1%2C1%2C1.116-1.116%2C1.114%2C1.114%2C0%2C0%2C1-1.116%2C1.116%22%20transform%3D%22translate%2820.101%200%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3.053%2C14.046c0%2C1.407-.716%2C1.672-3.053%2C1.539%2C0%2C2.711.078%2C4.623.078%2C4.623s7.356.478%2C7.356-6.242V4.27H3.053Z%22%20transform%3D%22translate%280%201.785%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.55%2C10.1c0-3.4-1.437-5.738-5.606-5.738H7.154v15.3h4.463v-4.6l2.815%2C4.6h5.046l-3.134-5.606S18.55%2C12.092%2C18.55%2C10.1M13.1%2C11.218a1.54%2C1.54%2C0%2C1%2C1%2C1.539-1.541A1.54%2C1.54%2C0%2C0%2C1%2C13.1%2C11.218%22%20transform%3D%22translate%282.991%201.824%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Crect%20width%3D%225.105%22%20height%3D%223.65%22%20transform%3D%22translate%2848.386%2012.438%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.692%2C11.635V7.517H50.317V2.922H46.2V7.517H39.42v4.118H46.2v8.56h4.118v-8.56Z%22%20transform%3D%22translate%2816.481%201.221%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.1%2C4.421H22.064v2.6H17.043v3.558h5.021v2.043H17.043v3.559h5.021v3.321H26.1V16.186h5.1V12.626H26.1V10.583h5.1V7.025H26.1Z%22%20transform%3D%22translate%287.125%201.848%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.982%2C12.25V8.693H29.244V12.25h2.18v2.334h-4.3v3.138H36.84V14.585H34.982Z%22%20transform%3D%22translate%2811.339%203.634%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.215%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.762%2C2.762%2C0%2C0%2C0%2C51.215%2C11.2%22%20transform%3D%22translate%2820.257%204.682%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.588%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.761%2C2.761%2C0%2C0%2C0%2C41.588%2C11.2%22%20transform%3D%22translate%2816.232%204.682%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.793%2C0a3.715%2C3.715%2C0%2C1%2C0%2C3.716%2C3.715A3.715%2C3.715%2C0%2C0%2C0%2C51.793%2C0m0%2C4.831a1.115%2C1.115%2C0%2C1%2C1%2C1.116-1.116%2C1.114%2C1.114%2C0%2C0%2C1-1.116%2C1.116%22%20transform%3D%22translate%2820.101%200%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M66.936%2C5.651H56.207l-.816%2C4.118h9.97l-1.3%2C3.4h-5.03l-1.821%2C5.879h4.935l2.009-5.879h5.031l2.874-7.523Z%22%20transform%3D%22translate%2823.158%202.362%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M87.389%2C5.821l-2%2C5.6H90.52l2-5.6Z%22%20transform%3D%22translate%2835.701%202.433%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M93.628%2C5.821%2C89.077%2C18.983H94.2L98.753%2C5.821Z%22%20transform%3D%22translate%2837.241%202.433%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M77.943%2C5.753h-8.85L67.679%2C9.871h8.673l-3.524%2C9.141h5.128L83.068%2C5.753Z%22%20transform%3D%22translate%2828.295%202.405%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M83%2C12.862A3.715%2C3.715%2C0%2C1%2C0%2C79.281%2C9.15%2C3.713%2C3.713%2C0%2C0%2C0%2C83%2C12.862m0-4.829A1.115%2C1.115%2C0%2C1%2C1%2C81.882%2C9.15%2C1.113%2C1.113%2C0%2C0%2C1%2C83%2C8.034%22%20transform%3D%22translate%2833.145%202.271%29%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.header_menuList_inner {
  flex-grow: 1;
  padding: 0 15px 40px 15px;
  overflow-y: auto;
}

.header_menuList_ttl {
  color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 0.25em;
  font-size: 2rem;
  font-weight: bold;
}

.header_menuList_ttl span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.header_menuList_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

* + .header_menuList_list {
  border-top: 1px solid #ff848e;
  padding-top: 15px;
}

.header_menuList_ttl + .header_menuList_list {
  border-top: none;
}

.header_menuList_list + .header_menuList_list {
  margin-top: 15px;
  border-top: 1px solid #ff848e;
  padding-top: 15px;
}

.header_menuList_list a {
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
  padding: 15px 0;
  padding-right: calc(19px + 1em);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

.header_menuList_list a p {
  font-weight: bold;
}

.header_menuList_list a::after {
  transition: translate 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  top: 0;
  bottom: 0;
  right: 0;
}

.header_menuList_list a:hover::after {
  translate: 10px;
}

.header_menuList_area ul {
  padding: 0.8em 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .header_menuList_area ul {
    border-bottom: 1px solid #fff;
  }
}
.header_menuList_area li a {
  display: block;
  font-size: 14px;
  line-height: 1.75;
  width: 100%;
  position: relative;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .header_menuList_area li a {
    font-size: 16px;
    color: #fff;
  }
}
.header_menuList_area li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 5.23px;
  height: 10.47px;
  background-image: url(../img/hd/arrow-bl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .header_menuList_area li a::before {
    width: 7.845px;
    height: 15.705px;
    background-image: url(../img/hd/arrow-wt.svg);
  }
}
.header_menuList_area li.-red a {
  color: #e60012;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .header_menuList_area li.-red a {
    color: #fff;
  }
}
.header_menuList_area li.-ind {
  padding-left: 1em;
}

@media not screen and (min-width: 768px) {
  .header {
    height: 60px;
    padding-left: 20px;
    background-color: #e60012;
  }
  .header_inner {
    height: 60px;
    background: #e60012;
  }
  .header_logo {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
  }
  .header_logo_point {
    width: 170px;
  }
  .header_logo_app {
    width: 28px;
  }
  .header_logo_jrk {
    width: 28px;
  }
  .header_sns {
    right: 60px;
    width: 26px;
    height: 26px;
  }
  .header_sns img {
    width: 24px;
  }
  .header_menu {
    width: 60px;
    height: 60px;
  }
  .header_menu_button button::before, .header_menu_button button::after {
    height: 3px;
  }
  .header_menu_button button::before {
    translate: 0 8px;
  }
  .header_menu_button button::after {
    translate: 0 -8px;
  }
  .header_menu_button button span {
    width: 23px;
    height: 19px;
  }
  .header_menu_button button span::before {
    height: 3px;
  }
  .header_menuList {
    padding-top: 60px;
    background-color: #fff;
    min-width: 290px;
  }
  .header_menuList_ttl {
    margin-top: 40px;
  }
  .header_menu_button button::before, .header_menu_button button::after, .header_menu_button button span::before {
    background-color: #fff;
  }
  .menuOpen .header_menu_button button::before, .menuOpen .header_menu_button button::after {
    background-color: #000;
  }
}
/*===========================================
globalNav
===========================================*/
.globalNav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
}

.globalNav {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  margin: 0 clamp(208px, 36.666vw, 360px);
  z-index: 101;
}

.globalNav ul {
  display: grid;
  width: min(1200px, 100%);
  grid-template-columns: repeat(3, 1fr);
}

.globalNav li {
  display: flex;
  position: relative;
}

.globalNav a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(18px, 0.94vw);
  font-weight: bold;
  padding: 0 0.5em;
}

.globalNav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 2em;
  margin: auto;
  border-right: 1px solid #ccc;
}

.globalNav li:last-child a:after,
.globalNav li:nth-of-type(4) a:after {
  content: normal;
}

.globalNav li.-login a {
  height: 40px;
  background-color: #F7D9E6;
  color: #e60012;
  width: 110px;
}

.globalNav .icon_kyupoApp {
  translate: 0 -0.25em;
  max-width: 140px;
  display: block;
  position: relative;
  width: 85%;
  overflow: hidden;
}

.globalNav .icon_kyupoApp > * {
  display: block;
  height: 0;
  padding-top: 16.18%;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.globalNav .icon_kyupoApp > * {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22135.993%22%20height%3D%2222%22%20viewBox%3D%220%200%20135.993%2022%22%3E%0D%0A%0D%0A%0D%0A%3Cpath%20d%3D%22M3.053%2C14.046c0%2C1.407-.716%2C1.672-3.053%2C1.539%2C0%2C2.711.078%2C4.623.078%2C4.623s7.356.478%2C7.356-6.242V4.27H3.053Z%22%20transform%3D%22translate%280%201.785%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.55%2C10.1c0-3.4-1.437-5.738-5.606-5.738H7.154v15.3h4.463v-4.6l2.815%2C4.6h5.046l-3.134-5.606S18.55%2C12.092%2C18.55%2C10.1M13.1%2C11.218a1.54%2C1.54%2C0%2C1%2C1%2C1.539-1.541A1.54%2C1.54%2C0%2C0%2C1%2C13.1%2C11.218%22%20transform%3D%22translate%282.991%201.824%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.692%2C11.635V7.517H50.317V2.922H46.2V7.517H39.42v4.118H46.2v8.56h4.118v-8.56Z%22%20transform%3D%22translate%2816.481%201.221%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.1%2C4.421H22.064v2.6H17.043v3.558h5.021v2.043H17.043v3.559h5.021v3.321H26.1V16.186h5.1V12.626H26.1V10.583h5.1V7.025H26.1Z%22%20transform%3D%22translate%287.125%201.848%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.982%2C12.25V8.693H29.244V12.25h2.18v2.334h-4.3v3.138H36.84V14.585H34.982Z%22%20transform%3D%22translate%2811.339%203.634%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.215%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.762%2C2.762%2C0%2C0%2C0%2C51.215%2C11.2%22%20transform%3D%22translate%2820.257%204.682%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.588%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.761%2C2.761%2C0%2C0%2C0%2C41.588%2C11.2%22%20transform%3D%22translate%2816.232%204.682%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.793%2C0a3.715%2C3.715%2C0%2C1%2C0%2C3.716%2C3.715A3.715%2C3.715%2C0%2C0%2C0%2C51.793%2C0m0%2C4.831a1.115%2C1.115%2C0%2C1%2C1%2C1.116-1.116%2C1.114%2C1.114%2C0%2C0%2C1-1.116%2C1.116%22%20transform%3D%22translate%2820.101%200%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3.053%2C14.046c0%2C1.407-.716%2C1.672-3.053%2C1.539%2C0%2C2.711.078%2C4.623.078%2C4.623s7.356.478%2C7.356-6.242V4.27H3.053Z%22%20transform%3D%22translate%280%201.785%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.55%2C10.1c0-3.4-1.437-5.738-5.606-5.738H7.154v15.3h4.463v-4.6l2.815%2C4.6h5.046l-3.134-5.606S18.55%2C12.092%2C18.55%2C10.1M13.1%2C11.218a1.54%2C1.54%2C0%2C1%2C1%2C1.539-1.541A1.54%2C1.54%2C0%2C0%2C1%2C13.1%2C11.218%22%20transform%3D%22translate%282.991%201.824%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Crect%20width%3D%225.105%22%20height%3D%223.65%22%20transform%3D%22translate%2848.386%2012.438%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.692%2C11.635V7.517H50.317V2.922H46.2V7.517H39.42v4.118H46.2v8.56h4.118v-8.56Z%22%20transform%3D%22translate%2816.481%201.221%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.1%2C4.421H22.064v2.6H17.043v3.558h5.021v2.043H17.043v3.559h5.021v3.321H26.1V16.186h5.1V12.626H26.1V10.583h5.1V7.025H26.1Z%22%20transform%3D%22translate%287.125%201.848%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.982%2C12.25V8.693H29.244V12.25h2.18v2.334h-4.3v3.138H36.84V14.585H34.982Z%22%20transform%3D%22translate%2811.339%203.634%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.215%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.762%2C2.762%2C0%2C0%2C0%2C51.215%2C11.2%22%20transform%3D%22translate%2820.257%204.682%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.588%2C11.2a2.762%2C2.762%2C0%2C1%2C0%2C2.762%2C2.761A2.761%2C2.761%2C0%2C0%2C0%2C41.588%2C11.2%22%20transform%3D%22translate%2816.232%204.682%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.793%2C0a3.715%2C3.715%2C0%2C1%2C0%2C3.716%2C3.715A3.715%2C3.715%2C0%2C0%2C0%2C51.793%2C0m0%2C4.831a1.115%2C1.115%2C0%2C1%2C1%2C1.116-1.116%2C1.114%2C1.114%2C0%2C0%2C1-1.116%2C1.116%22%20transform%3D%22translate%2820.101%200%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M66.936%2C5.651H56.207l-.816%2C4.118h9.97l-1.3%2C3.4h-5.03l-1.821%2C5.879h4.935l2.009-5.879h5.031l2.874-7.523Z%22%20transform%3D%22translate%2823.158%202.362%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M87.389%2C5.821l-2%2C5.6H90.52l2-5.6Z%22%20transform%3D%22translate%2835.701%202.433%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M93.628%2C5.821%2C89.077%2C18.983H94.2L98.753%2C5.821Z%22%20transform%3D%22translate%2837.241%202.433%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M77.943%2C5.753h-8.85L67.679%2C9.871h8.673l-3.524%2C9.141h5.128L83.068%2C5.753Z%22%20transform%3D%22translate%2828.295%202.405%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3Cpath%20d%3D%22M83%2C12.862A3.715%2C3.715%2C0%2C1%2C0%2C79.281%2C9.15%2C3.713%2C3.713%2C0%2C0%2C0%2C83%2C12.862m0-4.829A1.115%2C1.115%2C0%2C1%2C1%2C81.882%2C9.15%2C1.113%2C1.113%2C0%2C0%2C1%2C83%2C8.034%22%20transform%3D%22translate%2833.145%202.271%29%22%20fill%3D%22%23e60012%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.globalNav_app img {
  width: min(140px, 100%);
}

@media not screen and (min-width: 768px) {
  .globalNav_wrap, .globalNav {
    display: none;
    height: 60px;
  }
}
/*===========================================
footer
===========================================*/
.footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 150px;
  overflow: hidden;
}

.footer-bottom {
  background: #e60012;
}

.footer_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: min(1200px, 100%);
}

.footer_contents_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 10px;
  padding: 60px 80px;
  background: #fff;
}

/* .footer_top a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 30px;
  position: relative;
  padding-right: calc(20px + 1em);
  text-decoration: none;
}
.footer_top a::after {
  transition: translate 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23E7010B%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  top: 0;
  bottom: 0;
  right: 0;
}
.footer_top a:hover::after {
  translate: 10px;
} */
.footer_top p {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer_top figure {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.footer_top a img {
  width: 100%;
}

.footer_top a:nth-of-type(1) {
  display: block;
  width: 138px;
}

.footer_top a:nth-of-type(2) {
  display: block;
  width: 55px;
}

.footer_top a:nth-of-type(3) {
  display: block;
  width: 55px;
}

.footer_linkList {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  margin-top: 50px;
}

.footer_linkList > * {
  width: min(280px, 100%);
}

.footer_linkList a {
  display: block;
  position: relative;
  padding: 1px calc(20px + 1em);
  font-weight: bold;
  text-decoration: none;
}

.footer_linkList a::after {
  transition: translate 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23E7010B%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  top: 0;
  bottom: 0;
  right: 0;
}

.footer_linkList a:hover::after {
  translate: 10px;
}

.footer_linkList li {
  line-height: 2.5;
}

.footer_linkList li li a {
  font-weight: normal;
}

.footer_linkList_beginner a::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 18px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.404" height="18" viewBox="0 0 14.404 18"><path fill="%23E7010B" d="M13.645.146A1.563,1.563,0,0,0,12.01.355L8,3.129a3.369,3.369,0,0,0-.8.819,3.362,3.362,0,0,0-.8-.819L2.394.355A1.564,1.564,0,0,0,.759.146,1.564,1.564,0,0,0,0,1.61v8.94A4.6,4.6,0,0,0,1.335,13.6L5.6,17.536A2.76,2.76,0,0,0,7.216,18,2.855,2.855,0,0,0,8.8,17.536L13.069,13.6A4.6,4.6,0,0,0,14.4,10.55V1.61A1.564,1.564,0,0,0,13.645.146m-.731,10.4a3.191,3.191,0,0,1-.855,1.953L7.947,16.3V6.08a2.472,2.472,0,0,1,.9-1.726L12.858,1.58l.054-.035c0,.019,0,.04,0,.064Z" /></svg>');
  top: 0;
  bottom: 0;
  left: 3px;
}

.footer_linkList_omatome a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_put%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220.126%22%20viewBox%3D%220%200%2020%2020.126%22%3E%20%3Cpath%20fill%3D%22%23E7010B%22%20d%3D%22M17.471%2C7.472a.775.775%2C0%2C0%2C0%2C.759-1.321%2C16.736%2C16.736%2C0%2C0%2C0-5.86-3.14%2C1.985%2C1.985%2C0%2C0%2C0%2C.417-1.243A1.629%2C1.629%2C0%2C0%2C0%2C11.349%2C0%2C1.489%2C1.489%2C0%2C0%2C0%2C10%2C1.176%2C1.489%2C1.489%2C0%2C0%2C0%2C8.65%2C0%2C1.629%2C1.629%2C0%2C0%2C0%2C7.213%2C1.768%2C1.948%2C1.948%2C0%2C0%2C0%2C7.7%2C3.09%2C17.009%2C17.009%2C0%2C0%2C0%2C2.111%2C6.151a.774.774%2C0%2C0%2C0%2C.474%2C1.362A8.611%2C8.611%2C0%2C0%2C0%2C0%2C13.132c0%2C3.19%2C1.728%2C6.994%2C9.957%2C6.994%2C8.3%2C0%2C10.042-3.8%2C10.042-6.994a8.7%2C8.7%2C0%2C0%2C0-2.528-5.66M10%2C2.36a1.939%2C1.939%2C0%2C0%2C0%2C.137.35c-.093%2C0-.186.01-.279.014A1.94%2C1.94%2C0%2C0%2C0%2C10%2C2.36M9.957%2C18.573c-5.656%2C0-8.4-1.779-8.4-5.441%2C0-3.3%2C4.007-7.49%2C8.511-7.49%2C4.436%2C0%2C8.383%2C4.188%2C8.383%2C7.49%2C0%2C3.661-2.777%2C5.441-8.489%2C5.441%22%20%2F%3E%20%3C%2Fsvg%3E");
  top: 0;
  bottom: 0;
  left: 0;
}

.footer_linkList_login a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2219.562%22%20viewBox%3D%220%200%2020%2019.562%22%3E%3Cpath%20fill%3D%22%23E7010B%22%20d%3D%22M13%2C0V5.5h1.5v-4h9.889c-1.175.7-2.463%2C1.493-2.778%2C1.75A1.636%2C1.636%2C0%2C0%2C0%2C21%2C4.75V15.5H14.5v-4H13V17h8v2c0%2C.525.972.658%2C1.222.5L26.111%2C17H26.5V0Z%22%20transform%3D%22translate(-6.5%200)%22%2F%3E%3Cpath%20fill%3D%22%23E7010B%22%20d%3D%22M9%2C15.912c0%2C.55.394.781.874.514L12.626%2C14.9a.561.561%2C0%2C0%2C0%2C.042-1.04L9.832%2C11.966c-.457-.305-.832-.1-.832.445v1H0v2H9Z%22%20transform%3D%22translate(0%20-5.912)%22%2F%3E%3C%2Fsvg%3E");
  top: 0;
  bottom: 0;
  left: 0;
}

.footer_linkList_point > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("../img/ft/ft-point.png");
  top: 0;
  bottom: 0;
  left: 0;
}

.footer_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6%;
  border-top: 1px solid #bbbbbb;
  padding-top: 6%;
}

.footer_btn ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: min(920px, 100%);
}

.footer_btn a {
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  border-radius: 100vw;
  padding: 0 60px 0 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  background: #e60012;
}

.footer_btn a::after {
  transition: translate 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  top: 0;
  bottom: 0;
  right: 30px;
}

.footer_btn a:hover {
  opacity: 0.7;
}

.footer_btn a:hover::after {
  translate: 10px;
}

.footer_btn_login a {
  font-size: 2rem;
}

.footer_btn_login span {
  position: relative;
  padding-left: calc(34px + 0.5em);
}

.footer_btn_login span::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("../img/ft/ft-omatome.png");
  top: 0;
  bottom: 0;
  left: 0;
}

.footer_btn_beginner a {
  font-size: 1.8rem;
}

.footer_btn_beginner span {
  position: relative;
  padding-left: calc(27px + 0.5em);
}

.footer_btn_beginner span::before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  background-image: url("../img/ft/ft-beginner.png");
  top: 0;
  bottom: 0;
  left: 0;
}

.footer_info {
  width: min(900px, 100%);
  margin-top: 40px;
  font-size: 1.6rem;
}

.footer_info p + p {
  margin-top: 1em;
}

.footer_info .note {
  position: relative;
  margin-top: 1em;
  padding-left: 1em;
}

.footer_info .note::before {
  content: "※";
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}

.footer_info .note p {
  font-size: 1.4rem;
}

.footer_info .note li {
  font-size: 1.4rem;
}

.footer_info .note * + ul {
  margin-top: 1em;
}

.footer_info .note li + li {
  margin-top: 1em;
}

.footer_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 40px);
  height: 188px;
  margin-top: 60px;
  background: #fff;
}

.footer_catch p {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer_catch p:after {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background: url("../img/ft/ft-qpochan.png") repeat-x center;
  background-size: auto 64px;
}

.footer_bnrList {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.footer_bnrList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 20px;
}

.footer_bnrList a {
  display: block;
  position: relative;
}

.footer_bnrList a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer_bnrList a img {
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 1;
}

.footer_bnrList a:hover img {
  opacity: 0.7;
}

.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.footer_copyright p {
  font-size: 1.3rem;
  color: #fff;
}

.f_kiyaku_ag {
  width: 25%;
  display: inline-block;
  margin: -4.5% auto 0 0;
  border: solid 1px #e60012;
}

.f_kiyaku_ag a {
  display: block;
  text-align: center;
  color: #e60012;
  padding: 3% 0;
  transition: all 0.3s;
}

.f_kiyaku_ag a:hover {
  color: #fff;
  background: #e60012;
}

@media not screen and (min-width: 768px) {
  .footer {
    background-size: 75px;
  }
  .footer_contents_inner {
    border-radius: 10px;
    padding: 35px 15px;
  }
  .footer_top {
    width: 100%;
  }
  .footer_top a {
    gap: 20px;
  }
  .footer_top figure {
    gap: 30px;
  }
  .footer_top a:nth-of-type(1) {
    width: 96px;
  }
  .footer_top a:nth-of-type(2) {
    width: 38px;
  }
  .footer_top a:nth-of-type(3) {
    width: 38px;
  }
  .footer_linkList {
    flex-direction: column;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    gap: 0em;
  }
  .footer_linkList > * {
    width: 100%;
  }
  .footer_linkList li ul {
    padding-left: 30px;
  }
  .footer_linkList li ul a {
    padding-left: 0;
  }
  .footer_linkList a {
    border-bottom: 1px solid #dedede;
    padding: 0.5em 0 0.5em 30px;
  }
  .footer_btn {
    margin-top: 40px;
    padding-top: 40px;
  }
  .footer_btn ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer_btn a {
    height: 50px;
  }
  .footer_btn a::after {
    right: 25px;
  }
  .footer_btn_login a {
    font-size: 1.4rem;
  }
  .footer_btn_login span {
    padding-left: calc(24px + 0.5em);
  }
  .footer_btn_login span::before {
    width: 24px;
    height: 24px;
  }
  .footer_btn_beginner a {
    font-size: 1.4rem;
  }
  .footer_btn_beginner span {
    padding-left: calc(24px + 0.5em);
  }
  .footer_btn_beginner span::before {
    width: 24px;
    height: 24px;
  }
  .footer_info {
    font-size: 1.4rem;
  }
  .footer_info .note::before {
    font-size: 1.2rem;
  }
  .footer_info .note p {
    font-size: 1.2rem;
  }
  .footer_info .note li {
    font-size: 1.2rem;
  }
  .footer_catch {
    height: 94px;
    margin-top: 40px;
  }
  .footer_catch p {
    gap: 10px;
  }
  .footer_catch p img {
    width: 200px;
  }
  .footer_catch p:after {
    height: 42px;
    background-size: auto 42px;
    background-position: left 134px center;
  }
  .footer_bnrList {
    padding: 20px 20px 0;
  }
  .footer_bnrList ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .footer_copyright {
    height: auto;
    padding: 50px 0 80px;
  }
  .footer_copyright p {
    font-size: 1rem;
  }
  .f_kiyaku_ag {
    width: 100%;
    margin: 10% 0 0 0;
    border: solid 1px #e60012;
  }
}
.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal-area__inner {
  margin: 10% auto;
  width: 90%;
  max-width: 600px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal-area__inner {
    margin: 20% auto;
    width: 85%;
  }
  .modal-area__inner img {
    margin: 0 auto;
    display: block;
  }
}
.modal-area__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/home/modal-close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .modal-area__close {
    top: 25px;
    right: 30px;
  }
}

.home-rank__judgeArea {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar:before {
  background: #979797 !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: -2px;
  height: 5px !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  top: -3px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #E4E4E4;
  height: 5px !important;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 26.67px;
  width: 26.67px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}

.home-rank__slider .slick-prev {
  background-image: url(../img/home/slide-prev.png);
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}

.home-rank__slider .slick-next {
  background-image: url(../img/home/slide-next.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-table;
  height: 20px;
  width: 20px;
  padding-right: 33px;
  cursor: pointer;
}
.slick-dots li:last-of-type {
  padding-right: 0;
}
.slick-dots li:last-of-type button:before {
  content: none;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 10px;
  font-weight: bold;
  color: #9D9D9D;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: calc(50% - 1.15px);
  right: 5px;
  content: "";
  width: 20px;
  height: 2.3px;
  background-image: url(../img/home/slide-dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  color: #000;
  opacity: 0.75;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

.home-kv {
  background-color: #EB0000;
}
.home-kv__inner {
  padding: 8px 8px 0;
}
.home-kv__area {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.home-kv__bg img {
  width: 100%;
  border-radius: 15px;
  opacity: 0;
  transition: all 1s 0.5s;
}
.home-kv.is-fade .home-kv__bg img {
  opacity: 1;
}
.home-kv__main {
  position: absolute;
  top: 0;
  left: 0;
}
.home-kv__main img {
  width: 100%;
  opacity: 0;
  transform: scale(50%);
  transition: all 0.8s 0.8s;
}
.home-kv.is-fade .home-kv__main img {
  opacity: 1;
  transform: scale(100%);
}
.home-kv__sub {
  position: absolute;
  top: 0;
  left: 0;
}
.home-kv__sub img {
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s 1.5s;
}
.home-kv.is-fade .home-kv__sub img {
  opacity: 1;
  transform: translateY(0);
}
.home-kv__kiraL {
  position: absolute;
  top: 0;
  left: 0;
}
.home-kv__kiraL img {
  width: 100%;
  opacity: 0;
}
.home-kv.is-fade .home-kv__kiraL img {
  opacity: 1;
  animation: kira 0.4s 1.5s infinite both ease;
}
.home-kv__kiraR {
  position: absolute;
  top: 0;
  left: 0;
}
.home-kv__kiraR img {
  width: 100%;
  opacity: 0;
}
.home-kv.is-fade .home-kv__kiraR img {
  opacity: 1;
  animation: kira 0.4s 1.6s infinite both ease;
}

.home-movie {
  background-color: #EB0000;
}
.home-movie__inner {
  padding-top: 37.5px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .home-movie__inner {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.home-movie__area {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .home-movie__area {
    width: 470px;
    margin: 0 auto;
    padding: 0;
  }
}
.home-movie iframe {
  width: 100%;
  height: 100%;
}

.home-waku {
  background-color: #EB0000;
}
.home-waku__inner {
  padding-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .home-waku__inner {
    padding-bottom: 141px;
  }
}
.home-waku__ttl img {
  width: 100%;
}
.home-waku__txt {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 17px;
  margin-bottom: 36.5px;
}
@media screen and (min-width: 768px) {
  .home-waku__txt {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.home-waku__cols {
  display: flex;
  flex-direction: column;
  gap: 11.5px;
}
@media screen and (min-width: 768px) {
  .home-waku__cols {
    flex-direction: row;
    gap: 22px;
  }
}
.home-waku__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 10px 18px 12px;
}
@media screen and (min-width: 768px) {
  .home-waku__col {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
    padding: 30px 30px 20px;
    border-radius: 18px;
  }
}
.home-waku__point {
  width: 24.507%;
}
@media screen and (min-width: 768px) {
  .home-waku__point {
    width: 100%;
  }
}
.home-waku__pointTxt {
  font-size: 12px;
  text-align: center;
  color: #EB0000;
  font-feature-settings: "palt";
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .home-waku__pointTxt {
    font-size: 18px;
  }
}
.home-waku__image {
  width: 26.829%;
}
@media screen and (min-width: 768px) {
  .home-waku__image {
    width: 100%;
  }
}

.home-news {
  margin-top: -1px;
}
.home-news__inner {
  padding-bottom: 80px;
}
.home-news__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-news__ttl {
    margin-bottom: 55px;
  }
}
.home-news__ttl img {
  width: 100%;
}
.home-news__area dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #231815;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-news__area dl {
    font-size: 18px;
    width: 552px;
    margin: 0 auto;
  }
}
.home-news__area dt {
  width: 11em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
  padding-left: 2em;
  position: relative;
  margin-bottom: 15px;
}
.home-news__area dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 5.23px;
  height: 10.47px;
  background-image: url(../img/home/news-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .home-news__area dt::before {
    width: 9.8px;
    height: 19.6px;
  }
}
.home-news__area dd {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
  width: calc(100% - 11em);
  margin-bottom: 15px;
}

.home-rank {
  padding-top: 60px;
}
.home-rank__inner {
  background-color: #EB0000;
  padding-bottom: 105px;
}
@media screen and (min-width: 768px) {
  .home-rank__inner2 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.home-rank__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__ttl {
    margin-bottom: 35px;
  }
}
.home-rank__ttl img {
  width: 100%;
  margin-top: -50px;
}
.home-rank__sub {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .home-rank__sub {
    margin-bottom: 45px;
  }
}
.home-rank__sub.-rank {
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  .home-rank__sub.-rank {
    margin-top: -30px;
  }
}
.home-rank__txt {
  font-size: 12px;
  text-align: center;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 18px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .home-rank__txt {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.home-rank__image {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.home-rank__coming {
  text-align: center;
  padding: 50px 0 64.5px;
}
@media screen and (min-width: 768px) {
  .home-rank__coming {
    padding: 145px 0 197px;
  }
}
.home-rank__coming img {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .home-rank__coming img {
    width: 303px;
  }
}
.home-rank__slider {
  display: flex;
}
.home-rank__slide img {
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  .home-rank__modalOpen {
    pointer-events: none;
  }
}
.home-rank__method {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .home-rank__method {
    padding: 0 30px;
  }
}
.home-rank__methodImg {
  margin-bottom: 8px;
}
.home-rank__methodTxt {
  font-size: 14.18px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .home-rank__methodTxt {
    font-size: 17.69px;
  }
}
@media screen and (max-width: 767px) {
  .home-rank__kikan {
    padding: 50px 30px 0;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home-rank__kikan {
    padding-top: 120px;
    margin-bottom: 105px;
  }
}
.home-rank__kikanTxt1 {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanTxt1 {
    font-size: 23px;
  }
}
.home-rank__kikanTxt2 {
  font-size: 12px;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanTxt2 {
    font-size: 21px;
  }
}
.home-rank__kikanBox {
  border: 1.55px solid #EB0000;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanBox {
    padding: 30px;
  }
}
.home-rank__kikanTxt3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanTxt3 {
    font-size: 21px;
  }
}
.home-rank__kikanTxt4 {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanTxt4 {
    font-size: 21px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
}
.home-rank__kikanTxt5 {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .home-rank__kikanTxt5 {
    font-size: 15.75px;
    line-height: 2;
  }
}
.home-rank__kikanTxt5.-red {
  color: #EB0000;
}
.home-rank__judge {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .home-rank__judge {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home-rank__judgeArea {
    overflow-x: scroll;
    margin-left: 30px;
  }
  .home-rank__judgeArea img {
    max-width: initial;
    width: 810px;
    margin-right: 30px;
  }
}
.home-rank__terms {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home-rank__terms {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .home-rank__terms {
    margin-bottom: 200px;
  }
}
.home-rank__termsTxt {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-rank__termsTxt {
    font-size: 21px;
  }
}
.home-rank__termsImg {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__termsImg {
    margin-bottom: 50px;
  }
}
.home-rank__termsBox {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__termsBox {
    gap: 30px;
    margin-bottom: 75px;
  }
}
.home-rank__listTtl {
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 6px 0;
  border: 1px solid #9d9d9d;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl {
    font-size: 29.43px;
    padding: 20px 0;
    border: 2px solid #9d9d9d;
    border-radius: 20px;
  }
}
.home-rank__listTtl b {
  display: block;
  position: absolute;
  right: 5%;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .home-rank__listTtl b {
    top: 15px;
  }
}
.home-rank__listTtl b i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 18.5px;
  height: 18.5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home-rank__listTtl b i {
    width: 15px;
    height: 15px;
  }
}
.home-rank__listTtl b i:nth-child(1) {
  background-image: url(../img/home/tokuten-open.svg);
}
.home-rank__listTtl b i:nth-child(2) {
  background-image: url(../img/home/tokuten-close.svg);
  display: none;
}
.home-rank__listTtl.is-open {
  border-radius: 10px 10px 0 0;
}
.home-rank__listTtl.is-open b i:nth-child(1) {
  display: none;
}
.home-rank__listTtl.is-open b i:nth-child(2) {
  display: block;
}
.home-rank__listTtl span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.home-rank__listTtl span.-n1 {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n1 {
    width: 63.4px;
  }
}
.home-rank__listTtl span.-n2 {
  width: 15px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n2 {
    width: 31.88px;
  }
}
.home-rank__listTtl span.-n3 {
  width: 17px;
  left: 23px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n3 {
    width: 37.48px;
  }
}
.home-rank__listTtl span.-n4 {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n4 {
    width: 64px;
  }
}
.home-rank__listTtl span.-n5 {
  width: 27px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n5 {
    width: 52.59px;
  }
}
.home-rank__listTtl span.-n6 {
  width: 23px;
}
@media screen and (min-width: 768px) {
  .home-rank__listTtl span.-n6 {
    width: 49.8px;
  }
}
.home-rank__listInner {
  padding: 15px 18px;
  border: 1px solid #9d9d9d;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .home-rank__listInner {
    padding: 30px 40px 50px;
    border: 2px solid #9d9d9d;
    border-radius: 0 0 20px 20px;
  }
}
.home-rank__listSub {
  font-size: 12px;
  text-align: center;
  color: #EB0000;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .home-rank__listSub {
    font-size: 26px;
  }
}
.home-rank__listTxt li {
  font-size: 10px;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .home-rank__listTxt li {
    font-size: 21px;
  }
}
.home-rank__listTxt li.-indentNo {
  text-indent: 0;
  padding-left: 0;
}
.home-rank__listTxt li.-indent {
  text-indent: 0;
}
.home-rank__listTxt li span {
  color: #EB0000;
}
.home-rank__listTxt li a {
  margin-left: 2em;
  color: #0064E1;
  text-decoration: underline;
}
.home-rank__listTxt li a.-indentNo {
  margin-left: 0;
}
.home-rank__listTxt li img.-coming {
  width: 100px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .home-rank__listTxt li img.-coming {
    width: 190px;
  }
}
.home-rank__listTxt li b {
  color: #EB0000;
  text-decoration: underline;
}
.home-rank__listTxt li.-space {
  margin-top: 1em;
}
.home-rank__detail.-n1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-rank__detail.-n1 {
    margin-bottom: 90px;
  }
}
.home-rank__detailTtl {
  font-size: 14px;
  text-align: center;
  color: #3c3c3c;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-rank__detailTtl {
    font-size: 26px;
  }
}
.home-rank__detailTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 120px;
  background-color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .home-rank__detailTtl::before {
    width: 244.5px;
    height: 2px;
  }
}
.home-rank__detailBl {
  margin-bottom: 1em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .home-rank__detailBl {
    font-size: 21px;
  }
}
.home-rank__detailBl li {
  text-indent: -1em;
  padding-left: 1em;
}
.home-rank__detailBl li b {
  color: #EB0000;
  text-decoration: underline;
}
.home-rank__detailBl li a {
  color: #0064E1;
  text-decoration: underline;
}
.home-rank__detailBl li:not(.-indentNo) {
  text-indent: -1em;
  padding-left: 2em;
}
.home-rank__detailBl li.-indentNo1 {
  text-indent: 0;
  padding-left: 0;
}
.home-rank__detailBl li.-indent3 {
  padding-left: 3em;
}
.home-rank__detailBl li.-indent2 {
  text-indent: 0;
  padding-left: 1em;
}
.home-rank__detailBl li.-center {
  text-align: center;
}

.home-tokuten {
  padding-top: 40px;
}
.home-tokuten__inner {
  background-color: #EB0000;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__inner {
    padding-bottom: 120px;
  }
}
.home-tokuten__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__ttl {
    margin-bottom: 80px;
  }
}
.home-tokuten__ttl img {
  width: 100%;
  margin-top: -50px;
}
.home-tokuten__coming {
  text-align: center;
  padding: 64px 0 60px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__coming {
    padding: 155px 0 200px;
  }
}
.home-tokuten__coming img {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__coming img {
    width: 303px;
  }
}
.home-tokuten__bottom {
  margin-top: -1px;
}
.home-tokuten__area {
  background-color: #fff;
  margin-bottom: 15px;
}
.home-tokuten__rankTtl {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 10px 0;
  border: 3px solid #d8d8d8;
  position: relative;
  cursor: pointer;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__rankTtl {
    font-size: 29.43px;
    padding: 20px 0;
    border: 5px solid #d8d8d8;
    margin-top: -5px;
  }
}
.home-tokuten__rankTtl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 17.59px;
  height: 17.59px;
  background-image: url(../img/home/rank-deco.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.home-tokuten__rankTtl b {
  display: block;
  position: absolute;
  right: 5%;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .home-tokuten__rankTtl b {
    top: 23px;
  }
}
.home-tokuten__rankTtl b i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 18.5px;
  height: 18.5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home-tokuten__rankTtl b i {
    width: 15px;
    height: 15px;
  }
}
.home-tokuten__rankTtl b i:nth-child(1) {
  background-image: url(../img/home/tokuten-open.svg);
}
.home-tokuten__rankTtl b i:nth-child(2) {
  background-image: url(../img/home/tokuten-close.svg);
  display: none;
}
.home-tokuten__rankTtl.is-open b i:nth-child(1) {
  display: none;
}
.home-tokuten__rankTtl.is-open b i:nth-child(2) {
  display: block;
}
.home-tokuten__rankTtl.-n1 {
  color: #EB0000;
  background-color: #FCE5E7;
}
.home-tokuten__rankTtl.-n2 {
  color: #528ba5;
  background-color: #F2F7FB;
}
.home-tokuten__rankTtl.-n3 {
  color: #b68437;
  background-color: #FBF6ED;
}
.home-tokuten__rankTtl.-n4 {
  color: #778288;
  background-color: #F7F8F9;
}
.home-tokuten__rankTtl.-n5 {
  color: #ac7b67;
  background-color: #FAF5F2;
}
.home-tokuten__rankTtl span {
  width: 40px;
  position: absolute;
  top: 3px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__rankTtl span {
    width: 65px;
    top: 10px;
  }
}
.home-tokuten__rankInner {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__rankInner {
    border-left: 5px solid #d8d8d8;
    border-right: 5px solid #d8d8d8;
    padding: 11.5px 33px;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__rankInner.-btm {
    border-bottom: 5px solid #d8d8d8;
  }
}
@media screen and (max-width: 767px) {
  .home-tokuten__box {
    border: 3px solid #d8d8d8;
    margin-top: -3px;
    padding: 12px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__box {
    display: flex;
    padding: 11.5px 0;
  }
}
.home-tokuten__name {
  padding-left: 1.75em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name {
    font-size: 23px;
    width: 7em;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-n1 {
    border-right: 2px solid #EB0000;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-n2 {
    border-right: 2px solid #528ba5;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-n3 {
    border-right: 2px solid #b68437;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-n4 {
    border-right: 2px solid #778288;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-n5 {
    border-right: 2px solid #ac7b67;
  }
}
.home-tokuten__name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name::before {
    top: 0;
    transform: translateX(0);
  }
}
.home-tokuten__name.-travel::before {
  width: 15.83px;
  height: 22.57px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-travel::before {
    width: 25.89px;
    height: 36.91px;
  }
}
.home-tokuten__name.-travel1::before {
  background-image: url(../img/home/rank-travel1.svg);
}
.home-tokuten__name.-travel2::before {
  background-image: url(../img/home/rank-travel2.svg);
}
.home-tokuten__name.-shop::before {
  width: 17.78px;
  height: 21.34px;
  left: 3px;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-shop::before {
    width: 29.08px;
    height: 34.89px;
  }
}
.home-tokuten__name.-shop1::before {
  background-image: url(../img/home/rank-shop1.svg);
}
.home-tokuten__name.-shop2::before {
  background-image: url(../img/home/rank-shop2.svg);
}
.home-tokuten__name.-shop3::before {
  background-image: url(../img/home/rank-shop3.svg);
}
.home-tokuten__name.-point::before {
  width: 21.19px;
  height: 21.19px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-point::before {
    width: 36px;
    height: 36px;
  }
}
.home-tokuten__name.-point1::before {
  background-image: url(../img/home/rank-point1.svg?);
}
.home-tokuten__name.-point2::before {
  background-image: url(../img/home/rank-point2.svg?);
}
.home-tokuten__name.-point3::before {
  background-image: url(../img/home/rank-point3.svg?);
}
.home-tokuten__name.-other::before {
  width: 21.32px;
  height: 20.97px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .home-tokuten__name.-other::before {
    width: 34.87px;
    height: 34.28px;
  }
}
.home-tokuten__name.-other1::before {
  background-image: url(../img/home/rank-other1.svg);
}
.home-tokuten__name.-other2::before {
  background-image: url(../img/home/rank-other2.svg);
}
.home-tokuten__name.-other4::before {
  background-image: url(../img/home/rank-other4.svg);
}
.home-tokuten__name.-other5::before {
  background-image: url(../img/home/rank-other5.svg);
}
.home-tokuten__name span {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}
.home-tokuten__name span.-other {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .home-tokuten__txt {
    padding-left: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .home-tokuten__txt {
    font-size: 23px;
    padding-left: 0.5em;
  }
}
.home-tokuten li.-ind {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .home-tokuten li.-ind:first-child {
    margin-bottom: 8px;
  }
}
.home-tokuten__note {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home-tokuten__note {
    font-size: 16px;
  }
}

.home-other {
  margin-top: -1px;
}
.home-other__ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .home-other__ttl {
    margin-bottom: 85px;
  }
}
.home-other__txt {
  font-size: 12px;
  line-height: 2;
  padding-bottom: 40px;
  border-bottom: 1px solid #EB0000;
}
@media screen and (min-width: 768px) {
  .home-other__txt {
    font-size: 21px;
    padding-bottom: 95px;
    border-bottom: 2px solid #EB0000;
  }
}

.sp-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
  padding: 5px 0;
}
.sp-nav__items {
  display: flex;
  width: 100%;
}
.sp-nav__items li {
  width: 33.3333%;
}
.sp-nav__items li img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=styles.css.map */
