@charset "UTF-8";
:root {
  --dune: #474645;
  --pale_sky: #60696A;
  --rose_bud: #FF9FA6;
  --submarine: #939B9B;
  --lemon_chiffon: #FFF6C6;
  --viking: #4CBAC3;
  --bermuda: #87CCD1;
  --deep_viking: #00AEBC;
  --deep_rose: #FC6C77;
}

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: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

html * *, html *::before, html *::after {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.l-wrapper {
  overflow: hidden;
}

.l-wrapper::before {
  background-image: url(../img/cmn/bg_main_pc.png);
  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: var(--viking);
  color: white;
  padding: 40px 16px;
  text-align: center;
}

.c-heading.-lv1 {
  align-items: center;
  background-image: url(../img/cmn/bg_tle.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: var(--viking);
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  padding-bottom: 4px;
}

.c-table.-warranty {
  border-bottom: 1px solid var(--submarine);
  border-collapse: collapse;
  border-top: 1px solid var(--submarine);
  width: 100%;
}

.c-table.-warranty + .c-list.-annotation {
  margin-top: 12px;
}

.c-table.-warranty th, .c-table.-warranty td {
  border-bottom: 1px solid var(--submarine);
  border-collapse: collapse;
  border-right: 1px solid var(--submarine);
  border-top: 1px solid var(--submarine);
  color: var(--pale_sky);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  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(--viking);
  font-size: 1.3rem;
}

.c-table.-warranty th {
  background: #DFF1F2;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-table.-warranty th small {
  font-size: 1rem;
}

.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-global_header__symbol img.is-top {
  display: none;
}

.p-warranty {
  padding: 36px 12px 30px;
}

.p-warranty__header {
  margin-bottom: 32px;
}

.p-warranty__nav {
  gap: 16px;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.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 a {
  align-items: center;
  background: var(--viking);
  border-radius: 5px 5px 0 0;
  color: var(--lemon_chiffon);
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  padding-bottom: 4px;
}

.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 {
  border: 2px solid var(--viking);
  border-radius: 5px;
  padding: 12px 8px;
}

.p-warranty__contents .c-heading.-lv2 {
  color: var(--viking);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38888889;
  text-align: center;
}

.p-warranty__contents .c-heading.-lv2 b {
  display: block;
  font-size: 1.8rem;
}

.p-warranty__contents .c-heading.-lv2 small {
  display: block;
  font-size: 1.4rem;
}

.p-warranty__contents .c-img {
  margin-bottom: 20px;
  margin-top: -28px;
}

.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-exception {
  margin-top: 12px;
  text-align: right;
}

.p-warranty__contents .c-exception a {
  border-bottom: 1px solid var(--viking);
  color: var(--viking);
  display: inline-flex;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 4px;
  font-size: 1.2em;
}

.p-warranty__detail {
  padding-top: 8px;
}

.p-warranty__detail .c-img {
  margin: 0 0 8px;
}

.p-warranty__more__btn {
  align-items: center;
  background: var(--lemon_chiffon);
  border: 1px solid var(--viking);
  border-radius: 5px;
  color: var(--viking);
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}

.p-warranty__more__btn::before, .p-warranty__more__btn::after {
  background: var(--viking);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 0;
  transition: 0.2s;
  width: 3px;
}

.p-warranty__more__btn::before {
  transform: rotate(90deg);
}

.p-warranty__more__btn.is-open::after {
  height: 0;
}

.p-accordion__btn {
  cursor: pointer;
}

.p-accordion__item {
  display: none;
}

.p-accordion__item.is-show {
  display: block !important;
}

.p-tabs__contents__item {
  display: none;
}

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

.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: 40px 22px;
}

.p-faq__header {
  margin-bottom: 44px;
}

.p-faq__contents .c-scope {
  background: var(--lemon_chiffon);
  border: 1px solid var(--viking);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.p-faq__contents .c-scope:last-child {
  margin-bottom: 0;
}

.p-faq__contents .c-scope::before {
  align-items: center;
  background: var(--viking);
  border-radius: 5px 0 5px 0;
  color: white;
  content: "Q";
  display: inline-flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.p-faq__contents dt {
  color: var(--viking);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625;
  padding: 0 32px;
  position: relative;
}

.p-faq__contents dt::before, .p-faq__contents dt::after {
  background: var(--viking);
  bottom: 0;
  content: "";
  height: 15px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transition: 0.2s;
  width: 3px;
}

.p-faq__contents dt::after {
  transform: rotate(90deg);
}

.p-faq__contents dt.is-open::before {
  height: 0;
}

.p-faq__contents dd {
  background: white;
  border-radius: 5px;
  color: var(--pale_sky);
  display: none;
  font-size: 1.3rem;
  line-height: 1.53846154;
  margin-top: 10px;
  padding: 10px 10px 10px 32px;
  position: relative;
}

.p-faq__contents dd::before {
  color: var(--viking);
  content: "A";
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
}

.p-faq__contents dd.is-show {
  display: block !important;
}

.p-faq__contents dd em {
  background-color: color-mix(in srgb, var(--rose_bud) 40%, white);
}

.p-faq__sub_contents {
  margin-top: 40px;
}

.p-faq__more {
  color: var(--submarine);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.p-flow {
  overflow: hidden;
  padding: 38px 0 50px;
  width: 100%;
}

.p-flow__header {
  margin-bottom: 20px;
}

.p-flow .p-slider__contents {
  gap: 32px;
  align-items: center;
  padding: 0 20px;
}

.p-flow__item {
  flex-shrink: 0;
  position: relative;
  width: 216px;
}

.p-flow__item img {
  height: auto;
  width: 100%;
  z-index: 1;
}

.p-flow__item.step2 a {
  display: block;
  position: absolute;
  z-index: 2;
  text-indent: -9999px;
  width: 53.2407407407%;
  aspect-ratio: 230/45;
  left: 3.2407407407%;
  top: 32.1428571429%;
  border-bottom: 1px solid var(--dune);
}

.p-flow__item.-finish {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-flow__item.-finish .c-btn {
  align-items: center;
  background: var(--viking);
  border-radius: 5px;
  color: var(--lemon_chiffon);
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  height: 92px;
  justify-content: center;
  transform: translateY(-12px);
  width: 100%;
}

.p-flow__item.-finish .c-annotation {
  bottom: 0;
  font-size: 1rem;
  left: 0;
  line-height: 1.6;
  margin-top: 12px;
  padding-left: 1.2em;
  position: absolute;
  right: 0;
  transform: translateY(100%);
}

.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-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(--submarine);
  border-radius: 4px;
  height: 8px;
  width: 8px;
}

.p-slider .c-marker li.is-current {
  background: var(--viking);
}

.p-first_view {
  aspect-ratio: 750/1197;
  background-image: url(../img/first_view/first_view.png);
  background-size: cover;
  position: relative;
}

.p-first_view__heading {
  align-items: center;
  bottom: 40%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 32%;
}

.p-first_view__small {
  align-items: center;
  bottom: 68%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 10%;
}

.p-first_view__desc {
  align-items: center;
  bottom: 30%;
  display: flex;
  left: 5%;
  position: absolute;
  right: 5%;
  text-indent: -100vw;
  top: 60%;
}

.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-balloon {
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: -26px;
  width: calc(100% - 10px);
}
@media screen and (min-width: 486px) {
  .p-fixed_bar__item_01 .c-balloon {
    width: 188px;
  }
}
.p-fixed_bar__item_01 .c-balloon img {
  width: 100%;
}

.p-fixed_bar__item_01 a {
  align-items: center;
  background-color: var(--deep_rose);
  color: white;
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  margin: 0;
  padding-right: 6px;
}

.p-fixed_bar__item_01 a .c-icn {
  margin-right: 4px;
}

.p-fixed_bar__item_02 a {
  align-items: center;
  background-color: var(--deep_viking);
  color: white;
  display: flex;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0;
  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: flex;
  justify-content: center;
}

.p-fixed_bar__item_02 a .c-label small {
  font-size: 1.4rem;
  line-height: 1.2;
}

.p-fixed_bar__item_01 a .c-label b,
.p-fixed_bar__item_02 a .c-label b {
  font-size: 1.8rem;
  line-height: 1.2;
}

.p-fixed_bar__item_01 a::after,
.p-fixed_bar__item_02 a::after {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background: url("../img/cmn/icn_arrow_chevron_white_r.svg") center/contain no-repeat;
}

.p-btt a {
  align-items: center;
  background: var(--lemon_chiffon);
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.p-btt a .c-label {
  color: var(--viking);
  font-family: "Damion", cursive;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  transform: rotate(-11deg);
}

.p-outline {
  padding: 48px 12px 60px 13px;
}

.p-outline__faq {
  position: relative;
  z-index: 2;
}

.p-outline__faq .c-scope + .c-scope {
  margin-top: 50px;
}

.p-outline__faq .c-scope:has(.c-annotation) + .c-scope {
  margin-top: 100px;
}

.p-outline__faq .c-scope dt {
  position: relative;
  z-index: 10;
}

.p-outline__faq .c-scope dt .c-img {
  position: absolute;
  z-index: 1;
}

.p-outline__faq .c-scope dt .c-label {
  background-image: url(../img/outline/bg_question.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: var(--viking);
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  min-height: 72px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 8px 0 16px 16px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-outline__faq .c-scope dt .c-label::before {
  color: var(--bermuda);
  content: "Question";
  font-family: "Damion", cursive;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-11deg) translateY(-80%);
}

.p-outline__faq .c-scope dd {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}

.p-outline__faq .c-scope dd p {
  color: var(--pale_sky);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.p-outline__faq .c-scope dd p b {
  font-size: 2rem;
}

.p-outline__faq .c-scope dd p b .c-num {
  font-size: 2.4rem;
}

.p-outline__faq .c-scope dd p.c-annotation {
  bottom: 0;
  font-size: 1rem;
  padding-left: 2.2em;
  padding-right: 1em;
  padding-top: 0.5em;
  position: absolute;
  transform: translateY(100%);
  background-color: #fff;
}

.p-outline__faq .c-scope dd p.c-annotation::before {
  content: "※";
  left: 1em;
  position: absolute;
}

.p-outline__faq .c-scope.-q2 dd .-a2-line1,
.p-outline__faq .c-scope.-q2 dd .-a2-line2 {
  display: inline-block;
}

.p-outline__faq .c-scope.-q2 dd .-a2-line2 {
  line-height: 1;
}

.p-outline__faq .c-scope dd::before {
  color: var(--bermuda);
  content: "Answer";
  font-family: "Damion", cursive;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-11deg) translateY(-60%);
  z-index: 3;
}

.p-outline__faq .c-scope dd::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 2.5rem);
  margin-top: 2.5rem;
  background-image: url(../img/outline/bg_answer.svg);
  background-position: left bottom;
  background-repeat: repeat;
  background-size: auto 96px;
}

.p-outline__faq .c-scope.-q1 dt .c-img {
  right: 0;
}

.p-outline__faq .c-scope.-q2 dt .c-img {
  right: -8px;
  top: -36px;
}

.p-outline__faq .c-scope.-q3 dt .c-img {
  right: -8px;
  top: -36px;
}

.p-outline__faq .c-scope.-q3 + .c-scope-img {
  margin: 20px 0;
}
.p-outline__faq .c-scope.-q3 + .c-scope-img figure {
  display: flex;
  justify-content: center;
  align-items: end;
}
.p-outline__faq .c-scope.-q3 + .c-scope-img figure img {
  width: 49.8666666667%;
}
.p-outline__faq .c-scope.-q3 + .c-scope-img figure figcaption {
  font-size: 0.8rem;
}

.p-outline__img {
  margin-bottom: 12px;
  margin-top: 24px;
}

.p-outline__img img {
  height: auto;
  width: calc(100% + 4px);
}

.p-outline__annotation {
  color: var(--pale_sky);
  line-height: 1.4;
  margin-left: 12px;
  margin-top: 16px;
}

.p-recommend {
  background-color: #E5E6E6;
  padding: 0 18px 0 21px;
}

.p-recommend__header {
  background-image: url(../img/recommend/bg_tle.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  padding-top: 18px;
  text-align: center;
}

.p-recommend__header .c-heading {
  align-items: center;
  color: white;
  display: inline-flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  height: 68px;
  justify-content: center;
  padding-bottom: 4px;
  width: 324px;
}

.p-recommend__header .c-heading b {
  color: var(--lemon_chiffon);
}

.p-recommend__point {
  gap: 40px 10px;
  flex-direction: column;
  display: flex;
}

.p-recommend__item {
  position: relative;
}

.p-recommend__item .c-img {
  margin-bottom: 6px;
}

.p-recommend__item .c-img img {
  width: 100%;
}

.p-recommend__item .c-supported_text {
  color: var(--dune);
  font-size: 1.3rem;
  line-height: 1.53846154;
  padding-right: 4px;
}

.p-recommend__item .c-annotation {
  color: var(--pale_sky);
  line-height: 1.5;
  margin-top: 8px;
}

.p-recommend__item .c-sticker {
  position: absolute;
}

.p-recommend__item .c-sticker.-item_02 {
  bottom: -36px;
  right: 0;
}

.p-recommend__item .c-sticker.-item_03 {
  right: -36px;
  top: -32px;
}

.p-recommend__item .c-sticker.-item_05 {
  right: -6px;
  bottom: -24px;
}

.p-recommend__conclusion {
  margin-top: 48px;
}
.p-recommend__conclusion .c-lead {
  position: relative;
  margin-bottom: 12px;
}
.p-recommend__conclusion .c-lead img {
  height: auto;
  width: 100%;
}
.p-recommend__conclusion .c-lead .c-lead-opt {
  position: absolute;
  right: -12px;
  top: -22px;
  width: 79px;
}

.p-recommend__conclusion .c-annotation {
  color: var(--pale_sky);
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-recommend__conclusion .c-img img {
  height: auto;
  width: 100%;
}

.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 {
  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(--rose_bud);
  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.-main li a {
  color: #707070;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
}

.p-global_nav__group .c-list.-application {
  margin-bottom: 40px;
}

.p-global_nav__group .c-list.-application li + li {
  margin-top: 30px;
}

.p-global_nav__group .c-list.-application li a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  height: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: space-between;
  max-width: 290px;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.p-global_nav__group .c-list.-application li a::after {
  content: "";
  background: url("../img/cmn/icn_arrow_chevron_white_r.svg");
  background-size: contain;
  width: 6px;
  height: 10px;
}

.p-global_nav__group .c-list.-application li a::before {
  content: "";
  width: 6px;
  height: 10px;
}

.p-global_nav__group .c-list.-application li.-application {
  position: relative;
  z-index: 1;
}
.p-global_nav__group .c-list.-application li.-application .c-balloon {
  left: -7px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: -21px;
  width: 188px;
}
@media screen and (min-width: 486px) {
  .p-global_nav__group .c-list.-application li.-application .c-balloon {
    left: calc(50% - 158px);
  }
}
.p-global_nav__group .c-list.-application li.-application .c-balloon img {
  width: 100%;
}
.p-global_nav__group .c-list.-application li.-application a {
  background-color: var(--deep_rose);
  color: white;
}

.p-global_nav__group .c-list.-application li.-documents a {
  background-color: var(--deep_viking);
  color: white;
}

.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-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-case {
  background: #E5E6E6;
  padding: 40px 20px;
}

.p-case__header {
  margin-bottom: 20px;
}

.p-case__header .c-heading {
  margin-bottom: 20px;
}

.p-case__header .c-lead {
  color: var(--pale_sky);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.53846154;
  text-align: center;
}

.p-case__item {
  background: white;
  border-radius: 5px;
  padding: 16px 16px 20px;
  position: relative;
}

.p-case__item + .p-case__item {
  margin-top: 20px;
}

.p-case__item .c-heading {
  left: -10px;
  position: absolute;
  top: -10px;
}

.p-case__item p {
  color: var(--pale_sky);
}

.p-case__item p.c-desc {
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.53846154;
  margin-bottom: 12px;
  min-height: 130px;
  padding-left: 88px;
}

.p-case__item p.c-desc .c-desc-caption {
  font-weight: bold;
  color: var(--viking);
}

.p-case__item p.c-annotation {
  line-height: 1.3;
  margin-top: 16px;
}

.p-case__item .c-img {
  text-align: center;
}

.p-case__annotation {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 12px;
}

.p-case__annotation .c-list li {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
}

.p-case__annotation .c-list li::before {
  content: "※";
  left: 0;
  position: absolute;
}

.p-visit {
  background-image: -webkit-image-set(url(../img/visit/bg_main.png) 1x, url(../img/visit/bg_main@2x.png) 2x);
  background-image: image-set(url(../img/visit/bg_main.png) 1x, url(../img/visit/bg_main@2x.png) 2x);
}

.p-visit .c-img.-problem {
  margin-bottom: -30px;
  position: relative;
  top: -40px;
}

.p-visit .c-img.-problem img {
  max-width: 100%;
}

.p-visit .c-img.-conclusion {
  margin-top: 16px;
  padding: 0 16px 0 12px;
}

.p-visit .c-img.-conclusion img {
  width: 100%;
}

.p-visit .c-heading {
  margin: 0 20px;
  text-align: center;
}

.p-visit .c-heading img {
  max-width: 335px;
  width: 100%;
}

.p-visit .c-desc {
  gap: 16px;
  display: flex;
  margin-top: 20px;
  padding: 0 20px;
}

.p-visit .c-desc p {
  color: var(--pale_sky);
  font-size: 1.3rem;
  line-height: 1.53846154;
}

.p-visit .c-desc p + p {
  margin-top: 16px;
}

.p-visit .c-desc .c-img {
  flex-shrink: 0;
}

.p-visit .c-desc .c-img img {
  width: 118px;
}

.p-visit p.c-annotation {
  color: var(--pale_sky);
  margin: 12px 16px 0;
}

.p-visit__more {
  background: white;
  margin-top: 20px;
  padding: 40px 20px;
}

.p-visit__more .c-heading.-more {
  text-align: center;
}

.p-visit__more .c-heading.-more img {
  width: 119px;
}

.p-visit__more p {
  line-height: 1.53846154;
  text-align: center;
}

.p-visit__more p + p {
  margin-top: 16px;
}

.p-visit__more p.c-lead {
  color: var(--pale_sky);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
}

.p-visit__more p.c-lead b {
  color: var(--viking);
  font-size: 2rem;
}

.p-visit .c-link {
  align-items: flex-end;
  border-bottom: 1px solid var(--submarine);
  color: var(--submarine);
  display: inline-flex;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
}

.p-visit .c-link .c-icn {
  align-items: flex-end;
  display: inline-flex;
  margin-left: 8px;
  padding-bottom: 4px;
}

.p-invite {
  padding: 0 22px 66px;
}

.p-invite .c-img img {
  width: 100%;
}

.p-global_footer__symbol {
  margin-bottom: 20px;
}

.p-global_footer__copyright {
  line-height: 2;
}

.fn-modal {
  cursor: pointer;
}

.p-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.p-modal__container {
  background: white;
  border-radius: 16px;
  padding: 30px 30px 0;
}

.p-modal__inner .c-heading {
  color: black;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
  position: relative;
}

.p-modal__inner .c-heading::after {
  background: var(--blue);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.p-modal__inner p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-modal__inner ol {
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: none;
  margin-bottom: 24px;
}

.p-modal__inner ol li {
  counter-increment: table-ol;
  padding-left: 2em;
  position: relative;
}

.p-modal__inner ol li:before {
  content: counter(table-ol) ".";
  left: 0;
  position: absolute;
  text-align: right;
  white-space: nowrap;
  width: 1.5em;
}

.p-modal__inner ol li:last-child::after {
  content: none;
}

.p-modal__inner .c-close {
  background: white;
  border-radius: 50%;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 50px;
}

.p-modal__inner .c-close::before, .p-modal__inner .c-close::after {
  background: #000;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}

.p-modal__inner .c-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1280px) {
  .l-wrapper {
    max-width: 100%;
  }
  .l-wrapper::before {
    content: none;
  }
  .l-header {
    background: white;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    z-index: 11;
  }
  .l-header.is-top {
    background: transparent;
  }
  .l-header.is-top .p-global_header__symbol img {
    display: none;
  }
  .l-header.is-top .p-global_header__symbol img.is-top {
    display: unset;
  }
  .l-header.is-top .p-global_nav__switch {
    filter: brightness(100) saturate(0%);
  }
  .l-footer {
    padding-bottom: 100px;
  }
  .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-fixed_bar {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .p-fixed_bar__item_01 {
    flex: 7;
  }
  .p-fixed_bar__item_02 {
    flex: 5;
  }
  .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(--viking);
    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-modal {
    align-items: flex-start;
    padding: 60px 16px 16px;
  }
  .p-modal__container {
    padding: 16px 16px 0;
  }
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .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%;
  }
  .c-link {
    transition: 0.2s;
  }
  .c-link:hover {
    opacity: 0.7;
  }
  .p-global_header__symbol {
    display: none;
  }
  .p-warranty__more__btn:hover {
    opacity: 0.7;
  }
  .p-faq__contents dt {
    cursor: pointer;
    transition: 0.2s;
  }
  .p-faq__contents dt:hover {
    color: var(--bermuda);
  }
  .p-fixed_bar {
    align-items: center;
    background: white;
    height: 80px;
    left: 0;
    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 .c-balloon {
    left: -5px;
    top: -20px;
    z-index: 2;
  }
  .p-fixed_bar__item_01 {
    margin-left: 12px;
    margin-right: 24px;
  }
  .p-fixed_bar__item_01 a {
    display: flex;
    height: 52px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    justify-content: center;
    margin-left: auto;
    padding: 0 36px 0 24px;
    position: relative;
    width: 240px;
  }
  .p-fixed_bar__item_02 {
    flex: unset;
    margin-left: auto;
  }
  .p-fixed_bar__item_02 a {
    display: flex;
    height: 52px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-left: auto;
    margin-left: 8px;
    padding: 0 48px 0 30px;
    position: relative;
    width: 240px;
  }
  .p-fixed_bar__item_02 a .c-icn {
    display: none;
  }
  .p-fixed_bar__item_02 a .c-icn._pc {
    display: block;
  }
  .p-fixed_bar__item_02 a .c-label {
    display: inline;
  }
  .p-fixed_bar__item_02 a .c-label small, .p-fixed_bar__item_02 a .c-label b {
    display: inline;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .p-fixed_bar .p-btt {
    display: none;
  }
  .p-global_nav__switch {
    display: none;
  }
  .p-global_nav__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    top: 80px;
    width: calc((100vw - 484px) / 2);
  }
  .p-global_nav__symbol .c-img img {
    width: 312px;
  }
  .p-global_nav__group .c-list.-main li a:hover {
    opacity: 0.7;
  }
  .p-global_nav__group .c-list.-application {
    display: none;
  }
  .p-global_nav__group .p-social {
    display: none;
  }
  .p-social .c-list a {
    transition: 0.2s;
  }
  .p-social .c-list a img {
    transition: 0.2s;
  }
  .p-social .c-list a:hover {
    opacity: 0.7;
  }
  .p-social .c-list a:hover img {
    transform: scale(1.2);
  }
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 485px) and (max-width: 1280px) {
  .l-wrapper::before {
    content: "";
  }
  .l-contents {
    background: white;
    margin: auto;
    width: 484px;
  }
  .l-header.is-top {
    background: white;
  }
  .l-header.is-top .p-global_header__symbol img {
    display: unset;
  }
  .l-header.is-top .p-global_header__symbol img.is-top {
    display: none;
  }
  .l-header.is-top .p-global_nav__switch {
    filter: unset;
  }
  .p-fixed_bar {
    left: 0;
    margin: auto;
    right: 0;
    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;
  }
  ._sp {
    display: none;
  }
  ._pc {
    display: none;
  }
}
.annotations {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}
.annotations > div {
  position: relative;
  z-index: 1;
}
.annotations > div a {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.annotations > div a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 6px;
  height: 10px;
  background: url("../img/cmn/icn_arrow_chevron_white_r.svg") center/contain no-repeat;
}
.annotations > div.annotations-document {
  flex-grow: 1;
}
.annotations > div.annotations-document a {
  background-color: var(--deep_viking);
  color: white;
}
.annotations > div.annotations-signup {
  flex-grow: 2;
}
.annotations > div.annotations-signup .c-balloon {
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -20px;
}
.annotations > div.annotations-signup .c-balloon img {
  width: 151px;
}
.annotations > div.annotations-signup a {
  background-color: var(--deep_rose);
  color: white;
}/*# sourceMappingURL=style.css.map */