@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

html,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Avenir", Verdana, "Noto Sans JP", Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  word-break: break-all;
  color: #1a1a1a;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type="number"],
input[type="text"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  background: none;
  padding: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

img {
  width: 100%;
}

sup {
  top: -1em;
  font-size: 1.1rem;
}

/* header ------------------*/
header {
  margin: 0 auto;
  padding: 20px 0 19px;
  width: 100%;
  max-width: 640px;
  text-align: center;
  border-left: 1px solid #e1e0e2;
  border-right: 1px solid #e1e0e2;
  border-bottom: 2px solid #cacaca;
}

header .logo img {
  width: 154px;
}

/* contents ------------------*/
.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  border: 1px solid #e1e0e2;
  border-top: none;
}

.contents-intro {
  padding: 10px 0;
  text-align: center;
  line-height: 1.35;
  font-size: 1.8rem;
}

/* kv ------------------*/
.kv-area {
  position: relative;
}

.kv-area .info-area {
  position: absolute;
  top: 925px;
  padding-top: 0;
  width: 100%;
  background: none;
}

.kv-area .info-area .info-price-ttl {
  padding: 12px 0 13px;
  background: linear-gradient(270.52deg, #FFC778 -0.16%, #f4c14e 45.52%, #ff7b0d 98.93%);
}

.kv-txt {
  padding: 14px 0 10px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.35;
  font-size: 3rem;
  font-weight: bold;
  color: #3f3d40;
}

.kv-txt span {
  color: #d6767f;
}

.kv-inner {
  position: relative;
}

.kv-ttl {
  left: 0;
  bottom: 131px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: bold;
  color: #3f3d40;
}

.kv-ttl span {
  font-size: 5.5rem;
}

.kv-ttl span.red {
  color: #d6767f;
}
/*.kv-area {
  background: linear-gradient(91.52deg, #ede8d0 0%, #faf0f1 49.54%, #edf3f7 98.83%);
}

.kv-area + .info-area {
  padding-top: 312px;
}

.kv-txt {
  padding: 14px 0 10px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.35;
  font-size: 3rem;
  font-weight: bold;
  color: #3f3d40;
}

.kv-txt span {
  color: #d6767f;
}

.kv-inner {
  position: relative;
}

.kv-ttl {
  position: absolute;
  left: 0;
  top: 502px;
  padding: 27px 34px;
  background: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-size: 5.5rem;
  font-weight: bold;
  color: #3f3d40;
}

.kv-ttl span {
  display: block;
  line-height: 1.5;
  font-size: 3.4rem;
}

.kv-ttl span:nth-child(2) {
  margin-bottom: 20px;
}

.kv-ttl span.red {
  display: inline-block;
  line-height: 1.3;
  font-size: 5.5rem;
  color: #d6767f;
}

.kv-list {
  position: absolute;
  left: 0;
  top: 336px;
  display: flex;
  padding-left: 26px;
  width: 100%;
}

.kv-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 140px;
  height: 140px;
  background: linear-gradient(99.99deg, #ede8d0 12.19%, #faf0f1 43.12%, #edf3f7 70.49%);
  border-radius: 50%;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  color: #3f3d40;
}

.kv-list li + li {
  margin-left: 14px;
}*/

/* info ------------------*/
.info-area {
  padding: 82px 41px;
  background: linear-gradient(108.39deg, #ede8d0 2.68%, #faf0f1 46.07%, #edf3f7 84.15%);
}

.info-price {
  position: relative;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 42px rgba(0, 0, 0, 0.1);
}

.info-price-ttl {
  padding: 2px 0;
  background: #d6767f;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.info-price-detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
  padding: 0 35px 51px 36px;
  font-family: "Jost", sans-serif;
  font-size: 8.2rem;
  font-weight: 600;
  color: #d6767f;
}

.info-price-detail-multi {
  position: relative;
  display: flex;
  padding: 20px 35px 17px 36px;
  border-top: 1px solid #d6767f;
}

.info-price-detail-multi .info-price-open {
  display: block;
  padding: 7px;
  width: 177px;
  border: 2px solid #d6767f;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #d6767f;
}

.info-price-detail-multi-txt {
  width: 310px;
  line-height: 1;
  text-align: right;
  font-family: "Jost", sans-serif;
  font-size: 6.1rem;
  font-weight: 600;
  color: #d6767f;
}

.info-price-detail-txt {
  margin-bottom: 17px;
  width: 100%;
  background: #d6767f;
  border-radius: 102px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.info-price + .info-price .info-price-detail {
  padding-top: 23px;
}

.info-price + .info-price .info-price-detail .info-price-detail-txt {
  font-size: 2.4rem;
}

.info-price-num {
  display: block;
  margin-bottom: 12px;
  padding: 2px 0;
  width: 177px;
  background: #d6767f;
  border-radius: 102px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.info-price-open {
  display: inline-block;
  padding: 14px 12px 13px 11px;
  border: 1px solid #d6767f;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.info-price-tax {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3f3d40;
}

.info-btn {
  margin-top: 13px;
  background: #d6767f;
  box-shadow: 0 8px 0 #bc515b;
  border-radius: 13px;
}

.info-btn a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.info-term {
  margin-top: 7px;
  text-align: right;
  line-height: 1.8;
  font-size: 2rem;
  color: #878488;
}

/* point ------------------*/
.point-area {
  padding: 82px 0;
}

.point-area h2 {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.point-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.point-list {
  margin-top: 75px;
}

.point-list-box {
  position: relative;
  margin-left: auto;
  padding: 78px 41px 40px;
  width: 589px;
  background: #f8f5f2;
}

.point-list-box figure {
  margin-top: 35px;
}

.point-list-box figure .point-list-notes {
  text-align: right;
  line-height: 1.8;
}

.point-list-box + li {
  margin-top: 69px;
}

.point-list-no {
  position: absolute;
  top: -62px;
  left: -24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  color: #d6767f;
}

.point-list-ttl {
  margin-bottom: 34px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
}

.point-list-ttl-sub {
  margin: 34px 0 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
  font-weight: bold;
  color: #3f3d40;
}

.point-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 2.4rem;
  color: #3f3d40;
}

.point-list-notes {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 2rem;
  color: #878488;
}

.point-list-detail {
  margin-top: 27px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 2rem;
  color: #3f3d40;
}

.point-list-detail span {
  font-weight: bold;
}

/* wish ------------------*/
.wish-area {
  padding: 68px 0 82px;
}

.wish-area h2 {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.wish-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.wish-area h3 {
  margin-top: 82px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
}

.wish-detail {
  position: relative;
  margin-top: 53px;
  padding: 61px 41px 62px;
  background: #faf0f1;
}

.wish-slide-list {
  display: flex;
  justify-content: space-between;
}

.wish-slide-list li {
  position: relative;
  width: 275px;
}

.wish-slide-list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #d6767f;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.wish-slide-comment {
  margin-top: 27px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}

.wish-slide-txt {
  margin-top: 35px;
  padding: 20px 28px 27px 27px;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #3f3d40;
}

.wish-slide-txt p {
  font-weight: bold;
  color: #d6767f;
}

.wish-slide-txt ul li span {
  font-weight: bold;
}

.wish-slide-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}

.wish-slide-dot button {
  text-indent: -9999px;
}

.wish-slide-dot li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6767f;
}

.wish-slide-dot li + li {
  margin-left: 24px;
}

.wish-slide-dot li.slick-active {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid #d6767f;
}

.wish-slide .slick-arrow {
  position: absolute;
  width: 68px;
  height: 68px;
  text-indent: -9999px;
  z-index: 2;
}

.wish-slide .slick-prev {
  bottom: -34px;
  left: 0;
  background: url(../images/arrow_prev.png) 0 0 no-repeat;
}

.wish-slide .slick-next {
  bottom: -34px;
  right: 0;
  background: url(../images/arrow_next.png) 0 0 no-repeat;
}

.wish-section {
  position: relative;
  margin: 61px auto 0;
  padding: 35px 34px 33px 266px;
  width: 558px;
  background: #faf0f1;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #3f3d40;
}

.wish-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 314px;
  height: 411px;
  background: url(../images/img_wish_section.png) 0 0 no-repeat;
}

.wish-section span {
  font-weight: bold;
  color: #d6767f;
}

.wish-progress-txt {
  margin: 35px auto 0;
  width: 558px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}

.wish-progress-txt span {
  font-weight: bold;
  color: #d6767f;
}

.wish-progress ol {
  margin: 34px 41px 0;
}

.wish-progress ol li + li {
  position: relative;
  margin-top: 58px;
}

.wish-progress ol li + li::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../images/icon_wish_arrow.png) center 0 no-repeat;
}

.wish-notes {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #878488;
}

/* feature ------------------*/
.feature-area {
  margin-top: 48px;
  padding: 82px 41px 81px;
  background: #edf3f7;
}

.feature-area h2 {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.feature-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 62px;
}

.feature-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 196px;
  background: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
  font-weight: bold;
  color: #578dc0;
}

.feature-list li:nth-child(n + 3) {
  margin-top: 30px;
}

.feature-list li.feature-list01 {
  background: url(../images/icon_point.png) 14px 12px no-repeat, url(../images/icon_point01.png) 198px 0 no-repeat #fff;
}

.feature-list li.feature-list02 {
  background: url(../images/icon_point.png) 14px 12px no-repeat, url(../images/icon_point02.png) right 0 no-repeat #fff;
}

.feature-list li.feature-list03 {
  background: url(../images/icon_point.png) 14px 12px no-repeat, url(../images/icon_point03.png) right 0 no-repeat #fff;
}

.feature-list li.feature-list04 {
  background: url(../images/icon_point.png) 14px 12px no-repeat, url(../images/icon_point04.png) right 0 no-repeat #fff;
}

.feature-list li span {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  font-size: 2rem;
}

.feature-list-notes {
  position: absolute;
  left: 10px;
  bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: normal;
  color: #878488;
}

.feature-notes {
  margin: 28px auto 0;
  width: 558px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: normal;
  color: #878488;
}

/* what ------------------*/
.what-area {
  padding: 82px 41px 84px;
  background: url(../images/bg_what.png) 0 0/cover no-repeat #f6f6f6;
}

.what-area h2 {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.what-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.what-about {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.what-about figure {
  margin: 0 auto 40px;
}

.what-about-txt {
  line-height: 1.8;
  font-size: 2.4rem;
}

.what-about-txt strong {
  font-weight: bold;
}

.what-about-txt span {
  font-weight: bold;
}

.what-about-txt span.red {
  color: #d6767f;
}

.what-about-txt span.blue {
  color: #578dc0;
}

.what-about-txt span.beige {
  color: #b29d6b;
}

.what-box {
  margin-top: 47px;
  padding: 37px 34px 40px;
  border: 1px solid #e1e0e2;
  background: #fff;
}

.what-box figure {
  margin: 0 auto;
  width: 283px;
}

.what-box-list {
  margin-top: 14px;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
  font-weight: bold;
  color: #578dc0;
}

.what-box-list li {
  padding-left: 48px;
  background: url(../images/icon_what.png) 0 0 no-repeat;
}

.what-box-list li + li {
  margin-top: 21px;
}

.what-box-txt {
  padding: 34px 35px 34px 182px;
  background: url(../images/bg_what_box.png) 0 bottom no-repeat #578dc0;
  line-height: 1.7;
  font-size: 2.4rem;
  color: #fff;
}

/* method ------------------*/
.method-area {
  padding: 82px 0;
}

.method-area h2 {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.method-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.method-list {
  margin-top: 75px;
}

.method-list-box {
  position: relative;
  margin-left: auto;
  padding: 79px 41px 41px;
  width: 589px;
  background: #f8f5f2;
}

.method-list-box figure {
  margin-top: 35px;
}

.method-list-box figure .point-list-notes {
  text-align: right;
  line-height: 1.8;
}

.method-list-box + li {
  margin-top: 69px;
}

.method-list-box.box01 {
  background: #faf0f1;
}

.method-list-box.box01 .method-list-no {
  color: #d6767f;
}

.method-list-box.box02 {
  background: #edf3f7;
}

.method-list-box.box02 .method-list-no {
  color: #578dc0;
}

.method-list-box.box03 {
  background: #f8f5f2;
}

.method-list-box.box03 .method-list-no {
  color: #b29d6b;
}

.method-list-no {
  position: absolute;
  top: -62px;
  left: -24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
}

.method-list-ttl {
  margin-bottom: 34px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
}

.method-list-ttl span {
  font-size: 2.7rem;
}

.method-list-ttl span.sm {
  font-size: 3.4rem;
}

.method-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 2.4rem;
  color: #3f3d40;
}

.method-list-notes {
  margin-top: 27px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 2rem;
  color: #878488;
}

.method-list-detail {
  margin-top: 27px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 2rem;
  color: #3f3d40;
}

.method-list-detail span {
  font-weight: bold;
}

.method-list-progress {
  margin-top: 34px;
  padding: 41px 27px 43px;
  background: #fff;
}

.method-list-progress h4 {
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: bold;
  color: #b29d6b;
}

.method-list-progress ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.method-list-progress ol li {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  color: #3f3d40;
}

.method-list-progress ol li:nth-child(3), .method-list-progress ol li:nth-child(4) {
  margin-bottom: 0;
}

.method-list-progress ol li p {
  margin-top: 21px;
}

/* price ------------------*/
.price-area {
  padding: 82px 41px;
}

.price-area h2 {
  margin-bottom: 61px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.price-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.price-area h3 {
  margin-top: 82px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
}

.price-area .info-price {
  margin-bottom: 48px;
  border: 2px solid #d6767f;
  box-shadow: none;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e1e0e2;
}

.price-table th {
  padding: 17px 0 15px 27px;
  background: #d6767f;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #fff;
}

.price-table th span {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.9rem;
}

.price-table td {
  padding-left: 27px;
  height: 84px;
  border: 1px solid #e1e0e2;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 2rem;
}

.price-table td.price {
  padding-left: 0;
  width: 382px;
  text-align: right;
  font-size: 2.3rem;
}

.price-table td.price strong {
  font-family: "Jost", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  color: #d6767f;
}

.price-table.table02 {
  margin-top: 48px;
}

.price-table.table02 td {
  padding-right: 21px;
}

.price-table.table02 td.price {
  padding: 0;
  width: 336px;
}

.price-table.table02 td.wide {
  height: 102px;
}

.price-table.table03, .price-table.table01 {
  margin-top: 41px;
}

.price-notes {
  margin-top: 34px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #878488;
}

.price-info .price-ttl-blue {
  margin-bottom: 27px;
  font-size: 2.9rem;
  color: #578dc0;
}

.price-info .info-price {
  position: relative;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #578dc0;
}

.price-info .info-price-ttl {
  padding: 2px 0;
  background: #578dc0;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.price-info .info-price-txt {
  margin-top: 15px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: bold;
  color: #3f3d40;
}

.price-info .info-price-txt span {
  display: inline-block;
  margin: -5px 14px 0 0;
  padding: 3px 21px 1px;
  background: #578dc0;
  border-radius: 102px;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

.price-info .info-price-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 35px 0 36px;
  font-family: "Jost", sans-serif;
  font-size: 8.2rem;
  font-weight: 600;
  color: #578dc0;
}

.price-info .info-price-open {
  display: inline-block;
  padding: 14px 12px 13px 11px;
  border: 1px solid #578dc0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.price-info .info-price-tax {
  position: absolute;
  bottom: 12px;
  right: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3f3d40;
}

.price-info .info-price-notes {
  margin: 6px 0 0 36px;
  line-height: 1.8;
  font-size: 2rem;
  color: #878488;
}

.price-info .info-btn {
  margin-top: 34px;
  background: #578dc0;
  box-shadow: 0 8px 0 #3b72a7;
  border-radius: 13px;
}

.price-info .info-btn a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}

/* doctor ------------------*/
.doctor-area {
  padding: 82px 41px 83px;
  background: #f8f5f2;
}

.doctor-area h2 {
  margin-bottom: 61px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.doctor-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.doctor-img {
  text-align: center;
}

.doctor-img img {
  max-width: 410px;
}

.doctor-name {
  margin-top: 27px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.doctor-name span {
  display: block;
  font-size: 2.4rem;
  color: #99725f;
}

.doctor-department {
  margin-top: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #3f3d40;
}

.doctor-career {
  margin-top: 61px;
}

.doctor-career h3 {
  letter-spacing: 0.05em;
  font-size: 3.1rem;
  font-weight: bold;
}

.doctor-career-list {
  margin-top: 21px;
}

.doctor-career-list li {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #3f3d40;
}

.doctor-career-txt {
  margin-top: 67px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #3f3d40;
}

/* question ------------------*/
.question-area {
  padding: 81px 41px;
}

.question-area h2 {
  margin-bottom: 61px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.question-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.question-list dt {
  position: relative;
  padding: 27px 94px 28px 97px;
  background: #b29d6b;
  line-height: 1.8;
  font-size: 2.4rem;
  color: #fff;
}

.question-list dt::before {
  content: "Q";
  position: absolute;
  top: 27px;
  left: 34px;
  display: block;
  width: 24px;
  height: 41px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
}

.question-list dt.open .question-list-btn::after {
  display: none;
}

.question-list dt:hover {
  cursor: pointer;
}

.question-list dd {
  display: none;
  position: relative;
  padding: 27px 34px 41px 97px;
  background: #f6f6f6;
  line-height: 1.8;
  font-size: 2.4rem;
  color: #3f3d40;
}

.question-list dd::before {
  content: "A";
  position: absolute;
  top: 27px;
  left: 34px;
  display: block;
  width: 24px;
  height: 41px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 2.7rem;
  font-weight: 800;
  color: #b29d6b;
}

.question-list dd a {
  color: #27b1db;
}

.question-list dd + dt {
  margin-top: 41px;
}

.question-list-link {
  margin-top: 30px;
}

.question-list-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 28px;
  display: block;
  width: 23px;
  height: 3px;
  background: #fff;
}

.question-list-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 38px;
  display: block;
  width: 3px;
  height: 23px;
  background: #fff;
}

/* flow ------------------*/
.flow-area {
  margin-top: 48px;
  padding: 82px 0;
  background: #faf0f1;
}

.flow-area h2 {
  margin-bottom: 61px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  font-weight: 500;
}

.flow-area h2 span {
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #d6767f;
}

.flow-list {
  margin-top: 66px;
}

.flow-list li {
  padding: 0 0 54px 211px;
  background: #fff;
}

.flow-list li span {
  display: inline-block;
  padding-left: 17px;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #d6767f;
  font-family: "Jost", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
}

.flow-list li h3 {
  margin-top: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-weight: 500;
  color: #3f3d40;
}

.flow-list li p {
  margin: 28px 34px 0 0;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 2rem;
  color: #3f3d40;
}

.flow-list li + li {
  margin-top: 41px;
}

.flow-list li.flow-list01 {
  background: url(../images/bg_flow01.jpg) 0 0 no-repeat #fff;
}

.flow-list li.flow-list02 {
  background: url(../images/bg_flow02.jpg) 0 0 no-repeat #fff;
}

.flow-list li.flow-list03 {
  background: url(../images/bg_flow03.jpg) 0 0 no-repeat #fff;
}

.flow-list li.flow-list04 {
  background: url(../images/bg_flow04.jpg) 0 0 no-repeat #fff;
}

.flow-list li.flow-list05 {
  background: url(../images/bg_flow05.jpg) 0 0 no-repeat #fff;
}

/* risk ------------------*/
.risk-area {
  padding: 82px 41px;
}

.risk-area h2 {
  margin-bottom: 41px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
}

.risk-txt {
  line-height: 1.8;
  font-size: 2rem;
  color: #3f3d40;
}

.risk-detail {
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #3f3d40;
}

.risk-detail dt {
  font-weight: bold;
}

.risk-detail dt.is-open svg {
  transform: rotate(180deg);
}

.risk-detail dd + dt {
  margin-top: 20px;
}

.risk-support {
  margin-top: 62px;
  padding: 34px;
  background: #f6f6f6;
}

.risk-support h3 {
  margin-bottom: 28px;
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: normal;
  color: #3f3d40;
}

.risk-support p,
.risk-support li {
  line-height: 1.8;
  font-size: 2rem;
  color: #3f3d40;
}

.risk-support ul {
  margin-top: 20px;
}

/* access ------------------*/
.access-area {
  padding: 82px 34px 83px;
  background: #ede8d0;
}

.access-area h2 {
  margin-bottom: 69px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 3.4rem;
  font-weight: 500;
}

.access-map {
  margin: 34px 0;
}

.access-detail dt {
  display: inline-block;
  margin-bottom: 33px;
  width: 106px;
  line-height: 1.88;
  letter-spacing: 0.04em;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 500;
}

.access-detail dt:last-of-type {
  margin-bottom: 0;
}

.access-detail dd {
  display: inline-block;
  margin: 0 0 33px 15px;
  width: 445px;
  line-height: 1.88;
  letter-spacing: 0.04em;
  font-size: 2rem;
}

.access-detail dd:last-of-type {
  margin-bottom: 0;
}

/* footer ------------------*/
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 35px 26px 34px;
  background: #fff;
}

footer .footer-copy {
  letter-spacing: 0.04em;
  line-height: 2.2;
  font-family: "Avenir", sans-serif;
  font-size: 1.7rem;
  color: #000;
}

/*# sourceMappingURL=../../../maps/omotesando_derma/css/common.css.map */
