@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 766.9px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 766.9px) {
  .sp {
    display: none !important;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 766.9px) {
  .pc-br {
    display: none !important;
  }
}

.sp-br {
  display: block;
}
@media (min-width: 766.9px) {
  .sp-br {
    display: none !important;
  }
}

p.txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 766.9px) {
  p.txt {
    font-size: 0.85rem;
  }
}

span.jp {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.en {
  font-family: "Oswald", "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.jp {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.en {
  font-family: "Oswald", "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section.ttlarea {
  color: #000;
}
.section.ttlarea h2 {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 766.9px) {
  .section.ttlarea h2 {
    font-size: 2rem;
  }
}
.section.ttlarea h2 span.en {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 213, 3)), to(rgb(222, 118, 27)));
  background: linear-gradient(90deg, rgb(255, 213, 3) 0%, rgb(222, 118, 27) 100%);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

a.btn {
  color: #fff;
  position: relative;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 766.9px) {
  a.btn {
    height: 3rem;
    font-size: 0.85rem;
  }
}
a.btn.red {
  background-color: #FF7972;
  border: 0.3rem solid #FF7972;
}
@media screen and (max-width: 766.9px) {
  a.btn.red {
    border: 0.2rem solid #FF7972;
    background: #E72C22;
  }
}
a.btn.red span {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  a.btn.red span {
    margin: 0 0 0.1rem;
  }
}
a.btn.red:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #E72C22;
  z-index: 0;
  -webkit-transition: clip-path 450ms ease;
  transition: clip-path 450ms ease;
  clip-path: circle(150% at center);
  pointer-events: none;
}
@media screen and (max-width: 766.9px) {
  a.btn.red:before {
    display: none;
  }
}
a.btn.red:hover, a.btn.red:focus {
  opacity: 1;
}
a.btn.red:hover:before, a.btn.red:focus:before {
  clip-path: circle(0% at center);
}
@media screen and (max-width: 766.9px) {
  a.btn.red:hover:before, a.btn.red:focus:before {
    display: none;
  }
}
a.shadow {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0.15rem 0.15rem 0.2rem #666);
          filter: drop-shadow(0.15rem 0.15rem 0.2rem #666);
}
@media screen and (max-width: 766.9px) {
  a.shadow {
    will-change: filter;
  }
}
a.shadow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
a.shine {
  overflow: hidden;
  border-radius: 3rem;
}
a.shine:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
a.shine:hover:before {
  -webkit-animation: shine 0.6s ease-in-out;
          animation: shine 0.6s ease-in-out;
}

span.deco {
  position: absolute;
  z-index: 1;
}
span.deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
span.deco.star {
  background-size: contain;
  width: 2rem;
  height: 3rem;
}
@media screen and (max-width: 766.9px) {
  span.deco.star {
    width: 0.8rem;
    height: 1.5rem;
  }
}
span.deco.star.orange {
  background-image: url("../img/deco/star_or.png");
}
span.deco.star.white {
  background-image: url("../img/deco/star_wh.png");
}

span.fc-orange {
  color: #FF4801;
}
span.fc-red {
  color: #E72C22;
}

.flex-row-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 766.9px) {
  .flex-row-nowrap.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 766.9px) {
  .flex-row-nowrap.sp-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.flex-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

html {
  scroll-behavior: smooth;
  scroll-behavior: 1rem;
  background-color: #FFFDF7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025.1px) {
  html {
    font-size: 1.1vw;
  }
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  html {
    font-size: min(1.171875vw, 20px);
  }
}
@media screen and (max-width: 766.9px) {
  html {
    font-size: min(4.2666666667vw, 26px);
    scroll-behavior: auto;
    scroll-padding-top: 3rem;
  }
}

body {
  width: 100%;
  min-width: 375px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 1rem;
}
@media screen and (max-width: 766.9px) {
  body {
    font-size: 0.9rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #000;
  cursor: pointer;
}
a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.lb-details {
  display: none;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.FadeUp {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
@media screen and (max-width: 766.9px) {
  .FadeUp {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
.FadeUp.anime {
  -webkit-animation: fadeUp 0.5s ease forwards;
          animation: fadeUp 0.5s ease forwards;
}

@-webkit-keyframes fadeUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.popIn {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.popIn.anime {
  -webkit-animation: popIn 0.4s ease-out forwards;
          animation: popIn 0.4s ease-out forwards;
}

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header {
  position: relative;
  z-index: 999;
}
header .header-wrap {
  width: 100%;
  height: 4rem;
  position: fixed;
  z-index: 900;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap {
    height: 3rem;
    width: 100%;
  }
}
header .header-wrap .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 900;
  padding: 0 2rem;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  header .header-wrap .header-inner {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .header-inner {
    margin: 0;
    padding: 0 0.5rem;
    height: 100%;
  }
}
header .header-wrap .header-inner h1#logo {
  width: 10rem;
  height: 3rem;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .header-inner h1#logo {
    width: 7rem;
    height: 3rem;
  }
}
header .header-wrap .header-inner h1#logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .header-wrap .header-inner .h_btn {
  margin-right: 3.5rem;
  width: 16rem;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.05rem #a3a3a3);
          filter: drop-shadow(0.1rem 0.1rem 0.05rem #a3a3a3);
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  header .header-wrap .header-inner .h_btn {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .header-inner .h_btn {
    width: 10rem;
    margin-right: 2.7rem;
  }
}
header .header-wrap .header-inner .h_btn a {
  font-size: 0.9rem;
  height: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .header-inner .h_btn a {
    height: 2.3rem;
    font-size: 0.7rem;
  }
}
header .header-wrap .menu-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 800;
  width: 100%;
  height: 18rem;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap {
    height: auto;
  }
}
header .header-wrap .menu-wrap ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 10rem 4rem;
  background-image: repeating-linear-gradient(90deg, #603829, #603829 0.5rem, #684234 0.5rem, #684234 1rem);
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap ul.menu-list {
    width: 100%;
    margin: auto;
    overflow: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 1rem 3rem;
    height: 100%;
  }
}
header .header-wrap .menu-wrap ul.menu-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 31%;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap ul.menu-list li {
    width: 46%;
    height: auto;
    font-size: 0.9rem;
    position: relative;
    min-width: auto;
  }
}
header .header-wrap .menu-wrap ul.menu-list li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #000;
  padding: 1rem 1rem;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap ul.menu-list li > a {
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0 0.8rem;
    line-height: 1.2;
  }
}
header .header-wrap .menu-wrap ul.menu-list li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 80%;
  height: 0.15rem;
  background-image: url("../img/deco/dot_line.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap ul.menu-list li > a:after {
    height: 0.1rem;
    width: 100%;
  }
}
header .header-wrap .menu-wrap ul.menu-list li > a:hover {
  opacity: 0.7;
  color: #fff;
}
header .header-wrap .menu-wrap.active {
  top: 4rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .menu-wrap.active {
    top: 3rem;
  }
}
header .header-wrap .burger-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 999;
  right: 1rem;
  top: 0;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .burger-btn {
    right: 0;
    width: 3rem;
    height: 3rem;
  }
}
header .header-wrap .burger-btn span {
  width: 60%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 0.2rem;
  background-color: #511E0B;
}
@media screen and (max-width: 766.9px) {
  header .header-wrap .burger-btn span {
    width: 50%;
    height: 0.1rem;
  }
}
header .header-wrap .burger-btn span:nth-of-type(2) {
  margin: 0.3rem 0;
}
header .header-wrap .burger-btn.active {
  background-color: #fff;
}
header .header-wrap .burger-btn.active span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
header .header-wrap .burger-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .header-wrap .burger-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-wrap .burger-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer {
  width: 100%;
}
footer .footer-inner {
  background-color: #511E0B;
  color: #000;
  padding: 3rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner {
    padding: 2rem 1rem 1rem;
  }
}
footer .footer-inner > figure {
  width: 16rem;
  height: 6rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > figure {
    width: 12rem;
    height: 6rem;
    margin-bottom: 2rem;
  }
}
footer .footer-inner > figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .footer-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem auto 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > ul {
    margin: 0.5rem auto 1rem;
  }
}
footer .footer-inner > ul li {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > ul li {
    font-size: 0.8rem;
    width: 50%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer .footer-inner > ul li a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > ul li a {
    padding: 0;
  }
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > ul li a:after {
    content: "｜";
    color: #fff;
    position: absolute;
    right: 0;
    top: -0.1rem;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
    letter-spacing: -0.5rem;
  }
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner > ul li:nth-child(even) a:after {
    display: none;
  }
}
footer .footer-inner p.copy {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  padding: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 766.9px) {
  footer .footer-inner p.copy {
    font-size: 0.8em;
  }
}

body#top {
  width: 100%;
  min-width: 375px;
  margin: auto;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
  display: none;
}
@media screen and (max-width: 766.9px) {
  body#top {
    overflow: hidden;
  }
}
body#top img {
  width: 100%;
  vertical-align: bottom;
}
body#top main {
  padding: 4rem 0 0;
}
@media screen and (max-width: 766.9px) {
  body#top main {
    padding: 3rem 0 0;
  }
}
body#top main #fv {
  background: #FFFDF7;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  body#top main #fv {
    padding: 0 0;
  }
}
body#top main #fv .fv_visual {
  position: relative;
  z-index: 1;
}
body#top main #fv .fv_visual img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
body#top main #fv .fv_btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #fv .fv_btn {
    bottom: 0.5rem;
    margin: auto;
    width: 90%;
    height: auto;
  }
}
body#top main #fv .fv_btn a:hover {
  opacity: 1;
}
body#top main #car {
  position: relative;
}
body#top main #car .car_block {
  background-image: url("../img/car_bottom_back.png");
  background-size: 90% auto;
  background-position: center bottom;
  background-color: #FFE8E8;
  padding: 6rem 10rem 6rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #car .car_block {
    padding: 6rem 8rem;
    background-size: 95% auto;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block {
    padding: 2rem 1rem 3rem;
    background-size: 180% auto;
  }
}
body#top main #car .car_block p.deco {
  position: absolute;
  z-index: 2;
  right: 10rem;
  top: -4.5rem;
  width: 18rem;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #car .car_block p.deco {
    right: 8rem;
    top: -5rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block p.deco {
    width: 11rem;
    right: -2rem;
    top: -2rem;
  }
}
body#top main #car .car_block p.deco img.hito {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body#top main #car .car_block h2.car_ttl {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block h2.car_ttl {
    width: 100%;
  }
}
body#top main #car .car_block .car_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #car .car_block .car_contents ul.car_list {
  margin: 2rem auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list {
    margin: 2rem auto 3rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li {
  width: 32%;
  margin-top: 1rem;
  background-color: #fff;
  border: 0.1rem solid #E72C22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li {
    width: 100%;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .imgarea {
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: 12rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .imgarea {
    height: 10rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .imgarea img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea h3 {
  background-color: #E72C22;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  line-height: 1.1;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .txtarea h3 {
    min-height: auto;
    font-size: 1.1rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea h3 span {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .txtarea h3 span {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info {
  margin: auto;
  padding: 1.5rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #000;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div:last-of-type {
  margin-bottom: 0;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dt {
  margin: 0 2rem 0 0;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dt.month {
  font-size: 1.1rem;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dd span.price {
  font-size: 2rem;
  color: #E72C22;
  font-weight: 900;
  line-height: 0.5;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dd span.price {
    font-size: 1.8rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dd span.yen {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 0.5;
  margin: 0 0.2rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div dd span.yen {
    font-size: 1.1rem;
  }
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div.month {
  margin-bottom: 0.8rem;
}
body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div.month dt {
  font-size: 1.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents ul.car_list li .txtarea dl.info div.month dt {
    font-size: 1rem;
  }
}
body#top main #car .car_block .car_contents p.bottom_txt {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #car .car_block .car_contents p.bottom_txt {
    width: 90%;
  }
}
body#top main #reason {
  position: relative;
}
body#top main #reason .reason_block {
  background-color: #fff;
  padding: 6rem 10rem 0;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #reason .reason_block {
    padding: 6rem 8rem 0;
    background-size: 95% auto;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block {
    padding: 3rem 1rem 0;
    background-size: 180% auto;
  }
}
body#top main #reason .reason_block h2.reason_ttl {
  width: 85%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block h2.reason_ttl {
    width: 100%;
  }
}
body#top main #reason .reason_block .reason_top {
  position: relative;
  text-align: center;
  margin: 1rem auto 3rem;
}
body#top main #reason .reason_block .reason_top p.deco {
  position: absolute;
  z-index: 1;
  top: auto;
  width: 18rem;
  height: 20rem;
}
body#top main #reason .reason_block .reason_top p.deco img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body#top main #reason .reason_block .reason_top p.deco._01 {
  left: 0rem;
  bottom: -5rem;
}
body#top main #reason .reason_block .reason_top p.deco._02 {
  right: 0;
  bottom: -3rem;
}
body#top main #reason .reason_block .reason_top p.lead {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_top p.lead {
    font-size: 1.3rem;
    margin: 2rem auto 2rem;
  }
}
body#top main #reason .reason_block .reason_top p.txt {
  font-weight: 700;
  line-height: 2.2;
  font-size: 1.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_top p.txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}
body#top main #reason .reason_block .reason_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #reason .reason_block .reason_contents p.tag {
  background-color: #511E0B;
  color: #fff;
  font-size: 2rem;
  border-radius: 3rem;
  font-weight: 900;
  position: relative;
  text-align: center;
  display: table;
  margin: auto;
  padding: 0.5rem 5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents p.tag {
    font-size: 1.1rem;
    padding: 0.5rem 2rem;
  }
}
body#top main #reason .reason_block .reason_contents p.tag:before {
  content: "";
  position: absolute;
  right: 6rem;
  bottom: -1.4rem;
  width: 3rem;
  height: 1.5rem;
  background-color: #511E0B;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents p.tag:before {
    width: 2rem;
    height: 1rem;
    bottom: -0.9rem;
  }
}
body#top main #reason .reason_block .reason_contents ul.icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents ul.icon_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
body#top main #reason .reason_block .reason_contents ul.icon_list li {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents ul.icon_list li {
    width: 32%;
    margin-top: 2rem;
  }
}
body#top main #reason .reason_block .reason_contents ul.icon_list li p.txt {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents ul.icon_list li p.txt {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
body#top main #reason .reason_block .reason_contents p.arrow {
  margin: auto;
  width: 15rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #reason .reason_block .reason_contents p.arrow {
    width: 10rem;
    margin: 2rem auto 0;
  }
}
body#top main #solution {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 174, 0)), to(rgb(255, 132, 0)));
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 132, 0) 100%);
}
body#top main #solution:before {
  content: "";
  top: 0rem;
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: url("../img/solution_back.jpg");
  background-color: #fff;
  background-size: 100% auto;
  background-position: bottom center;
  width: 100%;
  height: 14rem;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #solution:before {
    height: 10rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #solution:before {
    height: 6rem;
    padding: 1rem 0 0;
  }
}
body#top main #solution .solution_block {
  padding: 1rem 10rem 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #solution .solution_block {
    padding: 1rem 8rem 6rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block {
    padding: 0 1rem 6rem;
  }
}
body#top main #solution .solution_block h2.solution_ttl {
  width: 90%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block h2.solution_ttl {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
body#top main #solution .solution_block .solution_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #solution .solution_block .solution_contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0.5rem solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  padding: 0 0 3rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap {
    border: 0.3rem solid #fff;
    border-radius: 0.5rem;
    padding: 0 0 2rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  background-color: #FF5D00;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap .ttl {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0.5rem 1rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap .ttl:before {
  content: "";
  right: 0;
  top: 0;
  width: 20rem;
  height: 100%;
  background-image: url("../img/solution_ttl_back.png");
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap .ttl:before {
    width: 100%;
    opacity: 0.3;
    background-size: auto 100%;
  }
}
body#top main #solution .solution_block .solution_contents .wrap .ttl span.no {
  border-right: 0.15rem solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 2rem;
  display: inline-table;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap .ttl span.no {
    position: relative;
    right: 0;
    display: block;
    border-bottom: 0.15rem solid #fff;
    border-right: none;
    padding: 0 0.5rem 0.1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap .ttl h3 {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap .ttl h3 {
    font-size: 1.2rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap h4 {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  background-color: #ffecc4;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap h4 {
    font-size: 1.1rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap p.txt {
  text-align: center;
  width: 100%;
  margin: 2rem auto 0;
}
body#top main #solution .solution_block .solution_contents .wrap .box {
  width: 45%;
  margin-top: 3rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap .box {
    width: 95%;
    margin-top: 2rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap .box p.txt {
  line-height: 1.3;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
body#top main #solution .solution_block .solution_contents .wrap ul.list {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem auto 0;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap ul.list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: 1rem auto 0;
  }
}
body#top main #solution .solution_block .solution_contents .wrap ul.list li {
  width: 15%;
  text-align: center;
  padding: 0 0;
  border-bottom: 0.2rem solid #FF5D00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap ul.list li {
    width: 31%;
    margin-top: 1rem;
    border-bottom: 0.1rem solid #FF5D00;
  }
}
body#top main #solution .solution_block .solution_contents .wrap ul.list li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap ul.list li img {
    margin-bottom: 0;
  }
}
body#top main #solution .solution_block .solution_contents .wrap ul.list li p.lead {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 2rem;
  margin: auto auto 1rem;
  min-height: 2.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap ul.list li p.lead {
    min-height: inherit;
    font-size: 0.9rem;
    margin: 0.5rem auto;
  }
}
body#top main #solution .solution_block .solution_contents .wrap ul.list li p.lead span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap ul.list li p.lead span {
    min-height: inherit;
    font-size: 0.7rem;
  }
}
body#top main #solution .solution_block .solution_contents .wrap:nth-of-type(2) {
  margin: 4rem auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .wrap:nth-of-type(2) {
    margin: 2rem auto;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap {
  margin-top: 2rem;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl {
  background-image: url("../img/comparison_ttl_back.png");
  background-size: 100% auto;
  background-position: center;
  width: 100%;
  padding: 3rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl {
    padding: 1rem 0 2rem;
    background-size: 100% auto;
    background-position: bottom center;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl p.deco {
  position: absolute;
  z-index: 2;
  left: 3rem;
  top: -4.5rem;
  width: 16rem;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl p.deco {
    left: 1rem;
    top: -5rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl p.deco img.hito {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl h3 {
  width: 30rem;
  margin: 0 13rem 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .ttl h3 {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap {
    width: 100%;
    border-radius: 0.5rem;
    overflow-x: auto;
    padding: 0 0 0.5rem;
    margin-top: 0.5rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table {
    border-radius: 0.5rem;
    width: 33rem;
    z-index: 0;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th,
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table td {
  padding: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th,
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table td {
    padding: 0.5rem 0.3rem;
    font-size: 0.7rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th {
  text-align: center;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th:nth-of-type(2) {
  border-left: 0.1rem solid #fff;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th.blank {
  background-color: #511E0B;
  border-right: 0.2rem solid #FF5D00;
  border-bottom: 0.2rem solid #FF5D00;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th.loan {
  background-color: #FFE6C9;
  border-right: 0.2rem solid #FF5D00;
  border-bottom: 0.2rem solid #FF5D00;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table th.cmall {
  background-color: #E72C22;
  color: #fff;
  border-bottom: 0.2rem solid #FF5D00;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table thead {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table thead {
    font-size: 0.7rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr {
  border-bottom: 0.1rem dashed #FF5D00;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr td {
  background-color: #fff;
  border-right: 0.2rem solid #FF5D00;
  font-weight: 700;
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr td.cmall {
  background-color: #FFEAE9;
  color: #E72C22;
  border-right: none;
  font-size: 1.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr td.cmall {
    font-size: 0.75rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr td.head {
  font-size: 1.2rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr td.head {
    font-size: 0.7rem;
  }
}
body#top main #solution .solution_block .solution_contents .comparison-wrap .table-wrap table tr:last-of-type {
  border-bottom: none;
}
body#top main #recs {
  position: relative;
  background-image: radial-gradient(circle, #f5f5f5 0.25rem, transparent 0.25rem), radial-gradient(circle, #f5f5f5 0.25rem, transparent 0.25rem);
  background-position: 0 0, 0.6rem 1.2rem;
  background-size: 1.2rem 2.4rem;
  background-repeat: repeat;
  background-color: #fff;
}
body#top main #recs .recs_ttl {
  background-color: #E72C22;
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  body#top main #recs .recs_ttl {
    padding: 1.5rem 0;
  }
}
body#top main #recs .recs_ttl:after {
  content: "";
  width: 6rem;
  height: 2rem;
  background-color: #E72C22;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.9rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
body#top main #recs .recs_ttl h2 {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #recs .recs_ttl h2 {
    width: 80%;
  }
}
body#top main #recs .recs_block {
  padding: 3rem 10rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #recs .recs_block {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #recs .recs_block {
    padding: 2rem 1rem 4rem;
  }
}
body#top main #recs .recs_block .recs_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #recs .recs_block .recs_contents ul.recs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem auto 3rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #recs .recs_block .recs_contents ul.recs_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
body#top main #recs .recs_block .recs_contents ul.recs_list li {
  width: 31%;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #recs .recs_block .recs_contents ul.recs_list li {
    width: 100%;
    margin-top: 2rem;
  }
}
body#top main #voice {
  position: relative;
}
body#top main #voice .voice_block {
  padding: 6rem 10rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #voice .voice_block {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block {
    padding: 3rem 1rem 4rem;
  }
}
body#top main #voice .voice_block h2.voice_ttl {
  font-size: 3.3rem;
  font-weight: 900;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  color: #511E0B;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block h2.voice_ttl {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
body#top main #voice .voice_block h2.voice_ttl:after {
  content: "";
  width: 3rem;
  height: 2rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.9rem;
  background-image: url("../img/deco/ttl_deco.svg");
  background-size: contain;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block h2.voice_ttl:after {
    width: 2rem;
    height: 1rem;
    bottom: -1.2rem;
  }
}
body#top main #voice .voice_block h2.voice_ttl span {
  color: #FF5D00;
}
body#top main #voice .voice_block .voice_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #voice .voice_block .voice_contents ul.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 6rem auto 3rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem auto 3rem;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li {
  width: 31%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list li {
    width: 100%;
    margin-top: 2rem;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li img.illust {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list li img.illust {
    width: 70%;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li .box {
  border: 0.2rem solid #FF5D00;
  border-radius: 1rem;
  padding: 0 0 1rem;
  overflow: hidden;
  min-height: 20rem;
  -webkit-box-shadow: 0 0.5rem 0 0 rgb(255, 93, 0);
          box-shadow: 0 0.5rem 0 0 rgb(255, 93, 0);
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list li .box {
    min-height: inherit;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li .box p.era {
  background-color: rgba(255, 93, 0, 0.1);
  text-align: center;
  font-weight: 700;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list li .box p.era {
    font-size: 1.1rem;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li .box p.point {
  color: #FF5D00;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem auto 1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #voice .voice_block .voice_contents ul.voice_list li .box p.point {
    font-size: 1.2rem;
  }
}
body#top main #voice .voice_block .voice_contents ul.voice_list li .box p.txt {
  width: 90%;
  margin: auto;
  text-align: left;
}
body#top main #faq {
  position: relative;
  background-color: #FFFCE0;
  padding: 6rem 10rem;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #faq {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #faq {
    padding: 4rem 1rem;
  }
}
body#top main #faq .faq_block h2.faq_ttl {
  font-size: 3.3rem;
  font-weight: 900;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  color: #511E0B;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block h2.faq_ttl {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
body#top main #faq .faq_block h2.faq_ttl:after {
  content: "";
  width: 3rem;
  height: 2rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.9rem;
  background-image: url("../img/deco/ttl_deco.svg");
  background-size: contain;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block h2.faq_ttl:after {
    width: 2rem;
    height: 1rem;
    bottom: -1.2rem;
  }
}
body#top main #faq .faq_block h2.faq_ttl span {
  color: #FF5D00;
}
body#top main #faq .faq_block .faq-list-wrap {
  position: relative;
  margin: 6rem auto 0;
  width: 90%;
  color: #000;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap {
    margin-top: 3rem;
    width: 100%;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list {
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div {
  margin: 2rem auto;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div {
    margin: 1rem auto;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.en {
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.en {
    font-size: 1.2rem;
    margin-right: 0.7rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0065D6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon span {
  width: 1rem;
  height: 0.3rem;
  background-color: #fff;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon span {
    width: 0.8rem;
    height: 0.2rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon span:last-of-type {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(1.6rad);
          transform: rotate(1.6rad);
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div p.icon.active span:last-of-type {
  -webkit-transform: rotate(0rad);
          transform: rotate(0rad);
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt {
  padding: 1rem 5rem 1rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  background-color: #FFFCE0;
  line-height: 1;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt {
    padding: 0.8rem 2rem 0.8rem 0.6rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 0.5rem;
  border-radius: 0.5rem;
  background-color: #0065D6;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt:before {
    width: 0.2rem;
    height: 40%;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt p.en {
  color: #0065D6;
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt p.txt {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dt p.txt {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd {
  display: none;
  background-color: #fff;
  padding: 1rem 1.5rem 1.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd {
    padding: 0.8rem 0.6rem 1rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer p.en {
  color: #FF5D00;
  line-height: 1;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer p.en {
    line-height: 1.4;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer p.txt {
  font-size: 1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer p.txt {
    font-size: 0.8rem;
  }
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd .answer p.txt a {
  text-decoration: underline;
}
body#top main #faq .faq_block .faq-list-wrap dl.faq-list > div dd.active {
  display: block;
}
body#top main #shop {
  position: relative;
}
body#top main #shop .shop_block {
  padding: 6rem 10rem 8rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main #shop .shop_block {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block {
    padding: 4rem 1rem 4rem;
  }
}
body#top main #shop .shop_block h2.shop_ttl {
  font-size: 3.3rem;
  font-weight: 900;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  color: #511E0B;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block h2.shop_ttl {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
body#top main #shop .shop_block h2.shop_ttl:after {
  content: "";
  width: 3rem;
  height: 2rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.9rem;
  background-image: url("../img/deco/ttl_deco.svg");
  background-size: contain;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block h2.shop_ttl:after {
    width: 2rem;
    height: 1rem;
    bottom: -1.2rem;
  }
}
body#top main #shop .shop_block h2.shop_ttl span {
  color: #FF5D00;
}
body#top main #shop .shop_block .shop_contents {
  margin: auto;
  position: relative;
  z-index: 3;
}
body#top main #shop .shop_block .shop_contents h3 {
  background-color: rgba(255, 174, 0, 0.3);
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
  margin: 5rem auto 3rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents h3 {
    margin: 3rem auto 1rem;
    font-size: 1.2rem;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap {
    margin-bottom: 1rem;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div {
  width: 48%;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div {
    width: 100%;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl {
    margin-top: 1rem;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div {
    margin-bottom: 1rem;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dt {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0 0 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dt {
    font-size: 1.1rem;
    padding: 0 0 0 1rem;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 90%;
  width: 0.3rem;
  border-radius: 0.5rem;
  background-color: #FF5D00;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dt:before {
    width: 0.2rem;
    height: 80%;
  }
}
body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dd {
  font-size: 1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .flex-row-nowrap div dl > div dd {
    font-size: 0.9rem;
  }
}
body#top main #shop .shop_block .shop_contents .map {
  width: 100%;
  height: 18rem;
}
@media screen and (max-width: 766.9px) {
  body#top main #shop .shop_block .shop_contents .map {
    height: 15rem;
  }
}
body#top main #shop .shop_block .shop_contents .map iframe {
  width: 100%;
  height: 100%;
}
body#top main .tokuten {
  position: relative;
  padding: 10rem 0 0;
  background-color: #FFFDF7;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten {
    padding: 8rem 0 0;
  }
}
body#top main .tokuten:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 30, 17)), color-stop(47%, rgb(244, 138, 2)), to(rgb(140, 30, 17)));
  background: linear-gradient(90deg, rgb(140, 30, 17) 0%, rgb(244, 138, 2) 47%, rgb(140, 30, 17) 100%);
  width: 100%;
  height: 1rem;
  bottom: 0;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten:after {
    height: 0.5rem;
  }
}
body#top main .tokuten .tokuten_block {
  background-image: repeating-linear-gradient(90deg, #fff496, #fff496 0.5rem, #fff6ab 0.5rem, #fff6ab 1rem);
  position: relative;
}
body#top main .tokuten .tokuten_block:before, body#top main .tokuten .tokuten_block:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
}
body#top main .tokuten .tokuten_block:before {
  top: 0;
  background-image: url("../img/tokuten_ttl_line.png");
  background-size: 100% auto;
  background-position: top;
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block:before {
    display: none;
  }
}
body#top main .tokuten .tokuten_block:after {
  background-color: #FFAE00;
  width: 100%;
  height: 15rem;
  bottom: 0;
  clip-path: polygon(50% 40%, 100% 0%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block:after {
    height: 7rem;
  }
}
body#top main .tokuten .tokuten_block .tokuten_ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: -6.5rem;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_ttl {
    top: -6rem;
  }
}
body#top main .tokuten .tokuten_block .tokuten_ttl p.subttl {
  width: 30rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_ttl p.subttl {
    width: 15rem;
  }
}
body#top main .tokuten .tokuten_block .tokuten_ttl h2 {
  width: 70rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_ttl h2 {
    width: 120%;
    top: 0rem;
    left: -10%;
    position: relative;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13rem 12rem 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents {
    padding: 13rem 8rem 6rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents {
    padding: 4rem 0.5rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box {
  position: relative;
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box.plus {
  width: 100%;
  height: 13rem;
  z-index: 1;
  top: -1rem;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents > .box.plus {
    height: 10rem;
    width: 21rem;
    top: -0.5rem;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box.plus img.more {
  position: absolute;
  width: 7rem;
  left: -19rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents > .box.plus img.more {
    width: 6rem;
    left: 0;
    right: auto;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box.column {
  top: -4rem;
  z-index: 2;
  width: 50%;
  height: 15rem;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents > .box.column {
    width: 100%;
    height: 10rem;
    top: -2rem;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box:first-of-type {
  width: 100%;
  z-index: 2;
}
body#top main .tokuten .tokuten_block .tokuten_contents > .box:last-of-type {
  right: -1rem;
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap {
  position: relative;
  z-index: 1;
  margin: auto;
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star {
  pointer-events: none;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.orange {
    display: none;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.orange._01 {
  left: -0.5rem;
  top: 0.5rem;
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.orange._02 {
  right: -0.5rem;
  top: 2rem;
  width: 1.6rem;
}
@media screen and (min-width: 1025.1px) {
  body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.white {
    display: none;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.white._01 {
  left: 0;
  bottom: -2rem;
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap span.star.white._02 {
  right: 0rem;
  bottom: 2rem;
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap p.txt {
  width: 40rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap p.txt {
    width: 90%;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap .tokuten_btn {
  width: 45rem;
  height: 8rem;
  margin: 1rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766.9px) {
  body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap .tokuten_btn {
    width: 90%;
    height: auto;
  }
}
body#top main .tokuten .tokuten_block .tokuten_contents .tokuten_btn-wrap .tokuten_btn a:hover {
  opacity: 1;
}

body#page {
  width: 100%;
  min-width: 375px;
  margin: auto;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
  display: none;
}
@media screen and (max-width: 766.9px) {
  body#page {
    overflow: hidden;
  }
}
body#page img {
  width: 100%;
  vertical-align: bottom;
}
body#page main {
  padding: 4rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 766.9px) {
  body#page main {
    padding: 3rem 0 0;
  }
}
body#page main .page-contents .page-head {
  width: 100%;
  background-image: url("../img/contact_ttl_back.png");
  background-size: 100% auto;
  position: relative;
  height: 18rem;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .page-head {
    background-image: url("../img/contact_ttl_back_sp.png");
    background-position: bottom;
    height: 11rem;
  }
}
body#page main .page-contents .page-head h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
  margin: auto;
  width: 23rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .page-head h2 {
    width: 70%;
    top: 3rem;
  }
}
body#page main .page-contents .form {
  padding: 4rem 10rem 8rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#page main .page-contents .form {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form {
    padding: 2rem 1rem 4rem;
  }
}
body#page main .page-contents .form p.error, body#page main .page-contents .form p.check-error-txt {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.3rem 0;
  color: #E72C22;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form p.error, body#page main .page-contents .form p.check-error-txt {
    font-size: 0.8rem;
  }
}
body#page main .page-contents .form p.check-error-txt {
  text-align: center;
}
body#page main .page-contents .form p.form-error-txt {
  color: #fff;
  background-color: #E72C22;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form p.form-error-txt {
    margin: 0 auto 2rem;
  }
}
body#page main .page-contents .form dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form dl > div {
    margin-bottom: 1rem;
  }
}
body#page main .page-contents .form dl > div dt {
  font-size: 1.2rem;
  font-weight: 700;
  width: 25%;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form dl > div dt {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body#page main .page-contents .form dl > div dt span.required {
  font-size: 0.9rem;
  background-color: #FF5D00;
  color: #fff;
  padding: 0 0.5rem;
  text-align: center;
  line-height: 2;
  border-radius: 0.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form dl > div dt span.required {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 0.3rem;
    margin-left: 1rem;
  }
}
body#page main .page-contents .form dl > div dd {
  width: 75%;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form dl > div dd {
    width: 100%;
  }
}
body#page main .page-contents .form dl > div dd input {
  background-color: #fff;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  border: 0.1rem solid #C8C8C8;
}
body#page main .page-contents .form dl > div dd textarea {
  background-color: #fff;
  width: 100%;
  height: 8rem;
  padding: 1rem;
  border: 0.1rem solid #C8C8C8;
}
body#page main .page-contents .form .check-field {
  margin: 3rem auto 4rem;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form .check-field {
    margin: 2rem auto 3rem;
  }
}
body#page main .page-contents .form .check-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#page main .page-contents .form .check-field label p {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form .check-field label p {
    font-size: 1rem;
  }
}
body#page main .page-contents .form .check-field label p a {
  text-decoration: underline;
  color: #E72C22;
}
body#page main .page-contents .form .check-field input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 0.15rem solid #C8C8C8;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form .check-field input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}
body#page main .page-contents .form .check-field input[type=checkbox]:checked::after {
  content: "";
  background-image: url("../img/vector/check.svg");
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form .check-field input[type=checkbox]:checked::after {
    width: 1rem;
    height: 1rem;
  }
}
body#page main .page-contents .form .btnarea {
  width: 35rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .form .btnarea {
    width: 90%;
  }
}
body#page main .page-contents .thanks {
  padding: 4rem 10rem 8rem;
  position: relative;
}
@media screen and (min-width:767.1px) and (max-width:1024.9px) {
  body#page main .page-contents .thanks {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .thanks {
    padding: 2rem 1rem 4rem;
  }
}
body#page main .page-contents .thanks h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .thanks h3 {
    font-size: 1.3rem;
  }
}
body#page main .page-contents .thanks p.txt {
  margin: 3rem auto;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .thanks p.txt {
    margin: 2rem auto;
  }
}
body#page main .page-contents .thanks .btn {
  position: relative;
}
body#page main .page-contents .thanks .btn a {
  width: 33rem;
  height: 7rem;
  margin: auto;
}
@media screen and (max-width: 766.9px) {
  body#page main .page-contents .thanks .btn a {
    width: 18rem;
    height: 4rem;
  }
}
body#page main .page-contents .thanks .btn a:hover {
  opacity: 1;
}