@charset "UTF-8";
:root {
  --dark: #4D5657;
  --dune: #60696A;
  --pale_sky: #939B9B;
  --red: #DF3052;
  --orange: #FFCD00;
  --blue: #6BBFED;
  --lemon_chiffon: #FFF0A0;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

html, body {
  width: 100%;
}

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

body {
  -webkit-text-size-adjust: none;
  line-height: 1;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

html * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
html * *, html *::before, html *::after {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.l-wrapper {
  overflow: hidden;
}
.l-wrapper::before {
  background-color: #F4F4F4;
  background-image: url(../img/cmn/bg_main_pc.svg);
  background-position: center top;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-main {
  padding-bottom: 80px;
}

.l-contents {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-footer {
  background-image: url(../img/cmn/bg_footer.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--dune);
  height: 400px;
  padding: 96px 16px;
  text-align: center;
}

.c-heading.-lv1 {
  background-image: url("../img/cmn/bg_tle.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: var(--dune);
  font-size: 1.8rem;
  font-weight: 600;
  height: 58px;
  line-height: 1.44444444;
  padding-top: 2px;
  text-align: center;
}

.c-table.-warranty {
  border-bottom: 1px solid var(--pale_sky);
  border-collapse: collapse;
  border-top: 1px solid var(--pale_sky);
  width: 100%;
}
.c-table.-warranty + .c-list.-annotation {
  margin-top: 12px;
}
.c-table.-warranty th, .c-table.-warranty td {
  border-bottom: 1px solid var(--pale_sky);
  border-collapse: collapse;
  border-right: 1px solid var(--pale_sky);
  border-top: 1px solid var(--pale_sky);
  color: var(--dune);
  font-weight: 500;
  line-height: 1.24;
  padding: 12px 4px;
  text-align: center;
  vertical-align: middle;
}
.c-table.-warranty th:last-child, .c-table.-warranty td:last-child {
  border-right: none;
}
.c-table.-warranty th b, .c-table.-warranty td b {
  font-size: 1.4rem;
  font-weight: 600;
}
.c-table.-warranty th b small, .c-table.-warranty td b small {
  font-size: 1rem;
}
.c-table.-warranty th .c-price, .c-table.-warranty td .c-price {
  color: var(--red);
  font-size: 1.3rem;
}
.c-table.-warranty th {
  background: #FFF9E0;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-table.-warranty th small {
  font-size: 1rem;
}
.c-table.-warranty td {
  font-size: 1.4rem;
  font-weight: 600;
}

.c-anchor {
  position: relative;
  top: -80px;
}

.p-block_skip {
  height: 1px;
  left: 0;
  overflow: hidden;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 0;
  transform: translate(-100% -100%);
  width: 1px;
}

.p-tabs__contents__item {
  display: none;
}
.p-tabs__contents__item.is-show {
  display: block;
}

.p-global_nav {
  position: relative;
}
.p-global_nav__body {
  position: fixed;
}
.p-global_nav__group {
  padding: 22px 44px;
}
.p-global_nav__group .c-list.-main {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.p-global_nav__group .c-list.-main li {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}
.p-global_nav__group .c-list.-main li + li {
  margin-top: 24px;
}
.p-global_nav__group .c-list.-main li::before {
  background-color: var(--orange);
  background-image: url(../img/cmn/icn_arrow_chevron_white_r.png);
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  border-radius: 16px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
.p-global_nav__group .c-list.-application {
  margin-bottom: 40px;
}
.p-global_nav__group .c-list.-application li + li {
  margin-top: 12px;
}
.p-global_nav__group .c-list.-application li a {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-size: 1.7rem;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  max-width: 290px;
  position: relative;
  width: 100%;
}
.p-global_nav__group .c-list.-application li a::after {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 6px;
}
.p-global_nav__group .c-list.-application li a::before {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 36px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 36px;
}
.p-global_nav__group .c-list.-application li.-application a {
  background: var(--red);
  color: var(--lemon_chiffon);
}
.p-global_nav__group .c-list.-application li.-application a::before {
  background-image: url(../img/cmn/icn_phone.png);
}
.p-global_nav__group .c-list.-application li.-application a::after {
  background-image: url(../img/cmn/icn_arrow_chevron_white_r.png);
}
.p-global_nav__group .c-list.-application li.-documents a {
  border: 1px solid var(--blue);
  color: var(--dark);
}
.p-global_nav__group .c-list.-application li.-documents a b {
  color: var(--blue);
}
.p-global_nav__group .c-list.-application li.-documents a::before {
  background-image: url(../img/cmn/icn_document.png);
}
.p-global_nav__group .c-list.-application li.-documents a::after {
  background-image: url(../img/cmn/icn_arrow_chevron_pink_r.png);
}
.p-global_nav #SP_GLOBAL_NAV_STATUS {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}
body.is-debug .p-global_nav #SP_GLOBAL_NAV_STATUS {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}
.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__body {
  height: calc(100dvh - 74px);
}
.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch .c-hamburger {
  width: 0;
}
.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch::before {
  transform: translate(0) rotate(45deg);
}
.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch::after {
  transform: translate(0) rotate(-45deg);
}

.p-global_footer__symbol {
  margin-bottom: 20px;
}
.p-global_footer__copyright {
  line-height: 2;
}

.p-slider .c-stage {
  overflow: hidden;
  width: 100%;
}
.p-slider__contents {
  display: flex;
}
.p-slider .c-marker {
  gap: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-slider .c-marker li {
  background: var(--pale_sky);
  border-radius: 4px;
  height: 8px;
  opacity: 0.34;
  width: 8px;
}
.p-slider .c-marker li.is-current {
  background: var(--blue);
  opacity: 1;
}

.p-accordion__btn {
  cursor: pointer;
}
.p-accordion__item {
  display: none;
}
.p-accordion__item.is-show {
  display: block !important;
}

.p-social {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-social__heading {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-social .c-list {
  gap: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-fixed_bar {
  display: flex;
  position: fixed;
  z-index: 10;
}
.p-fixed_bar__symbol {
  display: none;
}
.p-fixed_bar__item_01 {
  position: relative;
}
.p-fixed_bar__item_01 .c-img {
  margin-bottom: 2px;
}
.p-fixed_bar__item_01 a {
  align-items: center;
  background: var(--red);
  color: var(--lemon_chiffon);
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  padding-right: 6px;
}
.p-fixed_bar__item_01 a .c-icn {
  margin-right: 4px;
}
.p-fixed_bar__item_02 a {
  align-items: center;
  color: var(--dark);
  display: flex;
  font-weight: 500;
  height: 52px;
  justify-content: center;
  letter-spacing: 0.04em;
  padding-left: 6px;
  padding-right: 12px;
}
.p-fixed_bar__item_02 a .c-icn {
  margin-right: 10px;
}
.p-fixed_bar__item_02 a .c-label {
  display: inline-flex;
  flex-direction: column;
}
.p-fixed_bar__item_02 a .c-label small {
  color: var(--blue);
  font-size: 1.4rem;
  line-height: 1.2;
}
.p-fixed_bar__item_02 a .c-label b {
  font-size: 1.8rem;
  line-height: 1.2;
}

.p-btt a {
  align-items: center;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.p-btt a .c-icn {
  margin-bottom: 2px;
}
.p-btt a .c-label {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
}

.p-first_view {
  aspect-ratio: 375/639;
  background-image: url(../img/first_view/first_view.png);
  background-size: cover;
  margin-top: 74px;
  position: relative;
}
.p-first_view__heading {
  align-items: center;
  bottom: 56%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 24%;
}
.p-first_view__small {
  align-items: center;
  bottom: 76%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 2%;
}
.p-first_view__desc {
  align-items: center;
  bottom: 44%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 44%;
}

.p-outline {
  background: #EBEBEB;
  padding: 0 12px 60px 13px;
  position: relative;
}
.p-outline::after {
  background-image: url(../img/outline/icn_beater.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 93px;
  left: 28px;
  position: absolute;
  width: 34px;
  z-index: 2;
}
.p-outline__faq {
  background: white;
  border-radius: 20px;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding: 60px 20px;
  position: relative;
  top: -50px;
  z-index: 2;
}
.p-outline__faq .c-scope + .c-scope {
  margin-top: 60px;
}
.p-outline__faq .c-scope dt {
  background-image: url(../img/outline/bg_question.svg);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.p-outline__faq .c-scope dt .c-img {
  position: absolute;
  z-index: 1;
}
.p-outline__faq .c-scope dt .c-label {
  color: var(--dune);
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 72px;
  line-height: 1.3;
  padding-left: 12px;
  padding-top: 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.p-outline__faq .c-scope dt .c-label::before {
  background-image: url(../img/outline/icn_question_before.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: var(--dune);
  content: "QUESTION";
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  padding-left: 15px;
  position: absolute;
  top: 0;
  transform: translateY(-160%);
}
.p-outline__faq .c-scope dd {
  color: var(--dune);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  padding: 0 10px;
  position: relative;
}
.p-outline__faq .c-scope dd b {
  color: var(--blue);
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
  padding-right: 80px;
}
.p-outline__faq .c-scope dd::before {
  background-image: url(../img/outline/icn_answer_before.svg);
  background-position: left center;
  background-repeat: no-repeat;
  content: "ANSWER";
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  padding-left: 15px;
  position: absolute;
  top: 0;
  transform: translateY(-160%);
}
.p-outline__faq .c-scope dd .c-img {
  margin-top: 16px;
}
.p-outline__faq .c-scope dd .c-img img {
  height: auto;
  width: 100%;
}
.p-outline__faq .c-scope dd .c-list.-annotation {
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.p-outline__faq .c-scope dd .c-list.-annotation li {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.p-outline__faq .c-scope dd .c-list.-annotation li::before {
  content: "※";
  left: 0;
  position: absolute;
}
.p-outline__faq .c-scope.-q1 dt .c-img {
  right: -12px;
  top: 20px;
}
.p-outline__faq .c-scope.-q2 dt .c-img {
  right: -12px;
  top: 8px;
}

.p-recommend {
  background-color: white;
  background-image: url(../img/recommend/bg_main.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 262px 135px;
  margin-bottom: -16px;
  padding: 0 16px 100px;
  position: relative;
  top: -16px;
}
.p-recommend__header {
  background-image: url(../img/recommend/bg_tle.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 30px;
}
.p-recommend__header .c-heading {
  align-items: center;
  color: white;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 70px;
  justify-content: center;
  width: 324px;
}
.p-recommend__header .c-heading b {
  color: var(--lemon_chiffon);
}
.p-recommend__point {
  gap: 40px 10px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
.p-recommend__item {
  position: relative;
  width: calc((100% - 10px) / 2);
}
.p-recommend__item .c-img {
  margin-bottom: 6px;
}
.p-recommend__item .c-img img {
  width: 100%;
}
.p-recommend__item .c-supported_text {
  color: var(--pale_sky);
  font-size: 1.3rem;
  line-height: 1.53846154;
  padding-left: 6px;
  padding-right: 6px;
}
.p-recommend__item .c-annotation {
  color: var(--pale_sky);
  line-height: 1.5;
  margin-top: 8px;
  padding-left: 6px;
}
.p-recommend__item .c-sticker {
  position: absolute;
}
.p-recommend__item .c-sticker.-item_01 {
  right: -20px;
  top: 170px;
}
.p-recommend__item .c-sticker.-item_02 {
  right: -18px;
  top: -50px;
}
.p-recommend__item .c-sticker.-item_03 {
  right: -4px;
  top: -42px;
}
.p-recommend__item .c-sticker.-item_04_1 {
  right: -4px;
  top: -10px;
}
.p-recommend__item .c-sticker.-item_04_2 {
  bottom: -10px;
  left: -10px;
}
.p-recommend__item .c-sticker.-item_06 {
  right: -6px;
  top: -74px;
}
.p-recommend__conclusion {
  margin-top: 24px;
}
.p-recommend__conclusion .c-lead {
  margin-bottom: 12px;
}
.p-recommend__conclusion .c-lead img {
  height: auto;
  width: 100%;
}
.p-recommend__conclusion .c-annotation {
  color: var(--pale_sky);
  line-height: 1.5;
  padding-right: 70px;
}
.p-recommend__conclusion .c-img img {
  height: auto;
  width: 100%;
}

.p-warranty {
  background: #EBEBEB;
  padding: 36px 0 0;
}
.p-warranty__header {
  margin-bottom: 16px;
}
.p-warranty__nav {
  gap: 6px;
  align-items: flex-end;
  display: flex;
  height: 88px;
  justify-content: center;
  padding: 0 24px;
}
.p-warranty__nav__item {
  opacity: 0.5;
  width: 100%;
}
.p-warranty__nav__item.is-select {
  cursor: default;
  opacity: 1;
  pointer-events: none;
}
.p-warranty__nav__item.is-select a {
  height: 88px;
  padding-bottom: 10px;
}
.p-warranty__nav__item a {
  align-items: center;
  background: var(--blue);
  border-radius: 20px 20px 0 0;
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 78px;
  justify-content: flex-end;
  padding-bottom: 4px;
  text-align: center;
  transition: 0.2s;
}
.p-warranty__nav__item b {
  font-size: 1.8rem;
  line-height: 1.1;
}
.p-warranty__nav__item .c-num {
  font-size: 2.4rem;
}
.p-warranty__nav__item small {
  font-size: 1.5rem;
  line-height: 1.3;
}
.p-warranty__contents {
  background: white;
  padding: 20px 12px;
}
.p-warranty__contents .c-heading.-lv2 {
  color: var(--blue);
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.38888889;
  margin-bottom: 8px;
  text-align: center;
}
.p-warranty__contents .c-heading.-lv2 + p {
  margin-top: 16px;
}
.p-warranty__contents .p-accordion {
  margin-top: 20px;
}
.p-warranty__contents .c-img {
  margin-bottom: 20px;
}
.p-warranty__contents .c-img img {
  height: auto;
  width: 100%;
}
.p-warranty__contents .c-list.-annotation {
  color: var(--pale_sky);
  line-height: 1.5;
}
.p-warranty__contents .c-list.-annotation li::before {
  content: "※";
}
.p-warranty__contents .c-list.-alert {
  margin-top: 12px;
}
.p-warranty__contents .c-list.-alert li {
  color: var(--dune);
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
.p-warranty__contents .c-list.-alert li::before {
  background-image: url(../img/cmn/icn_caution.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}
.p-warranty__contents .c-exception {
  margin-top: 12px;
  text-align: right;
}
.p-warranty__contents .c-exception a {
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  display: inline-flex;
  font-weight: 600;
  padding-bottom: 4px;
}
.p-warranty__detail {
  padding-top: 8px;
}
.p-warranty__detail .c-img {
  margin: 0 0 8px;
}
.p-warranty__more__header {
  padding-left: 16px;
  padding-right: 16px;
}
.p-warranty__more__header p {
  font-size: 1.6rem;
  padding: 8px;
  text-align: center;
}
.p-warranty__more__header p + .c-img {
  margin-top: 16px;
}
.p-warranty__more__header p.c-desc {
  background: unset;
  font-size: 1.2rem;
  line-height: 1.66666667;
  padding: unset;
  text-align: left;
}
.p-warranty__more__btn {
  align-items: center;
  background: var(--blue);
  border-radius: 44px;
  color: white;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
.p-warranty__more__btn::after {
  background-image: url(../img/cmn/icn_arrow_chevron_white_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 0;
  transform: rotate(180deg);
  transition: 0.2s;
  width: 16px;
}
.p-warranty__more__btn.is-open::after {
  transform: rotate(0);
}
.p-warranty__sub {
  padding: 0 10px;
}
.p-warranty__sub_nav {
  gap: 16px;
  align-items: flex-end;
  display: flex;
  height: 42px;
  margin: 12px 20px 0;
}
.p-warranty__sub_nav__item {
  align-items: center;
  border-radius: 20px 20px 0 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  max-width: calc((100% - 16px) / 2);
  transition: 0.2s;
  width: 100%;
}
.p-warranty__sub_nav__item.is-select {
  height: 42px;
}
.p-warranty__sub_nav__item:nth-child(odd) {
  background: var(--orange);
  color: var(--dune);
}
.p-warranty__sub_nav__item:nth-child(even) {
  background: var(--red);
  color: white;
}
.p-warranty__sub_nav__item:only-child {
  background: var(--blue);
  color: white;
  height: 42px;
  margin-left: -20px;
}
.p-warranty__sub_contents__item {
  border-radius: 20px;
  padding-bottom: 36px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 18px;
}
.p-warranty__sub_contents__item:nth-child(odd) {
  border: 2px solid var(--orange);
}
.p-warranty__sub_contents__item:nth-child(even) {
  border: 2px solid var(--red);
}
.p-warranty__sub_contents__item:only-child {
  border: 2px solid var(--blue);
  border-radius: 0 20px 20px 20px;
}
.p-warranty__special {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.p-warranty__special::before {
  background-image: url(../img/warranty/icn_special.svg);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 32px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 32px;
}
.p-warranty__special .c-heading {
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.41176471;
  margin-bottom: 12px;
}
.p-warranty__special p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-warranty__special__container {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.p-warranty__special__item {
  position: relative;
  width: calc((100% - 16px) / 2);
}
.p-warranty__special__item.-wide {
  width: 100%;
}
.p-warranty__special__item .c-img {
  margin: 0;
}
.p-warranty__special__item .c-img img {
  max-width: 100%;
}
.p-warranty__special__item .c-sticker {
  left: -8px;
  position: absolute;
  top: -12px;
}

.p-case {
  background: #EBEBEB;
  padding: 26px 20px 40px;
}
.p-case__header {
  margin-bottom: 20px;
}
.p-case__header .c-heading {
  margin-bottom: 20px;
}
.p-case__header .c-lead {
  color: var(--pale_sky);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.53846154;
  text-align: center;
}
.p-case__item {
  position: relative;
}
.p-case__item + .p-case__item {
  margin-top: 20px;
}
.p-case__item .c-img img {
  height: auto;
  width: 100%;
}
.p-case__item .c-sticker {
  position: absolute;
  z-index: 2;
}
.p-case__item .c-sticker.-item_01 {
  right: 10px;
  top: -32px;
}
.p-case__item .c-sticker.-item_02 {
  right: -6px;
  top: -56px;
}

.p-faq {
  background-image: -webkit-image-set(url(../img/faq/bg_main.png) 1x, url(../img/faq/bg_main@2x.png) 2x);
  background-image: image-set(url(../img/faq/bg_main.png) 1x, url(../img/faq/bg_main@2x.png) 2x);
  padding: 26px 12px 40px;
}
.p-faq__header {
  margin-bottom: 36px;
}
.p-faq__contents {
  border-top: 1px solid #EBEBEB;
}
.p-faq__contents .c-scope {
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px;
  position: relative;
}
.p-faq__contents dt {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5625;
  padding: 16px 44px 16px 48px;
  position: relative;
}
.p-faq__contents dt::before {
  align-items: center;
  background: var(--blue);
  border-radius: 100%;
  color: white;
  content: "Q";
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 16px;
  width: 26px;
}
.p-faq__contents dt::after {
  background-image: url(../img/cmn/icn_arrow_chevron_blue_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  transform: rotate(180deg);
  transition: 0.2s;
  width: 16px;
}
.p-faq__contents dt.is-open::after {
  transform: rotate(0deg);
}
.p-faq__contents dd {
  border-top: 1px solid #EBEBEB;
  display: none;
  font-size: 1.5rem;
  line-height: 1.5625;
  padding: 16px 12px 16px 48px;
  position: relative;
}
.p-faq__contents dd::before {
  align-items: center;
  background: var(--blue);
  border-radius: 100%;
  color: white;
  content: "A";
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 16px;
  width: 26px;
}
.p-faq__contents dd.is-show {
  display: block !important;
}
.p-faq__sub_contents {
  margin-top: 40px;
}
.p-faq__more {
  color: var(--submarine);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.p-flow {
  background: #EBEBEB;
  overflow: hidden;
  padding: 38px 0 50px;
  width: 100%;
}
.p-flow__header {
  margin-bottom: 20px;
}
.p-flow .p-slider__contents {
  gap: 16px;
  align-items: center;
  padding: 0 40px 0 20px;
}
.p-flow__item {
  flex-shrink: 0;
  position: relative;
  width: 216px;
}
.p-flow__item img {
  height: auto;
  width: 100%;
}
.p-flow__item.-finish {
  height: 50px;
  position: relative;
  width: 260px;
}
.p-flow__item.-finish .c-img {
  width: 185px;
}
.p-flow__item.-finish .c-sticker {
  left: 140px;
  position: absolute;
  top: -80px;
}
.p-flow__item.-finish .c-annotation {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 8px;
  padding-left: 1.1em;
  position: relative;
  width: 200px;
}
.p-flow__item.-finish .c-annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}
.p-flow__item + .p-flow__item::before {
  background-image: url(../img/cmn/icn_arrow_step.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 35px;
  margin: auto;
  position: absolute;
  right: calc(100% + 3px);
  top: 0;
  width: 26px;
}

.p-visit {
  padding-top: 40px;
}
.p-visit .c-img {
  text-align: center;
}
.p-visit .c-img img {
  max-width: 375px;
  width: 100%;
}
.p-visit .c-heading {
  margin: 10px 0;
  text-align: center;
}
.p-visit .c-desc {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
}
.p-visit .c-desc p {
  font-size: 1.3rem;
  line-height: 1.53846154;
}
.p-visit .c-desc p + p {
  margin-top: 16px;
}
.p-visit p.c-annotation {
  color: var(--pale_sky);
  margin: 12px 16px 0;
}
.p-visit__more {
  margin-top: 20px;
}
.p-visit__more p {
  line-height: 1.53846154;
  margin-top: 8px;
  text-align: center;
}
.p-visit .c-link {
  align-items: center;
  border: 1px solid var(--dune);
  border-radius: 50px;
  color: var(--dune);
  display: flex;
  font-size: 1.6rem;
  height: 42px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
  position: relative;
  width: 216px;
}
.p-visit .c-link .c-icn {
  align-items: center;
  bottom: 0;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
}

.p-invite {
  margin-bottom: 64px;
  margin-top: 30px;
}
.p-invite .c-img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    max-width: 100%;
  }
  .l-wrapper::before {
    content: none;
  }
  .l-header {
    background: white;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.2s;
    z-index: 11;
  }
  .p-global_header {
    align-items: center;
    display: flex;
    height: 74px;
  }
  .p-global_header__symbol {
    margin-left: 11px;
    transition: 0.1s;
  }
  .p-global_header .p-global_nav {
    margin-left: auto;
  }
  .p-global_nav__switch {
    display: block;
    height: 45px;
    position: relative;
    width: 54px;
  }
  .p-global_nav__switch .c-hamburger, .p-global_nav__switch::before, .p-global_nav__switch::after {
    background: var(--blue);
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s;
    width: 30px;
  }
  .p-global_nav__switch::before {
    transform: translateY(-8px);
  }
  .p-global_nav__switch::after {
    transform: translateY(8px);
  }
  .p-global_nav__body {
    background: white;
    height: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    right: 0;
    top: 74px;
    transition: 0.2s;
  }
  .p-global_nav__symbol {
    display: none;
  }
  .p-fixed_bar {
    background: white;
    bottom: 0;
    box-shadow: 0 -2px 4px rgba(60, 60, 60, 0.16);
    height: 52px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .p-fixed_bar__item_01 {
    flex: 3;
  }
  .p-fixed_bar__item_02 {
    flex: 2;
  }
}
@media screen and (min-width: 1201px) {
  .l-wrapper {
    display: flex;
    flex-direction: column;
  }
  .l-container {
    align-items: flex-start;
    display: flex;
    flex: 1;
  }
  .l-container::after {
    content: "";
    width: 100%;
  }
  .l-contents {
    background: white;
    flex-shrink: 0;
    width: 484px;
  }
  .l-header {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    width: 100%;
  }
  .p-global_header__symbol {
    display: none;
  }
  .p-global_nav__switch {
    display: none;
  }
  .p-global_nav__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    top: 140px;
    width: calc((100vw - 484px) / 2);
  }
  .p-global_nav__symbol {
    margin-bottom: 10px;
  }
  .p-global_nav__symbol .c-img img {
    width: 312px;
  }
  .p-global_nav__group .c-list.-application {
    display: none;
  }
  .p-global_nav__group .p-social {
    display: none;
  }
  .p-fixed_bar {
    align-items: center;
    background: white;
    height: 80px;
    left: 0;
    padding: 10px;
    right: 0;
    top: 0;
    width: 100%;
  }
  .p-fixed_bar__symbol {
    display: block;
    height: 40px;
    margin-left: 72px;
    width: 188px;
  }
  .p-fixed_bar__symbol img {
    height: auto;
    width: 100%;
  }
  .p-fixed_bar__item_01 a {
    border-radius: 20px;
    height: 60px;
    width: 228px;
  }
  .p-fixed_bar__item_01 {
    flex: unset;
    margin-left: auto;
  }
  .p-fixed_bar__item_02 {
    margin-left: 16px;
  }
  .p-fixed_bar__item_02 a {
    border: 1px solid var(--blue);
    border-radius: 20px;
    height: 60px;
    justify-content: center;
    width: 226px;
  }
  .p-fixed_bar__item_02 a .c-label {
    flex-direction: row;
    justify-content: center;
  }
  .p-fixed_bar__item_02 a .c-label small, .p-fixed_bar__item_02 a .c-label b {
    font-size: 2rem;
  }
  .p-fixed_bar .p-btt {
    display: none;
  }
  .p-first_view {
    margin-top: 80px;
  }
  .p-warranty__more__btn:hover {
    opacity: 0.7;
  }
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 485px) and (max-width: 1200px) {
  .l-wrapper::before {
    content: "";
  }
  .l-contents {
    background: white;
    margin: auto;
    width: 484px;
  }
  .p-global_nav__group {
    left: 0;
    margin: auto;
    right: 0;
    width: 484px;
  }
  .p-global_nav__group .c-list.-application li a {
    margin-left: auto;
    margin-right: auto;
  }
  .p-fixed_bar {
    left: 0;
    margin: auto;
    right: 0;
    width: 484px;
  }
  ._sp {
    display: none;
  }
}