*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  cursor: pointer;
}
@font-face {
  src: url(../font/AlvarkWear-Regular.otf);
  font-family: "AlvarkWear";
}
html {
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 800 * 100vw);
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 10px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(1.6rem, 15px);
  }
}
main {
  flex-grow: 1;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
.swiper-pagination-bullet:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.l-inner {
  width: 860px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-inner--lg {
  width: 1084px;
}
.l-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .l-header {
    height: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 1346px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
}
.l-floating {
  z-index: 30;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
}
.c-button {
  display: block;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    opacity: 0.8;
  }
}
.c-section-heading {
  position: relative;
  text-align: center;
}
.c-section-heading:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-title);
  color: rgba(0, 0, 0, 0.15);
  font-family: "AlvarkWear", sans-serif;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-section-heading:before {
    font-size: 77px;
    line-height: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading:before {
    font-size: 8rem;
    line-height: 1;
  }
}
.c-section-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e2000b;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-section-heading::after {
    width: 1px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading::after {
    width: 0.2rem;
    height: 3.2rem;
  }
}
.c-section-heading__sub {
  display: block;
  position: relative;
  color: #e2000b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-heading__sub {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading__sub {
    font-size: 1.8rem;
  }
}
.c-section-heading__main {
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-heading__main {
    padding-bottom: 28px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading__main {
    padding-bottom: 4.2rem;
    font-size: 3.4rem;
  }
}
.p-home-block.u-bg-color1 .c-section-heading .c-section-heading__main {
  color: #fff;
}
.p-home-block .l-inner {
  width: 980px;
}
.p-home-block.u-bg-color1 .c-section-heading::before {
  color: rgba(255, 255, 255, 0.2);
}
.c-cta {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-cta.is-closed picture {
  position: relative;
  display: block;
}

.c-cta.is-closed picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}
.c-cta.is-closed a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-cta {
    width: 440px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-cta {
    max-width: 440px;
  }
}
.c-cta-button {
  display: block;
  text-align: center;
}
.c-cta-text {
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-cta-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.c-cta-text--white {
  color: #fff;
}
.c-visual {
  position: relative;
  overflow: hidden;
}
.c-visual::before {
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-visual::before {
    padding-top: 56%;
  }
}
@media screen and (min-width: 768px) {
  .c-visual::before {
    padding-top: 29.28%;
  }
}
.c-visual img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ex-link {
  display: inline-block;
  color: #00e;
  text-decoration: underline;
}
.p-header {
  background-color: #000;
}
.p-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 161px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 20.3rem;
  }
}
#header_logo {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {

}
#header_logo a:first-of-type {
  height: 5rem;
  position: relative;
}
#header_logo a:first-of-type::before {
  content: "";
  width: 1px;
  height: 65%;
  background-color: #fff;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
#header_logo a:last-of-type {
  height: 4rem;
}
#header_logo a img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-left: auto;
  }
}
.p-header__menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-header__menu {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-header__menu-item {
    width: 25%;
    background-color: #2e2e2e;
  }
  .p-header__menu-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .p-header__menu-item {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .p-header__menu-item + .p-header__menu-item {
    margin-left: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__menu-item + .p-header__menu-item {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .p-header__menu-item.is-hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-header__menu-item.is-hidden-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .p-header__menu-cta {
    background-color: #e2000b;
  }
}
.p-header__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-header__menu-link {
    justify-content: center;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu-link {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-header__menu-link {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__menu-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .p-header__menu-link::before {
    width: 60px;
    height: 24px;
    margin-bottom: 1px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
@media screen and (min-width: 992px) {
  .p-header__menu-link::after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.7rem;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
}
@media screen and (max-width: 991px) {
  .p-header__menu-item:first-child a::before {
    background-image: url(../images/common/icon-nav01.svg);
  }
  .p-header__menu-item:nth-child(2) a::before {
    background-image: url(../images/common/icon-nav02.svg);
  }
  .p-header__menu-item:nth-child(3) a::before {
    background-image: url(../images/common/icon-nav03.svg);
  }
  .p-header__menu-item:last-child a::before {
    background-image: url(../images/common/icon-nav04.svg);
  }
}
button.l-header__button {
  display: none;
}
.l-header__mobilenav {
  display: none;
}
@media screen and (max-width: 991px) {
  button.l-header__button {
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    z-index: 10;
    aspect-ratio: 1;
  }
  button.l-header__button span {
    width: 23px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s;
  }
  button.l-header__button span:first-of-type {
    transform: translate(-50%, calc(-50% - 6px)) rotate(0deg) scaleX(1);
  }
  body.open_menu button.l-header__button span:first-of-type {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
  }
  button.l-header__button span:nth-of-type(2) {
    transform: translate(-50%, -50%) scaleX(1);
    transform-origin: left;
  }
  body.open_menu button.l-header__button span:nth-of-type(2) {
    transform: translate(-50%, -50%) scaleX(0);
  }
  button.l-header__button span:nth-of-type(3) {
    transform: translate(-50%, calc(-50% + 6px)) rotate(0deg) scaleX(1);
  }
  body.open_menu button.l-header__button span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
  }
  .l-header__mobilenav {
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #000000;
    opacity: 0;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  body.open_menu .l-header__mobilenav {
    opacity: 1;
    pointer-events: inherit;
  }
  .l-header__mobilemenu {
    height: max-content;
  }
  .l-header__mobilemenu-item {
    text-align: center;
    padding: 32px 0;
  }
  .l-header__mobilemenu-item:not(:last-of-type) {
    border-bottom: 2px solid #e2000b;
  }
  .l-header__mobilemenu-link {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
}
.p-fv {
  margin-top: 60px;
  position: relative;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.p-fv picture,
.p-fv img {
  width: 100%;
}

/* .p-fv::before {
  display: block;
  content: '';
} */
/* @media screen and (max-width: 767px) {
  .p-fv::before {
    padding-top: 128%;
  }
} */
/* @media screen and (min-width: 768px) {
  .p-fv::before {
    padding-top: 56.22%;
  }
} */
/* .p-fv::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
} */
@media screen and (min-width: 992px) {
  .p-fv {
    margin-top: 7rem;
  }
}
/* .p-fv__copy {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-fv__copy p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__copy p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__copy p {
    font-size: 4rem;
  }
} */
.p-home-block {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-block {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-block {
    padding: 10rem 0;
  }
}
.p-home-block--about {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home-block--about {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-block--change  {
    padding: 60px 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-block--change  {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-block--grade {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-block--grade {
    padding-top: 11.2rem;
  }
}
.p-home-block--benefits2 {
  padding-bottom: 80px;
}
.p-home-block--point {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-home-block--faq {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title {
    text-align: center;
  }
}
.p-about__title span {
  display: inline-block;
  background-color: #e2000b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about__title span {
    padding: 4px 8px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title span:first-child {
    padding: 0.8rem 0 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__title span:last-child {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title span:last-child {
    padding: 0.8rem 1.6rem 0.8rem 0;
  }
}
.p-about__text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}

.p-change__list {
  margin-top: 2.4rem;
  display: grid;
  gap: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-change__list {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__list {
    margin-top: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
.p-change__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-change__item::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #363636;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 768px) {
  .p-change__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .p-change__item:not(:nth-of-type(3n - 1))::before {
    content: "";
    width: 2px;
    height: 29.7rem;
    background-color: #363636;
    position: absolute;
    top: 0;
  }
  .p-change__item:nth-of-type(3n - 2)::before {
    right: -2.4rem;
    transform: translate(50%, 0);
  }
  .p-change__item:nth-of-type(3n)::before {
    left: -2.4rem;
    transform: translate(-50%, 0);
  }
  .p-change__item:nth-of-type(2)::before {
    content: "";
    width: 88.8rem;
    height: 2px;
    background-color: #363636;
    position: absolute;
    left: 50%;
    bottom: -2.4rem;
    transform: translate(-50%, 50%);
  }
}
.p-change__item-labels {
  display: flex;
  flex-wrap: wrap;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .p-change__item-labels {
    gap: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__item-labels {
    gap: 0.2rem;
  }
}
.p-change__item-label {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-change__item-label {
    padding: 0 8px;
    border-radius: 23px;
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__item-label {
    padding: 0 0.8rem;
    border-radius: 2.3rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.p-change__item-label.label-pl {
  background-color: #7997d1;
}
.p-change__item-label.label-gl {
  background-color: #be8f02;
}
.p-change__item-label.label-red {
  background-color: #e2000b;
}
.p-change__item-label.label-reg {
  background-color: #828282;
}
.p-change__item-label.label-jun {
  background-color: #99c69c;
}
.p-change__item-label.label-are {
  color: black;
  background-color: #eee;
}
.p-change__item-label.label-ent {
  background-color: #897cb4;
}
.p-change__item-title {
    color: #E60021;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-change__item-title {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__item-title {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
.p-change__item-body {

}
@media screen and (max-width: 767px) {
  .p-change__item-body {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 136px 1fr;
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__item-body {
    margin-top: 0.8rem;
  }
}

.p-change__item-body p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-change__item-body p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-change__item-body p {
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-grade__list {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
}
.p-grade__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-grade__item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item {
    width: calc(50% - 2rem);
    margin-bottom: 4rem;
  }
  .p-grade__item:nth-child(even) {
    margin-left: 4rem;
  }
}
.p-grade__item-title {
  border-radius: 16px 16px 0 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-grade__item-title {
    padding: 8px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item-title {
    padding: 0.8rem;
    font-size: 2rem;
  }
}
.p-grade__item-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-grade__item-body {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item-body {
    padding: 1.6rem;
  }
}
.p-grade__item-desc {
  flex-grow: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-grade__item-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item-desc {
    font-size: 1.8rem;
  }
}
.p-grade__item-fee {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-grade__item-fee {
    margin-top: 8px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item-fee {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
}
.p-grade__item-fee span {
  display: inline-block;
  flex-shrink: 0;
  transform: translateY(1px);
  border-radius: 23px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-grade__item-fee span {
    margin-right: 10px;
    padding: 6px 16px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item-fee span {
    margin-right: 1rem;
    padding: 0.6rem 1.6rem;
    font-size: 1.2rem;
  }
}
.p-grade__item.grade-pl .p-grade__item-title {
  background-color: #7997d1;
  color: #fff;
}
.p-grade__item.grade-pl .p-grade__item-body {
  background-color: #dee5f4;
}
.p-grade__item.grade-pl .p-grade__item-fee span {
  background-color: #7997d1;
  color: #fff;
}
.p-grade__item.grade-gl .p-grade__item-title {
  background-color: #be8f02;
  color: #fff;
}
.p-grade__item.grade-gl .p-grade__item-body {
  background-color: #f3ead0;
}
.p-grade__item.grade-gl .p-grade__item-fee span {
  background-color: #be8f02;
  color: #fff;
}
.p-grade__item.grade-red .p-grade__item-title {
  background-color: #e2000b;
}
.p-grade__item.grade-red .p-grade__item-body {
  background-color: #fdeff0;
}
.p-grade__item.grade-red .p-grade__item-fee span {
  background-color: #e2000b;
}
.p-grade__item.grade-reg .p-grade__item-title {
  background-color: #757172;
}
.p-grade__item.grade-reg .p-grade__item-body {
  background-color: #eee;
}
.p-grade__item.grade-reg .p-grade__item-fee span {
  background-color: #757172;
}
.p-grade__item.grade-jun .p-grade__item-title {
  background-color: #7eb780;
}
.p-grade__item.grade-jun .p-grade__item-body {
  background-color: #e8f1e9;
}
.p-grade__item.grade-jun .p-grade__item-fee span {
  background-color: #7eb780;
}
.p-grade__item.grade-are .p-grade__item-title {
  background-color: #fff;
}
.p-grade__item.grade-are .p-grade__item-body {
  background-color: #eee;
}
.p-grade__item.grade-are .p-grade__item-fee span {
  background-color: #cecdcd;
}
.p-grade__item.grade-ent .p-grade__item-title {
  background-color: #897cb4;
}
.p-grade__item.grade-ent .p-grade__item-body {
  background-color: #eee9ff;
}
.p-grade__item.grade-ent .p-grade__item-fee span {
  background-color: #897cb4;
}
.p-grade__item.is-closed {
  position: relative;
}
.p-grade__item.is-closed::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}
.p-grade__item.is-closed::after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  content: "募集を終了いたしました";
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-grade__item.is-closed::after {
    padding: 12px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__item.is-closed::after {
    padding: 1.2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-grade__button {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-grade__button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits1__cont {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits__table-container {
    max-width: 100%;
    max-height: 100svh;
    overflow: auto;
  }
}
.p-benefits__table-container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table {
    width: 100%;
    min-width: 607px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits1__table tr:not(:first-child) {
    border-top: 2px solid #fff;
  }
  .p-benefits1__table tr.is-sticky {
    position: sticky;
    top: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table tr:not(:first-child) {
    border-top: 0.4rem solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits1__table tr > *:not(:last-child) {
    border-right: 2px solid #fff;
  }
  .p-benefits1__table th {
    border-bottom: 2px solid #fff;
  }
  .p-benefits1__table .none_last {
    border-right: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table tr > *:not(:last-child) {
    border-right: 0.4rem solid #fff;
  }
  .p-benefits1__table .none_last {
    border-right: 0.4rem solid #fff;
  }
}
.p-benefits1__table th,
.p-benefits1__table td {
  vertical-align: middle;
}
.p-benefits1__table-benefit {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table-benefit {
    width: 147px;
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table-benefit {
    width: 24rem;
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.p-benefits1__table-benefit.is-blank {
  background-color: #fff;
}
.p-benefits1__table-benefit:not(.is-blank) {
  background-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table .is-fixed {
    z-index: 2;
    position: sticky;
    left: 0;
    top: 0;
  }
  .p-benefits1__table .is-fixed::before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
.p-benefits1__table-grade {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
}
.p-benefits1__table-grade span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table-grade {
    min-width: 86px;
    font-size: 14px;
  }
  .p-benefits1__table-grade span {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table-grade {
    width: 9.2rem;
    font-size: 1.4rem;
  }
  .p-benefits1__table-grade span {
    font-size: 1rem;
  }
}
.p-benefits1__table-grade.grade-pl {
  background-color: #7997d1;
}
.p-benefits1__table-grade.grade-gl {
  background-color: #be8f02;
}
.p-benefits1__table-grade.grade-red {
  background-color: #e5001f;
}
.p-benefits1__table-grade.grade-reg {
  background-color: #757172;
}
.p-benefits1__table-grade.grade-jun {
  background-color: #7eb780;
}
/* .p-benefits1__table-grade.grade-light {
  background-color: #cecdcd;
} */
.p-benefits1__table-grade.grade-are {
  background-color: #cecdcd;
}
.p-benefits1__table-grade.grade-ent {
  background-color: #8b7cb3;
}
.p-benefits1__table-desc {
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table-desc {
    padding: 5px;
    font-size: 12px;
  }

  .p-benefits1__table-desc.grade-pl.comingsoon {
    font-size: 12px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table-desc {
    padding: 0.5rem;
    font-size: 1.2rem;
  }

  .p-benefits1__table-desc.grade-pl.comingsoon {
    font-size: 12px;
    color: #fff;
  }
}
.p-benefits1__table-desc > span {
  display: inline-block;
  transform: translateY(1px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-benefits1__table-desc > span {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__table-desc > span {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.p-benefits1__table-desc.grade-pl {
  background-color: #dee5f4;
  /* background-color: #262626; */
}
.p-benefits1__table-desc.grade-pl span {
  background-color: #7997d1;
}
.p-benefits1__table-desc.grade-gl {
  background-color: #f3ead0;
  /* background-color: #262626; */
}
.p-benefits1__table-desc.grade-gl span {
  background-color: #be8f02;
}
.p-benefits1__table-desc.grade-red {
  background-color: #fdeff0;
}
.p-benefits1__table-desc.grade-red span {
  background-color: #e2000b;
}
.p-benefits1__table-desc.grade-reg {
  background-color: #f3f2f2;
}
.p-benefits1__table-desc.grade-reg span {
  background-color: #828282;
}
.p-benefits1__table-desc.grade-jun {
  background-color: #e8f1e9;
}
.p-benefits1__table-desc.grade-jun span {
  background-color: #99c69c;
}
/* .p-benefits1__table-desc.grade-light {
  background-color: #eee;
}
.p-benefits1__table-desc.grade-light span {
  background-color: #cecdcd;
} */
.p-benefits1__table-desc.grade-are {
  background-color: #eee;
}
.p-benefits1__table-desc.grade-are span {
  background-color: #cecdcd;
}
/* .p-benefits1__table-desc.grade-lig {
  background-color: #f4edf8;
}
.p-benefits1__table-desc.grade-lig span {
  background-color: #8a59b3;
} */
.p-benefits1__table-desc.grade-ent {
  background-color: #eee9ff;
}
.p-benefits1__table-desc.grade-ent span {
  background-color: #897cb4;
}
.p-benefits1__notes {
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-benefits1__notes {
    margin-top: 24px;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__notes {
    margin-top: 2.4rem;
    padding: 1.6rem;
  }
}
.p-benefits1__notes p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-benefits1__notes p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits1__notes p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits2__list {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 4rem;
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__item {
    width: calc(50% - 3.2rem);
    margin-right: 3.2rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-benefits2__item {
    width: calc(33.33% - 5rem);
    margin-right: 5rem;
  }
  /* .p-benefits2__item:nth-last-child(2) {
    margin-left: auto;
  } */
  .p-benefits2__item:last-child {
    /* margin-right: auto; */
    /* margin-left: 3.2rem; */
  }
}
@media screen and (max-width: 767px) {
  .p-benefits2__item + .p-benefits2__item {
    margin-top: 50px;
  }
}
.p-benefits2__item-trigger {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-benefits2__item-trigger:hover {
    opacity: 0.8;
  }
}
.p-benefits2__item-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-benefits2__item-image::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.p-benefits2__item-image span.label {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-benefits2__item-image span.label {
    transform: translate(-20%, -50%);
  }
}
.p-benefits2__item-labels {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-benefits2__item-labels {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__item-labels {
    margin-top: 1.2rem;
  }
}
.p-benefits2__item-label {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-benefits2__item-label {
    padding: 0 4px;
    border-radius: 23px;
    font-size: 11px;
    line-height: 25px;
  }
}

.font-small {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-benefits2__item-label {
    padding: 0 0.5rem;
    border-radius: 2.3rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .tight {
    padding: 0 0.2rem;
  }
}
.p-benefits2__item-label.label-pl {
  background-color: #7997d1;
}
.p-benefits2__item-label.label-gl {
  background-color: #be8f02;
}
.p-benefits2__item-label.label-red {
  background-color: #e2000b;
}
.p-benefits2__item-label.label-reg {
  background-color: #828282;
}
.p-benefits2__item-label.label-jun {
  background-color: #99c69c;
}
.p-benefits2__item-label.label-are {
  color: black;
  background-color: #eee;
}
.p-benefits2__item-label.label-ent {
  background-color: #897cb4;
}
.p-benefits2__item-title {
  color: #fff;
  font-weight: 700;
}
.p-benefits2__item-title.has_span {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0 1.5rem;
}
.p-benefits2__item:first-child {
  width: 80%;
  margin: 2.4rem auto 6rem;
}

.tx_center {
  text-align: center;
}
.p_shipping_text {
  display: block;
  margin: 2.4rem 0;
}
.p_shipping_text span {
  font-size: 16px;
  background: #fff;
  color: #e2000b;
  margin: 0 auto;
  display: inline-block;
  padding: 4px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p_shipping_text span {
    font-size: 15px;
    letter-spacing: -0.04em;
  }
}
.p_shipping_text span a {
  color: #007aff;
}
.p-benefits2__item-title.has_span span {
  color: #be8f02;
}
@media screen and (max-width: 767px) {
  .p-benefits2__item:first-child {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-benefits2__item-title {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__item-title {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.p-benefits2__item-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-benefits2__item-more {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__item-more {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
.p-benefits2__item-more::after {
  flex-shrink: 0;
  margin-top: 1px;
  margin-left: 0.1em;
  transform: rotate(-45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-benefits2__item-more::after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #e2000b;
    border-bottom: 1.5px solid #e2000b;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__item-more::after {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #e2000b;
    border-bottom: 2px solid #e2000b;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits2__button {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits2__button {
    margin-top: 6rem;
  }
}
.p-point {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-point__cont {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__header-copy {
    text-align: center;
  }
}
.p-point__header-copy span {
  display: inline-block;
  background-color: #be8f02;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__header-copy span {
    padding: 4px 8px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__header-copy span {
    padding: 0.7rem 0;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__header-copy span:first-child {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__header-copy span:last-child {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__header-copy span:last-child {
    padding-right: 1.6rem;
  }
}
.p-point__header-text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-point__header-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__header-text {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
.p-point__block {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-point__block:first-child {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block:first-child {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__block:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-point__block.block_img {
  width: max-content;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-point__block.block_img {
    max-width: 100%;
  }
}
.p-point__block-title {
  position: relative;
  border-bottom: 2px solid #dcdcdc;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__block-title {
    padding-bottom: 7px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block-title {
    padding-bottom: 1.2rem;
    font-size: 2.2rem;
  }
}
.p-point__block-title::after {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  background-color: #e2000b;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-point__block-title::after {
    width: 34px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block-title::after {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__block-body {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block-body {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__block-lists {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-point__index-list {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-point__index-list:last-child {
    margin-top: 4px;
  }
}
.p-point__index-item {
  display: flex;
  /* align-items: center; */
}
.p-point__index-item dt {
  flex-shrink: 0;
  background-color: #e2000b;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-point__index-item dt {
    width: 72px;
    margin-right: 4px;
    padding: 6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__index-item dt {
    width: 7.2rem;
    margin-right: 0.4rem;
    padding: 0.6rem;
    font-size: 1.6rem;
  }
}
.p-point__index-item dd {
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-point__index-item dd {
    padding: 6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__index-item dd {
    padding: 0.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__index-item + .p-point__index-item {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__index-item + .p-point__index-item {
    margin-top: 0.4rem;
  }
}
.p-point__slide-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__slide-container {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-container {
    margin-top: 5.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .p-point__slide-container {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1240px) {
  .p-point__slide-container .p-point__slide-inner {
    position: relative;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-point__slide-container .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-point__slide-container .swiper {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-container .swiper {
    padding-top: 1.6rem;
  }
}
.p-point__item-trigger {
  display: block;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-point__item-trigger:hover {
    opacity: 0.8;
  }
}
.p-point__item-label {
  display: inline-block;
  z-index: 2;
  position: absolute;
  left: 0;
  border-radius: 23px;
  background-color: #e2000b;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__item-label {
    top: -14px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item-label {
    top: -1.4rem;
    padding: 0 0.8rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.p-point__item-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-point__item-image::before {
  display: block;
  padding-top: 56%;
  content: "";
}
.p-point__item-title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__item-title {
    margin-top: 8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item-title {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}
.p-point__item-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-point__item-more {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item-more {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.p-point__item-more::after {
  flex-shrink: 0;
  margin-top: 1px;
  margin-left: 0.1em;
  transform: rotate(-45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-point__item-more::after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #e2000b;
    border-bottom: 1.5px solid #e2000b;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item-more::after {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #e2000b;
    border-bottom: 2px solid #e2000b;
  }
}
.p-point__slide-prev,
.p-point__slide-next {
  position: absolute;
  background-color: #e2000b;
}
@media screen and (max-width: 767px) {
  .p-point__slide-prev,
  .p-point__slide-next {
    width: 32px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-prev,
  .p-point__slide-next {
    width: 4rem;
    height: 10rem;
  }
}
.p-point__slide-prev::after,
.p-point__slide-next::after {
  background: url(../images/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-point__slide-prev::after,
  .p-point__slide-next::after {
    width: 8px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-prev::after,
  .p-point__slide-next::after {
    width: 1rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__slide-prev {
    left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-prev {
    left: 20%;
  }
}
@media screen and (min-width: 992px) {
  .p-point__slide-prev {
    left: 19.5%;
  }
}
@media screen and (min-width: 1240px) {
  .p-point__slide-prev {
    left: 30.5%;
  }
}
.p-point__slide-prev::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-point__slide-next {
    right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-next {
    right: 20%;
  }
}
@media screen and (min-width: 992px) {
  .p-point__slide-next {
    right: 19.5%;
  }
}
@media screen and (min-width: 1240px) {
  .p-point__slide-next {
    right: 30.5%;
  }
}
.p-point__slide-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 0;
}
.p-point__slide-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-point__slide-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-point__slide-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.8rem !important;
  }
}
.p-point__slide-pagination .swiper-pagination-bullet-active {
  background-color: #e2000b;
}
.p-point__notes {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-point__notes {
    margin-top: 40px;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__notes {
    margin-top: 4rem;
    padding: 1.6rem;
  }
}
.p-point__notes p {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-point__notes p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__notes p {
    font-size: 1.4rem;
  }
}
.p-howto__cont {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__cont {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__cont {
    margin-top: 4rem;
  }
}
.p-howto__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__title {
    font-size: 2.2rem;
  }
}
.p-howto__slide-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-howto__slide-container {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-container {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .p-howto__slide-container {
    width: calc(100% - 2rem - 2rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__item {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item-image {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__item-image {
    flex-shrink: 0;
    width: 36.875%;
  }
}
.p-howto__item-texts {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-howto__item-texts {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__item-texts {
    padding-left: 2.4rem;
  }
}
.p-howto__item-title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-howto__item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__item-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item-desc {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__item-desc {
    margin-top: 1.6rem;
  }
}
.p-howto__slide-prev,
.p-howto__slide-next {
  position: absolute;
  background-color: #e2000b;
}
@media screen and (max-width: 767px) {
  .p-howto__slide-prev,
  .p-howto__slide-next {
    width: 32px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-prev,
  .p-howto__slide-next {
    width: 4rem;
    height: 10rem;
    margin-top: 0 !important;
    transform: translateY(-50%);
  }
}
.p-howto__slide-prev::after,
.p-howto__slide-next::after {
  background: url(../images/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-howto__slide-prev::after,
  .p-howto__slide-next::after {
    width: 8px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-prev::after,
  .p-howto__slide-next::after {
    width: 1rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__slide-prev {
    left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-prev {
    left: -4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-howto__slide-prev {
    left: -8rem;
  }
}
.p-howto__slide-prev::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-howto__slide-next {
    right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-next {
    right: -4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-howto__slide-next {
    right: -8rem;
  }
}
.p-howto__slide-pagination {
  position: relative;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .p-howto__slide-pagination {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-pagination {
    margin-top: 4rem;
  }
}
.p-howto__slide-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  background-color: #dcdcdc;
  text-align: center;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-howto__slide-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    margin: 0 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-pagination .swiper-pagination-bullet {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 1.2rem !important;
  }
}
.p-howto__slide-pagination .swiper-pagination-bullet::before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: 400;
  font-family: "AlvarkWear", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-howto__slide-pagination .swiper-pagination-bullet::before {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__slide-pagination .swiper-pagination-bullet::before {
    font-size: 3.2rem;
  }
}
.p-howto__slide-pagination .swiper-pagination-bullet:first-child::before {
  content: "1";
}
.p-howto__slide-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: "2";
}
.p-howto__slide-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: "3";
}
.p-howto__slide-pagination .swiper-pagination-bullet:nth-child(4)::before {
  content: "4";
}
.p-howto__slide-pagination .swiper-pagination-bullet:nth-child(5)::before {
  content: "5";
}
.p-howto__slide-pagination .swiper-pagination-bullet:nth-child(6)::before {
  content: "6";
}
.p-howto__slide-pagination .swiper-pagination-bullet-active {
  background-color: #e2000b;
}
.p-howto__slide-pagination .swiper-pagination-bullet-active::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-howto__info {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__info {
    margin-top: 4rem;
  }
}
.p-howto__box {
  border: 1px solid #000;
}
.p-howto__box-title {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__box-title {
    padding: 6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__box-title {
    padding: 0.8rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__box-cont {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__box-cont {
    padding: 1.6rem;
  }
}
.p-howto__box-cont p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-howto__box-cont p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__box-cont p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__box + .p-howto__box {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__box + .p-howto__box {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__footer {
    margin-top: 42px;
  }
}
@media screen and (min-width: 768px) {
  .p-howto__footer {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    margin-top: 4rem;
  }
}
.p-faq__item {
  border-bottom: 1px solid #000;
}
.p-faq__item:first-child {
  border-top: 1px solid #000;
}
.p-faq__item-question {
  display: flex;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.p-faq__item-question.is-open {
  cursor: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-question {
    padding: 1.2rem 0;
    font-size: max(1.6rem, 15px);
  }
}
.p-faq__item-icon {
  display: inline-block;
  flex-shrink: 0;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__item-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-icon {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.p-faq__item-icon-q {
  background-color: #000;
}
.p-faq__item-icon-a {
  background-color: #e2000b;
}
.p-faq__item-question-text {
  display: inline-block;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-text {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-question-text {
    padding-top: 0.7rem;
  }
}
.p-faq__item-open {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.p-faq__item-open.is-open {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-open {
    width: 16px;
    height: 16px;
    margin-top: 8px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-open {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.8rem;
    transform: translateY(-50%);
  }
}
.p-faq__item-open::before,
.p-faq__item-open::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__item-open::before,
  .p-faq__item-open::after {
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-open::before,
  .p-faq__item-open::after {
    height: 2px;
  }
}
.p-faq__item-open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-faq__item-open.is-show::before {
  opacity: 0;
}
.p-faq__item-open.is-show::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-faq__item-answer {
  display: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer {
    font-size: max(1.6rem, 14px);
  }
}
.p-faq__item-answer p {
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer p {
    padding: 0 0 8px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer p {
    padding: 0 0 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-text {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer-text {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__footer {
    margin-top: 42px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__footer {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__button {
    margin-top: 40px;
  }

  .newsmore__button {
    width: 80%;
    margin: 0 auto 40px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__button {
    max-width: 343px;
    margin-top: 8rem;
    margin-right: auto;
    margin-left: auto;
  }

  .newsmore__button {
    max-width: 343px;
    margin: 0 auto 40px auto;
  }
}
.p-faq__button a {
  display: block;
  position: relative;
  border-radius: 999px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.newsmore__button {
  display: grid;
  place-items: center;
  height: 80px;
  position: relative;
  border-radius: 999px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__button a {
    padding: 11.5px;
    font-size: 18px;
  }

  .newsmore__button a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__button a {
    padding: 1.15rem;
    font-size: 1.8rem;
  }

  .newsmore__button a {
    font-size: 1.8rem;
  }
}
.p-faq__button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.newsmore__button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-faq__button a::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }

  .newsmore__button a::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__button a::after {
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .newsmore__button a::after {
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-faq__notes {
  background-color: #fff;
}

.txt__red {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .p-faq__notes {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__notes {
    margin-bottom: 4rem;
  }
}
.p-faq__notes p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq__notes p {
    padding: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__notes p {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-modal__overlay {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.p-modal__cont {
  position: relative;
  overflow-y: auto;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-modal__cont {
    width: 91.5vw;
    height: 75vh;
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__cont {
    width: 650px;
    max-height: 80vh;
    margin-top: 7rem;
  }
}
.p-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/icon-close.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    top: 27px;
    right: 4.25vw;
    width: 18.5px;
    height: 18.5px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    top: 4rem;
    right: calc((100vw - 650px) / 2);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-modal__close:focus {
  outline: #ddd;
}
.p-modal__body {
  border-radius: 0 0 16px 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    padding: 2rem;
  }
}
.p-modal__image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-modal__image::before {
  display: block;
  padding-top: 55.97%;
  content: "";
}
.p-modal__title {
  border-bottom: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modal__title {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    padding-bottom: 1.6rem;
  }
}
.p-modal__desc {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-modal__desc {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__desc {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.p-modal--point .p-modal__label {
  z-index: 100;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-modal--point .p-modal__label {
    top: 38px;
    left: 4.25vw;
  }
}
@media screen and (min-width: 768px) {
  .p-modal--point .p-modal__label {
    top: 5.6rem;
    left: calc((100vw - 650px) / 2);
  }
}
.p-modal--point .p-modal__label span {
  display: inline-block;
  border-radius: 999px;
  background-color: #e2000b;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modal--point .p-modal__label span {
    padding: 0 8px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal--point .p-modal__label span {
    padding: 0 0.8rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal--point .p-modal__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal--point .p-modal__title {
    font-size: 2.4rem;
  }
}
.p-modal--benefits .p-benefits2__item-labels {
  margin-top: 0;
}
.p-modal--benefits .p-modal__title {
  margin-top: 12px;
}
.p-modal--benefits .p-modal__title.has_span {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem;
}
.p-modal--benefits .p-modal__title.has_span span {
  color: #be8f02;
}
@media screen and (max-width: 767px) {
  .p-modal--benefits .p-modal__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal--benefits .p-modal__title {
    font-size: 2.2rem;
  }
}
.p-modal--benefits .p-modal__desc img {
  display: block;
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay,
.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal-overlay,
.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .p-floating {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-floating__button {
    max-width: 34rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 50px 0 137px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 8rem 0 10.8rem;
  }
}
.p-footer__sns-heading {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__sns-heading {
    font-size: 2.9rem;
  }
}
.p-footer__sns-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-list {
    justify-content: space-between;
    max-width: 311px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list {
    justify-content: center;
    margin-top: 2.4rem;
  }
}
.p-footer__sns-item {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-item + .p-footer__sns-item {
    margin-left: 4rem;
  }
}
.p-footer__sns-link {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__menu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    max-width: 600px;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-footer__menu-item {
  border-bottom: 1px solid #fff;
}
.p-footer__menu-item:first-child {
  border-top: 1px solid #fff;
}
.p-footer__menu-link {
  display: block;
  position: relative;
  color: #fff;
}
.p-footer__menu-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-footer__menu-link::after {
    right: 16px;
    width: 5px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu-link::after {
    right: 1.6rem;
    width: 0.5rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__menu-link {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu-link {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.p-footer__menu-link span {
  display: inline-block;
  padding-right: 2rem;
}
.p-footer__logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: 4rem;
  }
}
.p-footer__logo a {
  display: block;
  text-align: center;
}
.p-footer__copyright {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 4rem;
  }
}
.p-footer__copyright small {
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  .u-hidden-xl {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sm {
    display: none;
  }
}
.u-bg-color1 {
  background-color: #000;
}
.u-bg-color2 {
  background-color: #ececec;
}
.u-font-alv {
  font-weight: 400;
  font-family: "AlvarkWear", sans-serif;
}
.u-font-en {
  font-family: "Oswald", sans-serif;
}
.u-color-main {
  color: #e2000b;
}
.u-bold {
  font-weight: 700;
}
.u-sr-only {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/****** news ******/
#news {
  padding-top: 0;
}
.news_list {
  display: flex;
  gap: 3.2rem;
  margin-top: 3rem;
}
.news_item {
  width: 32rem;
  height: 35rem;
  position: relative;
}
.news_item a img {
  width: 100%;
  height: 182px;
}
.news_option .new {
  color: #fff;
}
.news_container span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news_option {
  display: flex;
  gap: 2.3rem;
  margin: 1.6rem 0;
}
.news_option .new {
  background-color: #e2000b;
  padding: 0.1rem 0.4rem;
}

.mt_p-point {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .mt_p-point {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-point_span {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .news_list {
    flex-direction: column;
    gap: 16px;
    width: 34.3rem;
    justify-content: center;
    max-width: 100%;
    margin-top: 26px;
  }
  .news_item {
    width: 343px;
    height: auto;
    border-top: solid 1px #000;
    padding-top: 16px;
    margin: 0 auto;
  }
  .news_item:last-child {
    border-bottom: solid 1px #000;
    padding-bottom: 16px;
  }
  .news_item a {
    display: flex;
    gap: 10px;
  }
  .news_item a img {
    width: 142px;
    height: 81px;
  }
  .news_option {
    gap: 1rem;
    margin: 0;
  }
  .news_container .news_option p {
    font-size: 12px;
  }
  .news_container .news_desc {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news_container span {
    bottom: -5px;
  }
  .news_container .third {
    bottom: 11px;
  }
}
