@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: #0F2C4A;
  font-family: "Shippori Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  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: #332E2C;
  cursor: pointer;
}
a:visited {
  color: #332E2C;
}
a:hover {
  color: #332E2C;
}
a:active {
  color: #332E2C;
}

a[href^=tel] {
  color: #332E2C;
}

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

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #332E2C;
}

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

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

@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;
  }
}
@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;
  }
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}
@media screen and (min-width: 541px) {
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }
}

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

/* =================================
 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: 540px) {
  .u_ta_cl {
    text-align: center;
  }
}

@media screen and (min-width: 541px) {
  .u_ta_lc {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 541px) {
  .u_ta_cr {
    text-align: right;
  }
}

@media screen and (max-width: 540px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 541px) {
  .u_ta_rc {
    text-align: center;
  }
}

/* =================================
 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;
}
@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;
  }
}
/* =================================
 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: #332E2C;
  -webkit-mask-image: url(/lp/okabenomen03/assets/img/c_ttl_1_obj.svg);
  mask-image: url(/lp/okabenomen03/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: 64px;
  position: relative;
  z-index: 0;
  background: linear-gradient(135deg, rgba(219,192,97,1) 0%, rgba(160,136,50,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  color: #fff !important;
  font-size: 2.2rem;
  line-height: calc(126 / 22);
  letter-spacing: .08em;
  font-weight: 600;
  transition: .4s all ease;
}
.c_btn_1:before {
  content: "";
  pointer-events: none;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  position: absolute;
  left: 4px;
  top: 4px;
}
.c_btn_1:after {
  content: "";
  aspect-ratio: 8 / 12;
  width: 11px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  mask: url(/lp/okabenomen03/assets/img/l_pc_menu_content_cta_btn_arw.svg) no-repeat center / cover;
  transition: .4s all ease;
}
.c_btn_1:hover:after {
  transform: translateY(calc(-50% + 5px));
}

.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/okabenomen03/assets/img/i_chevron_down.svg);
  mask-image: url(/lp/okabenomen03/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 {
  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: #0F2C4A;
  cursor: pointer;
}
.c_link:hover, .c_link_arrow:hover, .c_link_target:hover {
  color: #0F2C4A;
}
.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: #0F2C4A;
  -webkit-mask-image: url(/lp/okabenomen03/assets/img/i_newtab.svg);
  mask-image: url(/lp/okabenomen03/assets/img/i_newtab.svg);
}
.c_link_arrow:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 6px;
  width: 4px;
  height: 7px;
  background: #0F2C4A;
  -webkit-mask-image: url(/lp/okabenomen03/assets/img/i_chevron.svg);
  mask-image: url(/lp/okabenomen03/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%;
}
.c_tbl__tr {
  border-top: 1px solid #BFCCD3;
}
.c_tbl__tr:last-child {
  border-bottom: 1px solid #BFCCD3;
}
.c_tbl__th {
  width: 90px;
  padding: 10px;
  border-right: 1px solid #BFCCD3;
  text-align: center;
  background: #F1F5F5;
}
.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: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 7px auto 0;
  position: relative;
  z-index: 0;
}
.c_scroll__circle:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 18px;
  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: 8px;
    opacity: 0;
  }
  30% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 8px;
    opacity: 0;
  }
  30% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    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: #EBEAE2;
  color: #78906D;
  position: absolute;
  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: -1;
  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: 930px;
  overflow: hidden;
  position: relative;
}
.c_more:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(235, 234, 226, 0)), to(#EBEAE2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(235, 234, 226, 0) 0%, #EBEAE2 100%) 0% 0% no-repeat padding-box;
}
.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: #fff url(/lp/okabenomen03/assets/img/contents_bg.png) repeat-y;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .l_content {
    margin: 0 375px 0 auto;
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l_content {
    width: 30%;
    margin: 0 0 0 40vw;
  }
}
@media screen and (max-width: 767px) {
  .l_content {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

/* =================================
 l_pc_content
================================= */
.l_pc_content {
  position: fixed;
  z-index: -1;
  width: 40%;
  min-height: 668px;
  height: 100svh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .l_pc_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_pc_content {
    display: none;
  }
}
.l_pc_content_main_visual {
  height: 100%;
}
.l_pc_content_main_visual .slick-list,
.l_pc_content_main_visual .slick-track {
  height: 100%;
}
.l_pc_content_main_visual__item {
  height: 100%;
}
.l_pc_content_main_visual__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l_pc_content_main_visual__item.add-animation {
  -webkit-animation: zoomDown 20s linear 1s normal both;
  animation: zoomDown 20s linear 1s normal both;
}
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); /* 拡大率 */
  }
}

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

/* =================================
 l_pc_menu_content
================================= */
.l_pc_menu_content {
  position: fixed;
  width: 30%;
  min-height: 668px;
  height: 100svh;
  top: 0;
  right: 0;
  background: url(/lp/okabenomen03/assets/img/l_pc_menu_content_bg.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3vw;
  padding: 3vw;
}
@media screen and (max-width: 1024px) {
  .l_pc_menu_content {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_pc_menu_content {
    opacity: 0;
    display: none;
  }
}

.l_pc_menu_content_cta {
  background: url(/lp/okabenomen03/assets/img/l_pc_menu_content_cta_bg.png) no-repeat center / cover;
  padding: 30px;
  box-shadow: 10px 10px 10px rgba(21,88,134,.1);
}
.l_pc_menu_content_cta .btnbox {
  margin: 13px 0 0;
}
.l_pc_menu_content_cta .btn {
  max-width: 260px;
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 0;
  background: linear-gradient(135deg, rgba(219,192,97,1) 0%, rgba(160,136,50,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(92 / 16);
  letter-spacing: .08em;
  font-weight: 600;
}
.l_pc_menu_content_cta .btn:before {
  content: "";
  pointer-events: none;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  position: absolute;
  left: 3px;
  top: 3px;
}
.l_pc_menu_content_cta .btn:after {
  content: "";
  aspect-ratio: 8 / 12;
  width: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  mask: url(/lp/okabenomen03/assets/img/l_pc_menu_content_cta_btn_arw.svg) no-repeat center / cover;
  transition: .4s all ease;
}
.l_pc_menu_content_cta .btn:hover:after {
  transform: translateY(calc(-50% + 3px));
}

.l_pc_menu_content_logo {
  text-align: center;
  margin: 0 0 2.6vw;
}
.l_pc_menu_content_logo img {
  width: 140px;
}

.l_pc_menu_content_nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625vw;
}
.l_pc_menu_content_nav .item {
  text-align: center;
}
.l_pc_menu_content_nav .link {
  font-size: 18px;
  line-height: calc(29 / 18);
  letter-spacing: .08em;
  padding: 0 15px 6px 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
}
.l_pc_menu_content_nav .link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}
.l_pc_menu_content_nav .link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255,230,147,1) 0%, rgba(195,166,100,1) 100%);
  transition: .4s all ease;
  width: 0;
}
.l_pc_menu_content_nav .link:hover:after {
  width: 100%;
}

/* =================================
 l_header
================================= */
.l_header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: left;
}
.l_header._ver2 {
  text-align: right;
}
@media screen and (max-width: 540px) {
  .l_header img {
    width: 80px;
  }
}

/* =================================
 l_fv
================================= */
.l_fv {
  position: relative;
  z-index: 0;
  min-height: 668px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.l_fv__ttl {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 10px;
  aspect-ratio: 150 / 377;
  width: calc(1% * 150 / 375 * 100);
}
.l_fv__ttl_ver2 {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 410 / 163;
  width: 410px;
  width: calc(1% * 410 / 375 * 100);
}
.l_fv__obj {
  width: 260px;
  height: 386px;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .l_fv__obj {
    top: 10px;
  }
}
.l_fv__obj img {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.l_fv__scroll {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_fv__yuge {
  position: absolute;
  z-index: 100;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.68;
  -webkit-filter: blur(13px);
  filter: blur(13px);
  width: 90%;
}
.l_fv__btn {
  position: absolute;
  z-index: 200;
  bottom: 20px;
  right: 15px;
}
.l_fv__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%;
}
@media screen and (max-width: 540px) {
  .l_fv__btn {
    right: -10px;
  }
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  height: 100%;
}
@media screen and (max-width: 540px) {
  .l_main_visual {
    height: 100%;
  }
}
.l_main_visual_inr {
  overflow: hidden;
  height: 100%;
}
.l_main_visual .slick-list,
.l_main_visual .slick-track {
  height: 100%;
}
.l_main_visual__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.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: 0;
  bottom: 0;
  aspect-ratio: 42 / 140;
  width: calc(1% * 42 / 375 * 100);
  display: none;
}
.l_fixed_btn .img {
  display: block;
  width: 100%;
}
.l_fixed_btn.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
.mov_box {
  aspect-ratio: 375 / 211;
  width: 100%;
}
.mov_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_1 {
  padding: 30px 15px 70px;
  background: #fff url(/lp/okabenomen03/assets/img/sec_1_bg.png) no-repeat center / cover;
}
.sec_1_ttl_box {
  display: grid;
  grid-template-columns: 34.7% 56.81%;
  gap: 30px;
}
.sec_1_ttl object {
  width: 100%;
}
.sec_1_ttl_map .img {
  opacity: 0;
  width: 100%;
  filter: blur(15px);
  transition: .8s ease;
}
.sec_1_ttl_map .img.is-active {
  filter: blur(0);
}

.sec_1_img {
  margin-inline: -15px;
  background: url(/lp/okabenomen03/assets/img/sec_1_img_bg.png) no-repeat center / cover;
  aspect-ratio: 375 / 426;
  position: relative;
  z-index: 0;
}
.sec_1_img .img {
  opacity: 0;
  width: 100%;
  filter: blur(15px);
  transition: .8s ease;
  position: absolute;
  z-index: 1;
  display: block;
}
.sec_1_img .img.is-active {
  opacity: 1;
  filter: blur(0);
}
.sec_1_img .img_1 {
  aspect-ratio: 129 / 90;
  top: 0;
  left: calc(1% * 102 / 375 * 100);
  width: calc(1% * 129 / 375 * 100);
}
.sec_1_img .img_2 {
  aspect-ratio: 1 / 1;
  top: calc(1% * 45 / 375 * 100);
  right: calc(1% * 43 / 375 * 100);
  width: calc(1% * 80 / 375 * 100);
}
.sec_1_img .img_3 {
  aspect-ratio: 175 / 119;
  top: calc(1% * 110 / 375 * 100);
  left: calc(1% * 15 / 375 * 100);
  width: calc(1% * 175 / 375 * 100);
}
.sec_1_img .img_4 {
  aspect-ratio: 150 / 221;
  top: calc(1% * 146 / 375 * 100);
  right: calc(1% * 15 / 375 * 100);
  width: calc(1% * 150 / 375 * 100);
}
.sec_1_img .img_5 {
  aspect-ratio: 117 / 176;
  top: calc(1% * 250 / 375 * 100);
  left: calc(1% * 44 / 375 * 100);
  width: calc(1% * 117 / 375 * 100);
}

.sec_2 {
  padding: 80px 15px;
  background: #fff url(/lp/okabenomen03/assets/img/sec_2_bg.png) repeat-y;
}
.sec_2_txtbox {
  overflow: hidden;
}
.sec_2_txtbox .img {
  width: 32.369%;
}
.sec_2_txtbox .img._min_w {
  width: 21.387%;
}
.sec_2_txtbox .f_right {
  float: right;
  margin: 10px 0 0 15px;
}
.sec_2_txtbox .f_left {
  float: left;
  margin: 10px 15px 0 0;
}

.sec_2_cont._box {
  padding: 20px;
  background: #fff;
}
.sec_scene_item .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#scene.sec_scene {
  overflow: hidden;
}
.sec_scene_container {
  position: relative;
  height: 100svh;
  margin-bottom: 100svh;
  z-index: 1;
}
.sec_scene_container:nth-child(2) {
  z-index: 2;
}

[data-js='home-scene'] {
  will-change: transform;
}

.sec_scene_box {
  width: 100%;
  height: 100svh;
  background: rgba(255,255,255,.9);
  position: absolute;
  top: 100svh;
  left: 0;
  z-index: 10;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec_media {
  position: relative;
  z-index: 10;
  padding: 80px 15px;
  background: #fff url(/lp/okabenomen03/assets/img/sec_media_bg.png) repeat-y;
}

.sec_recipe {
  padding: 80px 15px;
  background: #fff url(/lp/okabenomen03/assets/img/sec_recipe_bg.png) repeat-y;
}
.sec_recipe_item {
  cursor: pointer;
  transition: .4s all ease;
  margin-top: 20px;
}
.sec_recipe_item .imgbox {
  width: calc(100% - 15px);
}
.sec_recipe_item .txtbox {
  width: 91%;
  height: 46px;
  background: #fff;
  padding: 0 10px 0 15px;
  margin: -23px 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  .txt {
    font-size: 1.8rem;
    line-height: calc(28.8 / 18);
    font-weight: 600;
    text-decoration: underline;
  }
}
.sec_recipe_item .txtbox:after {
  content: "";
  aspect-ratio: 1 / 1;
  width: 28px;
  background: url(/lp/okabenomen03/assets/img/ico_modal_open.png) no-repeat center / contain;
}
.sec_recipe_item:hover {
  opacity: .7;
}

.between_img {
  aspect-ratio: 375 / 450;
  width: 100%;
}
.between_img .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prod_contents {
  padding: 125px 15px 45px;
  position: relative;
  z-index: 0;
}
.prod_contents__thumb {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .prod_contents__thumb {
    width: 50%;
  }
}
.prod_contents__thumb .img {
  width: 100%;
  height: auto;
}

.sec_form {
  padding: 80px 15px 60px;
}
.sec_form__ttl {
  font-size: 3.8rem;
  line-height: 1.0526315789;
  text-align: center;
  margin: 0 0 30px;
}

.modal-overlay {
  position: absolute;
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  z-index: 10;
  top: 15px;
  height: calc(100svh - 30px);
  overflow: auto;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .modal {
    width: calc(375px - 30px);
    left: auto;
    right: 390px;
  }
}
@media screen and (min-width: 1025px) {
  .modal {
    width: calc(30% - 30px);
    left: calc(40vw + 15px);
  }
}
@media screen and (max-width: 767px) {
  .modal {
    width: calc(100% - 30px);
    left: auto;
    right: 15px;
  }
}
.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
  aspect-ratio: 1 / 1;
  width: 28px;
  background: #fff;
  border: 1px solid #0F2C4A;
}
.close-modal:after {
  content: "";
  aspect-ratio: 1 / 1;
  width: 10px;
  background: #0F2C4A;
  mask: url(/lp/okabenomen03/assets/img/ico_modal_close.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.modal .heading {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 15px;
  align-items: center;
}
.modal .heading-img {
  order: -1;
}
.modal .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(28.8 / 18);
  letter-spacing: .08em;
}
.modal .cont_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(28.8 / 16);
  position: relative;
  z-index: 0;
  padding: 0 0 0 11px;
  margin: 0 0 10px;
}
.modal .cont_ttl:before {
  content: "";
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, rgba(221,204,149,1) 0%, rgba(142,126,70,1) 100%);
  position: absolute;
  left: 0;
  top: 4px;
}
.modal .cont_tbl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.modal .cont_tbl .item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 6px;
  border-bottom: 1px solid #E7EDF0;
}
.how_to_flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  counter-reset: number 0;
}
.how_to_flow .item {
  display: flex;
  gap: 6px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E7EDF0;
}
.how_to_flow .item:before {
  counter-increment: number 1;
  content: counter(number)".";
  color: #BC9B2F;
}

@media (max-width: 600px) {
  #orderForm {
    width: 100%;
    padding: 0;
  }
  #orderForm form > div {
    padding: 0;
  }
  .lpc h3 {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #BFCCD3;
    font-size: 2rem;
    line-height: 1.4;
    color: #0F2C4A !important;
  }
}
#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 #BFCCD3;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  color: #0F2C4A !important;
}

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

#orderInfo {
  background: #E7EFF2;
  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 #BFCCD3;
  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: #BFCCD3 !important;
}

.lpc select,
#orderForm form div div#selectItemArea div select[name=item_no] {
  background: #fff url(/lp/okabenomen03/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 #BFCCD3;
  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: #BFCCD3 !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: #BFCCD3 !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: #BFCCD3 !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: #BFCCD3 !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: #BFCCD3 !important;
}

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

.orderInfoOptStock {
  font-size: 1.4rem !important;
}

@media (max-width: 600px) {
  .subBlock {
      margin-top: 3rem;
  }
}

#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;
  color: #0F2C4A !important;
}

.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: #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 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 #BFCCD3; /* ボックスの境界線を実線で指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  background: #fff;
}
#orderPayment div label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #0F2C4A;
  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 #BFCCD3; /* ボックスの境界線を実線で指定する */
  background: #fff;
}
#orderAgree label:before {
  content: "";
  width: 17px;
  height: 13px;
  display: block;
  background: #0F2C4A;
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 9px;
  opacity: 0;
  -webkit-mask-image: url(/lp/okabenomen03/assets/img/ico_check.svg);
  mask-image: url(/lp/okabenomen03/assets/img/ico_check.svg);
}
#orderAgree label:has(input:checked):before {
  opacity: 1;
}
input[type=button] {
  width: 100% !important;
  height: 64px !important;
  font-size: 2.2rem !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: linear-gradient(135deg, rgba(219,192,97,1) 0%, rgba(160,136,50,1) 100%) !important;
  border: none;
  padding: 0 !important;
  position: relative;
  z-index: 0;
  text-align: center;
}

#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/okabenomen03/assets/img/i_chevron.svg);
  mask-image: url(/lp/okabenomen03/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: #fff;
  padding: 100px 15px 80px;
  position: relative;
  z-index: 0;
}
.cta_sec .cta_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_sec .cta_bg_img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 25%;
}
@media screen and (max-width: 540px) {
  .cta_sec .cta_bg_img {
    object-position: 50% 10%;
  }
}
.cta_sec_ttl {
  width: 83.2%;
  margin: 0 auto;
}
.cta_sec .c_list_1__list {
  font-size: 1.2rem;
  font-weight: 600;
}
.cta_sec_btm {
  margin-top: 345px;
}
.cta_sec_subttl {
  font-size: 1.8rem;
  line-height: calc(30.8 / 18);
  letter-spacing: .08em;
  text-align: center;
}
.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 .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 163px;
  flex: 0 0 163px;
}
.cta_sec .set_price_dtl .em {
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
.cta_sec .set_price_dtl .postage {
  font-size: 1.2rem;
}
.cta_btn_txt {
  margin: calc(1% * 20 / 375 * 100) auto 0;
  width: calc(1% * 245 / 375 * 100);
}
.cta_btn_txt .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_link_2 {
  color: #fff !important;
  text-decoration: underline;
  font-size: 16px;
  line-height: 32px;
}
.c_link_2[target="_blank"]:after {
  content: url(/lp/okabenomen03/assets/img/ico_newtab.svg);
  margin: 0 0 0 10px;
}