@charset "UTF-8";
* {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .card__trainer--2 {
    bottom: 4rem !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.white {
  color: #fff;
}

.red {
  color: #cc0000;
}

.bg-white {
  background-color: #fff;
}

li {
  list-style-type: none;
}

.bold {
  font-weight: 700;
}

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

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

.spdn--inline {
  display: inline;
}
@media screen and (max-width: 480px) {
  .spdn--inline {
    display: none;
  }
}

.flex--reverse {
  flex-direction: row-reverse;
}

.flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .flex {
    flex-direction: column;
  }
}

.flex--1 {
  flex: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.highlight-color {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.totop {
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  position: fixed;
  z-index: 10;
  bottom: 7rem;
  right: 2rem;
  padding: 1rem 1.2rem;
  background-color: #333b4b;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.totop:hover {
  background-color: #2f4569;
}
.totop i {
  margin: 0 auto -0.3rem;
  font-size: 1.6rem;
}

.totop-ctrl {
  display: none;
}

.logo {
  padding-top: 0.5rem;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 75%;
    margin-right: auto;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem calc((100% - 1180px) / 2);
  position: relative;
  background-color: #0f1621;
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 1rem 5%;
  }
}

.header--active {
  flex-direction: column;
}

.header__pulldown {
  display: none;
  font-size: 2rem;
  color: white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #333b4b;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 3rem;
}
.header__pulldown:hover {
  background-color: #2f4569;
}
@media screen and (max-width: 768px) {
  .header__pulldown {
    display: grid;
    place-content: center;
    right: 3rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .header__pulldown {
    top: 1.8rem;
    right: 2rem;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 1.8rem;
  }
}

.header__pulldown--active {
  transform: rotate(180deg);
  background-color: #7b879e !important;
}

.header__content {
  color: white;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__content {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header__content {
    margin-top: 2rem;
  }
}

.header__content--active {
  display: flex;
}

.header__link {
  text-decoration: none;
  color: white;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  .header__link {
    font-size: 1.8rem;
  }
}

.header__phonearea--sub {
  font-size: 1.3rem;
  text-align: center;
  margin-top: -0.8rem;
}

.header__mailarea {
  margin: auto 0 auto 3rem;
}

.header__mail {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .header__mail {
    font-size: 1.6rem;
  }
}

.main {
  font-family: sans-serif;
  background-color: #1a1f29;
  color: #141921;
  box-sizing: border-box;
}

.main-image-button {
  cursor: pointer;
  position: absolute;
  background-color: #cc0000;
  color: white;
  width: 400px;
  height: 8%;
  border-radius: 30px;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2.5rem;
  right: 50%;
  transform: translateX(50%);
}
.main-image-button:hover {
  background-color: #e41d1d;
}
.main-image-button__icon {
  margin-left: 1rem;
  margin-bottom: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main-image-button {
    height: 10%;
    width: 400px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .main-image-button {
    height: 42px;
    width: 320px;
    bottom: 1.5rem;
    font-size: 1.35rem;
  }
}

.overflow {
  overflow: hidden;
}

.masthead {
  display: block;
  background-position: top center;
  background-size: cover;
  position: relative;
  opacity: 1;
  z-index: 5;
  line-height: 0;
  background-color: #000;
}
@media screen and (max-width: 480px) {
  .masthead {
    background-image: none;
    padding-bottom: 0;
    background-color: unset;
  }
}

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

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

.masthead__container {
  /*メイン画像の幅を調節*/
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.picture {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
}

.masthead__sub-img {
  position: absolute;
  bottom: 8rem;
}

.masthead__text {
  color: white;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .masthead__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .masthead__text {
    margin: 1rem auto;
    font-size: 1.6rem;
  }
}
.masthead__text--large {
  font-size: 2.9rem;
}
@media screen and (max-width: 480px) {
  .masthead__text--large {
    font-size: 1.8rem;
  }
}
.masthead__text-x-large {
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .masthead__text-x-large {
    font-size: 2rem;
  }
}

.masthead__icon {
  color: white;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  animation-name: up-down;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@media screen and (max-width: 480px) {
  .masthead__icon {
    font-size: 1.3rem;
    margin: -1.5rem auto 0;
  }
}

@keyframes up-down {
  0% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 25px);
  }
}
.masthead__link {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .masthead__link {
    bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .masthead__link {
    bottom: 3.5rem;
  }
}

.campaign-link {
  text-decoration: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.campaign-link a {
  text-decoration: none;
}

.container--compaign-link {
  background-color: rgb(20, 20, 20);
  width: 100% !important;
  position: relative;
}

.campaign-link a {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .campaign-link a {
    font-size: 1.8rem;
  }
}

a span {
  position: absolute;
  bottom: 47%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  animation: scroll-animation 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  a span {
    width: 14px;
    height: 14px;
  }
}

a span:nth-of-type(1) {
  animation-delay: 0s;
}

a span:nth-of-type(2) {
  bottom: 32%;
  animation-delay: 0.15s;
}

a span:nth-of-type(3) {
  bottom: 17%;
  animation-delay: 0.3s;
}
@keyframes scroll-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about {
  margin: 0 auto;
  display: flex;
  max-width: 1180px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.about__img {
  width: 400px;
}

.about__paragraph {
  display: block;
  margin: auto;
  font-size: 2rem;
  width: 100%;
  line-height: 1.65;
}
@media screen and (max-width: 480px) {
  .about__paragraph {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.title-menu {
  color: white;
  text-align: center;
}

.title-menu__title {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .title-menu__title {
    font-size: 2.9rem;
  }
}

.title-menu__subtitle {
  font-size: 1.8rem;
  opacity: 0.8;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .title-menu__subtitle {
    font-size: 1.6rem;
  }
}

.menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
  place-content: center;
  gap: 15px;
  width: 1000px;
  margin: auto;
  background-color: #212631;
  padding: 3.5rem 0;
}
@media screen and (max-width: 1000px) {
  .menu {
    grid-template-columns: repeat(auto-fit, minmax(100px, 200px));
    padding: 3rem 0rem;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    gap: 8px;
    padding: 2rem 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, 145px));
    width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .menu {
    grid-template-columns: repeat(auto-fit, minmax(100px, 105px));
    width: 100%;
    max-width: 380px;
    gap: 4px;
    padding: 1.5rem 0.2rem;
  }
}

.menu__item {
  background-color: #141414;
  width: 100%;
  margin: auto;
  padding: 2rem 0;
  border: 2px solid #272e3b;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu__item {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .menu__item {
    padding: 1rem 0 0.5rem;
    border: 1px solid #272e3b;
  }
}
.menu__item:hover {
  background-color: #111111;
  transition: all 0.2s ease-in;
}
.menu__item:hover > .menu__img {
  transform: translateY(-5px);
  transition: all 0.2s ease-in;
}
.menu__item:hover > .menu__content {
  transition: all 0.2s ease-in;
  opacity: 1;
}
.menu__item:hover > .menu__title {
  transition: all 0.2s ease-in;
  opacity: 1;
}
.menu__item:hover > .menu__content--arrow {
  animation-name: small-up-down;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}

.menu__title {
  color: white;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menu__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .menu__title {
    font-size: 1.2rem;
  }
}

.menu__content {
  color: #eee;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .menu__content {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .menu__content {
    opacity: 1;
  }
}

.menu__content--arrow {
  margin-top: 0.2rem;
  color: #cccccc;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .menu__content--arrow {
    margin-top: 0rem;
    font-size: 1.5rem;
  }
}

@keyframes small-up-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 8px);
  }
}
.title-device {
  color: white;
  text-align: center;
}

.title-device__title {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .title-device__title {
    font-size: 2.3rem;
  }
}

.title-device__subtitle {
  font-size: 1.8rem;
  opacity: 0.8;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .title-device__subtitle {
    font-size: 1.6rem;
    text-align: left;
  }
}

.device {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 180px));
  place-content: center;
  gap: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .device {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .device {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 92% !important;
    gap: 10px;
  }
}

.device__item {
  background-color: #3f485a;
  height: 230px;
  width: 100%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .device__item {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .device__item {
    height: 160px;
  }
}

.device__img {
  margin: 3.5rem auto 2.5rem;
  display: block;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .device__img {
    height: 7.5rem;
    margin: 2.5rem auto 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .device__img {
    height: 6rem;
    margin: 1.5rem auto 1rem;
  }
}

.device__img--tablet {
  height: 6.5rem;
  margin: 4.5rem auto 3rem;
}
@media screen and (max-width: 768px) {
  .device__img--tablet {
    height: 5.5rem;
    margin: 3.5rem auto 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .device__img--tablet {
    height: 5rem;
    margin: 2rem auto 1.5rem;
  }
}

.device__title {
  color: white;
  color: #c8c9cc;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .device__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .device__title {
    font-size: 1.6rem;
  }
}

.device__content {
  color: white;
  color: #c8c9cc;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .device__content {
    font-size: 1.35rem;
  }
}

.notearea {
  color: white;
  opacity: 0.8;
  font-size: 1.5rem;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .notearea {
    text-align: left;
    line-height: 1.5;
  }
}

.notearea__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .notearea__text {
    margin: 0;
  }
}

.notearea__link {
  color: white;
}

iframe {
  width: 100%;
  height: 94vh;
  margin: auto;
  padding: 0;
}

.v--modal-box {
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 80% !important;
  margin: 1.5rem auto 2rem !important;
  height: 95vh !important;
  overflow-y: auto !important;
}
@media screen and (max-width: 480px) {
  .v--modal-box {
    height: 97vh !important;
    width: 98% !important;
    margin: 1rem auto !important;
  }
}

.v--modal-box-noflow {
  overflow-y: hidden !important;
}

.modal__button {
  position: absolute;
  top: 1rem;
  right: 1.8rem;
  font-size: 1.8rem;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  line-height: 40px;
  text-align: center;
  background-color: #7b879e;
  color: white;
  border: 2px solid #7b879e;
  cursor: pointer;
  display: grid;
  place-content: center;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .modal__button {
    border: 2px solid #7b879e;
  }
}
.modal__button:hover {
  background-color: white;
  color: #7b879e;
}

.modal__button--ns {
  right: calc(10% + 20px);
  top: 2.6rem;
  position: fixed;
}
@media screen and (max-width: 480px) {
  .modal__button--ns {
    right: 16px;
    top: 1.9rem;
  }
}

.back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2rem;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #7b879e;
  border: 2px solid #7b879e;
  color: white;
  cursor: pointer;
  display: grid;
  place-content: center;
  z-index: 5;
}

.title {
  display: block;
  max-width: 1180px;
  margin: 0 auto 5rem;
  color: #141921;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .title {
    margin-bottom: 4rem;
  }
}

.title__main-title {
  font-size: 3.6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title {
    font-size: 2.6rem;
  }
  .title__main-title::before {
    left: 5px;
    width: 5px;
  }
}
.title__main-title--white {
  color: #fff;
}

.title__main-title--campaign {
  padding-left: 2.5rem;
}
.title__main-title--campaign::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 2px;
  width: 7px;
  background: #2f4569;
}
@media screen and (max-width: 480px) {
  .title__main-title--campaign {
    padding-left: 2rem;
  }
  .title__main-title--campaign::before {
    left: 5px;
    width: 5px;
  }
}

.title__main-title--large {
  font-size: 4.6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--large {
    font-size: 3.2rem;
  }
}

.title__main-title--x-large {
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--x-large {
    font-size: 4.1rem;
  }
}

.title__main-title--small {
  font-size: 2.9rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--small {
    font-size: 2rem;
  }
}

.title__main-title--x-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--x-small {
    font-size: 1.8rem;
  }
}

.title__main-title--xx-small {
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--xx-small {
    font-size: 1.8rem;
  }
}

.title__sub-title {
  font-size: 4.1rem;
}
@media screen and (max-width: 480px) {
  .title__sub-title {
    font-size: 2.3rem;
  }
}

.title__sub-title--small {
  font-size: 3.1rem;
}
@media screen and (max-width: 480px) {
  .title__sub-title--small {
    font-size: 2rem;
  }
}

.title__sub-title--xs-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .title__sub-title--xs-small {
    font-size: 1.6rem;
  }
}

.title__main-title--pickup {
  margin-bottom: 0.5rem;
  background: linear-gradient(180deg, #dba826, #ffeab3, #dba826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--pickup {
    text-align: left;
    font-size: 2.5rem;
  }
}
.title__main-title--pickup .large-number {
  font-size: 6.6rem;
}
@media screen and (max-width: 480px) {
  .title__main-title--pickup .large-number {
    font-size: 2.9rem;
  }
}

.title--picture {
  margin: auto;
  display: grid;
  place-content: center;
}

.main-title--picture {
  width: 100%;
}

.icon {
  position: absolute;
  transform: rotate(-30deg);
  background: linear-gradient(135deg, #ff0056, #ae003b);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -32px;
  left: -25px;
  z-index: 10;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  color: white;
}

.icon-discount {
  background: linear-gradient(135deg, #ff0056, #ae003b);
  line-height: 16px;
  padding-top: 0.9rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 480px) {
  .icon-discount {
    line-height: 16px;
    font-size: 1.8rem;
    padding-top: 0.8rem;
  }
}

.icon-discount--large {
  width: 58px;
  height: 58px;
  font-size: 2.2rem;
  padding-top: 1.35rem;
  background: linear-gradient(135deg, #ff0026, #9b0118);
}

.icon-discount__text--small {
  font-size: 1.5rem;
  line-height: 18px;
}
@media screen and (max-width: 480px) {
  .icon-discount__text--small {
    font-size: 1.3rem;
    line-height: 9px;
  }
}

.icon-discount__text--s-small {
  font-size: 1.5rem;
  line-height: 10px;
}

.icon-new {
  background: linear-gradient(135deg, #00f5ff, #00a0a7);
}

.icon-second {
  left: 15px;
}

.icon-third {
  left: 55px;
}

.icon-ranking--popular {
  background: linear-gradient(135deg, #ffd500, #a88c00);
}

.icon-ranking--gold {
  background: linear-gradient(135deg, #fbd722, #b19400);
}

.icon-ranking--silver {
  background: linear-gradient(135deg, #a2a1a1, #656464);
}

.icon-ranking--bronze {
  background: linear-gradient(135deg, #ef8f00, #8f5600);
}

.ranking-title {
  position: relative;
}
@media screen and (max-width: 480px) {
  .ranking-title {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.ranking-title .fa-crown {
  transform: rotate(-30deg);
  margin-left: -3rem;
  top: -3rem;
  position: absolute;
  color: yellow;
  background: linear-gradient(135deg, #fbd722, #b19400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .ranking-title .fa-crown {
    margin-left: -2.5rem;
    top: -2.5rem;
    transform: scale(0.8) rotate(-30deg);
  }
}
@media screen and (max-width: 480px) {
  .ranking-title .fa-crown {
    margin-left: -2.5rem;
    top: -2.5rem;
    transform: scale(0.8) rotate(-30deg);
  }
}

.cardlist {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .cardlist {
    grid-template-columns: repeat(auto-fill, minmax(330px, 360px));
  }
}
@media screen and (max-width: 968px) {
  .cardlist {
    grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
    gap: 0 30px;
  }
}

.card {
  max-width: 360px;
  will-change: contents;
  transition: all 0.2s ease-out;
  position: relative;
  cursor: pointer;
  margin-bottom: 5rem;
  line-height: 1.65;
  border-radius: 3px;
}
.card:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 968px) {
  .card {
    margin-bottom: 3.5rem;
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .card {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    height: -moz-fit-content;
    height: fit-content;
  }
  .card:hover {
    transform: none;
  }
}

.card__content-warp {
  overflow: hidden;
}

.card__img {
  width: 100%;
  transition: all 0.2s ease-out;
}

.card__content {
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  margin-top: -1rem;
  font-weight: 400;
  height: 22rem;
  background-color: rgb(252, 252, 252);
  padding: 2rem 5% 0 5%;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .card__content {
    font-size: 1.5rem;
    padding: 1.5rem 5% 0 5%;
    height: 22rem;
  }
}
@media screen and (max-width: 480px) {
  .card__content {
    font-size: 1.5rem;
    padding: 1.5rem 5% 0rem 5%;
    height: 20rem;
  }
}

.card__campaign-text {
  font-size: 1.6rem;
  position: absolute;
  bottom: 6rem;
  left: 5%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card__campaign-text {
    left: 5%;
  }
}

.card__trainer {
  font-size: 1.35rem;
  opacity: 0.6;
  position: absolute;
  bottom: 2rem;
  left: 5%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card__trainer {
    left: 5%;
  }
}

.card__trainer--height {
  bottom: 3.8rem;
}
@media screen and (max-width: 480px) {
  .card__trainer--height {
    bottom: 2.5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .card__trainer--add-height {
    bottom: 4rem !important;
  }
}

.card--pickup {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.card--pickup .card__content {
  background-color: rgba(255, 255, 255, 0.97);
}

@media screen and (max-width: 480px) {
  .cardlist--small-card {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0 10px;
  }
  .cardlist--small-card .card {
    width: 100%;
  }
  .cardlist--small-card .card__content {
    font-size: 1.15rem;
    height: 17rem;
    padding: 1.2rem 0.5rem 12rem 0.5rem;
    line-height: 1.55;
  }
  .cardlist--small-card .card__content--pickup {
    height: 20rem;
  }
  .cardlist--small-card .card__campaign-text {
    font-size: 1.15rem;
    position: absolute;
    bottom: 5rem;
    left: 0.5rem;
    font-weight: 700;
  }
  .cardlist--small-card .card__trainer {
    font-size: 1rem;
    bottom: 1rem;
    line-height: 1.3;
    left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cardlist--small-card .icon {
    width: 34px;
    height: 34px;
    top: -23px;
    left: -13px;
    z-index: 10;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    color: white;
  }
  .cardlist--small-card .icon-discount {
    padding-top: 0.7rem;
    line-height: 1.1rem;
  }
  .cardlist--small-card .icon-discount__text--small {
    font-size: 1rem;
  }
  .cardlist--small-card .icon-discount__text--s-small {
    font-size: 1rem;
  }
  .cardlist--small-card .icon-second {
    left: 17px;
  }
  .cardlist--small-card .icon-third {
    left: 42px;
  }
}

@media screen and (max-width: 480px) {
  .card__content {
    padding: 1.5rem 5% 12rem 5%;
  }
}

.search-shadow {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .search-shadow {
    position: relative;
    width: 96%;
    margin: 0 0 0 auto;
  }
  .search-shadow::before {
    position: absolute;
    background: linear-gradient(to left, rgb(26, 31, 41), rgba(26, 31, 41, 0));
    height: 35px;
    width: 60px;
    content: "";
    right: 0;
    pointer-events: none;
  }
}

.search {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: -2rem auto 6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .search {
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: -3rem;
    margin-bottom: 4rem;
    margin: 1rem;
  }
}
.search::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .search--trainer {
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: -3rem;
    margin-bottom: 4rem;
  }
}

.search__item {
  border-radius: 30px;
  border: 2px solid white;
  padding: 0.2rem 2.5rem;
  margin-right: 1.2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  height: 35px;
  line-height: 28px;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .search__item {
    padding: 0.1rem 1.2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    min-width: 100px;
    border-radius: 20px;
  }
}
.search__item:hover {
  background-color: #333b4b;
}

.search__item--trainer {
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
  margin-right: 1.2rem;
}

.search__active {
  background-color: white !important;
  color: #1a1f29;
  font-weight: 700;
}
.search__active:hover {
  background-color: #2f4569;
}

.search__item--black {
  border-radius: 30px;
  border: 2px solid #2f4569;
  background-color: #fff;
  color: #2f4569;
  padding: 0.2rem 2.5rem;
  margin-right: 1.2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  height: 35px;
  line-height: 28px;
  cursor: pointer;
}
.search__item--black:hover {
  background-color: #2f4569;
  color: #fff;
}

.search__active--black {
  background-color: #2f4569;
  color: #fff;
  font-weight: 700;
}
.search__active--black:hover {
  background-color: #2f4569;
}

.search-ctrl {
  display: flex;
  margin-left: 6rem;
  font-size: 2.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-ctrl {
    font-size: 1.8rem;
    margin-left: 0rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .search-ctrl {
    margin-top: 1rem;
  }
}

.search-ctrl__button {
  opacity: 0.35;
  cursor: pointer;
  margin-left: 3rem;
  position: relative;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  .search-ctrl__button {
    margin-left: 2rem;
  }
}
.search-ctrl__button:hover {
  opacity: 0.7;
}
.search-ctrl__button::before {
  content: "";
  height: 0.3rem;
  width: 0rem;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease-in;
}
.search-ctrl__button--white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search-ctrl__button:first-child {
    margin-left: 0rem;
  }
}

.search-ctrl__button--active {
  opacity: 1;
}
.search-ctrl__button--active:hover {
  opacity: 1;
}
.search-ctrl__button--active::before {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .search-ctrl__button--active::before {
    width: 9rem;
  }
}

.search-ctrl__button--trainer-active {
  opacity: 1;
}
.search-ctrl__button--trainer-active:hover {
  opacity: 1;
}
.search-ctrl__button--trainer-active::before {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .search-ctrl__button--trainer-active::before {
    width: 9rem;
  }
}

.section {
  padding: 8rem 0;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 3.5rem 0;
  }
}

.section-pickup {
  background: linear-gradient(to right bottom, #1a1f29, #333b4b);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  border-bottom: 1px solid #1a1f29;
  padding: 6rem 0 2rem;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .section-pickup {
    padding: 4.5rem 0 0;
    background-attachment: local;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.section-menu {
  padding: 6rem 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .section-menu {
    padding: 3rem 0;
  }
}

.section-device {
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .section-device {
    padding: 2.5rem 0;
  }
}

.section-new {
  background: linear-gradient(to right bottom, #333b4b, #1a1f29);
  padding: 6rem 0 0;
}
@media screen and (max-width: 480px) {
  .section-new {
    padding: 4.5rem 0 0;
  }
}
.section-new .card .card__data {
  font-size: 1.35rem;
  color: #fbd722;
  position: absolute;
  bottom: 1rem;
  left: 5%;
  font-weight: 700;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .section-new .card .card__data {
    left: 5%;
  }
}

.section-ranking {
  background: linear-gradient(to right bottom, #1a1f29, #333b4b);
  border-bottom: 1px solid #1a1f29;
  padding: 6rem 0;
}
@media screen and (max-width: 480px) {
  .section-ranking {
    padding: 4.5rem 0;
  }
}

.section-standard {
  padding: 6rem 0;
}
@media screen and (max-width: 480px) {
  .section-standard {
    padding: 4.5rem 0;
  }
}

.section--light-blue {
  background-color: #f7f9fc;
}

.section--bg-white {
  background: #ffffff;
  margin-top: -2px;
}

.section-ns {
  background: #044587;
  border-bottom: 1px solid #1a1f29;
  padding: 6rem 0 2rem;
}

.section-normal {
  background: linear-gradient(to right bottom, #1a1f29, #333b4b);
  border-bottom: 1px solid #1a1f29;
  padding: 6rem 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-normal {
    padding: 4.5rem 0 0;
  }
}
.section-normal .card__trainer {
  bottom: 2rem;
}

.card__quantity {
  font-size: 1.5rem;
  position: absolute;
  bottom: 0.5rem;
  left: 5%;
  font-weight: 700;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 480px) {
  .card__quantity {
    left: 0.5rem;
    font-size: 1.1rem;
    bottom: 0.4rem;
    line-height: 1.1;
  }
}

.card__quantity--accent {
  font-size: 2.3rem;
  color: #e9004f;
  opacity: 1;
  margin: 0 0.2rem;
  vertical-align: -1px;
}
@media screen and (max-width: 480px) {
  .card__quantity--accent {
    font-size: 1.6rem;
  }
}

.card__quantity--small-accent {
  color: #e9004f;
  font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
  .card__quantity--small-accent {
    font-size: 1.2rem;
  }
}

.card__quantity--large {
  font-size: 1.9rem;
  opacity: 1;
  margin: 0 0.2rem;
  vertical-align: -1px;
}
@media screen and (max-width: 480px) {
  .card__quantity--large {
    font-size: 1.5rem;
  }
}

.card__quantity--finish {
  bottom: 1.5rem;
}

.card__finish {
  font-size: 2rem;
  margin-left: 0.5rem;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .card__finish {
    font-size: 1.3rem;
  }
}

.pickup-discount {
  background-color: white;
  padding: 0.8rem 1.5rem 1rem;
  position: absolute;
  left: calc(calc((100% - 1180px) / 2) + 1rem);
  top: -5.5rem;
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.15));
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pickup-discount {
    left: 6%;
  }
}
@media screen and (max-width: 480px) {
  .pickup-discount {
    font-size: 2rem;
    padding: 0.3rem 1.2rem 0.5rem;
  }
}
.pickup-discount::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 20px;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(50% 75%, 0 0, 100% 0);
          clip-path: polygon(50% 75%, 0 0, 100% 0);
  background-color: white;
  z-index: 2;
}
.pickup-discount--red {
  font-size: 3.9rem;
  color: #cc0000;
  margin-left: 0.4rem;
}
@media screen and (max-width: 480px) {
  .pickup-discount--red {
    font-size: 2.6rem;
  }
}
.pickup-discount--s-red {
  font-size: 3.5rem;
  color: #cc0000;
  margin-right: 0.4rem;
}
@media screen and (max-width: 480px) {
  .pickup-discount--s-red {
    font-size: 2.3rem;
  }
}

.pickup-discount__data {
  font-size: 1.5rem;
  margin: 0 auto 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  background: linear-gradient(180deg, #e92f2f, #bf0505);
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
          clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}
@media screen and (max-width: 480px) {
  .pickup-discount__data {
    font-size: 1.2rem;
    padding: 0 1.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
            clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  }
}

.pickup-discount__data--accent {
  color: white;
  font-size: 1.8rem;
  margin: 0.2rem;
}
@media screen and (max-width: 480px) {
  .pickup-discount__data--accent {
    font-size: 1.6rem;
  }
}

.compaign-preview {
  max-width: 1180px;
  margin: 0 auto 6rem;
}

.compaign-preview__title {
  font-size: 2.6rem;
  color: white;
}
@media screen and (max-width: 480px) {
  .compaign-preview__title {
    font-size: 2rem;
  }
}

.compaign-preview__content {
  font-size: 1.8rem;
  max-width: 860px;
  margin-top: 5rem;
  background-color: #fdfdfc;
  padding: 2rem 3rem;
  position: relative;
  top: -2.5rem;
  line-height: 1.35;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.compaign-preview__content::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 20px;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #fdfdfc;
}
@media screen and (max-width: 480px) {
  .compaign-preview__content {
    font-size: 1.5rem;
    padding: 2rem 2rem;
  }
}

.standard-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .standard-wrap {
    flex-direction: column;
  }
}

.footer {
  padding-top: 8rem;
  padding-bottom: 13rem;
  background-color: #0f1621;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}

.footer__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .footer__content {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
}

.footer__link {
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 2rem;
}
@media screen and (max-width: 480px) {
  .footer__link {
    margin: 0.3rem;
    font-size: 1.4rem;
  }
}
.footer__link:hover {
  opacity: 0.8;
}

.footer__text {
  color: white;
  font-size: 1.4rem;
  text-align: center;
  opacity: 0.8;
}

.underbnr {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.8rem;
  font-size: 2.3rem;
  background-color: rgba(17, 20, 28, 0.9);
  align-items: center;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  z-index: 20;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .underbnr {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .underbnr {
    font-size: 1.4rem;
  }
}

.underbnr__discount {
  font-size: 2.9rem;
  color: #fbd722;
}
@media screen and (max-width: 768px) {
  .underbnr__discount {
    font-size: 2rem;
  }
}

.underbnr__discount--small {
  font-size: 2.6rem;
  color: #fbd722;
}
@media screen and (max-width: 768px) {
  .underbnr__discount--small {
    font-size: 1.8rem;
  }
}

.underbnr__button {
  font-size: 1.6rem;
  background-color: #cc0000;
  padding: 0.8rem 2rem;
  margin-left: 2rem;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .underbnr__button {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .underbnr__button {
    text-align: center;
  }
}

.v-enter {
  opacity: 0;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s;
}

.v-enter-to {
  opacity: 1;
}

.v-leave-to {
  opacity: 0;
  transition: opacity 0.5s;
}

.section--blue-area {
  background-color: #014d98;
}

.container--blue-area {
  background-color: white;
  padding: 8rem;
}

/*============================================================
  https://www.modularscale.com/?18&px&1.125
  font-sizeは基本的に下記のサイズの中から使用する

  41px = 4.1rem
  36px = 3.6rem
  32px = 3.2rem
  29px = 2.9rem
  26px = 2.6rem
  23px = 2.3rem
  20px = 2rem
  18px = 1.8rem
  16px = 1.6rem
  14px = 1.4rem
  13px = 1.3rem
  11px = 1.1rem

============================================================*/
/*============================================================
  core settings
============================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.35;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  border: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/*============================================================
  .container
  ※コンテンツの幅を調整するクラス
============================================================*/
.container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.container--full {
  width: 100%;
}

.container--small {
  max-width: 800px;
}

.container--card-list {
  max-width: 1180px;
}

/*============================================================
  paragraph settings
============================================================*/
p:last-child {
  margin-bottom: 0;
}

/*============================================================
  margin settings
============================================================*/
.margin-center {
  margin-left: auto;
  margin-right: auto;
}

/* margin */
.m-half {
  margin: 16px !important;
}

.m-1 {
  margin: 32px !important;
}

@media screen and (max-width: 480px) {
  .m-1 {
    margin: 16px !important;
  }
}
.m-1-half {
  margin: 48px !important;
}

@media screen and (max-width: 480px) {
  .m-1-half {
    margin: 32px !important;
  }
}
.m-2 {
  margin: 64px !important;
}

@media screen and (max-width: 480px) {
  .m-2 {
    margin: 48px !important;
  }
}
/* margin-bottom */
.mb-half {
  margin-bottom: 16px !important;
}

.mb-1 {
  margin-bottom: 32px !important;
}

.mb-1-half {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .mb-1-half {
    margin-bottom: 32px !important;
  }
}
.mb-2 {
  margin-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .mb-2 {
    margin-bottom: 48px !important;
  }
}
.mb-2-half {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .mb-2-half {
    margin-bottom: 64px !important;
  }
}
.mb-3 {
  margin-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .mb-3 {
    margin-bottom: 64px !important;
  }
}
.mb-3-half {
  margin-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .mb-3-half {
    margin-bottom: 96px !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

/* margin-top */
.mt-half {
  margin-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .mt-half {
    margin-top: 8px !important;
  }
}
.mt-1 {
  margin-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .mt-1 {
    margin-top: 16px !important;
  }
}
.mt-1-half {
  margin-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .mt-1-half {
    margin-top: 32px !important;
  }
}
.mt-2 {
  margin-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .mt-2 {
    margin-top: 48px !important;
  }
}
.mt-2-half {
  margin-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .mt-2-half {
    margin-top: 64px !important;
  }
}
.mt-3 {
  margin-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .mt-3 {
    margin-top: 64px !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

/* margin-bottom-minus */
.mb-m-half {
  margin-bottom: -16px !important;
}

.mb-m-1 {
  margin-bottom: -32px !important;
}

.mb-m-1-half {
  margin-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-1-half {
    margin-bottom: -32px !important;
  }
}
.mb-m-2 {
  margin-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2 {
    margin-bottom: -48px !important;
  }
}
.mb-m-2-half {
  margin-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2-half {
    margin-bottom: -64px !important;
  }
}
.mb-m-3 {
  margin-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3 {
    margin-bottom: -64px !important;
  }
}
.mb-m-3-half {
  margin-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3-half {
    margin-bottom: -96px !important;
  }
}
/* margin-top-minus */
.mt-m-half {
  margin-top: -16px !important;
}

.mt-m-1 {
  margin-top: -32px !important;
}

.mt-m-1-half {
  margin-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-1-half {
    margin-top: -32px !important;
  }
}
.mt-m-2 {
  margin-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2 {
    margin-top: -48px !important;
  }
}
.mt-m-2-half {
  margin-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2-half {
    margin-top: -64px !important;
  }
}
.mt-m-3 {
  margin-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3 {
    margin-top: -64px !important;
  }
}
.mt-m-3-half {
  margin-top: -112px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3-half {
    margin-top: -96px !important;
  }
}
/*============================================================
  padding settings
============================================================*/
/* padding-bottom */
.pb-half {
  padding-bottom: 16px !important;
}

.pb-1 {
  padding-bottom: 32px !important;
}

.pb-1-half {
  padding-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .pb-1-half {
    padding-bottom: 32px !important;
  }
}
.pb-2 {
  padding-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .pb-2 {
    padding-bottom: 48px !important;
  }
}
.pb-2-half {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .pb-2-half {
    padding-bottom: 64px !important;
  }
}
.pb-3 {
  padding-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .pb-3 {
    padding-bottom: 64px !important;
  }
}
.pb-3-half {
  padding-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .pb-3-half {
    padding-bottom: 96px !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

/* padding-top */
.pt-half {
  padding-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .pt-half {
    padding-top: 8px !important;
  }
}
.pt-1 {
  padding-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .pt-1 {
    padding-top: 16px !important;
  }
}
.pt-1-half {
  padding-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .pt-1-half {
    padding-top: 32px !important;
  }
}
.pt-2 {
  padding-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .pt-2 {
    padding-top: 48px !important;
  }
}
.pt-2-half {
  padding-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .pt-2-half {
    padding-top: 64px !important;
  }
}
.pt-3 {
  padding-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .pt-3 {
    padding-top: 64px !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

/* padding-bottom-minus */
.pb-m-half {
  padding-bottom: -16px !important;
}

.pb-m-1 {
  padding-bottom: -32px !important;
}

.pb-m-1-half {
  padding-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-1-half {
    padding-bottom: -32px !important;
  }
}
.pb-m-2 {
  padding-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2 {
    padding-bottom: -48px !important;
  }
}
.pb-m-2-half {
  padding-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2-half {
    padding-bottom: -64px !important;
  }
}
.pb-m-3 {
  padding-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3 {
    padding-bottom: -64px !important;
  }
}
.pb-m-3-half {
  padding-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3-half {
    padding-bottom: -96px !important;
  }
}
/* padding-top-minus */
.pt-m-half {
  padding-top: -16px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-half {
    padding-top: -8px !important;
  }
}
.pt-m-1 {
  padding-top: -32px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1 {
    padding-top: -16px !important;
  }
}
.pt-m-1-half {
  padding-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1-half {
    padding-top: -32px !important;
  }
}
.pt-m-2 {
  padding-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2 {
    padding-top: -48px !important;
  }
}
.pt-m-2-half {
  padding-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2-half {
    padding-top: -64px !important;
  }
}
.pt-m-3 {
  padding-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-3 {
    padding-top: -64px !important;
  }
}
/*============================================================
 iframe settings
============================================================*/
.iframe-container {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.iframe {
  position: relative;
  width: 100%;
  /* 以下タテヨコ比（アスペクト比） */
  /* padding-top: 75%;/* 4:3 */
  /* padding-top: 66%;/* 3:2 */
  padding-top: 56.25%;
  /* 16:9 */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*============================================================
  display settings
============================================================*/
.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

/*============================================================
  align settings
============================================================*/
.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

/*============================================================
  font style settings
============================================================*/
.strong {
  font-weight: bold !important;
}

.txtUnderline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

/*============================================================
  indent settings
============================================================*/
.indent {
  padding-left: 1em;
}

.indent-large {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.rice-indent {
  padding-left: 1em;
  position: relative;
}

.rice-indent:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.square-indent {
  padding-left: 1em;
  position: relative;
}

.square-indent:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.triangle-indent {
  padding-left: 1em;
  position: relative;
}

.triangle-indent:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 0;
}

.parentheses-indent {
  padding-left: 1em;
  position: relative;
}

.parentheses-indent:before {
  content: "（";
  position: absolute;
  left: 0;
  top: 0;
}

.dot-indent {
  padding-left: 1em;
  position: relative;
}

.dot-indent:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-indent:before {
  content: "「";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-wide-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-wide-indent:before {
  content: "『";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-bold-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-bold-indent:before {
  content: "【";
  position: absolute;
  left: 0;
  top: 0;
}

.circle-indent {
  padding-left: 1.2em;
  position: relative;
}

.circle-indent:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

/*============================================================
  font-size settings
============================================================*/
.font-xx-small {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-small {
    font-size: 1.1rem !important;
  }
}
.font-x-small {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-small {
    font-size: 1.3rem !important;
  }
}
.font-small {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-small {
    font-size: 1.5rem !important;
  }
}
.font-normal {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 480px) {
  .font-normal {
    font-size: 1.6rem !important;
  }
}
.font-medium {
  font-size: 2rem !important;
}

@media screen and (max-width: 480px) {
  .font-medium {
    font-size: 1.8rem !important;
  }
}
.font-large {
  font-size: 2.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-large {
    font-size: 2rem !important;
  }
}
.font-x-large {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-large {
    font-size: 2rem !important;
  }
}
.font-xx-large {
  font-size: 2.9rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-large {
    font-size: 2.3rem !important;
  }
}
.font-xxx-large {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 480px) {
  .font-xxx-large {
    font-size: 2.3rem !important;
  }
}
/*============================================================
  font-feature-settings
============================================================*/
.palt {
  font-feature-settings: "palt";
}

/*============================================================
  line-height
============================================================*/
.line-height {
  line-height: 1.8;
}

.line-height-medium {
  line-height: 1.65;
}

.line-height-medium-small {
  line-height: 1.5;
}

.line-height-small {
  line-height: 1.35;
}

/*============================================================
  shedule status settings
============================================================*/
.prepare {
  background: #bbbbbb !important;
}

.full {
  background: #c90909 !important;
}

.accept {
  background: #f74608 !important;
}

.start {
  background: #49b700 !important;
}

[v-cloak] {
  opacity: 0;
}

::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 480px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

.main-bnr-video-area__content {
  position: relative;
  margin: 0px auto 90px;
  max-width: 1200px;
}

.main-bnr-video-area__content img {
  width: 100%;
}

.main-bnr-video-area__content ul {
  display: flex;
  justify-content: center;
  padding: 0px;
  /* align-items: center; */
}

.main-bnr-video-area__content ul li {
  list-style: none;
  width: 49%;
  margin: 0 10px 0 0;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6;
}

.main-bnr-video-area__content p {
  color: white;
  font-size: 2rem;
  margin: 0 0 0 50px;
}

.main-bnr-video-area__link-button {
  background-color: #0b5fc8;
  margin: 20px 0 0 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 20px;
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  text-decoration: none;
}

.main-bnr-video-area__link-button:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .main-bnr-video-area__content {
    margin: 0px auto 30px;
  }
  .main-bnr-video-area__content ul {
    display: block;
    width: 96%;
    justify-content: center;
    margin: 0 auto;
    padding: 0px;
  }
  .main-bnr-video-area__content ul li {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-bnr-video-area__content p {
    font-size: 1.55rem;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    margin: 2rem 0;
  }
  .main-bnr-video-area__link-button {
    padding: 13px 20px;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.campaignbnr {
  margin: auto;
  display: block;
  cursor: pointer;
  max-width: 810px;
  width: -moz-fit-content;
  width: fit-content;
}
.campaignbnr:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 810px) {
  .campaignbnr {
    width: 92%;
  }
}

/*============================================================
  entryのデザイン
============================================================*/
.entry-block {
  background: #fff;
  margin-bottom: 56px;
}

.entry-block:last-child {
  margin-bottom: auto;
}

.entry-block__title {
  padding: 16px;
  background: #111111;
  font-size: 2.9rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .entry-block__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__title {
    font-size: 2rem;
  }
}
.entry-block__title--bg-light {
  background: #515151;
}

.entry-block__body {
  padding-top: 36px;
  padding-bottom: 64px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #fafafa;
}

@media screen and (max-width: 480px) {
  .entry-block__body {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.entry-block__image-container {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .entry-block__image-container {
    margin-bottom: 24px;
  }
}
.entry-block__button-container {
  margin-bottom: 16px;
  text-align: center;
}

.entry-block__button {
  text-align: center;
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #cc0000;
  border: 3px solid #cc0000;
  border-radius: 5px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.entry-block__button:hover {
  background-color: #fff;
  color: #cc0000;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .entry-block__button {
    width: 75%;
    font-size: 1.8rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.entry-block__agreement {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
  padding-left: 1rem;
  padding-right: 1rem;
}

.entry-block__notice {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border: 1px dashed #b8b8b8;
  font-size: 1.3rem;
  color: #808080;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .entry-block__notice {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__notice {
    max-width: 80%;
    padding: 8px;
  }
}
.entry-block__notice p {
  margin-bottom: 8px;
}

.entry-block__notice p:last-child {
  margin-bottom: 0;
}

.entry-block__button--gray {
  background-color: #b5b5b5;
  color: white;
  border: none;
}
.entry-block__button--gray:hover {
  color: white;
  text-decoration: none;
  background: #b5b5b5;
}

.dilts-campaign-area {
  background-image: url("../images/msmgenerative_background.jpg");
  background-repeat: no-repeat;
  padding: 0;
  background-position: center;
  position: relative;
  max-height: 1100px;
}

.dilts-campaign-area__text-area {
  line-height: 1.5;
  font-size: 2rem;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .dilts-campaign-area__text-area {
    font-size: 1.6rem;
  }
}
.dilts-campaign-area__text-area .bg-white {
  padding: 5rem 1rem;
}
@media screen and (max-width: 480px) {
  .dilts-campaign-area__text-area .bg-white {
    padding: 3rem 1rem;
  }
}
.dilts-campaign-area__text-area .bg-white__container {
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .dilts-campaign-area__text-area .bg-white__container {
    max-width: 100%;
  }
}

.dilts-campaign-area__button {
  cursor: pointer;
  background-color: #111;
  border: solid 2px #f2f2f2;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 6rem;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
.dilts-campaign-area__button:hover {
  background-color: #f2f2f2;
  color: #111;
}
.dilts-campaign-area__button-icon {
  margin-left: 1rem;
  margin-bottom: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .dilts-campaign-area__button {
    width: 70%;
    font-size: 1.7rem;
    padding: 1rem 2rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .dilts-campaign-area__button {
    width: 70%;
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
    bottom: 2.5rem;
    margin: auto;
  }
}

.summary {
  margin: 0 auto 10px;
  padding: 10px 0 30px 0;
  max-width: 1000px;
  width: 94%;
  background: #fff;
}

.note-area {
  margin: 50px auto 10px;
  text-align: center;
}

.note-area p {
  font-size: 15px;
  margin: 10px 0;
}

@media screen and (max-width: 480px) {
  .note-area {
    margin: 25px auto 10px;
    text-align: center;
  }
  .note-area p {
    margin: 10px;
    text-align: left;
    font-size: 14px;
  }
  .note-area img {
    width: 90%;
    height: auto;
  }
}
.title-area {
  margin: 20px auto 80px;
  padding: 30px 0 30px 0;
  display: table;
  text-align: center;
  border-bottom: solid 1px #99caed;
  border-top: solid 1px #99caed;
  max-width: 1000px;
  width: 94%;
}
@media screen and (max-width: 480px) {
  .title-area {
    width: 100%;
    margin: 0px auto 50px;
    padding: 15px 0 15px 0;
  }
}
.title-area .title-area__campaign-title {
  font-size: 4.2rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 968px) {
  .title-area .title-area__campaign-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .title-area .title-area__campaign-title {
    font-size: 2.6rem;
  }
}

.cam-pereiod {
  background: #fff url(../images/cam-period_bg2106.png) 0 0 repeat-x;
}
@media screen and (max-width: 1200px) {
  .cam-pereiod {
    background-image: none;
  }
}

.container__youtube {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.container__youtube > p:first-child {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .container__youtube > p:first-child {
    font-size: 2rem;
  }
}/*# sourceMappingURL=styles.css.map */