@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media print, screen and (min-width: 744px) {
  html {
    font-size: clamp(9px, 0.5376vw, 11px);
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: clamp(9px, 2.56vw, 12px);
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  color: #373737;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
}
@media screen and (max-width: 743px) {
  body {
    line-height: 1.75;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    line-height: 2;
    font-size: 1.8rem;
    min-width: 140rem;
  }
}

body.is_menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #373737;
  }
}
img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  img {
    width: 100%;
  }
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}

button {
  outline: none;
}

:root :where(mark) {
  background: #ffc1c1;
  color: inherit;
}

:focus-visible {
  outline: 3px solid #373737;
}

:-moz-focusring {
  outline: 3px solid #373737;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

sup {
  vertical-align: super;
  font-weight: normal;
  font-size: 50%;
}

em {
  font-style: normal;
}

body {
  scrollbar-color: #373737 #ECECEC;
}

::-webkit-scrollbar {
  width: 10px; /* 右のスクロールバーの幅 */
  height: 10px; /* 下のスクロールバーの幅 */
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
  /* 透明度やグラデーションも設定できる */
  background-color: #373737;
  /* ボーダーは余白のために使うとよい */
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: content-box;
}

.c-headingStyle1 {
  position: relative;
  margin: 0 0 5rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1 {
    margin: 0 0 2.6rem;
  }
}
.c-headingStyle1__main {
  display: block;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.1;
  font-family: "M PLUS 1", sans-serif !important;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__main {
    font-size: 3.2rem;
  }
}
.c-headingStyle1__sub {
  display: block;
  position: relative;
  margin: 0.8rem 0 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto", serif !important;
  text-transform: uppercase;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__sub {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}
.c-headingStyle1__sub span {
  background-image: linear-gradient(90deg, #717cdd 0%, #935dcd 50%, #bb4fbe 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.c-headingStyle1__sub2 {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle1__sub2 {
    font-size: 3rem;
  }
}
.c-headingStyle1 a {
  color: #373737;
  text-decoration: none;
}

.c-heading__balloon {
  margin-bottom: 1rem;
}
.c-heading__balloon span {
  display: inline-block;
  position: relative;
  padding: 0.25em 1.5em 0.3em;
  background: #fff;
  border-radius: 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 744px) {
  .c-heading__balloon span {
    font-size: 2.4rem;
  }
}
.c-heading__balloon span::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
}

.c-headingStyle3 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  font-weight: 800;
  border-left: solid 4px #373737;
  padding: 0.6em 0 0.6em 1.3em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle3 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle3 {
    font-size: 2.6rem;
    margin: 6rem 0 3rem;
  }
}
.c-headingStyle3:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle4 {
  position: relative;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle4 {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle4 {
    font-size: 2.4rem;
    margin: 5rem 0 2.5rem;
  }
}
.c-headingStyle4:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle5 {
  position: relative;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle5 {
    font-size: 1.6rem;
    margin: 3.5rem 0 0.6rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle5 {
    font-size: 2rem;
    margin: 4rem 0 1rem;
  }
}
.c-headingStyle5:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle6 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  background: #f1f2f4;
}
@media screen and (max-width: 743px) {
  .c-headingStyle6 {
    padding: 1.2rem 1.8rem;
    margin: 3.5rem 0 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle6 {
    padding: 1.5rem 2.4rem;
    margin: 4rem 0 2rem;
  }
}
.c-headingStyle6:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle3 + .c-headingStyle6 {
  margin-top: 0;
}

.c-btnStyle1, .c-btnStyle1--border {
  position: relative;
  display: inline-block;
  min-width: 30rem;
  line-height: 1.3;
  margin: 0;
  border: solid 1px #373737;
  border-radius: 10rem;
  background: #373737;
  text-decoration: none !important;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  z-index: 1;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .c-btnStyle1, .c-btnStyle1--border {
    font-size: 2rem;
    padding: 2.2rem 6rem 2.2rem 5.5rem;
  }
}
@media screen and (max-width: 743px) {
  .c-btnStyle1, .c-btnStyle1--border {
    min-width: 28rem;
    font-size: 1.4rem;
    padding: 1.8rem 3.5rem 1.8rem 3rem;
  }
}
.c-btnStyle1::before, .c-btnStyle1--border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  width: 0.7em;
  height: 0.7em;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.c-btnStyle1--border {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.c-btnStyle1--border::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-ulStyle1 {
  margin: 1.5em 0 2em;
}
.c-ulStyle1 li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.75;
}
.c-ulStyle1 li:not(:last-child) {
  margin-bottom: 0.3em;
}
.c-ulStyle1 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #373737;
}
[class*=c-tableStyle] td .c-ulStyle1:first-child {
  margin-top: 0;
}
[class*=c-tableStyle] td .c-ulStyle1:last-child {
  margin-bottom: 0;
}

.c-olStyle1 {
  padding-left: 1.3em;
  margin: 1.5em 0 2em;
}
.c-olStyle1 li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.c-olStyle--free {
  padding-left: 1.6em;
  margin: 1.5em 0 2em;
}
.c-olStyle--free li {
  list-style-type: none;
  margin-bottom: 0.3em;
  text-indent: -1.6em;
}
.c-olStyle--free li p {
  text-indent: 0;
}

.c-text {
  margin-bottom: 1.875em;
  line-height: 1.875;
}

@media print, screen and (min-width: 744px) {
  .c-textLead {
    margin-bottom: 5rem;
    font-size: 2rem;
    text-align: center;
    line-height: 2.3;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
}

.c-textTagline {
  font-weight: 800;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 744px) {
  .c-textTagline {
    font-size: 5.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 743px) {
  .c-textTagline {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.c-textLink {
  position: relative;
  margin: 0;
  padding-right: 0.8em;
  margin-right: 0.5rem;
}
.c-textLink::after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  transform: rotate(45deg);
}
.c-textLink[target=_blank] {
  padding-right: 0;
}
.c-textLink[target=_blank]::after {
  content: "";
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  background: url(../images/common/ico_blank.svg) no-repeat center center;
  background-size: contain;
  border: none;
  transform: none;
  transform: translateY(3px);
}
.c-textLink[href*=".pdf"] {
  padding-right: 0;
}
.c-textLink[href*=".pdf"]::after {
  content: "";
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 25px;
  height: 25px;
  background-image: url("../images/common/ico_file_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  transform: none;
}
.c-textLink.u-color--white {
  color: #fff;
}
.c-textLink.u-color--white::after {
  border-color: #fff;
}

.c-textMarker {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 65%, #14B1B7 65%, #14B1B7 100%) repeat scroll 0 0;
}

@media print, screen and (min-width: 744px) {
  .u-show--sp {
    display: none !important;
  }
}

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

.u-hide {
  display: none;
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-clear::after {
  content: "";
  display: block;
  clear: both;
}

.u-alignL {
  text-align: left;
}

.u-alignR {
  text-align: right;
}

.u-alignC {
  text-align: center;
}

.u-triming1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-triming2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-triming3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-bgColor--base {
  background-color: #373737;
}

.u-bgColor--gray {
  background-color: #f1f2f4;
}

.u-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: inset 0 0 4rem rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 744px) {
  .u-noimage {
    min-height: 30rem;
  }
}
.u-noimage img {
  width: 50% !important;
  height: auto;
  opacity: 0.3 !important;
}

.u-dummyBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 16rem;
  background: #eee;
  font-size: 1.7rem;
  margin: 0 auto 4rem;
}
@media print, screen and (min-width: 744px) {
  .u-dummyBlock {
    height: 40rem;
  }
}

.u-noticeProduction {
  background: #eee;
  padding: 3rem 6rem;
  margin: -5rem 0 8rem;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .u-noticeProduction {
    padding: 2rem 2rem;
    margin: -3rem 0 4rem;
    font-size: 1.4rem;
  }
}

.u-remark_scroll {
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.u-remark_scroll span {
  display: inline-block;
  padding-left: 2.8rem;
  background: url("../img/2026/ico_scroll.png") no-repeat left center;
  background-size: 2rem;
}

.u-font--bold {
  font-weight: 600;
}

.u-font--sup {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font--italic {
  font-style: italic;
}

.u-font--small {
  font-size: 0.85em;
  display: inline-block;
  line-height: inherit;
}

.u-font--large {
  font-size: 1.2em;
}

.u-font--en {
  font-family: "Roboto", serif;
}

.u-font--en2 {
  font-family: "Oswald", sans-serif;
}

.u-color--red {
  color: #E50000;
}

.u-color--white {
  color: #fff;
}

.u-font-uppercase {
  text-transform: uppercase;
}

.u-icon--pdf {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  margin-left: 0.3rem;
  height: 1.8em;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 743px) {
  .u-icon--pdf {
    font-size: 1.3rem;
  }
}
.u-icon--pdf::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../images/common/ico_file_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5rem;
}

.u-icon--plus {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  transition: 0.2s;
  pointer-events: none;
  border-radius: 50%;
}
@media screen and (max-width: 743px) {
  .u-icon--plus {
    width: 20px;
    height: 20px;
  }
}
.u-icon--plus::before, .u-icon--plus::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 2px;
}
.u-icon--plus::before {
  width: 100%;
  height: 2px;
}
.u-icon--plus::after {
  width: 2px;
  height: 100%;
}
.open > * > .u-icon--plus {
  transform: rotate(180deg);
}
.open > * > .u-icon--plus::after {
  display: none;
}

.u-icon--arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 4.8rem;
  margin: auto;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.15s;
}
@media screen and (max-width: 743px) {
  .u-icon--arrow {
    right: 2.5rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.u-icon--arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0.3rem;
  margin: auto;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 2px solid #373737;
  border-right: 2px solid #373737;
  transform: rotate(45deg);
}
@media screen and (max-width: 743px) {
  .u-icon--arrow::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.u-icon--arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3px;
  width: 1.3rem;
  background: #fff;
  transition: 0.15s;
  border-radius: 1px;
}

@media (hover: hover) {
  a:has(.u-icon--arrow):hover .u-icon--arrow {
    transform: translateX(1.2rem);
  }
  a:has(.u-icon--arrow):hover .u-icon--arrow::before {
    transform: translateX(-1.2rem);
  }
}

[data-icon] {
  position: relative;
  display: inline-block;
}
[data-icon]::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

[data-icon=xxx]::after {
  background-image: url("../images/common/ico_category_xxxx.svg");
}

.u-loadlazy.hide {
  opacity: 0;
}

.u-loadlazy.show {
  transition: opacity 0.3s linear;
  opacity: 1 !important;
}

.u-showLoading {
  position: relative;
}

.u-showLoading:has(.u-loadlazy)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  opacity: 0.5;
  background: url("../images/common/loading.svg") no-repeat center center/contain;
}
@media print, screen and (min-width: 744px) {
  .u-showLoading:has(.u-loadlazy)::before {
    width: 4rem;
    height: 4rem;
  }
}

.u-showLoading:has(.u-loadlazy.show)::before {
  display: none;
}

.u-mt0 {
  margin-top: 0rem;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt5 {
  margin-top: 5rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-mt7 {
  margin-top: 7rem;
}

.u-mt8 {
  margin-top: 8rem;
}

.u-mt9 {
  margin-top: 9rem;
}

.u-mt10 {
  margin-top: 10rem;
}

.u-mt11 {
  margin-top: 11rem;
}

.u-mt12 {
  margin-top: 12rem;
}

.u-mt13 {
  margin-top: 13rem;
}

.u-mt14 {
  margin-top: 14rem;
}

.u-mt15 {
  margin-top: 15rem;
}

.u-mt16 {
  margin-top: 16rem;
}

.u-mt17 {
  margin-top: 17rem;
}

.u-mt18 {
  margin-top: 18rem;
}

.u-mt19 {
  margin-top: 19rem;
}

.u-mt20 {
  margin-top: 20rem;
}

.u-mb0 {
  margin-bottom: 0rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mb5 {
  margin-bottom: 5rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-mb7 {
  margin-bottom: 7rem;
}

.u-mb8 {
  margin-bottom: 8rem;
}

.u-mb9 {
  margin-bottom: 9rem;
}

.u-mb10 {
  margin-bottom: 10rem;
}

.u-mb11 {
  margin-bottom: 11rem;
}

.u-mb12 {
  margin-bottom: 12rem;
}

.u-mb13 {
  margin-bottom: 13rem;
}

.u-mb14 {
  margin-bottom: 14rem;
}

.u-mb15 {
  margin-bottom: 15rem;
}

.u-mb16 {
  margin-bottom: 16rem;
}

.u-mb17 {
  margin-bottom: 17rem;
}

.u-mb18 {
  margin-bottom: 18rem;
}

.u-mb19 {
  margin-bottom: 19rem;
}

.u-mb20 {
  margin-bottom: 20rem;
}

.u-ml0 {
  margin-left: 0rem;
}

.u-ml1 {
  margin-left: 1rem;
}

.u-ml2 {
  margin-left: 2rem;
}

.u-ml3 {
  margin-left: 3rem;
}

.u-ml4 {
  margin-left: 4rem;
}

.u-ml5 {
  margin-left: 5rem;
}

.u-ml6 {
  margin-left: 6rem;
}

.u-ml7 {
  margin-left: 7rem;
}

.u-ml8 {
  margin-left: 8rem;
}

.u-ml9 {
  margin-left: 9rem;
}

.u-ml10 {
  margin-left: 10rem;
}

.u-ml11 {
  margin-left: 11rem;
}

.u-ml12 {
  margin-left: 12rem;
}

.u-ml13 {
  margin-left: 13rem;
}

.u-ml14 {
  margin-left: 14rem;
}

.u-ml15 {
  margin-left: 15rem;
}

.u-ml16 {
  margin-left: 16rem;
}

.u-ml17 {
  margin-left: 17rem;
}

.u-ml18 {
  margin-left: 18rem;
}

.u-ml19 {
  margin-left: 19rem;
}

.u-ml20 {
  margin-left: 20rem;
}

.u-mr0 {
  margin-right: 0rem;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-mr2 {
  margin-right: 2rem;
}

.u-mr3 {
  margin-right: 3rem;
}

.u-mr4 {
  margin-right: 4rem;
}

.u-mr5 {
  margin-right: 5rem;
}

.u-mr6 {
  margin-right: 6rem;
}

.u-mr7 {
  margin-right: 7rem;
}

.u-mr8 {
  margin-right: 8rem;
}

.u-mr9 {
  margin-right: 9rem;
}

.u-mr10 {
  margin-right: 10rem;
}

.u-mr11 {
  margin-right: 11rem;
}

.u-mr12 {
  margin-right: 12rem;
}

.u-mr13 {
  margin-right: 13rem;
}

.u-mr14 {
  margin-right: 14rem;
}

.u-mr15 {
  margin-right: 15rem;
}

.u-mr16 {
  margin-right: 16rem;
}

.u-mr17 {
  margin-right: 17rem;
}

.u-mr18 {
  margin-right: 18rem;
}

.u-mr19 {
  margin-right: 19rem;
}

.u-mr20 {
  margin-right: 20rem;
}

.u-mt0em {
  margin-top: 0em;
}

.u-mt1em {
  margin-top: 1em;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mt3em {
  margin-top: 3em;
}

.u-mt4em {
  margin-top: 4em;
}

.u-mt5em {
  margin-top: 5em;
}

.u-mt6em {
  margin-top: 6em;
}

.u-mt7em {
  margin-top: 7em;
}

.u-mt8em {
  margin-top: 8em;
}

.u-mt9em {
  margin-top: 9em;
}

.u-mt10em {
  margin-top: 10em;
}

.u-mb0em {
  margin-bottom: 0em;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-mb3em {
  margin-bottom: 3em;
}

.u-mb4em {
  margin-bottom: 4em;
}

.u-mb5em {
  margin-bottom: 5em;
}

.u-mb6em {
  margin-bottom: 6em;
}

.u-mb7em {
  margin-bottom: 7em;
}

.u-mb8em {
  margin-bottom: 8em;
}

.u-mb9em {
  margin-bottom: 9em;
}

.u-mb10em {
  margin-bottom: 10em;
}

@media screen and (max-width: 743px) {
  .u-spmlr-10vw {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media screen and (max-width: 743px) {
  .l-contents {
    padding-top: 0;
    min-height: calc(100vh - 14rem);
    max-width: 100vw;
    overflow-x: clip;
    margin-bottom: 10rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-contents {
    padding-top: 0;
    min-height: calc(92vh - 16rem);
    overflow-x: clip;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 744px) {
  .l-contents {
    padding-top: 0;
  }
}
body.home .l-contents {
  margin-bottom: 0;
}

.l-container, .l-container--narrow, .l-container--wide {
  position: relative;
  padding: 0 1.5rem;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow, .l-container--wide {
    min-width: 117.6rem;
    max-width: 140rem;
    padding: 0 6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--wide {
    max-width: 168rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--narrow {
    max-width: 117.6rem;
  }
}

.l-floatingBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 2rem 1rem;
}
.l-floatingBanner__layout {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-home {
  background: #f1f2f4;
}

.p-homeMv {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__container {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1600px) {
  .p-homeMv img {
    width: 100%;
    height: 656px;
    object-fit: cover;
  }
}

.p-homeCta {
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeCta {
    padding: 2.4rem 1rem 3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeCta {
    padding: 5rem 0;
  }
}
.p-homeCta__layout {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-homeCta__layout {
    gap: 0.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeCta__layout {
    max-width: 104rem;
    margin: 0 auto;
    gap: 2.4rem;
  }
}
.p-homeCta__link {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-homeCta__link:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeSection {
    padding: 11rem 0 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeSection {
    padding: 5.5rem 0 5.5rem;
  }
}
.p-homeSection__lead {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeSection__lead {
    font-size: 2.2rem;
    margin-bottom: 7rem;
  }
}
.p-homeSection__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeSection__btn {
    margin-top: 7rem;
  }
}
.p-homeSection__remarks {
  font-size: 1rem;
  margin-top: 1.5rem;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homeSection__remarks {
    font-size: 1.2rem;
  }
}
.p-homeSection__remarks li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2rem;
}
.p-homeSection__remarks li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------------------------------------- */
.p-homeFlowMini {
  position: relative;
  background: #f1f2f4;
}
.p-homeFlowMini::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 1px;
  background: #a4a4a4;
}

/* --------------------------------------------- */
.p-homeVoice {
  background: #f1f2f4;
}

.p-homeVoice__slider {
  align-items: stretch !important;
}

.p-homeVoice__item {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.12);
  height: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item {
    width: 46rem;
  }
}
.p-homeVoice__item_inner {
  height: 100%;
  padding: 2rem 2rem 5rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_inner {
    padding: 4rem 4rem 6rem;
  }
}
.p-homeVoice__item_header {
  position: relative;
  padding-left: 4.5rem;
  padding-top: 1rem;
  min-height: 2.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_header {
    padding-top: 1.1rem;
    padding-left: 6rem;
    margin-bottom: 2.4rem;
  }
}
.p-homeVoice__item_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/2026/ico_avatar1.png") no-repeat center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_header::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-homeVoice__item_header_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_header_title {
    font-size: 2rem;
  }
}
.p-homeVoice__item_body {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-homeVoice__item_date {
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-homeVoice__item_date {
    font-size: 1.4rem;
  }
}

.p-homeVoice__item_info {
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
  border: solid 2px #2a2a2a;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-homeVoice__item_info_row {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  column-gap: 0rem;
  row-gap: 0rem;
  padding: 0;
  color: #2a2a2a;
  border-top: 1px solid #a9a9a9;
  align-items: stretch;
}
.p-homeVoice__item_info_row:first-child {
  border-top: 0;
}
.p-homeVoice__item_info_row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  width: 8.5rem;
  height: 100%;
  line-height: 1.3;
  word-break: keep-all;
  font-size: 1.3rem;
  background: #f5f5f5;
  border-right: 1px solid #a9a9a9;
}
.p-homeVoice__item_info_row dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-word;
  font-size: 1.3rem;
}
.p-homeVoice__item_info_row dd .hvi-price {
  font-size: 2.4rem;
  color: #f63ba9;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.p-homeVoice__item_info_row dd .hvi-unit {
  font-size: 1.3rem;
  color: #f63ba9;
  font-weight: 700;
}
@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_info_row {
    grid-template-columns: 13.5rem 1fr;
  }
  .p-homeVoice__item_info_row dt {
    font-size: 1.8rem;
    width: 13.5rem;
  }
  .p-homeVoice__item_info_row dd {
    font-size: 1.8rem;
  }
  .p-homeVoice__item_info_row dd .hvi-price {
    font-size: 3.6rem;
  }
  .p-homeVoice__item_info_row dd .hvi-unit {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeVoice__item_body {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

/* --------------------------------------------- */
.p-homeCampaignMini {
  background: #fff url("../img/2026/bg_dot.png");
}

.p-homeCampaignMini__banner {
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 2rem;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-homeCampaignMini__banner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-homeCampaignMini__banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 4.7rem;
  height: 4.7rem;
  background: url("../img/2026/ico_plus.svg") no-repeat center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaignMini__banner::after {
    width: 10rem;
    height: 10rem;
  }
}

.p-homeCampaign__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__text {
    font-size: 2.4rem;
  }
}

/* --------------------------------------------- */
.p-homePopular {
  background: #e8eaed;
}
.p-homePopular__container {
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 743px) {
  .p-homePopular__container {
    padding: 3rem 1.5rem 4rem;
    margin: 0 0;
    border-radius: 0.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__container {
    padding: 11rem 8.4rem 6rem;
    border-radius: 1.6rem;
  }
}
.p-homePopular__illust {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 743px) {
  .p-homePopular__illust {
    transform: translateY(5px);
  }
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__illust {
    transform: translateY(1.1rem);
    text-align: center;
  }
}

@media screen and (max-width: 743px) {
  .p-homePopular__table_wrapper {
    overflow-x: auto;
  }
}

.p-homePopular__table {
  border: solid 1px #2a2a2a;
  border-radius: 0.3rem;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-homePopular__table {
    width: 130vw;
  }
}
.p-homePopular__table table {
  border-collapse: collapse;
  width: 100%;
  color: #2a2a2a;
}
.p-homePopular__table th {
  max-width: 15rem;
  padding: 0.8rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  border: 1px solid #a9a9a9;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table th {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.p-homePopular__table td {
  max-width: 15rem;
  padding: 0.6rem 1rem 0.6rem 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  vertical-align: middle;
  word-break: break-word;
  border: 1px solid #a9a9a9;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table td {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.p-homePopular__table .hpt_cover {
  text-align: center;
  width: 9rem;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table .hpt_cover {
    width: 16%;
  }
}
.p-homePopular__table .hpt_cover img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table .hpt_actress {
    width: 20%;
  }
}
.p-homePopular__table .hpt_price {
  text-align: center;
  color: #f63ba9;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table .hpt_price {
    font-size: 2.4rem;
  }
}
.p-homePopular__table .hpt_price span {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table .hpt_price span {
    font-size: 5.4rem;
  }
}
.p-homePopular__table .hpt_price i {
  font-style: normal;
}
.p-homePopular__table .hpt_price small {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #2a2a2a;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homePopular__table .hpt_price small {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------- */
.p-homeDifference {
  background: #f1f2f4 url("../img/2026/bg_dot.png");
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference {
    padding-bottom: 14rem;
  }
}

.p-homeDifference__layout {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-homeDifference__layout {
    margin-top: 5rem;
    flex-direction: column;
    gap: 3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__layout {
    gap: 2.4rem;
    margin-top: 2rem;
  }
}

.p-homeDifference__box {
  background: #fff;
  border-radius: 0.8rem;
  border: solid 2px #f63ba9;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box {
    flex: 1;
  }
}
.p-homeDifference__box dt {
  position: relative;
  background: #f63ba9;
  color: #fff;
  padding: 1.4rem 2rem 1.4rem 12rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box dt {
    font-size: 3.6rem;
    padding: 2rem 2rem 2.4rem 16rem;
  }
}
.p-homeDifference__box dt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 9.4rem;
  height: 9.4rem;
  background: url("../img/2026/difference1_illust.png") no-repeat center bottom/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box dt::before {
    width: 15rem;
    height: 15rem;
  }
}
.p-homeDifference__box dt span {
  position: absolute;
  top: 3.8rem;
  left: 14rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box dt span {
    top: 6.5rem;
    left: 22rem;
    font-size: 1.3rem;
  }
}
.p-homeDifference__box dd {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2rem 2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box dd {
    font-size: 1.8rem;
    padding: 3rem 4rem;
  }
}
.p-homeDifference__box dd ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.p-homeDifference__box dd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/2026/ico_maru.svg") no-repeat center/contain;
}
.p-homeDifference__box[data-type=notbuy] {
  border-color: #4693f2;
}
.p-homeDifference__box[data-type=notbuy] dt {
  background: #4693f2;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__box[data-type=notbuy] dt {
    padding-bottom: 2.4rem;
  }
}
.p-homeDifference__box[data-type=notbuy] dt::before {
  background-image: url("../img/2026/difference2_illust.png");
}
.p-homeDifference__box[data-type=notbuy] dd ul li::before {
  background-image: url("../img/2026/ico_batsu.svg");
  transform: scale(0.95);
}

.p-homeDifference__figure1 {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 8rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__figure1 {
    width: 12rem;
    right: 5rem;
    top: 3rem;
  }
}

.p-homeDifference__figure2 {
  position: absolute;
  right: 3rem;
  bottom: 4.55rem;
  width: 7rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeDifference__figure2 {
    width: 12rem;
    right: 5rem;
  }
}

/* --------------------------------------------- */
.p-homeBoost {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../img/2026/bg_boost.png") no-repeat center/cover;
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost {
    padding: 10rem 0 12rem;
  }
}
.p-homeBoost__title {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeBoost__title img {
    width: 24.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__title img {
    width: 42rem;
  }
}
.p-homeBoost__title .c-headingStyle1 {
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeBoost__title .c-headingStyle1 {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__title .c-headingStyle1 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeBoost__title .c-headingStyle1__main {
    font-size: 3.2rem;
  }
}
.p-homeBoost__balloon {
  position: relative;
  margin: 0 auto 2rem;
  padding: 1.8rem 1.8rem 2.4rem;
  background: #fff;
  border-radius: 0.6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__balloon {
    border-radius: 1.6rem;
    margin: 0 0 4rem;
    padding: 6rem 10rem 6rem;
    text-align: center;
  }
}
.p-homeBoost__balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #fff;
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__balloon::after {
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3rem solid #fff;
    bottom: -2.9rem;
  }
}
.p-homeBoost__balloon_text {
  margin-top: 0.7rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__balloon_text {
    font-size: 2rem;
  }
}
.p-homeBoost__copy {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeBoost__copy img {
    width: 26rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__copy img {
    width: 54rem;
  }
}
.p-homeBoost__remarks {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homeBoost__remarks {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------- */
.p-homeFree {
  background: url("../img/2026/bg_free.png") no-repeat center/cover;
}
@media screen and (max-width: 743px) {
  .p-homeFree {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 743px) {
  .p-homeFree__figure {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.p-homeFree__figure img {
  width: 100%;
  height: auto;
}

.p-homeFree__step {
  background: #fff;
  border-radius: 0.4rem;
  padding: 3.6rem 2rem 3rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFree__step {
    padding: 8rem 8rem 8rem;
    text-align: center;
  }
}
.p-homeFree__step_title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFree__step_title {
    font-size: 4.8rem;
  }
}
.p-homeFree__step_title span {
  display: inline-block;
  position: relative;
}
.p-homeFree__step_title span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.25em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.2em;
  height: 0.2em;
  background: currentColor;
  border-radius: 50%;
}
.p-homeFree__step_text {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homeFree__step_text {
    font-size: 2rem;
  }
}
.p-homeFree__step_text em {
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-homeFree__step_layout {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeFree__step_figure1 {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeFree__step_figure1 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeFree__step_figure2 {
    margin-top: 3rem;
  }
}

/* --------------------------------------------- */
.p-homeCampaign {
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeCampaign {
    padding: 3rem 0 6rem;
  }
}

.p-homeCampaign__banner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-homeCampaign__banner {
    margin-bottom: 2rem;
    gap: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__banner {
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-homeCampaign__banner img {
  width: 100%;
  height: auto;
}
.p-homeCampaign__banner_table {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-homeCampaign__banner_table_illust {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__banner_table_illust {
    position: absolute;
    top: -5rem;
    right: -19.9rem;
    width: 28.6rem;
  }
}
.p-homeCampaign__banner_bonus {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-homeCampaign__banner_bonus_illust {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__banner_bonus_illust {
    position: absolute;
    top: -8rem;
    left: -16.5rem;
    width: 22.8rem;
  }
}
.p-homeCampaign__banner_bonus::after {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 4.7rem;
  height: 4.7rem;
  background: url("../img/2026/ico_plus.svg") no-repeat center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__banner_bonus::after {
    width: 10.8rem;
    height: 10.8rem;
    top: -6.6rem;
  }
}

.p-homeCampaign__remarks {
  border: solid 6px #e9e9e9;
  margin-top: 3.5rem;
  padding: 0rem 1.3rem 2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__remarks {
    border-width: 12px;
    padding: 0rem 6rem 4rem;
  }
}
.p-homeCampaign__remarks_figure {
  margin-top: -2.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__remarks_figure {
    margin-top: -4rem;
  }
}
.p-homeCampaign__remarks_text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-top: 2.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__remarks_text {
    font-size: 2.4rem;
  }
}
.p-homeCampaign__remarks_list {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homeCampaign__remarks_list {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------- */
.p-homeFlow {
  background: #f1f2f4;
}
@media screen and (max-width: 743px) {
  .p-homeFlow .c-headingStyle1__main {
    font-size: 2.7rem;
    white-space: nowrap;
  }
}

.p-homeFlow__list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list {
    gap: 3.6rem;
  }
}
.p-homeFlow__list_item {
  position: relative;
  background: #fff;
  border-radius: 0.4rem;
  padding: 2.4rem 1.5rem 2.4rem 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item {
    padding: 5rem 8rem 6rem 0rem;
  }
}
.p-homeFlow__list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: url("../img/2026/flow_1_num.png") no-repeat center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item::before {
    width: 10rem;
    height: 10rem;
  }
}
.p-homeFlow__list_item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-right: 2px solid #373737;
  border-bottom: 2px solid #373737;
  transform: rotate(45deg);
  margin: auto;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item:not(:last-child)::after {
    width: 2.4rem;
    height: 2.4rem;
    border-width: 0 3px 3px 0;
    bottom: -2.2rem;
  }
}
.p-homeFlow__list_item_layout {
  display: flex;
  align-items: center;
  gap: 0;
}
.p-homeFlow__list_item_img {
  width: 44%;
  flex-shrink: 0;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_img {
    width: 40%;
  }
}
.p-homeFlow__list_item_img img {
  width: 9.4rem;
  height: auto;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_img img {
    width: 15rem;
    height: auto;
  }
}
.p-homeFlow__list_item_content {
  width: 56%;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_content {
    width: 60%;
  }
}
.p-homeFlow__list_item_content_title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_content_title {
    font-size: 3.6rem;
  }
}
.p-homeFlow__list_item_content_text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_content_text {
    font-size: 2rem;
  }
}
.p-homeFlow__list_item_content_text small {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlow__list_item_content_text small {
    font-size: 1.3rem;
  }
}
.p-homeFlow__list_item[data-step="1"]::before {
  background-image: url("../img/2026/flow_1_num.png");
}
.p-homeFlow__list_item[data-step="2"]::before {
  background-image: url("../img/2026/flow_2_num.png");
}
.p-homeFlow__list_item[data-step="3"]::before {
  background-image: url("../img/2026/flow_3_num.png");
}
.p-homeFlow__list_item[data-step="4"]::before {
  background-image: url("../img/2026/flow_4_num.png");
}

/* --------------------------------------------- */
.p-homeFlowMovie {
  margin-top: 6rem;
}
.p-homeFlowMovie__word {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlowMovie__word {
    font-size: 3rem;
  }
}
.p-homeFlowMovie__word span {
  position: relative;
  display: inline-block;
}
.p-homeFlowMovie__word span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.25em;
  left: -0.8em;
  margin: auto;
  width: 1px;
  height: 1.8em;
  background: currentColor;
  transform: rotate(-25deg);
}
.p-homeFlowMovie__word span::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.25em;
  right: -0.6em;
  margin: auto;
  width: 1px;
  height: 1.8em;
  background: currentColor;
  transform: rotate(25deg);
}

.p-homeFlowMovie__video iframe {
  width: 100%;
  height: 25rem;
  display: block;
  margin: 0 auto;
  border: none;
}
@media print, screen and (min-width: 744px) {
  .p-homeFlowMovie__video iframe {
    height: 60rem;
  }
}

/* --------------------------------------------- */
.p-homeTrouble {
  position: relative;
  background: url("../img/2026/bg_trouble.jpg") no-repeat center/cover;
}
@media screen and (max-width: 743px) {
  .p-homeTrouble {
    margin-top: 10rem;
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeTrouble {
    margin-top: 20rem;
    padding-top: 8rem;
  }
}
.p-homeTrouble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeTrouble::after {
    border-left: 3.5rem solid transparent;
    border-right: 3.5rem solid transparent;
    border-top: 3.5rem solid #6194e4;
    bottom: -3.3rem;
  }
}
.p-homeTrouble__illust {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeTrouble__illust {
    top: -25.28vw;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeTrouble__illust {
    top: -19.7rem;
  }
}
.p-homeTrouble__illust img {
  width: 100%;
  max-width: 75rem;
  height: auto;
  display: inline-block;
}
.p-homeTrouble .c-headingStyle1__main {
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeTrouble .c-headingStyle1__main {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}

.p-homeTrouble__list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-homeTrouble__list {
    flex-wrap: wrap;
    padding: 0 1rem;
    gap: 3.4rem 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeTrouble__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeTrouble__list li {
    width: calc(50% - 0.75rem);
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeTrouble__list li {
    flex: 1;
  }
}

/* --------------------------------------------- */
.p-homeAbout {
  background: #f1f2f4 url("../img/2026/bg_logomark.svg") no-repeat left -12vw top -10vw;
  background-size: 50vw auto;
}
.p-homeAbout__title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 0.5rem;
}
.p-homeAbout__box {
  position: relative;
  background: #fff;
  border-radius: 0.8rem;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__box {
    padding: 8rem 6rem 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeAbout__box::after {
    content: "";
    display: block;
    position: absolute;
    top: 3rem;
    left: -4rem;
    width: calc(100% + 8rem);
    height: 100%;
    background: url("../img/2026/about_dvd_sp.png") no-repeat center top/contain;
  }
}
.p-homeAbout__box_copy {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__box_copy {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 4.8rem;
  }
}
.p-homeAbout__box_text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__box_text {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.p-homeAbout__box_text em {
  font-style: normal;
  font-weight: 700;
  color: #f63ba9;
}
@media screen and (max-width: 743px) {
  .p-homeAbout__box_figure {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__box_figure {
    margin-top: 5rem;
  }
}
.p-homeAbout__box_figure img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------- */
@media screen and (max-width: 743px) {
  .p-homeColumn {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn {
    background: #fff;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__kv img {
    width: 100%;
    height: auto;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
.p-homeColumn__body {
  padding: 3.5rem 2.5rem 5rem;
  background: #efdef7;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__body {
    padding: 7rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}

/* --------------------------------------------- */
.p-homeReason {
  background: #f1f2f4;
}
@media screen and (max-width: 743px) {
  .p-homeReason {
    padding: 5rem 0 6rem;
  }
}
.p-homeReason__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeReason__title {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeReason__title img {
    width: 26.2rem;
  }
}

.p-homeReasonCard__layout {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-homeReasonCard__layout {
    flex-direction: column;
    gap: 4.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard__layout {
    flex-wrap: wrap;
    gap: 4rem 2.4rem;
  }
}

.p-homeReasonCard {
  position: relative;
  background: #fff;
  padding: 3.3rem 2rem 3rem;
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard {
    width: calc((100% - 4.8rem) / 3);
    padding: 6rem 4rem 5rem;
  }
}
.p-homeReasonCard::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  width: 20rem;
  height: 3rem;
  background: url("../img/2026/reason_1_num.png") no-repeat left center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard::before {
    width: 26rem;
    height: 4.5rem;
    top: -2rem;
  }
}
.p-homeReasonCard::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.2rem;
  left: -1.2rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #f1f2f4;
  transform: rotate(45deg);
}
.p-homeReasonCard__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard__title {
    font-size: 2.4rem;
  }
}
.p-homeReasonCard__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #f1f2f4;
  transform: rotate(45deg);
}
.p-homeReasonCard__img {
  text-align: center;
  margin-bottom: 2rem;
}
.p-homeReasonCard__img img {
  height: auto;
  display: inline-block;
  border-radius: 0.4rem;
}
@media screen and (max-width: 743px) {
  .p-homeReasonCard__img img {
    width: 25rem;
  }
}
.p-homeReasonCard__text {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard__text {
    font-size: 1.6rem;
  }
}
.p-homeReasonCard__remarks {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
}
@media print, screen and (min-width: 744px) {
  .p-homeReasonCard__remarks {
    font-size: 1.2rem;
  }
}
.p-homeReasonCard[data-reason="2"]::before {
  background-image: url("../img/2026/reason_2_num.png");
}
.p-homeReasonCard[data-reason="3"]::before {
  background-image: url("../img/2026/reason_3_num.png");
}
.p-homeReasonCard[data-reason="4"]::before {
  background-image: url("../img/2026/reason_4_num.png");
}
.p-homeReasonCard[data-reason="5"]::before {
  background-image: url("../img/2026/reason_5_num.png");
}

/* --------------------------------------------- */
.p-homeChart {
  background: #fff;
}

.p-homeChart__figure_wrapper {
  overflow-x: auto;
}

.p-homeChart__figure {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-homeChart__figure {
    width: 60rem;
  }
}

/* --------------------------------------------- */
.p-homeFaq {
  background: #e8eaed;
}

.p-faqItem {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 744px) {
  .p-faqItem {
    margin-bottom: 1.6rem;
  }
}

.p-faqItem__title {
  position: relative;
  background: #4d4d4d;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 3.5rem 0 5rem;
  border-radius: 0.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-faqItem__title {
    font-size: 2rem;
    padding: 0.6rem 7rem 0.6rem 7rem;
  }
}
.open .p-faqItem__title {
  border-radius: 0.4rem 0.4rem 0 0;
}
.p-faqItem__title_text {
  padding: 1.4rem 0;
  min-height: 6rem;
  display: flex;
  align-items: center;
}
.p-faqItem__title::before {
  content: "Q";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  padding-bottom: 0.4rem;
  border-radius: 50%;
  background: #f63ba9;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-faqItem__title::before {
    left: 1.5rem;
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.8rem;
  }
}
.p-faqItem__title .u-icon--plus {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
}
@media screen and (max-width: 743px) {
  .p-faqItem__title .u-icon--plus {
    width: 18px;
    height: 18px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqItem__title .u-icon--plus {
    right: 2rem;
  }
}

.p-faqItem__body {
  background: #fff;
  padding: 1.5rem 2rem 3rem;
  border-radius: 0 0 0.4rem 0.4rem;
  font-weight: 400;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 744px) {
  .p-faqItem__body {
    padding: 2.4rem 3rem 4rem;
    font-size: 1.6rem;
  }
}

.p-columnIndex {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-columnIndex {
    flex-direction: column;
    gap: 5.5rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex {
    flex-wrap: wrap;
    gap: 7rem 3.8rem;
  }
}

.p-columnIndex__item {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item {
    width: calc((100% - 7.6rem) / 3);
  }
}
@media screen and (max-width: 743px) {
  .p-columnIndex__item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.7rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cbb0db;
  }
}

.p-columnIndex__item_card {
  color: #373737;
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .p-columnIndex__item_card {
    display: flex;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-columnIndex__item_card_thumb {
    flex-shrink: 0;
    width: 14rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item_card_thumb {
    margin-bottom: 1rem;
  }
}
.p-columnIndex__item_card_thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
@media screen and (max-width: 743px) {
  .p-columnIndex__item_card_thumb img {
    height: 10rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item_card_thumb img {
    height: 24.8rem;
  }
}
.p-columnIndex__item_card_content {
  margin-top: -0.6rem;
}
.p-columnIndex__item_card_content time {
  font-weight: 400;
  font-size: 1.3rem;
  color: #7b1d9e;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item_card_content time {
    font-size: 1.6rem;
  }
}
.p-columnIndex__item_card_content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item_card_content h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
}
.p-columnIndex__item_card_content p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-columnIndex__item_card_content p {
    font-size: 1.6rem;
  }
}

.p-cta {
  background: #fff;
  padding: 4rem 1rem 4.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-cta {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-cta__layout {
    display: flex;
    justify-content: center;
    max-width: 104rem;
    margin: 0 auto;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-cta__layout {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    max-width: 48rem;
    margin: 0 auto;
  }
}

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