@charset "UTF-8";
/* variables
-----------------------------*/
/* functions
-----------------------------*/
/* mixins
-----------------------------*/
/* pages
-----------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.ff-def,
body main.page.result .content-sec .content-area h1.ttl,
body main.page.result .content-sec .content-area .cate-box .typettl,
body main.page.result .content-sec .content-area .cate-box .cate,
body main.page.result .content-sec .content-area .cate-box,
body main.page.result .content-sec .lead-area,
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ff-en,
body main.page .page-header .pagettl {
  font-family: "Averia Serif Libre", serif;
}

.ff-zen {
  font-family: "Zen Old Mincho", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ff-min {
  font-family: "Noto Serif JP", serif, serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body main.page .page-header .pagettl, body main section .content-item.child .inner-header .ttl-box .ttl, body main section .content-item.parent .inner-header .ttl-box .sub-ttl,
.fw-l {
  font-weight: 300;
}

body .shop-md-item .modal_content .pict-box .note, body main.page.result .content-sec .content-area .pdt-area .pdt-card .min-note,
.fw-r {
  font-weight: 400;
}

body .btn03, body .back-btn, body .que-btn, body main.page.result .content-sec .content-area .pdt-area .pdt-card .pdt-ttl, body main.page.result .content-sec .content-area .cate-box .cate, body main section .txt, body,
.fw-m {
  font-weight: 500;
}

body main.page.result .content-sec .content-area .note-box .note .tag, body main.page.result .content-sec .content-area .cate-box .typettl,
.fw-semi {
  font-weight: 600;
}

body main section .bdr-box .inner-outer .inner-ttl, body .shop-md-item .modal_content .inner-ttl, body main.page.result .content-sec .content-area h1.ttl, body main.page.result .content-sec .lead-area, body main section .content-item.parent .inner-header .ttl-box .ttl,
.fw-b {
  font-weight: 700;
}

body main section .txt, body {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: justify;
  color: #80756D;
}

body main section .inner_wrap_m {
  margin-left: auto;
  margin-right: auto;
  width: 88.8%;
}

*:focus {
  outline: none;
}

a {
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}
a.tel-txt:hover {
  opacity: 1;
}
a:hover {
  opacity: 0.6;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: #ffffff;
  background-color: #F2ECE6;
  /* ここまで */
}
body:not(.single) img,
body:not(.single) picture {
  width: 100%;
  height: auto;
}
body #content__wrap {
  overflow-x: hidden;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  background-color: #F2ECE6;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 601px) {
  body #content__wrap {
    height: auto;
  }
}
body.fixed {
  position: fixed !important;
  width: 100% !important;
  overflow: hidden !important;
}
body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 0em;
  line-height: 1.32;
}
body p {
  word-break: break-all;
}
body main {
  position: relative;
  z-index: 0;
  height: 100%;
  min-height: 100svh;
}
@media screen and (min-width: 601px) {
  body main {
    height: 100%;
    padding-bottom: min(22.1333333333vw, 145px);
  }
}
body main section .txt {
  text-align: justify;
}

body main.top {
  padding-top: min(18.1333333333vw, 110px);
  background: url(../img/top/bg_01.png) no-repeat left top/45%, url(../img/top/bg_02.png) no-repeat right bottom/100%;
}
body main section .content-item {
  position: relative;
  z-index: 0;
}
body main section .content-item .btn-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 106%;
  margin-left: -3%;
  margin-right: -3%;
}
body main section .content-item .btn-area a[class*=btn] {
  width: 50%;
}
body main section .content-item.parent .inner-header {
  padding-top: min(22.9333333333vw, 110px);
  margin-bottom: min(2.6666666667vw, 28px);
}
body main section .content-item.parent .inner-header .ttl-box .ttl {
  font-size: min(10.9333333333vw, 60px);
  line-height: 1.2;
  color: #80756D;
}
body main section .content-item.parent .inner-header .ttl-box .ttl .min {
  font-size: 0.5em;
}
body main section .content-item.parent .inner-header .ttl-box .sub-ttl {
  margin-top: 0.46em;
  margin-left: 0.5em;
  font-size: min(3.7333333333vw, 20px);
  color: #ffffff;
}
body main section .content-item.parent .inner-header .icn {
  width: min(28vw, 156px);
  position: absolute;
  top: -3.5%;
  right: -2%;
}
body main section .content-item.child {
  padding-bottom: 40px;
}
body main section .content-item.child .inner-header {
  margin-bottom: min(7.4666666667vw, 48px);
}
body main section .content-item.child .inner-header .ttl-box {
  text-align: center;
}
body main section .content-item.child .inner-header .ttl-box .ttl {
  font-size: min(7.7333333333vw, 46px);
  line-height: 1.2;
}
body main section .content-item.child .inner-header .ttl-box .ttl span {
  display: inline-block;
}
body main section .content-item.child .inner-header .ttl-box .ttl span.big {
  font-size: min(7.7333333333vw, 46px);
  position: relative;
  padding-bottom: 0.15em;
}
body main section .content-item.child .inner-header .ttl-box .ttl span.big::after {
  content: "";
  height: 1px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #80756D;
}
body main section .content-item.child .inner-header .ttl-box .ttl span.min {
  display: block;
  font-size: min(2.9333333333vw, 16px);
}
body main section .content-item.child .inner-header .icn {
  width: min(31.2vw, 174px);
  position: absolute;
  top: -8%;
  left: -5%;
}
body main section .link-area {
  margin-top: min(6.4vw, 38px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

body main.page {
  padding-top: min(9.6vw, 72px);
  padding-bottom: min(18.1333333333vw, 118px);
}
body main.page .page-header {
  margin-bottom: min(4.5333333333vw, 36px);
}
body main.page .page-header .pagettl {
  font-size: min(2.9333333333vw, 16px);
  text-align: center;
  padding-bottom: 0.4em;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
body main.page .page-header .pagettl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: min(6.9333333333vw, 36px);
  height: 1px;
  background-color: #80756D;
  display: block;
}
body main.page.result .content-sec .lead-area {
  margin-bottom: min(5.0666666667vw, 29px);
  text-align: center;
  font-size: min(4vw, 20px);
  line-height: 1.33;
  letter-spacing: 0;
}
body main.page.result .content-sec .lead-area > p {
  font-weight: 700;
}
body main.page.result .content-sec .lead-area > p em {
  color: #C80058;
  font-style: normal;
  font-weight: 700;
}
body main.page.result .content-sec .lead-area > p > strong {
  background: linear-gradient(transparent 64%, #F9E33D 0%);
  display: inline;
  padding: 0 0px 0px;
  font-weight: 700;
  margin-right: 5px;
}
body main.page.result .content-sec .lead-area .bdr {
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: -3.5%;
}
body main.page.result .content-sec .content-area {
  text-align: center;
  position: relative;
}
body main.page.result .content-sec .content-area + .content-area {
  margin-top: min(14.4vw, 54px);
}
body main.page.result .content-sec .content-area .step-icn {
  display: block;
  margin: clamp(1px, 0.2666666667vw, 1px) auto min(3.7333333333vw, 18px);
  width: min(48.5333333333vw, 230px);
}
body main.page.result .content-sec .content-area .step-icn .ver02 {
  width: min(50.4vw, 237px);
}
body main.page.result .content-sec .content-area .cate-box {
  display: inline-block;
  width: fit-content;
  padding: min(1.3333333333vw, 7px) min(5.3333333333vw, 26px) min(1.6vw, 8px);
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  gap: 3%;
  margin-bottom: min(5.0666666667vw, 23px);
}
body main.page.result .content-sec .content-area .cate-box .cate {
  background-color: #ffffff;
  border-radius: 40px;
  font-size: min(3.2vw, 14px);
  letter-spacing: 0;
  padding: 0.2em 0.95em 0.24em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.2em;
  margin-right: 0.4em;
}
body main.page.result .content-sec .content-area .cate-box .typettl {
  color: #ffffff;
  font-size: min(5.6vw, 25px);
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
body main.page.result .content-sec .content-area h1.ttl {
  font-size: min(10.9333333333vw, 45px);
  line-height: 1;
  margin-bottom: min(8vw, 45px);
}
body main.page.result .content-sec .content-area h1.ttl span.big {
  line-height: 1.2;
}
body main.page.result .content-sec .content-area h1.ttl span.min {
  font-size: 0.65em;
  line-height: 1;
}
body main.page.result .content-sec .content-area .shop-md-btn {
  margin-bottom: min(10.6666666667vw, 60px);
}
body main.page.result .content-sec .content-area p.cap {
  text-align: center;
  font-size: min(4.2666666667vw, 18px);
  font-weight: bold;
  margin-bottom: min(3.2vw, 16px);
}
body main.page.result .content-sec .content-area .pdt-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.8666666667vw, 10px) 0;
  margin-left: -2%;
  margin-right: -2%;
  width: 104%;
}
body main.page.result .content-sec .content-area .pdt-area:has(> :nth-child(1):last-child) .pdt-card {
  border-left: 1px solid rgba(128, 117, 109, 0.36) !important;
}
body main.page.result .content-sec .content-area .pdt-area:has(> :nth-child(2):last-child) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card {
  width: 33.3333333333%;
  padding: min(2.1333333333vw, 11px) min(1.8666666667vw, 10px);
  border-right: 1px solid rgba(128, 117, 109, 0.36);
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card:nth-of-type(3n) {
  border: none;
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card .pict-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 52%;
  min-height: 100px;
  margin-bottom: min(1.8666666667vw, 9px);
  aspect-ratio: 1/1;
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card .pict-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card .pict-box .icn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(2.6666666667vw, 12px);
  height: auto;
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card .pdt-ttl {
  font-size: min(3.4666666667vw, 19px);
  text-align: left;
  line-height: 1.38;
}
@media screen and (max-width: 600px) {
  body main.page.result .content-sec .content-area .pdt-area .pdt-card .pdt-ttl {
    font-size: 13px;
  }
}
body main.page.result .content-sec .content-area .pdt-area .pdt-card .min-note {
  font-size: min(2.6666666667vw, 12px);
  line-height: 1.4;
  text-align: justify;
  margin-top: 8px;
}
body main.page.result .content-sec .content-area .note-box {
  margin-top: min(5.3333333333vw, 26px);
}
body main.page.result .content-sec .content-area .note-box .note {
  font-size: min(2.6666666667vw, 14px);
  gap: 0.2em;
  text-align: justify;
  line-height: 1.6;
}
body main.page.result .content-sec .content-area .note-box .note .tag {
  border: 1px solid;
  padding: 0.18em 0.65em 0.3em;
  font-size: min(3.2vw, 16px);
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  min-width: 60px;
}
body main.page.result .content-sec .content-area .note-box .note:last-of-type {
  margin-top: 0.8em;
}
body main.page.result .content-sec .content-area .note-box .note .icn {
  width: 6%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.2em;
}
body main.page.result .content-sec .content-area .note-box .note .icn img {
  width: min(2.6666666667vw, 12px);
  height: auto;
}
body main.page.result .content-sec .content-area .note-box .note .text {
  flex-grow: 1;
  text-align: justify;
  line-height: 1.4;
}
body main.page.result .content-sec .content-area .note-box .note.note-icn {
  display: none;
}
body main.page.result .content-sec .content-area .note-box .note.note-icn + .note-icn {
  margin-top: 0.6em;
}
body main.page.result .content-sec .content-area .scroll_box {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -4.5%;
  gap: min(1.0666666667vw, 6px);
  gap: 4px;
  position: fixed;
  z-index: 100000;
  left: 2%;
  bottom: 2%;
}
body main.page.result .content-sec .content-area .scroll_box span {
  display: block;
  width: 100%;
  font-size: 0;
}
body main.page.result .content-sec .content-area .scroll_box .text {
  width: 6px;
}
@keyframes pathmove {
  0% {
    opacity: 0;
    transform: translateY(-32px);
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(32px);
  }
}
body main.page.result .content-sec .content-area .scroll_box .line {
  overflow: hidden;
  height: 32px;
}
body main.page.result .content-sec .content-area .scroll_box .line img {
  animation: pathmove 1.5s ease-in-out infinite;
  transform: translateY(-100%);
  display: block;
  opacity: 0;
  width: auto;
  height: 100%;
}
body main.page.result .content-sec .content-area:has(.pdt-area .pdt-card .pict-box .icn.medic) .note-box .note.note-icn.medic {
  display: flex !important;
}
body main.page.result .content-sec .content-area:has(.pdt-area .pdt-card .pict-box .icn.cosme) .note-box .note.note-icn.cosme {
  display: flex !important;
}
body main.page.result .content-sec .tri {
  display: block;
  width: max(139px, 40%);
  height: auto;
  margin: min(5.3333333333vw, 34px) auto min(4.2666666667vw, 24px);
}

body > * {
  opacity: 1;
}
body #content__wrap main {
  opacity: 0;
}
body.loading #content__wrap main {
  animation: content_opa 1s ease-in-out 0.4s forwards;
}
body .loading-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 200vh;
  bottom: -60%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  animation: curtain_start01 1.4s ease-out forwards;
  z-index: 100000;
  transform: skewY(25deg);
  transform-origin: top right;
  pointer-events: none;
  background-image: linear-gradient(150deg, rgba(183, 219, 229, 0.9) 16%, rgba(202, 206, 235, 0.9) 37%, rgba(244, 189, 194, 0.9) 68%, rgba(242, 236, 230, 0.9) 90%);
}
@media screen and (min-width: 601px) {
  body .loading-wrap {
    bottom: -120vh;
  }
}
@keyframes content_opa {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes curtain_start01 {
  0% {
    height: 200vh;
  }
  60% {
    height: 0;
  }
  99% {
    height: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes curtain_end {
  0% {
    height: 0%;
  }
  100% {
    height: 160%;
  }
}
body .fc-black {
  color: #707070;
}
body .bc-black {
  background-color: #707070;
}
body .fc-white {
  color: #ffffff;
}
body .bc-white {
  background-color: #ffffff;
}
body .fc-brown {
  color: #80756D;
}
body .bc-brown {
  background-color: #80756D;
}
body .fc-l_brown {
  color: #CEC3BB;
}
body .bc-l_brown {
  background-color: #CEC3BB;
}
body .fc-ll_brown {
  color: #F2ECE6;
}
body .bc-ll_brown {
  background-color: #F2ECE6;
}
body .que-btn {
  display: block;
  width: 100%;
  border: 1px solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #80756D;
  border-radius: 18px;
  font-size: min(3.4666666667vw, 20px);
  text-align: center;
  line-height: 1.55;
  padding: 0.4em 1em 0.6em;
}
body .back-btn {
  font-size: min(3.7333333333vw, 21px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: fit-content;
  gap: min(1.8666666667vw, 14px);
}
body .back-btn .arw {
  width: min(2.9333333333vw, 17px);
}
body .btn02 {
  font-size: min(2.6666666667vw, 14px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.45em 0em 0.55em;
  background-color: #80756D;
  border-radius: 13px;
  color: #ffffff;
  margin-top: min(2.1333333333vw, 10px);
}
body .btn03 {
  font-size: min(3.7333333333vw, 16px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-radius: 4px;
  border: 1px solid #80756D;
  padding: 0.9em 0 1.1em;
  color: #80756D;
  letter-spacing: 0.08em;
  width: 100%;
}
body .btn03 .icn {
  width: min(2.6666666667vw, 12px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  margin: auto;
}
body #ReturnTop {
  width: 20%;
  min-width: 75px;
  max-width: 125px;
  display: block;
  height: auto;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 1000;
}
body .shop-md-btn {
  width: 103%;
  margin: 0 -1.5%;
  position: relative;
}
body .shop-md-btn .icn {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1%;
  margin: auto;
  width: min(28.8vw, 165px);
  height: auto;
}
body .shop-md-btn .ttl {
  position: relative;
  z-index: 0;
}
body .shop-md-item {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 100000;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  pointer-events: none;
}
body .shop-md-item.on {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body .shop-md-item .modal_content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: max(73.5%, 275px);
  height: fit-content;
  max-height: 88%;
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: max(17px, 4.5%) max(21px, 5.6%) max(40px, 12%);
}
body .shop-md-item .modal_content .btn-area {
  text-align: right;
  line-height: 1;
  font-size: 0;
  margin-bottom: min(8.5333333333vw, 52px);
}
body .shop-md-item .modal_content .btn-area .close-btn {
  width: clamp(14px, 3.7333333333vw, 18px);
}
body .shop-md-item .modal_content .inner-content {
  padding: 0 3.5%;
}
body .shop-md-item .modal_content .inner-ttl {
  font-size: min(4.2666666667vw, 18px);
  line-height: 1.5;
  margin-bottom: min(7.4666666667vw, 34px);
}
body .shop-md-item .modal_content .inner-ttl .big {
  font-size: min(4.8vw, 20px);
}
body .shop-md-item .modal_content .pict-box {
  overflow-x: hidden;
}
body .shop-md-item .modal_content .pict-box .pict {
  margin-left: -15%;
  margin-right: -15%;
  width: 133%;
}
body .shop-md-item .modal_content .pict-box .pict + .pict {
  margin-top: min(7.4666666667vw, 30px);
}
body .shop-md-item .modal_content .pict-box .note {
  text-align: right;
  font-size: min(2.6666666667vw, 12px);
  margin-top: 6px;
}
body .shop-md-item .modal_content .btn03 {
  margin-top: min(13.3333333333vw, 60px);
}
body .shop-md-item .shop_modal_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #898989;
  opacity: 0.85;
}
body main section .center {
  text-align: center;
}
body main section .right {
  text-align: right;
}
body main section .left {
  text-align: left;
}
body main section .just {
  text-align: justify;
}
body main section .bdr-box {
  border-radius: 18px;
  overflow: hidden;
  padding: 4px;
  background: url(../img/common/bdr-box_bg_01.png) no-repeat center/cover;
}
body main section .bdr-box .inner-outer {
  border-radius: 18px;
  background-color: #ffffff;
  padding: min(9.0666666667vw, 54px) min(6.4vw, 38px) min(10.6666666667vw, 60px);
}
body main section .bdr-box .inner-outer:has(img.pict) {
  padding-bottom: min(5.3333333333vw, 26px);
}
body main section .bdr-box .inner-outer .inner-ttl {
  font-size: min(3.7333333333vw, 22px);
  margin-bottom: min(6.9333333333vw, 38px);
}
body main section .bdr-box .inner-outer .que-area .que-btn + .que-btn {
  margin-top: 5%;
}
body main section .bdr-box .inner-outer .que-area + .pict {
  display: block;
  margin-top: min(4.2666666667vw, 26px);
}
body main section .content-item[id*=Q01] .bdr-box {
  background-image: url(../img/common/bdr-box_bg_01.png);
}
body main section .content-item[id*=Q02] .bdr-box {
  background-image: url(../img/common/bdr-box_bg_02.png);
}
body main section .content-item[id*=Q03] .bdr-box {
  background-image: url(../img/common/bdr-box_bg_03.png);
}
body main section .content-item[id*=Q04] .bdr-box {
  background-image: url(../img/common/bdr-box_bg_04.png);
}
body main section .content-item[id*=Q05] .bdr-box {
  background-image: url(../img/common/bdr-box_bg_05.png);
}
body main section .basic-content {
  padding-top: min(26.6666666667vw, 120px);
}
body main section .basic-content .subttl {
  font-size: min(10.1333333333vw, 42px);
  padding-bottom: min(2.6666666667vw, 16px);
  text-align: center;
}
body main section .basic-content .txt {
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.5;
}