@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
/* ===================================================================
 CSS Document

 file name  : base.css
 style info : Initial Style
=================================================================== */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, fieldset {
  border: 0;
}

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

a, button, input, textarea {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
}

/*----------
	simplebar
----------*/
.simplebar-track {
  background: #d3d3d3;
  border-radius: 4px;
}

.simplebar-track.simplebar-horizontal {
  width: 95%;
  height: 10px;
  margin: 0 auto;
}

.simplebar-track.simplebar-vertical {
  display: none !important;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  border-radius: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.simplebar-track .simplebar-scrollbar::before {
  background-color: #606060;
}

/*----------
	vars
----------*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --color-base: #333;
  --color-red: #a10b04;
  --color-red-dark: #8a0903;
  --color-gold: #d8a500;
  --color-fill: #e5e2d5;
  --color-base: #f7f7f7;
  --color-lightGray: #EDEDED;
}

a {
  color: inherit;
  text-decoration: none;
}

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

body {
  color: var(--color-base);
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.page-top {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-top.is-show {
  visibility: visible;
  opacity: 1;
}
.page-top.is-absolute {
  position: absolute;
}

.cmn-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

/*----------
	spacing
----------*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

/*----------
	module
----------*/
.m-heading-01 {
  padding-bottom: 32px;
  border-bottom: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-family: "Zen Old Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.m-heading-01__sub {
  font-size: 1.6rem;
}

.m-heading-02 {
  display: grid;
}
.m-heading-02__label {
  color: var(--color-red);
  font-weight: 700;
  line-height: 1;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.m-heading-02__label-point {
  font-size: 2rem;
}
.m-heading-02__label-num {
  font-size: 6rem;
  display: inline-block;
  letter-spacing: 0.08em;
}
.m-heading-02__ttl {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.125;
}
.m-heading-02__txt {
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.m-heading-03 {
  max-width: 777px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
}
.m-heading-03__ttl {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #1a1a1a;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
.m-heading-03__lead {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 2rem;
  font-weight: 700;
}
.m-heading-03__lead .is-accent {
  color: var(--color-red);
}

.m-block-01 {
  margin-top: 32px;
  padding: 36px;
  background: #fff;
}
.m-block-01__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-block-01__ttl {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  line-height: 1.5;
}
.m-block-01__ttl::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: var(--color-red);
}
.m-block-01__note {
  margin-top: 20px;
  color: #1a1a1a;
  font-size: 1.2rem;
  line-height: 2;
}
.m-block-01__img {
  text-align: center;
}
.m-block-01__img-col3 {
  display: grid;
  gap: 24px;
}
.m-block-01__img-unit {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5px;
}
.m-block-01__img-item.is-scroll {
  overflow-x: auto;
  padding-bottom: 16px;
}
.m-block-01__img-item.is-scroll .is-scroll-inner {
  width: 100%;
}
.m-block-01__img-item.is-scroll .is-scroll-inner img {
  max-width: none;
  width: 951px;
}
.m-block-01__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.m-block-01__scroll-hint-icon {
  flex-shrink: 0;
}
.m-block-01__scroll-hint-txt {
  font-size: 1.2rem;
  color: #333;
}
.m-block-01__pinch-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.m-block-01__pinch-hint-icon {
  flex-shrink: 0;
}
.m-block-01__pinch-hint-txt {
  font-size: 1.2rem;
  color: #333;
}
.m-block-01__ttl-sub {
  font-size: 1.6rem;
}

.graph-col-01 {
  display: flex;
  gap: 23px;
}
.graph-col-01__arrow {
  background-color: #1a1a1a;
}
.graph-col-01__columns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.m-lyt-bg {
  margin-bottom: -6vw;
}

.m-lyt-surfer {
  position: relative;
  margin-bottom: -1px;
}
.m-lyt-surfer::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7.6923076923vw;
  background: url(../images/img_bg_pattern.png) repeat center bottom/165px auto, #f7f7f7;
  content: "";
  -webkit-mask: url(../images/img_bg_surfer_mask.svg) no-repeat center bottom/100% auto;
  mask: url(../images/img_bg_surfer_mask.svg) no-repeat center bottom/100% auto;
}

.d-inline-block {
  display: inline-block;
}

.m-paragraph-01 {
  font-size: 1.4rem;
}

.m-btn-01 {
  display: inline-flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 60px;
  background: var(--color-red);
  transition: background 0.3s, opacity 0.3s;
  width: min(100%, 450px);
}
.m-btn-01::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_download_01.svg) no-repeat center center/contain;
  mask: url(../images/icon_download_01.svg) no-repeat center center/contain;
  background-color: #FFF;
}
.m-btn-01__txt {
  color: #f7f7f7;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.m-btn-01__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.m-btn-02 {
  background-color: #FFF;
  display: block;
  line-height: 1.3;
  position: relative;
  color: #06236F;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100vw;
  border: 1px solid #DEE3E3;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  padding: 20px 34px;
  width: 100%;
}
.m-btn-02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 8px;
  aspect-ratio: 10/22;
  background-color: #06236F;
  transition: background-color 0.3s;
}
.m-btn-02__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bg-pattern {
  background: url(../images/img_bg_pattern.png) repeat center top/165px auto, #f7f7f7;
}

.bg-01 {
  background-color: var(--color-fill);
}

.bg-02 {
  background-color: var(--color-lightGray);
}

/*----------
	style
----------*/
main {
  background: #f7f7f7;
  line-height: 1.75;
}
main .simplebar-track.simplebar-horizontal {
  width: 100%;
}

.l-header-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: transform 0.3s ease;
}
.l-header-wrap.is-hidden {
  transform: translateY(-100%);
}
.l-header {
  background: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px;
}
.l-header__logo {
  display: block;
  width: 250px;
}
.l-header__logo > img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__link {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 51px;
  background: var(--color-red);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background 0.3s;
}
.l-header__link > img {
  width: 10px;
  height: auto;
}

.mv__header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 40px;
  background: #000;
}
.mv__logo {
  width: 174px;
  height: auto;
}
.mv__name {
  color: #fff;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.mv__badge {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 40px;
  padding: 4px 12px 4px 15px;
  background: #fff;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.mv__badge-nisa {
  font-size: 2.8rem;
}
.mv__badge-txt {
  font-size: 2.4rem;
}
.mv__visual > picture {
  display: block;
}
.mv__visual > picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.keywords {
  padding: 32px 30px;
  background: #000;
  text-align: center;
}
.keywords__txt {
  font-family: "Zen Old Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
  line-height: 1;
}
.keywords__label {
  color: #fff;
  font-size: 3.2rem;
}
.keywords__em {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff1a1a;
  color: #ff1a1a;
  font-weight: 700;
  font-size: 6.4rem;
}
.keywords__cross {
  color: #fff;
  font-size: 5.6rem;
}

.selection {
  padding: 100px 40px;
  background: var(--color-fill);
}
.selection__ttl {
  color: #000829;
  font-family: "Zen Old Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 88px;
  text-align: center;
}
.selection__ttl-em {
  color: var(--color-red);
}
.selection__block {
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.selection__table {
  display: flex;
  gap: 32px;
}
.selection__table > * {
  flex: 1;
}
.selection__table > * > img {
  display: block;
  width: 100%;
  height: auto;
}
.selection__btn {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
  padding: 31px 46px;
  border-radius: 60px;
  background: var(--color-red);
  transition: background 0.3s;
}
.selection__btn-txt {
  color: #f7f7f7;
  font-size: 2rem;
  font-weight: 500;
}

.points {
  padding-bottom: 40px;
  background: var(--color-base);
}
.points__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background: var(--color-red);
  color: #fff;
  font-family: "Zen Old Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
.points__list {
  display: flex;
  gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 1050px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.points__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  padding: 12px 0;
  border: 4px solid var(--color-red);
  border-radius: 20px;
  background: #fff;
  transition: opacity 0.3s;
}
.points__num {
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
  color: var(--color-red);
  font-family: "DIN Next LT Pro", "Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  border-right: 2px solid var(--color-red);
}
.points__num-label {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.points__num-val {
  font-size: 4rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.1em;
}
.points__txt {
  color: var(--color-red);
  font-family: "Zen Old Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.point01 {
  background-color: var(--color-fill);
}
.point01__block {
  margin-top: 70px;
  margin-bottom: 40px;
}
.point01 .m-lyt-bg {
  margin-top: 40px;
}
.point01__contents {
  padding-top: 40px;
}
.point01__note {
  display: flex;
  align-items: stretch;
  padding: 20px 0 0;
  margin-top: 24px;
  max-width: 717px;
  margin-inline: auto;
}
.point01__note-icon {
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point01__note-icon img {
  width: 50px;
  height: auto;
}
.point01__note-icon-txt {
  display: block;
  color: var(--color-red);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.point01__note-list {
  flex: 1;
}
.point01__note-list > li {
  padding-left: 18px;
  position: relative;
  color: #491B1B;
  font-size: 1.4rem;
  line-height: 1.6;
}
.point01__note-list > li .is-accent {
  text-decoration: underline;
  font-weight: 700;
}
.point01__note-list > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #491B1B;
  position: absolute;
  left: 0;
  top: 7px;
}
.point01__note-list > li + li {
  margin-top: 8px;
}

.point02__contents {
  padding: 40px 0 0;
}

.sales {
  background-color: var(--color-lightGray);
  padding: 40px 0;
}
.sales__block {
  background-color: #FFF;
  padding: 30px 20px;
}
.sales__ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.sales__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.sales__list > li {
  width: 100%;
}
.sales__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #06236f;
  padding: 0 30px 8px 10px;
  position: relative;
  transition: opacity 0.3s;
}
.sales__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 22px;
  background-color: #06236f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 10px;
  bottom: 15px;
  transition: right 0.3s;
}
.sales__link:hover {
  opacity: 0.7;
}
.sales__link:hover::after {
  right: 6px;
}
.sales__link img {
  max-height: 40px;
  width: auto;
}

.point03__contents {
  padding-top: 24px;
  padding-bottom: 45px;
}

.disclaimer {
  background-color: var(--color-lightGray);
  padding: 40px 0;
}
.disclaimer__section + .disclaimer__section {
  margin-top: 40px;
}
.disclaimer__ttl {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #06236f;
  line-height: 1.5;
}
.disclaimer__hr {
  width: 100%;
  height: 1px;
  background-color: #06236f;
  margin: 16px 0;
}
.disclaimer__list > li {
  padding-left: 21px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.disclaimer__list > li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 5px;
}
.disclaimer__list > li.is-red {
  color: #db0000;
}
.disclaimer__list > li + li {
  margin-top: 16px;
}
.disclaimer__ol {
  list-style: decimal;
  padding-left: 21px;
}
.disclaimer__ol > li {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  list-style-type: decimal;
}
.disclaimer__ol > li + li {
  margin-top: 0;
}
.disclaimer__body {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.disclaimer__body .is-red {
  color: #db0000;
}
.disclaimer__body + .disclaimer__list, .disclaimer__list + .disclaimer__body {
  margin-top: 16px;
}
.disclaimer__underline {
  text-decoration: underline;
}
.disclaimer__heading {
  font-weight: 900;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.l-footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px 40px;
}
.l-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.l-footer__nav > li a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s;
}
.l-footer__nav > li a:hover {
  color: #1265d6;
}
.l-footer__logo {
  flex-shrink: 0;
  margin-bottom: 24px;
}
.l-footer__logo img {
  width: 189px;
  height: auto;
}
.l-footer__desc {
  font-size: 1rem;
  line-height: 1.6;
}
.l-footer__desc dt {
  font-weight: 400;
}
.l-footer__company {
  font-weight: 700;
}
.l-footer__copyright {
  font-size: 1rem;
  margin-top: 8px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.fixed-btn {
  display: flex;
  gap: 11px;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 40px;
  gap: 11px;
  z-index: 90;
  padding: 29px 24px;
  border-radius: 30px 0 0 30px;
  background: var(--color-red);
  color: #f7f7f7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s, opacity 0.3s, visibility 0.3s;
}
.fixed-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.fixed-btn::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/12;
  background-color: #f7f7f7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fixed-btn__txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  *[sp] {
    display: none !important;
  }
  .pc-none {
    display: none;
  }
  .m-heading-02 {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .m-heading-02__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 25px 15px 0;
    border-right: 2px solid var(--color-red);
  }
  .m-heading-02__label-point {
    letter-spacing: 0.06em;
  }
  .m-heading-02__label-num {
    font-size: 7.6rem;
  }
  .m-heading-02__ttl {
    font-size: 6.4rem;
    padding-left: 25px;
  }
  .m-heading-03 {
    margin-bottom: 80px;
  }
  .m-heading-03__ttl {
    font-size: 4.8rem;
  }
  .m-heading-03__lead {
    font-size: 3.2rem;
  }
  .m-block-01__ttl {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
  .m-block-01__img-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .m-block-01__img-unit {
    gap: 15px;
    grid-template-columns: 422px 1fr;
  }
  .m-block-01__scroll-hint {
    display: none;
  }
  .m-block-01__pinch-hint {
    display: none;
  }
  .graph-col-01__arrow {
    margin-top: 22px;
    width: 19px;
    height: 38px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .graph-col-01__columns {
    gap: 10px;
    justify-content: end;
    flex-direction: column;
  }
  .m-paragraph-01 {
    font-size: 2rem;
  }
  .m-btn-01 {
    width: 450px;
  }
  .m-btn-01:hover {
    background: var(--color-red-dark);
  }
  .m-btn-01__wrap {
    gap: 4.9230769231%;
  }
  .m-btn-02 {
    font-size: 2rem;
    border: 2px solid #DEE3E3;
    padding: 20px 40px;
    width: 460px;
  }
  .m-btn-02::after {
    width: 10px;
    right: 29px;
  }
  .m-btn-02__wrap {
    gap: 55px;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-header__link:hover {
    background: var(--color-red-dark);
  }
  .mv__header {
    height: 69px;
  }
  .selection__btn:hover {
    background: var(--color-red-dark);
  }
  .points__item {
    padding: 16px 0;
    min-height: 112px;
  }
  .points__item:hover {
    opacity: 0.7;
  }
  .points__num {
    width: 281px;
  }
  .points__txt {
    display: flex;
    align-items: center;
    padding-left: 80px;
  }
  .point01__block {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .point01 .m-lyt-bg {
    margin-top: 100px;
  }
  .point01__contents {
    padding-top: 80px;
  }
  .point01__note {
    padding: 24px 0;
    gap: 30px;
  }
  .point01__note-icon {
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid var(--color-red);
  }
  .point01__note-icon img {
    width: 64px;
  }
  .point01__note-icon-txt {
    margin-top: 8px;
    font-size: 2rem;
  }
  .point01__note-list > li {
    font-size: 1.6rem;
  }
  .point02__contents {
    padding: 80px 0 0;
  }
  .sales {
    padding: 80px 0;
  }
  .sales__block {
    padding: 32px 30px 33px;
  }
  .sales__ttl {
    font-size: 3.2rem;
    margin-bottom: 35px;
  }
  .sales__list {
    gap: 40px;
  }
  .sales__list > li {
    flex: 1;
    min-width: 210px;
  }
  .sales__link {
    padding: 0 40px 11px 10px;
  }
  .sales__link::after {
    right: 16px;
    bottom: 22px;
  }
  .sales__link img {
    max-height: none;
  }
  .point03__contents {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .disclaimer {
    padding: 80px 0;
  }
  .disclaimer__section + .disclaimer__section {
    margin-top: 67px;
  }
  .disclaimer__ttl {
    font-size: 2.4rem;
  }
  .disclaimer__hr {
    margin: 24px 0;
  }
  .disclaimer__list > li {
    font-size: 1.4rem;
  }
  .disclaimer__ol > li {
    font-size: 1.4rem;
  }
  .disclaimer__body {
    font-size: 1.4rem;
  }
  .disclaimer__body + .disclaimer__list, .disclaimer__list + .disclaimer__body {
    margin-top: 24px;
  }
  .l-footer {
    padding: 64px 60px 48px;
  }
  .l-footer__nav {
    gap: 0;
    margin-bottom: 48px;
  }
  .l-footer__nav > li {
    padding-right: 44px;
    border-right: 1px solid #fff;
  }
  .l-footer__nav > li + li {
    padding-left: 44px;
  }
  .l-footer__nav > li:last-child {
    border-right: none;
  }
  .l-footer__nav > li a {
    font-size: 1.4rem;
  }
  .l-footer__body {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .l-footer__logo {
    margin-bottom: 0;
  }
  .l-footer__info {
    margin-left: auto;
    text-align: right;
  }
  .l-footer__desc {
    font-size: 1.2rem;
  }
  .fixed-btn:hover {
    background: var(--color-red-dark);
  }
}
@media screen and (max-width: 767px){
  *[pc] {
    display: none !important;
  }
  .sp-none {
    display: none;
  }
  .cmn-inner {
    padding: 0 4%;
  }
  .mb-4 {
    margin-bottom: 20px !important;
  }
  .mb-5 {
    margin-bottom: 25px !important;
  }
  .mb-6 {
    margin-bottom: 30px !important;
  }
  .mb-7 {
    margin-bottom: 35px !important;
  }
  .mb-8 {
    margin-bottom: 40px !important;
  }
  .mb-9 {
    margin-bottom: 45px !important;
  }
  .mb-10 {
    margin-bottom: 50px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .sp-scroll-padding {
    padding-bottom: 15px;
  }
  .m-heading-01 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  .m-heading-01__sub {
    font-size: 1.2rem;
  }
  .m-heading-02 {
    gap: 8px;
  }
  .m-heading-02__label-num {
    margin-left: 6px;
  }
  .m-heading-02__txt {
    font-size: 1.6rem;
  }
  .m-block-01 {
    padding: 15px;
  }
  .m-block-01__note {
    font-size: 1rem;
    line-height: 1.8;
  }
  .m-block-01__img-item.is-scroll .is-scroll-inner img {
    width: 405px;
  }
  .m-block-01__ttl-sub {
    font-size: 1.2rem;
  }
  .m-block-01 .img-graph-12 {
    width: 760px !important;
  }
  .graph-col-01 {
    flex-direction: column;
    gap: 16px;
  }
  .graph-col-01__arrow {
    width: 38px;
    height: 19px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-inline: auto;
  }
  .m-btn-01 {
    gap: 20px;
    padding: 16px 20px;
  }
  .m-btn-01__txt {
    font-size: 1.6rem;
  }
  .l-header__inner {
    padding: 8px 15px;
  }
  .l-header__logo {
    width: 160px;
  }
  .l-header__link {
    gap: 8px;
    width: 130px;
    height: 40px;
    font-size: 1.3rem;
  }
  .mv__header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 8px;
    padding: 8px 15px;
  }
  .mv__logo {
    width: 96px;
  }
  .mv__name {
    font-size: 1.8rem;
  }
  .mv__badge {
    height: 23px;
    padding: 0 8px 2px;
    line-height: 1;
    gap: 0;
  }
  .mv__badge-nisa {
    font-size: 1.6rem;
  }
  .mv__badge-txt {
    font-size: 1.6rem;
  }
  .keywords {
    padding: 30px 15px;
  }
  .keywords__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .keywords__label {
    font-size: 2.4rem;
  }
  .keywords__em {
    font-size: 4.8rem;
  }
  .keywords__cross {
    font-size: 4rem;
  }
  .selection {
    padding: 60px 15px;
  }
  .selection__ttl {
    font-size: 3.2rem;
    line-height: 48px;
  }
  .selection__block {
    margin-top: 40px;
  }
  .selection__table {
    gap: 20px;
    flex-direction: column;
  }
  .selection__btn {
    gap: 20px;
    margin-top: 40px;
    padding: 20px 32px;
  }
  .selection__btn img {
    width: 11px;
  }
  .selection__btn-txt {
    font-size: 1.6rem;
  }
  .points__ttl {
    height: auto;
    padding: 30px 15px;
    font-size: 2.8rem;
  }
  .points__list {
    gap: 24px;
    max-width: none;
    margin-top: 24px;
    padding: 0 15px;
  }
  .points__item {
    gap: 16px;
    height: auto;
    border-radius: 16px;
    grid-template-columns: 25% 1fr;
  }
  .points__num {
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
  }
  .points__num-label {
    font-size: 1.5rem;
  }
  .points__num-val {
    font-size: 2.4rem;
  }
  .points__txt {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-right: 13px;
  }
  .point01__graph {
    width: 860px;
    max-width: none;
  }
  .point01__note {
    flex-direction: column;
  }
  .point01__note-icon {
    gap: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--color-red);
  }
  .sales__link:hover::after {
    right: 6px;
  }
  .l-footer__nav > li {
    width: 100%;
  }
  .fixed-btn {
    bottom: 20px;
    gap: 8px;
    padding: 16px 14px;
    border-radius: 20px 0 0 20px;
    font-size: 1.4rem;
  }
  .fixed-btn::before {
    width: 15px;
  }
}
@media (hover: hover){
  .m-btn-02:hover {
    opacity: 1;
    background-color: #06236F;
    color: #FFF;
    border: 2px solid #FFF;
  }
  .m-btn-02:hover::after {
    background-color: #FFF;
  }
}