@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}
.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block;
}

/* breakpoint only layout */
@media screen and (min-width: 541px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  .pc-only {
    display: none !important;
  }
}
/* font
============================================================ */
.m-marugo {
  font-family: "Kiwi Maru", serif;
  -webkit-font-smoothing: antialiased;
}

.m-mincho {
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}

.m-zen {
  font-family: "Zen Antique", serif;
  -webkit-font-smoothing: antialiased;
}

/* over
============================================================ */
@media (hover: hover) {
  .m-over {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
}
@media screen and (hover: hover) and (min-width: 541px) {
  .m-over:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  a.m-over {
    color: inherit;
    text-decoration: none;
  }
}
@media (hover: hover) {
  button.m-over {
    outline: none;
    color: inherit;
    text-decoration: none;
  }
}
/* icon
============================================================ */
.m-icon, .m-icon-logo, .m-icon-chevron-l, .m-icon-cart, .m-icon-user2, .m-icon-user, .m-icon-bars, .m-icon-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.m-icon:before, .m-icon-logo:before, .m-icon-chevron-l:before, .m-icon-cart:before, .m-icon-user2:before, .m-icon-user:before, .m-icon-bars:before, .m-icon-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.m-icon-arrow:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon-arrow.svg");
  mask-image: url("../img/common/icon-arrow.svg");
  background: currentColor;
}

.m-icon-bars:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon-bars.svg");
  mask-image: url("../img/common/icon-bars.svg");
  background: currentColor;
}

.m-icon-user:before {
  background-image: url(../img/common/icon-user.svg);
}

.m-icon-user2:before {
  background-image: url(../img/common/icon-user2.svg);
}

.m-icon-cart:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon-cart.svg");
  mask-image: url("../img/common/icon-cart.svg");
  background: currentColor;
}

.m-icon-chevron-l:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon-chevron-l.svg");
  mask-image: url("../img/common/icon-chevron-l.svg");
  background: currentColor;
}

.m-icon-logo {
  width: 6.5em;
  height: 1.25em;
  margin-top: -0.5em;
}
.m-icon-logo:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/logo.svg");
  mask-image: url("../img/common/logo.svg");
  background: currentColor;
  background-color: #9cd2c0;
}

/* arrow
============================================================ */
.m-arrow, .m-arrow-d, .m-arrow-u, .m-arrow-l, .m-arrow-r {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.m-arrow:before, .m-arrow-d:before, .m-arrow-u:before, .m-arrow-l:before, .m-arrow-r:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow-r:before {
  border-right: 0.1rem solid;
  border-bottom: 0.1rem solid;
  transform: translate(-75%, -50%) rotate(-45deg);
}

.m-arrow-l:before {
  border-left: 0.1rem solid;
  border-top: 0.1rem solid;
  transform: translate(-25%, -50%) rotate(-45deg);
}

.m-arrow-u:before {
  border-right: 0.1rem solid;
  border-top: 0.1rem solid;
  transform: translate(-50%, -25%) rotate(-45deg);
}

.m-arrow-d:before {
  border-left: 0.1rem solid;
  border-bottom: 0.1rem solid;
  transform: translate(-50%, -75%) rotate(-45deg);
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

.m-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-disc {
  padding-left: 1em;
  text-indent: -1em;
}
.m-text-disc:before {
  content: "●";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.m-text-dot {
  padding-left: 1em;
  text-indent: -1em;
}
.m-text-dot:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.m-text-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.m-text-indent-symbol {
  padding-left: 2em;
  text-indent: -2em;
}
.m-text-indent-symbol > em {
  display: inline-block;
  width: 2em;
  text-indent: 0;
  font-style: normal;
}
.m-text-indent-symbol > * {
  text-indent: 0;
}

/* btn
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
}

.m-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
  padding: 0 3em;
  font-size: 1.8rem;
  min-width: 14rem;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 6rem;
  border: 1px solid;
  background: #fae0f5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.m-btn .m-icon-arrow {
  margin-left: 1rem;
  font-size: 2.8rem;
}
@media (hover: hover) {
  .m-btn:hover {
    opacity: 0.7;
  }
}
.m-btn.disable, .m-btn.form-empty {
  color: #aaa;
  background: #ddd;
  pointer-events: none;
}
.m-btn.btn-enquete {
  padding: 0 2.5em;
  font-size: 2.4rem;
  background: #fae0f5;
}
.m-btn.btn-small-radius {
  border-radius: 2rem;
}
.m-btn.middle {
  height: 4.5rem;
  padding: 0 1.5em;
}
.m-btn.small {
  font-size: 1.4rem;
  padding: 0 1.5em;
  min-width: 0;
  height: 2.5rem;
}
.m-btn.xsmall {
  font-size: 1.2rem;
  padding: 0 1.5em;
  min-width: 0;
  height: 2.5rem;
}
.m-btn.white {
  background: #fff;
}
.m-btn.underline {
  height: auto;
  padding: 0;
  min-width: 0;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  text-decoration: underline;
}

/* table
============================================================ */
.m-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #666;
}
.m-table th,
.m-table td {
  padding: 1.5rem 0;
  border-bottom: 1px solid #666;
}
.m-table th {
  font-weight: normal;
}
@media screen and (min-width: 541px) {
  .m-table th {
    width: 11em;
  }
}
@media screen and (max-width: 540px) {
  .m-table th {
    width: 8em;
  }
}

/* m-form
============================================================ */
.m-form {
  font-size: 1.4rem;
}
.m-form__container {
  width: 28rem;
  margin: 0 auto;
}
.m-form__submit {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.m-form__complete {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  width: 100%;
  height: 14rem;
  margin: 0 auto;
  letter-spacing: 0.05em;
  background: url(../img/common/bg-complete.png) no-repeat center center/contain;
}
.m-form .required {
  color: #ff6666;
  font-size: 1rem;
}

.m-form-item {
  margin: 2rem 0;
}
.m-form-item.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-form-item.row > * {
  width: 48%;
}
.m-form-item.row > .full {
  width: 100%;
}
.m-form-item__caption {
  letter-spacing: normal;
}
.m-form-item__notes {
  font-size: 1rem;
  color: #777;
}
.m-form-item__input {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.m-form-item__input input[type=text],
.m-form-item__input input[type=email],
.m-form-item__input input[type=tel],
.m-form-item__input input[type=url],
.m-form-item__input input[type=number],
.m-form-item__input input[type=password],
.m-form-item__input select,
.m-form-item__input textarea {
  height: 4rem;
  width: 100%;
  padding: 0.25em 1em;
  font: inherit;
  border: 1px solid;
  background: #fff;
}
.m-form-item__input textarea {
  height: 20rem;
  padding: 1em 1em;
}
.m-form-item__input ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.m-form-item__input ::placeholder {
  color: #aaa;
  opacity: 1;
}
.m-form-item__input select.noselected {
  color: #aaa;
  opacity: 1;
}
.m-form-item__input.input-select:after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.m-form-item__input.input-file {
  font-size: 1.4rem;
}
.m-form-item__input.input-checkbox label input, .m-form-item__input.input-radio label input {
  display: none;
}
.m-form-item__input.input-checkbox label span, .m-form-item__input.input-radio label span {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
  cursor: pointer;
}
.m-form-item__input.input-checkbox label span:before, .m-form-item__input.input-checkbox label span:after, .m-form-item__input.input-radio label span:before, .m-form-item__input.input-radio label span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  transform: translate(-50%, -50%);
}
.m-form-item__input.input-checkbox label span:before, .m-form-item__input.input-radio label span:before {
  width: 2rem;
  height: 2rem;
  background: #fff;
}
.m-form-item__input.input-checkbox label span {
  display: block;
  line-height: 1.4;
}
.m-form-item__input.input-checkbox label span:before {
  border: 1px solid #666;
}
.m-form-item__input.input-checkbox label span:after {
  width: 1.5rem;
  height: 1rem;
  border-left: 3px solid #f80808;
  border-bottom: 3px solid #f80808;
  transform: translate(-50%, -75%) rotate(-45deg);
  opacity: 0;
  margin-left: 0.25rem;
}
.m-form-item__input.input-checkbox label input:checked + span:after {
  opacity: 1;
}
.m-form-item__input input[disabled] {
  border-color: #aaa;
  background: #ddd;
  pointer-events: none;
}
.m-form-item__date {
  display: flex;
  align-items: flex-end;
}
.m-form-item__date .m-form-item__input:first-child {
  width: 5.5em;
}
.m-form-item__date .m-form-item__input:not(:first-child) {
  width: 4.5em;
}
.m-form-item__date .m-form-item__input + span {
  margin: 0 0.25em;
}
.m-form-item__error {
  margin-top: 0.5em;
  color: #ff6666;
  line-height: 1.4;
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.m-form-item__error:not(:empty):before {
  content: "※";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (max-width: 440px) {
  .m-form-item__input input[type=text],
.m-form-item__input input[type=email],
.m-form-item__input input[type=tel],
.m-form-item__input input[type=url],
.m-form-item__input input[type=number],
.m-form-item__input input[type=password],
.m-form-item__input select,
.m-form-item__input textarea {
    font-size: 16px;
  }
}

/* ============================================================
/* js
============================================================ */
/* inview
============================================================ */
.js-inview-fadeup {
  opacity: 0;
  transform: translateY(50px);
}
.js-inview-fadeup.inviewed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.js-inview-fade {
  opacity: 0;
}
.js-inview-fade.inviewed {
  opacity: 1;
  transition: opacity 1s ease;
}

.js-inview-delay1.inviewed {
  transition-delay: 0.25s;
}

/* accordion
============================================================ */
.js-accordion__content {
  display: none;
}

/* ============================================================
/* laytout
============================================================ */
:root {
  --page-color-primary: #cce8e3;
  --page-header-height: 8rem;
  --page-header-height-scrolled: 6rem;
  --page-toolbar-height: 7rem;
  --page-toolbar-offset: 1rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

@media screen and (min-width: 541px) {
  html {
    font-size: 14px;
  }
  body {
    min-width: 375px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 14px;
  }
  body {
    min-width: 320px;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.67vw;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a,
button {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover,
button:hover {
    text-decoration: none;
  }
}
/* wrapper
============================================================ */
.l-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}
.l-wrapper.bg-gray {
  background: #f8f8f8;
}
.l-wrapper.bg-gray .l-header .m-icon-user:before {
  background-image: url(../img/common/icon-user2.svg);
}

.l-container {
  padding: 8rem 0 8rem;
}

.l-inner {
  margin: 0 auto;
  max-width: 540px;
  padding: 0 3rem;
  box-sizing: content-box;
}

/* header
============================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 9999;
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -1.5rem;
  height: var(--page-header-height);
}
.l-header__left, .l-header__right {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  line-height: 0;
  transform: translateY(-50%);
}
.l-header__left {
  left: 0;
}
.l-header__left .m-icon-chevron-l {
  font-size: 2rem;
}
.l-header__right {
  right: 0;
}
.l-header__right .m-icon-cart {
  font-size: 3rem;
}
.l-header__center {
  padding: 0 4.5rem;
  width: 100%;
}
.l-header__logo {
  width: 19rem;
  margin: 0 auto;
}
.l-header__ttl {
  font-size: 2.4rem;
  text-align: center;
}
body.header-fixed .l-header {
  position: fixed;
}
body.header-fixed .l-header.bg-colored {
  background-color: inherit;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.l-header__inner {
  transition: height 0.3s ease;
}
body.header-fixed .l-header__inner {
  height: var(--page-header-height-scrolled);
}
.l-header__logo {
  transition: padding 0.3s ease, width 0.3s ease;
}
body.header-fixed .l-header__logo {
  width: 16rem;
}

/* gnav
============================================================ */
.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.gnav-open .l-gnav {
  opacity: 1;
  visibility: visible;
}
.l-gnav__btn {
  cursor: pointer;
}
.l-gnav__close {
  cursor: pointer;
}
.l-gnav__outer {
  height: 100%;
  width: calc(100% + 100px);
  padding-right: 100px;
  overflow: auto;
}
.l-gnav__header {
  height: 8rem;
}
.l-gnav__inner {
  height: 100%;
  max-height: 75rem;
}
.l-gnav__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem 4rem;
  min-height: calc(100% - 8rem);
}
.l-gnav__list1 {
  margin-top: 1rem;
}
.l-gnav__list1 li {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid;
}
.l-gnav__list1 li a {
  display: block;
  text-decoration: none;
}
.l-gnav__list1 li + li {
  margin-top: 1em;
}
.l-gnav__list2 {
  position: relative;
  margin-top: 5rem;
  z-index: 0;
}
.l-gnav__list2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  right: -1rem;
  width: 100%;
  height: 15rem;
  background: url(../img/common/bg-gnav.png) no-repeat center bottom/120% auto;
  z-index: -1;
}
.l-gnav__list2 li {
  font-size: 1.3rem;
}
.l-gnav__list2 li a {
  text-decoration: none;
}
.l-gnav__list2 li + li {
  margin-top: 0.5em;
}

/* pagetop
============================================================ */
.l-pagetop {
  z-index: 99;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-pagetop__wrap {
  position: relative;
  width: 100%;
}
body.pagetop-show .l-pagetop {
  opacity: 1;
  visibility: visible;
}
body.pagetop-fixed .l-pagetop {
  position: fixed;
}

/* follow-nav
============================================================ */
.l-follow-nav {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.5rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
body.header-fixed .l-follow-nav {
  opacity: 1;
  visibility: visible;
}
.l-follow-nav li + li {
  margin-top: 1rem;
}
.l-follow-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
  border: 1px solid;
  background: #fff;
}

/* footer
============================================================ */
.l-footer {
  margin-top: auto;
  border: 1px solid;
  background: var(--page-color-primary);
}
.l-footer__inner {
  padding: 2rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__nav {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.l-footer__nav > ul {
  display: flex;
  flex-direction: column;
}
.l-footer__nav > ul + ul {
  margin-left: 4em;
}
.l-footer__nav > ul > li + li {
  margin-top: 1em;
}
.l-footer__nav > ul > li.l-footer__nav__sns {
  margin-top: auto;
}
.l-footer__nav > ul > li.l-footer__nav__sns ul {
  display: flex;
  align-items: center;
}
.l-footer__nav > ul > li.l-footer__nav__sns ul li {
  width: 3rem;
}
.l-footer__nav > ul > li.l-footer__nav__sns ul li + li {
  margin-left: 1rem;
}

/* toolbar
============================================================ */
.l-toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid;
  background: #fae0f5;
  padding-bottom: var(--page-toolbar-offset);
  z-index: 9999;
}
.l-toolbar__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--page-toolbar-height);
}
.l-toolbar__list li {
  width: 4.5rem;
}
.l-toolbar__list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
.l-toolbar__list li a img {
  width: 4rem;
  border: 1px solid;
  border-radius: 1rem;
  background: #fff;
}
.l-toolbar__list li a.current img {
  background: #d4e7e0;
}
.l-toolbar__list li a span {
  font-size: 1rem;
  white-space: nowrap;
}

/* sec
============================================================ */
.sec-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 2.4rem;
  white-space: nowrap;
}
.sec-ttl.small {
  font-size: 2.2rem;
  white-space: nowrap;
}
.sec-ttl.underline {
  width: 28rem;
  font-size: 2.2rem;
  border-bottom: 1px solid;
}
.sec-ttl.xsmall {
  font-size: 1.8rem;
  white-space: nowrap;
}
.sec-ttl.text-underline {
  position: relative;
}
.sec-ttl.text-underline:before {
  content: "";
  position: absolute;
  top: calc(50% + 0.6em);
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
}
.sec-ttl.text-dottedline, .sec-ttl.text-dottedline-r {
  width: auto;
  padding-bottom: 1.75rem;
  background: url(../img/common/line-dot.png) no-repeat center bottom/auto 2rem;
}
.sec-ttl.text-dottedline-b {
  width: auto;
  padding-bottom: 1.75rem;
  background: url(../img/common/line-dot-b.png) no-repeat center bottom/auto 2rem;
}
.sec-ttl.text-dottedline-g {
  width: auto;
  padding-bottom: 1.75rem;
  background: url(../img/common/line-dot-g.png) no-repeat center bottom/auto 2rem;
}
.sec-ttl.text-decoline {
  width: auto;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  background: url(../img/common/line-flower.png) no-repeat center bottom/auto 3.5rem;
}

.sec-anchor {
  padding-top: 5rem;
  margin-top: -5rem;
  visibility: hidden;
}

.sec-link-back {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  font-size: 1.6rem;
}

/* top
============================================================ */
.sec-top__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 2.8rem;
  border-bottom: 1px solid;
}

.sec-top-lead {
  margin-top: 2rem;
  position: relative;
  z-index: 0;
}
.sec-top-lead:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39rem;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../img/index/bg-lead.png) no-repeat center 2rem/100% auto;
  z-index: -1;
}
.sec-top-lead__text {
  width: 27rem;
  margin: 0 auto;
  line-height: 1.5;
}
.sec-top-lead__text p {
  font-size: 1.4rem;
  text-align: right;
}
.sec-top-lead__text p em {
  font-style: normal;
  font-size: 1.6rem;
}
.sec-top-lead__text p + p {
  margin-top: 2rem;
}
.sec-top-lead__text + .m-btn {
  margin-top: 6rem;
}
.sec-top-lead__brandstory {
  margin: 6rem auto 3rem;
}

.sec-top-product {
  margin-top: 10rem;
}
.sec-top-product .m-btn {
  margin-top: 4rem;
}

.sec-top-brandstory {
  margin-top: 10rem;
}
.sec-top-brandstory__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 14rem;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #fff !important;
  text-decoration: none;
  background: #ccc;
  border-radius: 0.7rem;
  padding: 0 2em;
  z-index: 0;
}
.sec-top-brandstory__link:before, .sec-top-brandstory__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
}
.sec-top-brandstory__link:before {
  background: url(../img/common/bg-image1.jpg) no-repeat center bottom -1rem/cover;
}
.sec-top-brandstory__link:after {
  background: rgba(145, 148, 209, 0.5);
}
.sec-top-brandstory__link span:last-child {
  margin-left: 1.5em;
}

.sec-top-howto {
  margin-top: 10rem;
}

.sec-top-nav {
  margin-top: 5rem;
}
.sec-top-nav__list li + li {
  margin-top: 4rem;
}

/* product
============================================================ */
.sec-product__list.list-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-product-item a {
  display: block;
  text-decoration: none;
}
.sec-product-item__ttl {
  font-size: 2rem;
}
.sec-product-item__price {
  font-size: 1.6rem;
}
.list-rows .sec-product-item {
  width: 47%;
  border: 1px solid;
  border-radius: 0.7rem;
}
.list-rows .sec-product-item:nth-child(n+3) {
  margin-top: 2rem;
}
.list-rows .sec-product-item__inner {
  padding: 1.5rem 0 2rem;
}
.list-rows .sec-product-item__image {
  width: 9rem;
  margin: 0 auto 1.5rem;
}
.list-rows .sec-product-item__textbox {
  text-align: center;
}
.list-single .sec-product-item {
  width: 26rem;
  margin: 0 auto;
}
.list-single .sec-product-item + .sec-product-item {
  margin-top: 3.4rem;
}
.list-single .sec-product-item__inner {
  display: flex;
  justify-content: space-between;
}
.list-single .sec-product-item__image {
  width: 9rem;
}
.list-single .sec-product-item__image img {
  border: 1px solid;
  border-radius: 0.7rem;
}
.list-single .sec-product-item__textbox {
  flex: 1;
  margin-left: 3rem;
}

.sec-product-detail {
  margin-top: 2rem;
  font-family: "Kiwi Maru", serif;
  -webkit-font-smoothing: antialiased;
}
.sec-product-detail .sec-ttl {
  margin-bottom: 1rem;
}
.sec-product-detail__image {
  width: 19rem;
  margin: 0 auto 2.5rem;
}
.sec-product-detail__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-product-detail__info dl {
  display: flex;
}
.sec-product-detail__info dt {
  font-weight: normal;
}
.sec-product-detail__note {
  margin-top: 3rem;
}
.sec-product-detail__note dt {
  font-weight: normal;
}
.sec-product-detail .m-btn {
  margin-top: 6rem;
}

.sec-product-flow {
  margin-top: 3rem;
}
.sec-product-flow__ttl {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
}
.sec-product-flow__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem;
}
.sec-product-flow__image {
  width: 12rem;
}
.sec-product-flow__textbox {
  flex: 1;
}
.sec-product-flow__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-product-flow__waterproof {
  margin-top: 1.5rem;
}
.sec-product-flow__waterproof dt {
  font-weight: normal;
  font-size: 1.3rem;
}

.sec-product-step {
  margin-top: 3rem;
}
.sec-product-step__ttl {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
}
.sec-product-step__inner {
  margin: 0 -1rem;
}
.sec-product-step__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33rem;
  margin: 0 auto;
}
.sec-product-step__list dt {
  width: 3rem;
  margin-right: 0.5rem;
}
.sec-product-step__list dd {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  width: 8rem;
  height: 4.5rem;
  border: 1px solid;
}
.sec-product-step__list dd.current {
  background: #FFF0AD;
}
.sec-product-step__list dd:nth-child(n+3) {
  margin-left: 2.4rem;
}
.sec-product-step__list dd:nth-child(n+3):before, .sec-product-step__list dd:nth-child(n+3):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-clip-path: polygon(50% 10%, 0% 86.6%, 100% 86.6%);
  clip-path: polygon(50% 10%, 0% 86.6%, 100% 86.6%);
}
.sec-product-step__list dd:nth-child(n+3):before {
  width: 1.2rem;
  height: 1.2rem;
  background: currentColor;
}
.sec-product-step__list dd:nth-child(n+3):after {
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.sec-product-step__list dd:nth-child(5) {
  margin-left: 3.5rem;
}
.sec-product-step__list + .sec-product-step__list {
  margin-top: 3rem;
}

/* howto
============================================================ */
.sec-howto {
  margin-top: 3rem;
}
.sec-howto__ttl {
  margin: 0 -3rem 2.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.sec-howto__ttl span {
  position: relative;
  display: inline-block;
}
.sec-howto__ttl span:before, .sec-howto__ttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid;
}
.sec-howto__ttl span:before {
  left: calc(100% + 0.5em);
}
.sec-howto__ttl span:after {
  right: calc(100% + 0.5em);
}
.sec-howto__item {
  padding: 1rem;
  background: #f4f4f4;
}
.sec-howto__item__header {
  display: flex;
  align-items: center;
}
.sec-howto__item__num {
  position: relative;
  width: 9rem;
  padding-left: 0.5rem;
  line-height: 1;
  font-size: 2.4rem;
}
.sec-howto__item__num:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 3rem;
  border-top: 1px solid;
}
.sec-howto__item__ttl {
  font-size: 1.7rem;
  white-space: nowrap;
}
.sec-howto__item__image {
  margin: 1rem -0.4rem;
}
.sec-howto__item__text {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 -0.25em;
}
.sec-howto__item + .sec-howto__item {
  margin-top: 2.5rem;
}

/* faq
============================================================ */
.sec-faq__list {
  width: 24rem;
  margin: 0 auto;
}
.sec-faq__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 3.6rem;
  line-height: 1.6;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0.25em 1em;
  border: 1px solid;
  border-radius: 0.7rem;
}
.sec-faq__list li + li {
  margin-top: 5rem;
}

.sec-faq-detail {
  margin-top: 2rem;
}
.sec-faq-detail__list {
  width: 28rem;
  margin: 5rem auto 0;
}
.sec-faq-detail__item {
  font-size: 1.4rem;
}
.sec-faq-detail__item .icon-accordion {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  transform: translate(50%, -50%);
}
.sec-faq-detail__item .icon-accordion:before, .sec-faq-detail__item .icon-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.sec-faq-detail__item .icon-accordion:before {
  width: 100%;
  height: 2px;
}
.sec-faq-detail__item .icon-accordion:after {
  width: 2px;
  height: 100%;
}
.sec-faq-detail__item.opened .icon-accordion:after {
  display: none;
}
.sec-faq-detail__item__caption {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.6rem;
  line-height: 1.6;
  padding: 0.5em 4rem 0.5em 1em;
  border: 1px solid;
  border-radius: 0.7rem;
  cursor: pointer;
}
.sec-faq-detail__item__content {
  margin-top: 0.5rem;
  line-height: 1.6;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.7rem;
  word-break: break-all;
}
.sec-faq-detail__item + .sec-faq-detail__item {
  margin-top: 5rem;
}

/* legal
============================================================ */
.sec-legal__list {
  text-align: center;
}
.sec-legal__list dl + dl {
  margin-top: 2rem;
}
.sec-legal__list dt {
  margin-bottom: 0.5rem;
  font-weight: normal;
  text-decoration: underline;
}
.sec-legal__list dd + dd {
  margin-top: 1.5rem;
}

/* brandstory
============================================================ */
.sec-brandstory {
  margin-bottom: -8rem;
  padding-bottom: 14rem;
  background: url(../img/brandstory/bg2.png) no-repeat center bottom/33rem auto;
}
.sec-brandstory__lead {
  margin: 1.5rem -1rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
}
.sec-brandstory__lead p + p {
  margin-top: 1.5em;
}
.sec-brandstory__text {
  margin: 1.5rem 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: center;
}
.sec-brandstory__text p + p {
  margin-top: 1.5em;
}
.sec-brandstory__text .strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  background: url(../img/brandstory/bg1.png) no-repeat center bottom/cover;
}
.sec-brandstory .m-btn {
  margin-top: 3rem;
}

/* enquete
============================================================ */
.sec-enquete {
  margin-top: 1rem;
}
.sec-enquete__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 6.5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  border: 1px solid;
  border-radius: 1.2rem;
}
.sec-enquete__caption {
  font-size: 1.6rem;
  text-align: center;
}
.sec-enquete__inner {
  font-size: 1.4rem;
}
.sec-enquete .m-form-item.row .m-form-item__input.input-checkbox:nth-child(n+3) {
  margin-top: 3rem;
}

.sec-enquete-agreement {
  margin-top: 3rem;
}
.sec-enquete-agreement .m-form {
  margin-top: 5rem;
  font-size: 1.3rem;
}

.sec-enquete-upload__info {
  text-align: center;
  margin-bottom: 3rem;
}
.sec-enquete-upload__info__list {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.sec-enquete-upload__info__list dl {
  position: relative;
  z-index: 0;
}
.sec-enquete-upload__info__list dl:before, .sec-enquete-upload__info__list dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1rem;
  z-index: -1;
}
.sec-enquete-upload__info__list dl:first-child:before {
  width: 11rem;
  height: 11rem;
  border: 1rem solid #f8e3ed;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.sec-enquete-upload__info__list dl:last-child:before, .sec-enquete-upload__info__list dl:last-child:after {
  width: 11rem;
  height: 1rem;
  background: #d2d2e5;
}
.sec-enquete-upload__info__list dl:last-child:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec-enquete-upload__info__list dl:last-child:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec-enquete-upload__info__list dl + dl {
  margin-left: 4rem;
}
.sec-enquete-upload__info__list dt {
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
}
.sec-enquete-upload__info__list dd:before {
  content: "・";
}
.sec-enquete-upload__list {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 1.5rem -1rem 0;
}
.sec-enquete-upload__list__caption {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
}
.sec-enquete-upload__item {
  width: 8.4rem;
}
.sec-enquete-upload__item__image-1 {
  margin: 0 -0.5rem;
}
.sec-enquete-upload__item__image-2 {
  border: 1px solid;
}
.sec-enquete-upload__item .m-form-item,
.sec-enquete-upload__item .m-form-item__input {
  margin-top: 0;
  margin-bottom: 0;
}
.sec-enquete-upload__item .input-image input[type=file] {
  display: none;
}
.sec-enquete-upload__item .input-thumb {
  width: 8.4rem;
  height: 9rem;
  border: 1px solid;
  line-height: 0;
  margin-top: 2rem;
}
.sec-enquete-upload__item .input-thumb img[src] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec-enquete-upload__item + .sec-enquete-upload__item {
  margin-left: 2rem;
}

.sec-enquete-confirm__item {
  font-size: 1.4rem;
}
.sec-enquete-confirm__item__ttl {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-align: center;
}
.sec-enquete-confirm__item__content {
  text-align: center;
}
.sec-enquete-confirm__item .m-btn {
  margin-top: 1.5rem;
  margin-right: 0;
}
.sec-enquete-confirm__item__imageList {
  display: flex;
  justify-content: center;
}
.sec-enquete-confirm__item__imageList li {
  margin: 0 0.5rem;
}
.sec-enquete-confirm__item__imageList img {
  margin-top: 1rem;
  width: 8.4rem;
  height: 8.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid;
}
.sec-enquete-confirm__item__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-enquete-confirm__item__list dl {
  display: flex;
}
.sec-enquete-confirm__item__list dl + dl {
  margin-top: 1.5rem;
}
.sec-enquete-confirm__item__list dt {
  min-width: 7em;
  text-align: right;
  white-space: nowrap;
}
.sec-enquete-confirm__item__list dd {
  flex: 1;
  margin-left: 1em;
  text-align: left;
}
.sec-enquete-confirm__item + .sec-enquete-confirm__item {
  margin-top: 5rem;
}

.sec-enquete-complete__inner {
  margin-top: 5rem;
}
.sec-enquete-complete .m-form__complete {
  margin-bottom: 7rem;
}
.sec-enquete-complete .m-btn {
  margin-top: 10rem;
}

.sec-enquete-line {
  margin-top: 6rem;
}
.sec-enquete-line__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-enquete-line__info__image {
  width: 12rem;
  margin-right: -1rem;
}
.sec-enquete-line__info__inner {
  flex: 1;
  text-align: center;
}
.sec-enquete-line__info__id {
  padding: 1rem 0;
  line-height: 1.4;
  font-size: 2rem;
  border: 1px solid;
  border-radius: 0.7rem;
  margin: 0 1rem 1.5rem;
}
.sec-enquete-line__info__text {
  line-height: 1.4;
  font-size: 2rem;
}
.sec-enquete-line__info__note {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.sec-enquete-line__link {
  display: flex;
  margin-top: 7rem;
  justify-content: flex-end;
  align-items: center;
}
.sec-enquete-line__link dt {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.sec-enquete-line__link dd {
  width: 4.5rem;
  margin-left: 1rem;
}

.sec-enquete-step {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
.sec-enquete-step__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 -1rem;
}
.sec-enquete-step__list dl dt {
  line-height: 1.5;
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
}
.sec-enquete-step__list dl dd {
  width: 12rem;
  border: 1px solid;
  text-align: center;
  position: relative;
}
.sec-enquete-step__list dl dd figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
.sec-enquete-step__list dl dd img {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-enquete-step__list dl.current dt {
  font-weight: bold;
  font-size: 1.5rem;
}
.sec-enquete-step__list dl.current dd {
  margin-top: -1rem;
  width: 16rem;
  border-width: 3px;
  border-radius: 19px;
}
.sec-enquete-step__list .icon-arrow {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-top: 3rem;
}
.sec-enquete-step__list .icon-arrow:before, .sec-enquete-step__list .icon-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-clip-path: polygon(50% 10%, 0% 86.6%, 100% 86.6%);
  clip-path: polygon(50% 10%, 0% 86.6%, 100% 86.6%);
}
.sec-enquete-step__list .icon-arrow:before {
  width: 3.4rem;
  height: 3.4rem;
  background: currentColor;
}
.sec-enquete-step__list .icon-arrow:after {
  width: 3rem;
  height: 3rem;
  background: #fff;
}

/* terms
============================================================ */
.sec-terms__text {
  margin-bottom: 1em;
}
.sec-terms__list dl + dl {
  margin-top: 1.5em;
}
.sec-terms__list dt {
  margin-bottom: 0.5em;
  font-weight: normal;
}
.sec-terms__list dd > * + * {
  margin-top: 0.5em;
}
.sec-terms__list ol li {
  padding-left: 1.5em;
  text-indent: -1em;
}
.sec-terms__list ol li:nth-child(n+10) {
  text-indent: -1.5em;
}
.sec-terms__list ol.indent-3 li {
  padding-left: 2.5em;
  text-indent: -3em;
}

/* company
============================================================ */
.sec-company__link {
  height: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 2.8rem;
  font-weight: bold;
  background: url(../img/company/img1.png) no-repeat center center/cover;
}

/* contact
============================================================ */
.sec-contact__header {
  font-size: 1.3rem;
  margin-bottom: 5rem;
}
.sec-contact__header p + p {
  margin-top: 1em;
}
.sec-contact__notice {
  margin-top: 5rem;
}
.sec-contact__notice__ttl {
  margin-bottom: 1em;
  text-align: center;
}
.sec-contact__notice__list {
  font-size: 1.2rem;
}
.sec-contact__notice__list li + li {
  margin-top: 0.25em;
}
.sec-contact__privacy {
  margin-top: 5rem;
  font-size: 1.2rem;
  text-align: center;
}

.sec-contact-complete__caption {
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
}
.sec-contact-complete .m-btn {
  margin-top: 6rem;
}

/* parsonilize
============================================================ */
.sec-parsonilize-item {
  width: 28rem;
  margin: 4rem auto 0;
}
.sec-parsonilize__image {
  width: 14rem;
  margin: 0 auto;
}
.sec-parsonilize__detail {
  margin-top: 3.5rem;
}
.sec-parsonilize__detail__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  border-bottom: 1px solid;
  font-size: 1.7rem;
  text-align: center;
}
.sec-parsonilize__detail__content {
  text-align: center;
}
.sec-parsonilize__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.5rem auto 0;
  font-size: 1.1rem;
}
.sec-parsonilize__note dl + dl {
  margin-top: 1.5rem;
}
.sec-parsonilize__note dt {
  font-weight: normal;
}
.sec-parsonilize .m-btn {
  margin-top: 3rem;
}

/* member layout overwrite
============================================================ */
.p-member .l-container {
  padding-top: 8rem;
}
.p-member .l-toolbar ~ .l-footer {
  padding-bottom: calc(var(--page-toolbar-height) + var(--page-toolbar-offset));
}

/* login
============================================================ */
.sec-login {
  margin-top: 6rem;
}
.sec-login .m-form-item__caption {
  font-size: 1.8rem;
}
.sec-login__links {
  margin-top: 5rem;
  text-align: right;
}
.sec-login__links li + li {
  margin-top: 1rem;
}

/* recommend
============================================================ */
.sec-recommend-item + .sec-recommend-item {
  margin-top: 6.5rem;
}
.sec-recommend-item__image {
  width: 16.5rem;
  margin: 2rem auto;
  border: 1px solid;
}
.sec-recommend-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  gap: 1em;
  border-bottom: 1px solid;
}
.sec-recommend-item__comment {
  width: 26rem;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  text-align: justify;
}
.sec-recommend-item__comp {
  margin: 2rem auto 0;
  width: 27rem;
  border: 1px solid;
}
.sec-recommend-item__comp .icon-accordion {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  transform: translate(50%, -50%);
}
.sec-recommend-item__comp .icon-accordion:before, .sec-recommend-item__comp .icon-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.sec-recommend-item__comp .icon-accordion:before {
  width: 100%;
  height: 2px;
}
.sec-recommend-item__comp .icon-accordion:after {
  width: 2px;
  height: 100%;
}
.sec-recommend-item__comp.opened .icon-accordion:after {
  display: none;
}
.sec-recommend-item__comp__caption {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}
.sec-recommend-item__comp__content {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 1.5rem 2rem;
}
.sec-recommend-item__comp__content > * + * {
  margin-top: 0.5em;
}
.sec-recommend-item__comp__content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-recommend-item__comp__content ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.sec-recommend-item__comp__content dl {
  display: flex;
}
.sec-recommend-item__comp__content dl dt {
  font-weight: normal;
  white-space: nowrap;
}
.sec-recommend-item__comp__content dl dt:after {
  content: "：";
}
.sec-recommend-item__comp__content dl dd {
  margin-left: 0.5em;
}
.sec-recommend-item__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
  text-align: center;
}

/* member top
============================================================ */
.sec-member-greeting__image {
  margin: 0 -3rem 4rem;
}
.sec-member-greeting__ttl {
  font-size: 1.8rem;
  text-align: center;
}
.sec-member-greeting__date {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: right;
}
.sec-member-greeting__text {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.6rem;
}
.sec-member-greeting .m-btn {
  margin-top: 3rem;
  margin-right: 0;
}

.sec-member-recommend {
  margin-top: 6rem;
}
.sec-member-recommend__header {
  margin-bottom: 3rem;
  text-align: center;
  overflow: hidden;
}
.sec-member-recommend__ttl {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
.sec-member-recommend__ttl:before, .sec-member-recommend__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid;
}
.sec-member-recommend__ttl:before {
  left: calc(100% + 0.5em);
}
.sec-member-recommend__ttl:after {
  right: calc(100% + 0.5em);
}
.sec-member-recommend__list {
  margin-bottom: 8rem;
}

/* mypage
============================================================ */
body:not(.header-fixed) .p-mypage .l-header {
  top: 4.5rem;
}

.sec-mypage {
  margin-top: -8rem;
}
.sec-mypage__header {
  padding-top: 5rem;
  padding-bottom: 1px;
  margin-bottom: 3rem;
  background: url(../img/member/bg-mypage-header.png) no-repeat center top/cover;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.sec-mypage__header .sec-ttl {
  margin-bottom: 2.5rem;
}
.sec-mypage__list li a {
  display: block;
}
.sec-mypage__list li img {
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.sec-mypage__list li:nth-child(1) {
  width: 19rem;
  margin-left: auto;
  margin-right: -2rem;
}
.sec-mypage__list li:nth-child(2) {
  margin-left: -3rem;
}
.sec-mypage__list li:nth-child(3) {
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.sec-mypage__list li + li {
  margin-top: 3rem;
}
.sec-mypage__logout {
  margin-top: 6rem;
  font-size: 1.5rem;
  text-align: right;
}

/* history
============================================================ */
.sec-history-item__date {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.sec-history-item__list {
  font-size: 1.4rem;
}
.sec-history-item__list dl {
  display: flex;
  line-height: 1.4;
}
.sec-history-item__list dl:before {
  content: "・";
  display: inline-block;
  width: 1rem;
}
.sec-history-item__list dl + dl {
  margin-top: 1em;
}
.sec-history-item__list dt {
  flex: 1;
  font-weight: normal;
}
.sec-history-item__list dd {
  width: 7rem;
  text-align: right;
}
.sec-history-item + .sec-history-item {
  margin-top: 4rem;
}

/* result
============================================================ */
.sec-result-history-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-result-history-item .icon-accordion {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  transform: translate(50%, -50%);
}
.sec-result-history-item .icon-accordion:before, .sec-result-history-item .icon-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.sec-result-history-item .icon-accordion:before {
  width: 100%;
  height: 2px;
}
.sec-result-history-item .icon-accordion:after {
  width: 2px;
  height: 100%;
}
.sec-result-history-item.opened .icon-accordion:after {
  display: none;
}
.sec-result-history-item .icon-accordion {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
}
.sec-result-history-item .icon-accordion:before {
  width: 70%;
}
.sec-result-history-item .icon-accordion:after {
  height: 70%;
}
.sec-result-history-item__caption {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  padding-right: 2em;
  cursor: pointer;
}
.sec-result-history-item__list {
  font-size: 1.4rem;
  text-align: center;
}
.sec-result-history-item__list li + li {
  margin-top: 1em;
}
.sec-result-history-item + .sec-result-history-item {
  margin-top: 3rem;
}

.sec-result-detail .sec-ttl {
  margin-bottom: 1.5rem;
}
.sec-result-detail__date {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.sec-result-detail__imageList {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.sec-result-detail__imageList li {
  margin: 0 0.5rem;
}
.sec-result-detail__imageList img {
  margin-top: 1rem;
  width: 9rem;
  height: 9rem;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid;
}
.sec-result-detail__text {
  line-height: 2;
  font-size: 1.6rem;
  text-align: center;
}
.sec-result-detail .m-btn {
  margin-top: 7rem;
}

/* userinfo
============================================================ */
.sec-userinfo__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-userinfo__list dl {
  display: flex;
}
.sec-userinfo__list dl + dl {
  margin-top: 1.5rem;
}
.sec-userinfo__list dt {
  width: 7em;
  text-align: right;
  white-space: nowrap;
}
.sec-userinfo__list dd {
  flex: 1;
  margin-left: 1em;
  text-align: left;
}
.sec-userinfo__list small {
  font-size: 1rem;
}
.sec-userinfo .m-btn {
  margin-top: 5rem;
}
.sec-userinfo .m-form__submit .m-btn {
  margin-top: 0;
}
.sec-userinfo__header {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
}
.sec-userinfo .m-form__complete {
  margin-bottom: 7rem;
}

/* recommend flow
============================================================ */
.sec-recommend-flow + .sec-recommend-flow {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.sec-recommend-flow + .m-btn {
  margin-top: 4rem;
}

.sec-recommend-flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-recommend-flow-item + .sec-recommend-flow-item {
  margin-top: 2.5rem;
}
.sec-recommend-flow-item__ttl {
  flex: 1;
  text-align: center;
  font-size: 1.4rem;
}
.sec-recommend-flow-item__btn {
  width: 15rem;
}

/* limited
============================================================ */
.sec-limited-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
}

/* password
============================================================ */
.sec-password {
  margin-top: 6rem;
}
.sec-password__header {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1.5rem;
}
.sec-password .m-form__complete {
  margin-bottom: 7rem;
}

/* status
============================================================ */
.p-status .l-container {
  padding-top: 0;
  padding-bottom: 0;
}
.p-status .sec-status {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-status .sec-status__ttl {
  margin-bottom: 4rem;
  padding-top: 3.5rem;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1;
  color: #000040;
}
.p-status .sec-status__ttl img {
  width: auto;
  height: 1em;
}
.p-status .sec-status__inner {
  font-size: 1.6rem;
  text-align: center;
}
.p-status .sec-status__inner > * + * {
  margin-top: 3rem;
}
.p-status .sec-status__caption {
  font-size: 1.8rem;
}
.p-status .sec-status__caption em {
  font-style: normal;
  font-size: 2.2rem;
}
.p-status .sec-status__image {
  margin: 4rem auto 0;
}
.p-status .sec-status__image figcaption {
  padding-right: 1rem;
  font-size: 1.2rem;
  text-align: right;
}
.p-status.has-toolbar .sec-status {
  padding-bottom: 8rem;
}