@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  display: block;
  border-style: none;
  vertical-align: bottom;
  margin: auto;
  height: auto;
  max-width: 100%;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  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;
  border: 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;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #3C2F2B;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  cursor: pointer;
}

a[href^=tel] {
  color: #3C2F2B;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3C2F2B;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #3C2F2B;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3C2F2B;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #3C2F2B;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3C2F2B;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #3C2F2B;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3C2F2B;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3C2F2B;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #3C2F2B;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #3C2F2B;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #3C2F2B;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #3C2F2B;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #3C2F2B;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #3C2F2B;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #3C2F2B;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

.u-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
  .u-pc-i {
    display: inline;
  }
  .u-pc-ib {
    display: inline-block;
  }
  .u-pc-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-pc-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-sp {
    display: none;
  }
  .u-sp-i, .u-sp-ib, .u-sp-f, .u-sp-if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-pc-i, .u-pc-ib, .u-pc-f, .u-pc-if {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp-i {
    display: inline;
  }
  .u-sp-ib {
    display: inline-block;
  }
  .u-sp-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-sp-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* =================================
 content-size
================================= */
.u-content-size {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u-content-size {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }
}

/* =================================
 text
================================= */
.u-text-1 {
  font-size: 18px;
  line-height: calc(30.6 / 18);
}
.u-text-1 + .u-text-1  {
  margin-top: 20px;
}

/* =================================
 text weight
================================= */
.u-lighter {
  font-weight: lighter;
}

.u-bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-ta-cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u-paragraph + .u-paragraph {
  margin: 20px 0 0;
}

/* =================================
 hover animation
================================= */
.u-hover-1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .u-hover-1:hover {
    opacity: 0.7;
  }
}

/* =================================
 margin
================================= */
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0 !important;
  }
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mt85-sp {
    margin-top: 85px !important;
  }
  .u-mt90-sp {
    margin-top: 90px !important;
  }
  .u-mt95-sp {
    margin-top: 95px !important;
  }
  .u-mt100-sp {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mt0-pc-tab {
    margin-top: 0 !important;
  }
  .u-mt5-pc-tab {
    margin-top: 5px !important;
  }
  .u-mt10-pc-tab {
    margin-top: 10px !important;
  }
  .u-mt15-pc-tab {
    margin-top: 15px !important;
  }
  .u-mt20-pc-tab {
    margin-top: 20px !important;
  }
  .u-mt25-pc-tab {
    margin-top: 25px !important;
  }
  .u-mt30-pc-tab {
    margin-top: 30px !important;
  }
  .u-mt35-pc-tab {
    margin-top: 35px !important;
  }
  .u-mt40-pc-tab {
    margin-top: 40px !important;
  }
  .u-mt45-pc-tab {
    margin-top: 45px !important;
  }
  .u-mt50-pc-tab {
    margin-top: 50px !important;
  }
  .u-mt55-pc-tab {
    margin-top: 55px !important;
  }
  .u-mt60-pc-tab {
    margin-top: 60px !important;
  }
  .u-mt65-pc-tab {
    margin-top: 65px !important;
  }
  .u-mt70-pc-tab {
    margin-top: 70px !important;
  }
  .u-mt75-pc-tab {
    margin-top: 75px !important;
  }
  .u-mt80-pc-tab {
    margin-top: 80px !important;
  }
  .u-mt85-pc-tab {
    margin-top: 85px !important;
  }
  .u-mt90-pc-tab {
    margin-top: 90px !important;
  }
  .u-mt95-pc-tab {
    margin-top: 95px !important;
  }
  .u-mt100-pc-tab {
    margin-top: 100px !important;
  }
}

/* ======================================================================
 component
====================================================================== */

.c-button-1 {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  border-radius: 4px;
}
.c-button-1 img {
  display: blodk;
  max-width: 100%;
  heigth: auto;
  transition: 0.3s;
} 
@media screen and (min-width: 768px) {
  .c-button-1:hover img {
    transform: translateY(5px);
  }
}

.c-link-1 {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  line-height: calc(30.6 / 18);
  color: #688961;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-link-1:not([target=_blank]):after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 4px;
  width: 8px;
  height: 8px;
  border-right: solid 2px #688961;
  border-bottom: solid 2px #688961;
  transform: rotate(-45deg);
}
.c-link-1[target=_blank]:after {
  content: url(../img/c-link-1-external.svg);
  display: inline-block;
  margin: 0 0 2px 4px;
  width: 8px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .c-link-1:hover {
    text-decoration: none;
  }
}

.c-note-1 {
  margin-top: 20px;
}
.c-note-1__item {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 12px;
  line-height: calc(18 / 12);
}
.c-note-1__item:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* ======================================================================
 layout
====================================================================== */

/* =================================
 l-bg
================================= */
.l-bg {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.png) no-repeat center/cover;
}

/* =================================
 l-container
================================= */
.l-container {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  background:#FEFCF5;
  overflow-x: hidden;
}

/* =================================
 l-header
================================= */
.l-header {
  display: grid;
  grid-template-columns: 133px 1fr;
  background: #fff;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header__logo-img {
  width: 73px;
}
.l-header__tel {
  height: 100%;
  background: #3D852F;
}
.l-header__tel-img {
  width: 100%;
  display: block;
}

/* =================================
 l-main-visual
================================= */
.l-main-visual {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.l-main-visual__img {
  width: 100%;
}

/* =================================
 l-footer
================================= */
.l-footer {
  background: url(../img/footer-bg.png) no-repeat center / cover;
}
.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 43px 15px 15px;
  font-size: 14px;
  text-underline-offset: 2px;
}
.l-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__item:nth-child(odd):after {
  content: "";
  width: 1px;
  height: 15px;
  background: #3C3837;
  margin: 0 0 0 10px;
}
.l-footer__link {
  text-decoration: underline;
}
.l-footer__link:hover {
  color: #3C3837;
}
@media screen and (min-width: 768px) {
  .l-footer__link:hover {
    text-decoration: none;
  }
}
.l-footer__copyright {
  display: block;
  background: #3C3837;
  text-align: center;
  font-size: 10px;
  line-height: 35px;
  color: #fff;
}

/* =================================
 sections
================================= */

.sec-1 {
  padding: 15px 15px 60px;
  background: url(../img/sec-1-bg.jpg) no-repeat center / cover;
}
.sec-1 .c-button-1 {
  z-index: 1;
  position: relative;
  max-width: calc(100% * (285 / 345));
  margin-top: max(-93px, -25vw);
  margin-bottom: min(35px, 11vw);
}

.sec-4 {
  position: relative;
  padding: 60px 15px 30px;
  background: url(../img/sec-4-bg.png) no-repeat center / cover;
}
.sec-4__title {
  width: 333px;
  margin-left: -15px;
}
.sec-4__text-1 {}
.sec-4__text-2 {}
.sec-4__text-3 {
  max-width: 173px;
}
.sec-4__image-1 {
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: 20px auto 20px -15px;
}
.sec-4__image-2 {
  position: absolute;
  top: 910px;
  right: -42px;
  width: 218.5px;
}
.sec-4__image-3 {
  margin: 70px 0 0;
  width: 377.5px;
  max-width: 377.5px;
}

.sec-5 {
  position: relative;
  padding: 30px 15px 0;
  background: url(../img/sec-5-bg.png) no-repeat center / cover;
}
.sec-5__title {
  margin: 0 -15px 0 auto;
  width: 286px;
}
.sec-5__list {
  margin: 20px auto 0 -15px;
  width: calc(100% + 30px);
}

.sec-6 {
  position: relative;
  padding: 60px 15px;
  background: url(../img/sec-6-bg.png) no-repeat center / cover;
}
.sec-6 .c-link-1 {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.sec-6__title {
  width: 334px;
}
.sec-6__list {
}
.sec-6__list > * {
  margin: 20px auto 0;
}
.sec-6__image-5 {
  margin: 55px auto 0;
  width: 190px;
}
.sec-6__note {
  position: relative;
  margin: 5px 0 0;
  padding: 0 0 5px 10px;
  font-size: 10px;
  line-height: 1.6;
}
.sec-6__note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec-6__dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  border-bottom: solid 1px #CCC7BE;
  margin: 20px auto 0;
}
.sec-6__dt {
  padding: 2.5px 10px;
  border-top: solid 1px #CCC7BE;
  border-right: solid 1px #CCC7BE;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  background: #E3DDD37F;
}
.sec-6__dd {
  padding: 2.5px 10px;
  border-top: solid 1px #CCC7BE;
  font-size: 14px;
  line-height: 2;
}

.sec-form {
  padding: 50px 15px 60px;
  background: url(../img/form-bg.png) no-repeat center / cover;
}
.sec-form .c-link-1 {
  margin: 30px 0 0;
  font-size: 16px;
}
.sec-form .c-link-1:after {
  width: 5px;
  height: 5px;
  border-right: solid 1px #688961;
  border-bottom: solid 1px #688961;
}
.sec-form__ttl {
  display: block;
  width: 345px;
  max-width: 100%;
}
.sec-form__note {
  font-size: 12px;
  line-height: 19px;
}
.sec-form label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif !important; // override form default styles
}
.sec-form .c_link_target {
  margin: 0 7px 0 0;
  color: #688961;
  text-decoration: underline;
}
.sec-form .c_link_target:after {
  content: url(../img/c-link-1-external.svg);
  display: inline-block;
  margin: 0 0 2px 4px;
  width: 8px;
  line-height: 0;
}
.sec-form .c_link_target_2 {
  text-align: center;
  font-size: 16px;
  margin: 15px auto 0;
  display: block;
}
@media (max-width: 600px) {
  #orderForm {
    width: 100%;
    padding: 0;
  }
  #orderForm form > div {
    padding: 0;
  }
  .lpc h3 {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #CCC7BE;
    font-size: 2rem;
    line-height: 1.4;
  }
}

#orderForm {
  background: none;
  padding: 0;
  max-width: 100%;
  min-width: unset;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

#orderForm form {
  min-width: 0 !important;
}

.lpc h2 {
  display: none;
}

.lpc h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #688961;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  color: #3C2F2B;
  font-family: "Shippori Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif !important;
}

#orderForm form > div {
  background: none;
  padding: 0 !important;
}
#orderInfo {
  position: relative;
  margin: 30px auto 95px;
  padding: 20px 15px;
  border-radius: 0;
  background: url(../img/form-bg-2.png) no-repeat center / cover;
}
#orderInfo .note {
  position: absolute;
  bottom: -65px;
  left: 0;
  color: #E65D45;
  font-size: 12px;
  line-height: 19px;
}
#orderInfo .formItem {
  padding: 0;
  margin: 20px 0 0;
}

.lpc #orderInfo label {
  padding: 0;
  display: block;
  float: none;
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
}

.lpc label + div {
  float: none;
}

#orderInfo .formItem + #orderInfo .formItem {
  margin-top: 20px;
}

#orderInfo .formItem label + div {
  width: 100%;
}

.lpc select,
#orderForm form div div#selectItemArea div select[name=item_no] {
  min-width: 0;
  width: 100%;
  height: 44px;
  border: 1px solid #CCC7BE;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 0;
}
.lpc select:invalid,
#orderForm form div div#selectItemArea div select[name=item_no]:invalid {
  color: #CCC7BE !important;
}

.lpc select,
#orderForm form div div#selectItemArea div select[name=item_no] {
  background: #fff url(../img/i_select_dropdown.svg) 97% center no-repeat;
}

.lpc input[name^=CNT], .lpc input[type=text], .lpc input[type=email], .lpc input[type=tel], .lpc input[type=password] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC7BE;
  background: #fff;
  height: 44px !important;
  font-size: 1.6rem;
  line-height: 1.75;
}

.lpc input[name^=CNT]::-webkit-input-placeholder, .lpc input[type=text]::-webkit-input-placeholder, .lpc input[type=email]::-webkit-input-placeholder, .lpc input[type=tel]::-webkit-input-placeholder, .lpc input[type=password]::-webkit-input-placeholder {
  color: #CCC7BE !important;
}

.lpc input[name^=CNT]::-moz-placeholder, .lpc input[type=text]::-moz-placeholder, .lpc input[type=email]::-moz-placeholder, .lpc input[type=tel]::-moz-placeholder, .lpc input[type=password]::-moz-placeholder {
  color: #CCC7BE !important;
}

.lpc input[name^=CNT]:-ms-input-placeholder, .lpc input[type=text]:-ms-input-placeholder, .lpc input[type=email]:-ms-input-placeholder, .lpc input[type=tel]:-ms-input-placeholder, .lpc input[type=password]:-ms-input-placeholder {
  color: #CCC7BE !important;
}

.lpc input[name^=CNT]::-ms-input-placeholder, .lpc input[type=text]::-ms-input-placeholder, .lpc input[type=email]::-ms-input-placeholder, .lpc input[type=tel]::-ms-input-placeholder, .lpc input[type=password]::-ms-input-placeholder {
  color: #CCC7BE !important;
}

.lpc input[name^=CNT]::placeholder,
.lpc input[type=text]::placeholder,
.lpc input[type=email]::placeholder,
.lpc input[type=tel]::placeholder,
.lpc input[type=password]::placeholder {
  color: #CCC7BE !important;
}

.lpc input.changeAmount {
  width: 95px !important;
}

.orderInfoOptStock {
  font-size: 1.4rem !important;
  vertical-align: bottom;
  margin: 0 0 0 15px;
}

#orderGuest .formItem, #orderGuest .formItemAddr, #orderDeliv .formItem, #orderDeliv .formItemAddr {
  overflow: hidden;
  border: none !important;
}

#orderGuest .formItem, #orderGuest .formItemAddr, #orderDeliv .formItem, #orderDeliv .formItemAddr {
  padding: 0 !important;
}

#orderGuest .formItem label + div, #orderGuest .formItemAddr label + div, #orderDeliv .formItem label + div, #orderDeliv .formItemAddr label + div {
  width: 100% !important;
}

.lpc label {
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  padding: 0 !important;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 7px;
}

.lpc label span {
  font-size: 16px !important;
  line-height: 1.7 !important;
  display: block !important;
  vertical-align: middle;
}

.lpc .required {
  position: static !important;
  background: #E65D45;
  border-radius: 0 !important;
  color: #fff;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  width: 34px;
  height: 19px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}

#orderGuest .formItem:not(:first-of-type) {
  margin-top: 20px;
}

.formItemAddr {
  margin-top: 20px;
}

#orderGuest .formItem input[type=email] ~ p:not(.error), #orderGuest .formItem input[type=password] ~ p:not(.error), #orderGuest .formItem.crossPointItems p:not(.error) {
  margin: 10px 0 0;
  color: #332E2C;
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

#orderEnquete h3 {
  display: none !important;
}

#orderEnquete.subBlock {
  margin-top: 0 !important;
}

.formItem {
  padding: 0 !important;
}

#orderEnquete .required {
  position: static;
  margin: 0 0 0 0.5em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#orderEnquete label {
  float: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#orderEnquete .formItemRadio > div,
#orderEnquete .formItemDate > div {
  float: none !important;
}

input[name^=purchaser_enq_quest] + div, input[name^=purchaser_enq_quest] + div + p.error, input[name^=mem_enq_quest] + div, input[name^=mem_enq_quest] + div + p.error, input[name^=deliv_enq_quest] + div, input[name^=deliv_enq_quest] + div + p.error {
  padding-left: 0 !important;
}

#orderPayment input[type=radio] {
  display: none !important;
}
#orderPayment .formItem {
  overflow: visible;
  border-bottom: none;
}
#orderPayment div label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 40px !important; /* ボックス内側の余白を指定する */
  cursor: pointer;
}
#orderPayment div label:after {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 7.5px; /* 上部から配置の基準位置を決める */
  left: 0px; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 30px; /* ボックスの横幅を指定する */
  height: 30px; /* ボックスの高さを指定する */
  border: 2px solid #CCC7BE; /* ボックスの境界線を実線で指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  background: #fff;
}
#orderPayment div label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #78906D;
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 5px;
  opacity: 0;
}
#orderPayment div label:has(input:checked):before {
  opacity: 1;
}
#orderPayment div label div {
  width: 100%;
}
#orderPayment.subBlock {
  margin-top: 20px !important;
}
#orderPayment.subBlock h3 {
  border-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif !important;
}
#orderPayment.subBlock h3:after {
  content: "必須";
  position: static !important;
  background: #E65D45;
  border-radius: 0 !important;
  color: #fff;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  width: 34px;
  height: 19px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}

#orderAgree {
  border-top: 0 !important;
}
#orderAgree input[type=checkbox] {
  display: none !important;
}
#orderAgree label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 40px !important; /* ボックス内側の余白を指定する */
  cursor: pointer;
}
#orderAgree label:after {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 0px; /* 上部から配置の基準位置を決める */
  left: 0px; /* 左から配置の基準位置を決める */
  width: 30px; /* ボックスの横幅を指定する */
  height: 30px; /* ボックスの高さを指定する */
  border: 2px solid #CCC7BE; /* ボックスの境界線を実線で指定する */
  background: #fff;
}
#orderAgree label:before {
  content: "";
  width: 17px;
  height: 13px;
  display: block;
  background: #78906D;
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 9px;
  opacity: 0;
  -webkit-mask-image: url(/lp/lp-hiranobe/web/assets/img/ico_check.svg);
  mask-image: url(/lp/lp-hiranobe/web/assets/img/ico_check.svg);
}
#orderAgree label:has(input:checked):before {
  opacity: 1;
}
input[type=button] {
  width: 100% !important;
  height: 61px !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: #E65D45 !important;
  border: none;
  padding: 0 !important;
  position: relative;
  z-index: 0;
  border-radius: 4px !important;
  box-shadow: 0 4px 0 0 #B94B38;
  transition: 0.3s;
}
input[type=button]:hover {
  box-shadow: 0 0 0 0 #B94B38;
  transform: translateY(4px);
}
#orderSubmit:hover:before,
#orderSubmit:hover:after {
  transform: translateY(4px);
}
#orderSubmit {
  margin: 30px auto;
  position: relative;
  z-index: 0;
}
#orderSubmit:before {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 70px;
  content: url(../img/i-shopping-cart.svg);
  transition: 0.3s;
}
#orderSubmit:after {
  content: "";
  width: 8px;
  height: 13px;
  background: #fff;
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
  -webkit-mask-image: url(/lp/lp-hiranobe/web/assets/img/i_chevron.svg);
  mask-image: url(/lp/lp-hiranobe/web/assets/img/i_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.formItemErr .error {
  font-size: 14px !important;
  margin-top: 10px !important;
}
body .lpc, .lpc textarea, .lpc input, .lpc button, .lpc select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

/* =================================
 margin
================================= */
.u_mt0 {
  margin-top: 0 !important;
}

.u_mt5 {
  margin-top: 5px !important;
}

.u_mt10 {
  margin-top: 10px !important;
}

.u_mt15 {
  margin-top: 15px !important;
}

.u_mt20 {
  margin-top: 20px !important;
}

.u_mt25 {
  margin-top: 25px !important;
}

.u_mt30 {
  margin-top: 30px !important;
}

.u_mt35 {
  margin-top: 35px !important;
}

.u_mt40 {
  margin-top: 40px !important;
}

.u_mt45 {
  margin-top: 45px !important;
}

.u_mt50 {
  margin-top: 50px !important;
}

.u_mt55 {
  margin-top: 55px !important;
}

.u_mt60 {
  margin-top: 60px !important;
}

.u_mt65 {
  margin-top: 65px !important;
}

.u_mt70 {
  margin-top: 70px !important;
}

.u_mt75 {
  margin-top: 75px !important;
}

.u_mt80 {
  margin-top: 80px !important;
}

.u_mt85 {
  margin-top: 85px !important;
}

.u_mt90 {
  margin-top: 90px !important;
}

.u_mt95 {
  margin-top: 95px !important;
}

.u_mt100 {
  margin-top: 100px !important;
}