@charset "UTF-8";
/* CSS Document */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

select:disabled {
  opacity: inherit; }

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

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

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

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

caption {
  text-align: left; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 6px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media screen and (min-width: 769px) {
  .pc-only {
    display: block; }

  .sp-only {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
*,
*:before,
*:after {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #5e3618;
  line-height: 1.75;
  box-sizing: border-box;
  font-feature-settings: "palt"; }

*:before,
*:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-position: left top;
  position: relative;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

main {
  display: block;
  overflow: hidden; }

.right {
  position: fixed;
  width: calc((100% - 387px) / 2);
  background-color: gray;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .right {
      display: none; } }

.left {
  width: calc((100% - 387px) / 2);
  height: 100%;
  background-color: grey;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .left {
      width: calc(100% - 387px); } }

.main-contents {
  width: 387px;
  margin-inline: auto;
  background-color: #fff;
  border-right: 6px solid #ff8212;
  border-left: 6px solid #ff8212; }
  @media screen and (max-width: 991px) {
    .main-contents {
      margin-right: 0;
      margin-left: auto; } }
  @media screen and (max-width: 768px) {
    .main-contents {
      width: 100%;
      max-width: 100%;
      border: none; } }

.contents {
  position: relative; }

.tel-visually-hidden {
  position: absolute;
  left: -9999px; }

.footer__attention {
  margin: 0 24px;
  padding: 64px 0 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .footer__attention p {
    font-size: 1.2rem;
    color: #000; }
.footer__link {
  margin: 0 24px;
  padding: 36px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .footer__link ul {
    display: flex;
    flex-direction: column;
    gap: 14px; }
  .footer__link li {
    line-height: 1; }
  .footer__link a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: underline; }
.footer__logo {
  margin: 48px 24px 40px;
  text-align: center; }
  .footer__logo img {
    width: 196px; }
.footer__copylight {
  background-color: #e50012;
  padding: 11px 0 110px; }
  .footer__copylight p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1; }

.cta:not(.follow__btn):not(a) a,
.c-btn:not(a) a {
  text-align: center;
  background-color: #41aa57;
  position: relative;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s; }
  .cta:not(.follow__btn):not(a) a::after,
  .c-btn:not(a) a::after {
    content: "";
    left: auto;
    right: 16px;
    width: 18px;
    height: 12px;
    transform: translateY(-50%);
    background-image: url(../img/parts_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s; }
@media screen and (min-width: 769px) {
  .cta:not(.follow__btn):not(a):hover a,
  .c-btn:not(a):hover a {
    background-color: #167c23;
    transition: 0.3s; }
    .cta:not(.follow__btn):not(a):hover a:after,
    .c-btn:not(a):hover a:after {
      right: 11px;
      transition: 0.4s; } }

.attention-modal {
  margin-top: 8px;
  text-align: center; }
  .attention-modal a {
    color: #5e3618;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 1px solid #5e3618;
    padding-bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04rem; }
  .attention-modal span {
    color: #fff;
    background-color: #5e3618;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 2px;
    padding-left: 1px;
    margin-left: 4px;
    font-size: 1.3rem;
    font-weight: bold; }

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-content {
    position: relative;
    top: 35%;
    margin: auto;
    background-color: #fff;
    padding: 30px 24px 24px 36px;
    width: 70%;
    max-width: 400px;
    border-radius: 10px; }
    .modal-content li {
      margin-bottom: 8px;
      font-size: 1.4rem;
      list-style: disc; }
  .modal__tel {
    text-align: center;
    padding: 30px 24px 24px 24px; }
  .modal__number {
    font-weight: bold;
    font-size: 3.3rem;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
  .modal .close__wrapper {
    text-align: center;
    margin-top: 16px; }
  .modal .close {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    padding: 4px 20px 6px;
    border-radius: 4px;
    background-color: #5e3618;
    transition: 0.2s; }
    .modal .close:hover {
      background-color: rgba(94, 54, 24, 0.7);
      transition: 0.3s; }

.left {
  overflow: hidden;
  background-color: #fff; }
  .left .attention-modal {
    position: absolute;
    right: 20px;
    bottom: 8px; }
    .left .attention-modal a {
      border-bottom: none;
      background-color: #fff;
      padding: 2px 14px;
      border-radius: 40px; }
  .left__slide {
    height: 100vh; }
    .left__slide div {
      height: 100vh;
      width: 100%; }
    .left__slide img {
      height: 100vh;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .left__text {
    position: absolute;
    top: 56px;
    left: 48px; }

.right {
  background-color: rgba(255, 238, 215, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 72px 24px 0; }
  .right .cta {
    max-width: 360px;
    margin: 0 auto 12px; }
  .right__logo {
    position: absolute;
    right: 16px;
    top: 16px; }
  .right__main {
    max-width: 368px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .right__main img {
      width: 100%; }
  .right__add {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 12px auto;
    max-width: 358px; }
  .right__menu {
    margin: 0 auto;
    max-width: 362px; }
    .right__menu a {
      font-size: 1.4rem;
      letter-spacing: 0.04em;
      border-bottom: 1px solid rgba(94, 54, 24, 0.2);
      padding: 14px 0 14px 7px;
      width: 100%;
      display: inline-block;
      line-height: 1.5;
      position: relative;
      transition: 0.2s; }
      .right__menu a::after {
        transition: 0.3s;
        content: "";
        right: 16px;
        left: auto;
        width: 6px;
        height: 10px;
        transform: translate(0%, -50%);
        background-image: url(../img/parts_arrow-sankaku.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      @media screen and (min-width: 769px) {
        .right__menu a:hover {
          color: #ff8212;
          transition: 0.3s; }
          .right__menu a:hover:after {
            right: 12px;
            transition: 0.4s; } }
  .right__attention {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 24px auto 20px;
    max-width: 425px; }

.follow-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 100%); }

.follow {
  transition: all ease 0.3s;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 375px; }
  @media screen and (max-width: 767px) {
    .follow {
      max-width: 100%; } }
  .follow__wrapper {
    display: flex; }
  .follow__btn {
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 54px;
    white-space: nowrap;
    background-color: #fc592d; }
    .follow__btn a {
      padding: 0 8px 0 14px;
      gap: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: #fc592d; }
      .follow__btn a::after {
        content: none; }
    .follow__btn a.cta {
      background-color: #fc592d;
      height: 100%;
      border-radius: 0; }
      .follow__btn a.cta::after {
        content: none;
        display: none; }

.kv {
  position: relative; }
  .kv__logo {
    position: absolute;
    top: 7px;
    left: 7px; }
  .kv__top-wrapper {
    background-image: url(../img/lp14/kv_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .kv__copy {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1; }
  .kv__movie {
    margin: -56px auto 0; }
    .kv__movie__contents {
      border-radius: 50px;
      border: 5px solid #fff;
      aspect-ratio: 351 / 400;
      margin: 0 12px;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 375px) {
        .kv__movie__contents {
          aspect-ratio: auto;
          max-height: 400px;
          max-width: 100%;
          height: 400px; } }
    .kv__movie video {
      position: absolute;
      top: 45%;
      left: 50%;
      width: 200%;
      height: auto;
      transform: translate(-50%, -50%); }
  .kv__cta {
    margin-top: -30px;
    padding-bottom: 40px; }
  .kv__off {
    transform: translateY(-77px);
    text-align: center;
    margin: 0 3px; }
    .kv__off img {
      width: 100%;
      max-width: 550px; }
  .kv .cta {
    width: clamp(0px, 78.6667vw, 295px);
    margin: -88px auto 0;
    transform: translateY(-50%); }
  .kv .attention-modal {
    margin: -12px auto 28px; }
  .kv__attention {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 540px;
    margin: -17px auto 0;
    padding: 0 20px;
    opacity: 0.65; }

.concept {
  background-color: #ff8f33;
  padding: 158px 32px 72px; }
  .concept__title {
    max-width: 500px;
    position: relative;
    margin: 0 auto; }
    .concept__title::before {
      z-index: 3;
      left: auto;
      right: 50%;
      top: 44px;
      transform: translate(50%, -100%);
      content: "";
      width: 453px;
      height: 254px;
      background-image: url(../img/concept_img.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .concept__text {
    max-width: 500px;
    margin: 48px auto 56px;
    display: flex;
    flex-direction: column;
    gap: 28px; }
    .concept__text p {
      line-height: 2;
      font-weight: bold;
      color: #fff; }
  .concept__btntext {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 16px; }
  .concept .cta {
    max-width: 295px;
    margin: 0 auto; }

.concept_slide {
  background-color: #ffeed7;
  margin: 0 auto; }
  .concept_slide .slide {
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden; }
  .concept_slide .last-slide {
    margin-top: 8px;
    direction: rtl; }
    .concept_slide .last-slide .slide {
      margin-right: 0;
      margin-left: 8px; }

.concept_slide--top {
  position: relative;
  height: 58vw; }
  @media screen and (min-width: 769px) {
    .concept_slide--top {
      max-height: 216px; } }
  .concept_slide--top div {
    height: 100%; }
  .concept_slide--top img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .concept_slide--top::before {
    content: "";
    width: 100%;
    aspect-ratio: 375 / 37;
    top: auto;
    bottom: -2px;
    transform: translate(-50%, 0) rotate(-180deg);
    background-image: url(../img/parts_nami-orange.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2; }

.concept_slide--bottom {
  padding: 24px 0 20px;
  position: relative; }
  .concept_slide--bottom:after {
    content: "";
    width: 100%;
    aspect-ratio: 375 / 37;
    top: -1px;
    transform: translateX(-50%);
    background-image: url(../img/parts_nami-orange.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2; }

.reccomend_okazu {
  position: relative;
  background-color: #fcf6ed; }
  .reccomend_okazu__title {
    margin: 0 auto;
    position: absolute; }
    .reccomend_okazu__title div:first-of-type img {
      width: 100%; }
    .reccomend_okazu__title div:last-of-type {
      position: absolute;
      top: 36%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .reccomend_okazu__title div:last-of-type img {
        max-width: none;
        width: 100%;
        min-width: 306px; }
        @media screen and (max-width: 374px) {
          .reccomend_okazu__title div:last-of-type img {
            min-width: 260px; } }
  .reccomend_okazu__mainimg {
    background-image: url(../img/okazu_main-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 88.8vw; }
    @media screen and (min-width: 769px) {
      .reccomend_okazu__mainimg {
        max-height: 332px; } }
  .reccomend_okazu__img {
    text-align: center;
    background-color: #fff; }
    .reccomend_okazu__img img {
      margin-top: -70px;
      margin-bottom: 16px; }
  .reccomend_okazu__info {
    position: relative;
    background-color: #fcf6ed;
    padding: 40px 32px 48px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
  .reccomend_okazu__copy {
    position: absolute;
    content: "";
    background-color: #8c7260;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 100%;
    max-width: 290px;
    line-height: 32px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    letter-spacing: 0.04em; }
  .reccomend_okazu__amount {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 26px;
    display: inline-block; }
    .reccomend_okazu__amount::after {
      content: "";
      background-image: url(../img/okazu_icon.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 27px;
      left: 0; }
  .reccomend_okazu__text {
    text-align: left; }

.okazu__new-slider {
  background-color: #fcf6ed;
  padding: 0 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .okazu__new-slider .attention-modal {
    margin-top: -16px; }
  .okazu__new-slider__title {
    max-width: 460px;
    margin-bottom: 12px; }
  .okazu__new-slider__img {
    width: calc(100% + 40px);
    margin: 0 -20px; }
    .okazu__new-slider__img .slick-slide {
      transition: transform 0.3s ease;
      transform: scale(0.92);
      opacity: 0.6;
      display: flex !important;
      justify-content: center;
      align-items: center; }
      .okazu__new-slider__img .slick-slide.slick-center {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08); }
    .okazu__new-slider__img img {
      width: 100%;
      height: auto; }
  .okazu__new-slider .slick-arrow {
    position: absolute;
    height: auto;
    width: auto;
    z-index: 2;
    top: 24%; }
    .okazu__new-slider .slick-arrow:before, .okazu__new-slider .slick-arrow:after {
      content: none; }
  .okazu__new-slider .slick-prev {
    left: 10px;
    width: 32px;
    transform: translateX(50%); }
  .okazu__new-slider .slick-next {
    right: 10px;
    width: 32px;
    transform: translateX(-50%); }
  .okazu__new-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding: 0;
    list-style: none;
    gap: 0px;
    position: static; }
    .okazu__new-slider .slick-dots li {
      margin: 0;
      padding: 0; }
      .okazu__new-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background-color: rgba(255, 143, 51, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        padding: 0;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
        .okazu__new-slider .slick-dots li button:hover {
          background-color: rgba(255, 143, 51, 0.6);
          transform: scale(1.2); }
        .okazu__new-slider .slick-dots li button:focus {
          outline: none; }
      .okazu__new-slider .slick-dots li.slick-active button {
        background-color: #ff8f33;
        width: 10px;
        border-radius: 50%; }
        .okazu__new-slider .slick-dots li.slick-active button:hover {
          background-color: #e67a1f; }
  .okazu__new-slider .okazu__slider__off {
    margin: 0 10px 0;
    max-width: 460px; }
  .okazu__new-slider .cta {
    transform: translateY(-50%);
    margin: 6px auto 0;
    width: clamp(0px, 78.6667vw, 295px); }

.reccomend_temari .reccomend_okazu__mainimg {
  background-image: url(../img/okazu_main-bg02.jpg);
  height: 60.4vw; }
  @media screen and (min-width: 769px) {
    .reccomend_temari .reccomend_okazu__mainimg {
      max-height: 226px; } }
.reccomend_temari .reccomend_okazu__img img {
  margin-top: -32px;
  margin-bottom: 16px; }

.lineup {
  margin: 0 auto;
  padding-top: 40px;
  background-color: #fcf6ed; }
  .lineup__c-btn {
    margin: -8px 24px 0; }
    .lineup__c-btn a {
      max-width: 300px;
      margin: 0 auto;
      height: 60px;
      border: 2px solid #ff8212;
      background-color: #fff; }
      @media screen and (min-width: 769px) {
        .lineup__c-btn a:hover {
          background-color: rgba(255, 130, 18, 0.15); } }
      .lineup__c-btn a:after {
        background-image: url(../img/parts_arrow-orange.png); }

.reason {
  background-color: #fcf6ed;
  padding: 100px 0; }
  .reason__points {
    overflow: hidden;
    margin: 0 auto 48px;
    max-width: 450px; }
    .reason__points div:nth-of-type(odd) {
      text-align: left;
      margin-right: -31px; }
    .reason__points div:nth-of-type(even) {
      text-align: right;
      margin-left: -31px; }
  .reason__movie {
    width: 100%;
    aspect-ratio: 375 / 230;
    position: relative; }
    .reason__movie video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .reason__movie::before {
      content: "";
      width: 100%;
      aspect-ratio: 375 / 37;
      top: -1px;
      transform: translateX(-50%);
      background-image: url(../img/parts_nami-kinari.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .reason__movie::after {
      content: "";
      width: 100%;
      aspect-ratio: 375 / 37;
      top: auto;
      bottom: -1px;
      transform: translateX(-50%) rotate(180deg);
      background-image: url(../img/parts_nami-kinari.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .reason__text {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.5;
    color: #230e00;
    padding: 64px 28px 0; }

.points {
  padding-top: 9.867%;
  position: relative; }
  .points:before {
    content: "";
    width: 100%;
    aspect-ratio: 375 / 37;
    top: -1px;
    transform: translateX(-50%);
    background-image: url(../img/parts_nami-kinari.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .points__title {
    text-align: center;
    padding: 70px 0 40px; }
  .points__list {
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }
  .points__img {
    margin-top: 48px;
    text-align: center; }
    .points__img img {
      width: 100%; }
  .points__box {
    padding: 32px 24px;
    text-align: center; }
    .points__box p {
      margin-bottom: 28px;
      padding: 0 18px; }
  .points__delivery {
    text-align: center;
    background-color: #fcf6ed;
    padding: 32px 0;
    position: relative; }
    .points__delivery::before {
      content: "";
      width: 24px;
      height: 12px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../img/parts_sankaku.png);
      transform: translateX(-50%);
      top: 0; }

.otodoke {
  padding: 64px 0 75px; }
  .otodoke__title {
    text-align: center;
    margin-bottom: 40px; }
  .otodoke__tab {
    margin: 0 16px; }
  .otodoke__tab-inner {
    margin: 0 auto;
    background-color: #fcf6ed;
    max-width: 500px;
    border-radius: 8px; }
  .otodoke .tab-container {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap; }
  .otodoke .tab {
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: calc(100% / 2);
    padding: 10px;
    cursor: pointer;
    color: #e5d9d1;
    border-bottom: 4px solid #e5d9d1;
    position: relative; }
  .otodoke .tab.active {
    color: #ff8212;
    border-bottom: 4px solid #ff8212; }
  .otodoke .tab:first-of-type:after {
    content: "";
    width: 1px;
    height: calc(100% - 22px);
    background-color: #e5d9d1;
    left: auto;
    right: 0; }
  .otodoke .content {
    display: none;
    /*必須*/
    text-align: center; }
  .otodoke .content.show {
    display: block;
    /*必須*/ }

.voice {
  padding: 56px 32px;
  background-color: #efe7e1;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: relative; }
  .voice::after {
    content: "";
    background-image: url(../img/parts_naminami.png);
    bottom: -1px;
    top: auto;
    height: 10px;
    width: 100%;
    transform: translateX(-50%) rotate(180deg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .voice__inner {
    margin: 0 auto;
    max-width: 500px; }
  .voice__title {
    text-align: center;
    margin-bottom: 56px; }
  .voice__fukidashi {
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative; }
    .voice__fukidashi .dish04,
    .voice__fukidashi .dish03,
    .voice__fukidashi .dish02,
    .voice__fukidashi .dish01 {
      position: absolute; }
    .voice__fukidashi .dish01 {
      right: -54px;
      top: -36px; }
    .voice__fukidashi .dish02 {
      left: -56px;
      top: -56px; }
    .voice__fukidashi .dish03 {
      right: -32px;
      bottom: -37px; }
    .voice__fukidashi .dish04 {
      left: -56px;
      bottom: -80px; }
    .voice__fukidashi::after {
      content: "";
      top: auto;
      bottom: 0;
      transform: translate(-50%, 100%);
      width: 24px;
      height: 12px;
      background-image: url(../img/parts_sankaku.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .voice__fukidashi-title {
      margin-bottom: 18px;
      line-height: 1.5;
      font-size: 1.9rem;
      font-weight: bold; }
    .voice__fukidashi-text {
      font-size: 1.4rem; }
  .voice__person {
    text-align: center;
    margin-bottom: 40px; }
    .voice__person:last-of-type {
      margin-bottom: 48px; }
  .voice__attention {
    text-align: center;
    font-size: 1rem;
    opacity: 0.6; }

.slide-area {
  background-color: #ff8f33;
  padding: 54px 20px; }
  .slide-area__inner {
    max-width: 500px;
    margin: 0 auto; }
  .slide-area__title {
    text-align: center;
    margin-bottom: 32px; }
  .slide-area__slide {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.9;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .slide-area__slide__flag {
      position: absolute;
      top: 0;
      right: 18px;
      width: 46px;
      z-index: 2; }
    .slide-area__slide__inner {
      width: 100%;
      max-width: calc(100% - 12px);
      border-radius: 8px;
      overflow: hidden; }
      .slide-area__slide__inner div {
        width: 100%;
        height: 100%; }
  .slide-area__price {
    text-align: center;
    position: relative; }
    .slide-area__price img {
      position: relative;
      z-index: 1; }
    .slide-area__price:before {
      z-index: 2;
      left: 0;
      top: 0;
      transform: translate(-20%, -45%);
      content: "";
      width: 18.8%;
      height: auto;
      aspect-ratio: 1 / 1;
      background-image: url(../img/slide-area_no1.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .slide-area__attention {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px; }
  .slide-area__tel {
    max-width: 220px;
    margin: 12px auto 0; }
  .slide-area__tel-btn {
    text-align: center;
    font-weight: bold;
    height: 46px;
    white-space: nowrap; }
    .slide-area__tel-btn a {
      padding: 0 8px 0 0;
      gap: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: #fc592d;
      border-radius: 50px; }

.question {
  position: relative; }
  .question::before {
    content: "";
    top: -1px;
    width: 100%;
    height: 10px;
    background-image: url(../img/parts_naminami.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: translateX(-50%); }
  .question__title {
    padding: 88px 0 48px;
    text-align: center;
    border-bottom: 1px solid #e5d9d1; }
  .question__contents {
    border-bottom: 1px solid #e5d9d1;
    padding: 36px 0;
    transition: 0.15s; }
  .question__q {
    cursor: pointer;
    margin: 0 32px;
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 374px) {
      .question__q br {
        display: none; } }
  .question__kazari {
    flex-shrink: 0;
    width: auto; }
  .question__btn {
    margin-left: auto;
    width: 26px;
    height: 26px;
    background-color: #ff8212;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0; }
    .question__btn::after {
      content: "";
      width: 12px;
      height: 2px;
      background-color: #fff;
      border-radius: 10px; }
    .question__btn::before {
      content: "";
      width: 2px;
      height: 12px;
      background-color: #fff;
      border-radius: 10px;
      transition: 0.3s; }
  .question__a {
    font-size: 1.4rem;
    margin: 0 32px;
    padding-top: 28px;
    display: none; }
    .question__a a {
      text-decoration: underline;
      font-size: 1.2rem; }

.question--open {
  background-color: #fff8f3;
  transition: 0.3s; }
  .question--open .question__btn::before {
    content: "";
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.5s; }
  .question--open .question__a {
    display: block; }

.about {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin: 0 24px;
  padding: 64px 0 34px; }
  .about__title {
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px; }
  .about__main-list {
    margin-bottom: 44px; }
    .about__main-list li {
      background-color: #fcf6ed;
      border-radius: 8px;
      padding: 16px;
      font-size: 1.4rem;
      margin-bottom: 12px; }
  .about__sub-list li {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em; }

/*# sourceMappingURL=style.css.map */
