@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 {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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: #2E2E38;
  font-family: "Shippori Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  background: #F7F5E9;
  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;
  position: relative;
  z-index: 0;
}

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 {
  color: #2E2E38;
  cursor: pointer;
}
a:visited {
  color: #2E2E38;
}
a:hover {
  color: #2E2E38;
}
a:active {
  color: #2E2E38;
}

a[href^=tel] {
  color: #2E2E38;
}

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

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2E2E38;
}

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

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: "";
}

.d_none {
  display: none;
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}

/* =================================
 text
================================= */
.u_txt_10 {
  font-size: 1rem;
  line-height: 3.2;
}
.u_txt_10_1 {
  font-size: 1rem;
  line-height: 1.6;
}

.u_txt_12 {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

.u_txt_14 {
  font-size: 1.4rem;
  line-height: 2;
}

.u_txt_16 {
  font-size: 1.6rem;
  line-height: 2;
}

.u_txt_18 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.u_txt_20 {
  font-size: 2rem;
  line-height: 1.25;
}
.u_txt_20_1 {
  font-size: 2rem;
  line-height: 1.6;
}

.u_txt_22 {
  font-size: 2.2rem;
  line-height: 1.5909090909;
}

.u_txt_24 {
  font-size: 2.4rem;
  line-height: 1.0416666667;
}
.u_txt_24_1 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
}

.u_txt_28 {
  font-size: 2.8rem;
  line-height: 1.6071428571;
}

.u_txt_32 {
  font-size: 3.2rem;
  line-height: 1.0625;
}

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

.u_medium {
  font-weight: 500;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

/* =================================
 text writing mode
================================= */
.u_tr_vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 0 auto;
  font-size: 3.8rem;
  line-height: 1.0526315789;
  position: relative;
  z-index: 10;
}
.u_tr_vertical_txt {
  height: calc(100% + 1.5em);
  display: inline-block;
  padding: 0 5px;
  letter-spacing: 0.05em;
}
.u_tr_vertical_txt .min {
  font-size: 2.8rem;
  line-height: 1.4285714286;
}
.u_tr_vertical._2col .u_tr_vertical_txt {
  height: calc(100% + 2em);
}
.u_tr_vertical._2col_min .u_tr_vertical_txt {
  height: calc(100% + 0.3em);
}

/* =================================
 color
================================= */
.u_color_important {
  color: #D34242;
}

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

/* =================================
 hover animation
================================= */
.u_hover_1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* =================================
 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;
}
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  display: table;
  margin: 0 auto 10px;
  position: relative;
}
.c_ttl_1:before, .c_ttl_1:after {
  content: "";
  width: 7px;
  height: 19px;
  display: block;
  background: #2E2E38;
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/c_ttl_1_obj.svg);
  mask-image: url(/lp/okabenomen02/assets/img/c_ttl_1_obj.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_ttl_1:before {
  left: -17px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}
.c_ttl_1:after {
  right: -17px;
}

/* =================================
 c_txt
================================= */
.c_txt_strong {
  font-size: 1.5em;
  color: #CB7151;
}

/* =================================
 button
================================= */
.c_btn_1 {
  width: 100%;
  height: 45px;
  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;
  border: 1px solid #558341;
  color: #558341;
  font-size: 2rem;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.c_btn_1:after {
  content: "";
  width: 11px;
  height: 6px;
  background: #558341;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/i_chevron_down.svg);
  mask-image: url(/lp/okabenomen02/assets/img/i_chevron_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c_btn_1.show:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.c_btn_2 {
  width: 100%;
  height: 64px;
  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;
  color: #fff;
  background: #E6714B;
  font-size: 2.2rem;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.c_btn_2:link, .c_btn_2:active, .c_btn_2:visited {
  color: #fff;
  cursor: pointer;
}
.c_btn_2:hover {
  color: #fff;
}
.c_btn_2:after {
  content: "";
  width: 13px;
  height: 8px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/i_chevron_down.svg);
  mask-image: url(/lp/okabenomen02/assets/img/i_chevron_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* =================================
 link
================================= */
.c_link, .c_link_arrow, .c_link_target {
  display: inline-block;
  text-decoration: underline;
}
.c_link:link, .c_link_arrow:link, .c_link_target:link, .c_link:active, .c_link_arrow:active, .c_link_target:active, .c_link:visited, .c_link_arrow:visited, .c_link_target:visited {
  color: #558341;
  cursor: pointer;
}
.c_link:hover, .c_link_arrow:hover, .c_link_target:hover {
  color: #558341;
}
.c_link:hover, .c_link_arrow:hover, .c_link_target:hover {
  text-decoration: none;
}
.c_link_target:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 6px;
  width: 10px;
  height: 10px;
  background: #558341;
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/i_newtab.svg);
  mask-image: url(/lp/okabenomen02/assets/img/i_newtab.svg);
}
.c_link_arrow:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 6px;
  width: 4px;
  height: 7px;
  background: #558341;
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/i_chevron.svg);
  mask-image: url(/lp/okabenomen02/assets/img/i_chevron.svg);
}

/* =================================
 list
================================= */
.c_list_1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_list_1__list:before {
  content: "※";
}

.c_list_2 {
  counter-reset: c_list_2;
}
.c_list_2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_list_2__item:before {
  content: "※" counter(c_list_2) "：";
  counter-increment: c_list_2;
}

/* =================================
 table
================================= */
.c_tbl {
  table-layout: fixed;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.c_tbl__tr {
  border-top: 1px solid #CCC7BE;
}
.c_tbl__tr:last-child {
  border-bottom: 1px solid #CCC7BE;
}
.c_tbl__th {
  width: 90px;
  padding: 10px;
  border-right: 1px solid #CCC7BE;
  text-align: center;
  background: rgba(227, 221, 211, 0.5);
  color: #3C2F2B;
  font-weight: 400;
}
.c_tbl__td {
  padding: 10px;
}

/* =================================
 c_scroll
================================= */
.c_scroll__ttl {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.c_scroll__circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 7px auto 0;
  position: relative;
  z-index: 0;
}
.c_scroll__circle:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 38px;
  background: #fff;
  -webkit-animation: pathmove 1.8s ease-in-out infinite;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.c_box_fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.c_box_fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* =================================
 c_step
================================= */
.c_step {
  counter-reset: c_step;
}
.c_step_item {
  position: relative;
  padding: 7px 0 0 55px;
}
.c_step_item__ttl {
  font-size: 2.2rem;
  line-height: 1.1363636364;
  margin: 0 0 12px;
}
.c_step_item:before {
  content: counter(c_step, decimal-leading-zero);
  counter-increment: c_step;
  font-size: 2.2rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  border: 1px solid #78906D;
  background: #F1E7D7;
  color: #78906D;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.c_step_item:not(:last-of-type) {
  padding-bottom: 24px;
}
.c_step_item:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 100%;
  background: #78906D;
  position: absolute;
  z-index: 0;
  left: 19px;
  top: 0;
  display: block;
}
.c_step_item__read {
  margin: 15px 0 0;
}
.c_step_item__thumb:not(:first-child) {
  margin: 10px 0 0;
}
.c_step_item__thumb .img {
  width: 100%;
  height: auto;
}

/* =================================
 c_more
================================= */
.c_more {
  height: 980px;
  overflow: hidden;
  position: relative;
}
.c_more:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 231, 215, 0)), to(rgb(241, 231, 215)));
  background: linear-gradient(180deg, rgba(241, 231, 215, 0) 0%, rgb(241, 231, 215) 100%);
}
.c_more.show {
  height: auto;
}
.c_more.show:after {
  display: none;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  width: 100%;
}

/* =================================
 l_content
================================= */
.l_content {
  width: 100%;
  margin: 0 0 0 auto;
  background: #F7F5E9;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}

/* =================================
 l_pc_content
================================= */
.l_pc_content {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.l_pc_content_header {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 115px;
}
.l_pc_content_header__logo img {
  display: block;
}
.l_pc_content_footer {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 117px;
}
.l_pc_content_main_visual {
  height: calc(100vh - 115px - 117px);
}
.l_pc_content_main_visual .slick-list,
.l_pc_content_main_visual .slick-track {
  height: 100%;
}
.l_pc_content_main_visual__item {
  height: 100%;
  padding: 0 30px;
}
.l_pc_content_main_visual__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* =================================
 l_header
================================= */
.l_header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.l_header img {
  width: 80px;
  display: block;
}

/* =================================
 l_fv
================================= */
.l_fv {
  position: relative;
  z-index: 0;
  padding: 0 0 10px;
}
.l_fv__cont {
  position: relative;
  z-index: 1;
  top: -30px;
  padding: 0 15px;
}
.l_fv__ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-left: -10px;
}
.l_fv__ttl span {
  display: table;
  background: #F7F5E9;
  position: relative;
  z-index: 0;
  padding: 0 10px;
  font-weight: bold;
}
.l_fv__ttl span:after {
  content: "";
  height: 4px;
  background: #E5DBA3;
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards;
}
.l_fv__ttl span:nth-child(1):after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.l_fv__ttl span:nth-child(2):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.l_fv__ttl span:nth-child(3):after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.l_fv__ttl.is_load span:after {
  -webkit-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards;
}
.l_fv__ttl.is_load span:nth-child(1):after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.l_fv__ttl.is_load span:nth-child(2):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.l_fv__ttl.is_load span:nth-child(3):after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 20px);
  }
}

@keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 20px);
  }
}
/* =================================
 l_main_visual
================================= */
.l_main_visual {
  height: 346px;
}
.l_main_visual_inr {
  overflow: hidden;
  height: 100%;
}
.l_main_visual .slick-list,
.l_main_visual .slick-track {
  height: 100%;
}
.l_main_visual__item {
  height: 100%;
}
.l_main_visual__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l_main_visual .add-animation {
  -webkit-animation: zoomUp 4s linear 1s normal both;
  animation: zoomUp 4s linear 1s normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); /* 拡大率 */
  }
}
/* =================================
 l_footer
================================= */
.l_footer {
  padding: 45px 15px 120px;
}
.l_footer_sns__lists {
  display: grid;
  grid-template-columns: repeat(3, 48px);
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l_footer_sns__item .img {
  display: block;
}

/* =================================
 l_fixed_btn
================================= */
.l_fixed_btn {
  position: fixed;
  z-index: 100;
  right: -10px;
  bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.l_fixed_btn a {
  display: block;
}
.l_fixed_btn .img {
  display: block;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.l_fixed_btn.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
*:has(+ .sec_feature) {
  padding-bottom: 215px !important;
}

*:has(+ .sec_recommend) {
  padding-bottom: 170px !important;
}

*:has(+ .sec_voice) {
  padding-bottom: 170px !important;
}

*:has(+ .sec_okabe_process) {
  padding-bottom: 230px !important;
}

img {
  width: 100%;
  height: auto;
}

.sec_feature {
  padding: 50px 15px;
}
.sec_feature_ttl {
  margin-top: -190px;
}
.sec_feature_cont_min {
  width: 245px;
  margin-inline: auto;
}
.sec_feature_cont_ttl {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.sec_feature_cont._second .sec_cont_thumb {
  margin-top: -60px;
}
.sec_feature_cont._third .sec_cont_thumb {
  margin-top: -10px;
}

.sec_recommend {
  padding: 50px 15px 80px;
  background: #F0E7D8;
  height: 100%;
}
.sec_recommend_ttl {
  margin-top: -150px;
}
.sec_recommend_cont {
  position: relative;
  z-index: 0;
  padding: 0 0 10px;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.sec_recommend_cont h3 {
  display: flex;
  align-items: center;
}
.sec_recommend_cont:after {
  content: "";
  width: 1px;
  height: calc(100% - 35px);
  top: 35px;
  left: 10px;
  position: absolute;
  z-index: 5;
  background: #B0BEA6;
}
.sec_recommend_cont._ver1:after {
  top: 70px;
  height: calc(100% - 70px);
}
.sec_recommend_cont_img {
  margin: 20px 0 0;
}
.sec_recommend_cont_txt {
  margin: 20px 0 0 30px;
}
.sec_recommend_arrange {
  margin-right: -15px;
  padding: 0 15px 0 0;
  overflow: hidden;
}
.sec_recommend_arrange_ttl {
  color: #CB7151;
}

.swiper-wrapper {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.swiper-slide {
  height: auto;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin: 20px 0 0;
  height: 6px;
  background: #E3DDD3;
  width: 100%;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #C3B9A8;
}

.sec_secret {
  padding: 70px 15px;
}

.sec_voice_ttl {
  margin-top: -190px;
}
.sec_voice_sns_slider {
  margin: 0 -15px;
}
.sec_voice_sns_slider_item {
  width: 224px;
  margin: 0 7.5px;
}

.sec_7 {
  padding: 90px 15px 80px;
  position: relative;
  z-index: 0;
}
.sec_7_ttlbox {
  margin: -180px 0 0;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px;
}
.sec_7_ttlbox__ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.sec_7_ttlbox__readbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.sec_7_cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.sec_7_cont .img {
  width: 100%;
  height: auto;
}

.prod_contents {
  padding: 60px 15px;
  position: relative;
  z-index: 0;
}
.prod_contents__thumb {
  margin: 0 auto;
  width: 55vw;
}
.prod_contents__thumb .img {
  width: 100%;
  height: auto;
}

.sec_okabe_process {
  background: #F0E7D8;
  padding: 70px 15px;
}
.sec_okabe_process_ttl {
  margin-top: -210px;
}
.sec_okabe_process_ttl .u_tr_vertical_txt {
  height: calc(100% + 0.5em);
}

.sec_cont_thumb {
  width: calc(100% + 15px);
}
.sec_cont_thumb._l {
  margin-left: -15px;
}
.sec_cont_thumb._r {
  margin-right: -15px;
}

.sec_form {
  padding: 50px 15px 60px;
  background: #F1E7D7;
}
.sec_form__ttl {
  font-size: 3.8rem;
  line-height: 1.0526315789;
  text-align: center;
  margin: 0 0 24px;
}
.sec_form img {
  width: auto;
  height: auto;
}
#orderInfo {
  padding: 20px 15px;
}

#orderForm {
  background: none;
  padding: 0;
}

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

.lpc h2 {
  display: none;
}

.lpc h3 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #CCC7BE;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}

#orderForm form > div {
  background: none;
  padding: 0 !important;
}

#orderInfo {
  background: #F7F5E9;
  border-radius: 0;
  margin: 20px 0 0;
}

#orderInfo .formItem {
  padding: 0;
  margin: 20px 0 0;
}

.lpc #orderInfo label {
  padding: 0;
  display: block;
  float: none;
  font-size: 1.6rem;
  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: 38px;
  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(/lp/okabenomen02/assets/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: 38px !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;
}

#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: #D34242;
  border-radius: 0 !important;
  color: #fff;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  width: 34px;
  height: 16px;
  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: #2E2E38;
  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 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;
}
#orderPayment.subBlock h3:after {
  content: "必須";
  position: static !important;
  background: #D34242;
  border-radius: 0 !important;
  color: #fff;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  width: 34px;
  height: 16px;
  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/okabenomen02/assets/img/ico_check.svg);
  mask-image: url(/lp/okabenomen02/assets/img/ico_check.svg);
}
#orderAgree label:has(input:checked):before {
  opacity: 1;
}
input[type=button] {
  width: 100% !important;
  height: 64px !important;
  font-size: 20px !important;
  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: #E6714B !important;
  border: none;
  padding: 0 !important;
  position: relative;
  z-index: 0;
}

#orderSubmit {
  position: relative;
  z-index: 0;
}
#orderSubmit:after {
  content: "";
  width: 6px;
  height: 11px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(/lp/okabenomen02/assets/img/i_chevron.svg);
  mask-image: url(/lp/okabenomen02/assets/img/i_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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: "Shippori Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif !important;
}

.cta_sec {
  background: #F0E7D8;
  padding: 0 20px 60px;
  position: relative;
  z-index: 0;
}
.cta_sec._ver2 {
  background: #462E1E;
}
.cta_sec._ver2 .set_price {
  margin-top: -60px;
}
.cta_sec_ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
}
.cta_sec_img_box {
  margin-inline: -20px;
}
.cta_sec_sub_ttl {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  margin: 345px 0 0;
}
.cta_sec_sub_ttl .row {
  padding: 0 0 5px;
  position: relative;
}
.cta_sec_sub_ttl .row:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta_sec .c_list_1__list {
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta_sec .c_btn_2 {
  z-index: 100;
}
.cta_sec .set_price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.cta_sec._ver2 .set_price {
  color: #fff;
}
.cta_sec .set_price_item {
  font-size: 1.8rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.cta_sec .set_price_ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}
.cta_sec .set_price_join {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}
.cta_sec .set_price_dtl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  position: relative;
}
.cta_sec .set_price_dtl .em {
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
.cta_sec .set_price_dtl sup {
  font-size: 60% !important;
  position: absolute;
  top: 1.7em;
  right: -0.6em;
}
@media screen and (min-width: 541px) {
  .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;
  }
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }
  .u_ta_lc {
    text-align: center;
  }
  .u_ta_cr {
    text-align: right;
  }
  .u_ta_rc {
    text-align: center;
  }
  .l_container {
    width: 412px;
  }
  .l_content {
    width: 412px;
    -webkit-box-shadow: 0 0 40px rgba(65, 60, 57, 0.1);
    box-shadow: 0 0 40px rgba(65, 60, 57, 0.1);
  }
  .l_fixed_btn a {
    position: relative;
    right: -10px;
  }
}
@media screen and (max-width: 540px) {
  .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;
  }
  .u_ta_cl {
    text-align: center;
  }
  .u_ta_cr {
    text-align: center;
  }
  .u_ta_rc {
    text-align: right;
  }
  .l_content {
    overflow: hidden;
  }
  .l_pc_content {
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
  .l_container {
    margin: 0 10vw 0 auto;
  }
  .l_content {
    margin: 0 10vw 0 auto;
  }
  .l_content:before, .l_content:after {
    content: "";
    display: block;
    width: 3px;
    height: 100svh;
    background-repeat: repeat-y;
    top: 0;
    position: fixed;
    z-index: 100;
  }
  .l_content:before {
    right: calc(412px + 10vw);
    background-image: url(/lp/okabenomen02/assets/img/l_fv_obj_before.svg);
  }
  .l_content:after {
    right: 10vw;
    background-image: url(/lp/okabenomen02/assets/img/l_fv_obj_after.svg);
  }
  .l_main_visual {
    height: 380px;
  }
  .l_fixed_btn {
    right: 10vw;
  }
  .prod_contents__thumb {
    width: 80%;
  }
}
@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;
  }
}
@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;
  }
}

.expo_sec {
  background: #F0E7D8;
  padding: 40px 15px 60px;
  position: relative;
  z-index: 0;
}
.expo_sec_img_box {
  width: 240px;
  margin-inline: auto;
}