@charset "UTF-8";
/* # Style SP
================================ */
/* ===== base reset ===== */
html,
body,
div,
span,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  border-style: none;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

header .hd-logo {
  padding-bottom: 15px;
}
header .hd-logo img {
  width: 22%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
}
a:hover span {
  text-decoration: none;
}
a img {
  transition-duration: 0.25s;
}
a.nscl:hover img {
  transform: none !important;
  opacity: 0.6;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {
  vertical-align: middle;
}

select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  height: auto;
}

.img-box {
  overflow: hidden;
}

.ap-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.ap-none * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

a:hover img {
  opacity: 0.9;
}

.lt {
  text-align: left !important;
}

.trt {
  text-align: right !important;
}

.ctr {
  text-align: center !important;
}

.flt {
  float: left !important;
}

.frt {
  float: right !important;
}

.b-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mtp0 {
  margin-top: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.err {
  color: #cc0000;
}

.rd {
  color: #cc0000;
}

.marker_hl {
  background: linear-gradient(transparent 30%, #ffff00 30%);
}

#wrap {
  width: 100%;
}

.posrel {
  position: relative;
}

.palt {
  font-feature-settings: "palt";
}

.notos {
  font-family: "Noto Serif JP", serif;
}

.img-ctr {
  text-align: center;
}

.ovf {
  overflow: hidden;
}

.bg-wt {
  background: #fff;
}

.bg-grn {
  background: #830007;
}

.bg-lylw {
  background: #fcfcf2;
}

.bg-lylw2 {
  background: #fff0d1;
}

.bg-lbge {
  background: #ffe2d1;
}

.kousai {
  text-shadow: 0 0 15px #fff;
}

.sec-bnr {
  background: #dce7ac;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 2px;
}

.sec-gryimg {
  background: url(../image/base/bg-gry-geo1.webp) no-repeat;
  background-size: cover;
}

.sec-gryimg2 {
  background: url(../image/base/bg-gry-geo2.webp) no-repeat;
  background-size: cover;
}

.kome li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 0;
  position: relative;
  padding-left: 3em;
  counter-increment: num;
  line-height: 1.8;
}
.kome li:not(:first-of-type) {
  margin-top: 0.25em;
}
.kome li::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  content: "※" counter(num) " …";
}

.marker {
  color: #e03737;
  background: #f4e827;
  padding: 0 8px 2px;
}

.marker2 {
  color: #fff;
  background: #c8181b;
  padding: 0 8px 2px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 55px;
  background: url("../image/base/btn-play.png") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.slick-slider-main:not(.slick-initialized),
.slick-slider-nav:not(.slick-initialized) {
  display: none;
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #007bff;
}

.hvr-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding: 0.5em 2.5em 0.5em 1em;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  overflow: hidden;
  background-color: #ff0401;
  transition: color 0.2s ease;
  z-index: 1;
}
.hvr-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c8181b;
  transition: left 0.2s ease;
  z-index: 0;
}
.hvr-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
  width: 25px;
  height: 14px;
  background-image: url("../image/base/arw-wt.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.hvr-btn:hover {
  text-decoration: none;
}
.hvr-btn:hover::before {
  left: 0;
}
.hvr-btn .btn-txt {
  position: relative;
  z-index: 2;
  padding-right: 0.8em;
}

.glow {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.faq-ul {
  margin-top: 20px;
}
.faq-ul dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 15px 0 90px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #f1f1f1;
  opacity: 0;
  transform: translateY(20px);
}
.faq-ul dt:before {
  content: url(../image/base/q.png);
  width: 64px;
  height: 64px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  background: #ff0401;
  border-right: solid 4px #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 500;
}
.faq-ul dt:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(../image/base/arw-dwn.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  position: absolute;
  top: 24px;
  right: 20px;
}
.faq-ul dt.arw-up + dd {
  margin-bottom: 15px;
}
.faq-ul dt.arw-up:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(../image/base/arw-dwn.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotateZ(-180deg);
}
.faq-ul li a {
  color: #007aaa;
  text-decoration: none;
}
.faq-ul li a:hover {
  text-decoration: underline;
}
.faq-ul dd {
  position: relative;
  display: none;
  margin-top: -12px;
  padding: 25px 30px 30px 90px;
  font-size: 16px;
  line-height: 2;
}
.faq-ul dd:before {
  content: url(../image/base/a.png);
  width: 64px;
  height: 64px;
  background: #c8181b;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 0;
}
.faq-ul dd li {
  padding-left: 18px;
}
.faq-ul dd li:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.fade-in {
  animation: fadeInSlideUp 0.4s ease-out forwards;
}

@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
a.faq-more {
  width: 400px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 40px auto 0;
  background: #007aaa url(../image/icn_cf_right.png) no-repeat right 15px center;
  border-radius: 10px;
  display: block;
}
a.faq-more:hover {
  text-decoration: none;
  opacity: 0.7;
}

#form-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
#form-wrap * {
  box-sizing: border-box;
}
#form-wrap .form-parts input {
  width: 100%;
  padding: 16px 12px;
  margin: 10px 0;
  border: solid 1px #666;
  background-color: #fff;
  font-size: 16px;
}
#form-wrap .form-parts input:focus {
  background: #ffc;
  border-color: #ff0401;
  outline: 0;
}
#form-wrap .form-parts select {
  width: 100%;
  padding: 16px 12px;
  margin: 10px 0;
  border: solid 1px #666;
  background-color: #fff;
  font-size: 16px;
}
#form-wrap .form-parts textarea {
  width: 100%;
  padding: 16px 12px;
  margin: 10px 0;
  border: solid 1px #666;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
#form-wrap .form-parts input[type=radio] {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#form-wrap .form-parts #ui-datepicker-div {
  width: 95vw !important;
}
#form-wrap .sub-btn {
  text-align: center;
}
#form-wrap .sub-btn input {
  background: #cc0000;
  color: #fff;
  width: 40%;
  border: none;
  padding: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  cursor: pointer;
}
#form-wrap .sub-btn input:hover {
  opacity: 0.5;
}
#form-wrap .sub-btn input[disabled] {
  opacity: 0.5;
}
#form-wrap .cfm-btn {
  padding: 30px 0;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
}
#form-wrap .cfm-btn input {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#form-wrap .cfm-btn .wpcf7-list-item {
  margin-left: 0;
}
#form-wrap input.cb {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-right: 8px;
}
#form-wrap .cb input {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-right: 8px;
}
#form-wrap .cb .wpcf7-list-item {
  margin-left: 0;
}
#form-wrap .bs {
  display: block;
  width: 250px !important;
  margin-bottom: -5px;
}
#form-wrap a {
  text-decoration: underline;
}
#form-wrap .acceptance-0 {
  display: block;
  padding-top: 20px;
}
#form-wrap + .wpcf7-response-output {
  display: inline-block;
  color: #ff0000;
  padding: 8px 8px 30px;
  line-height: 1.4;
}

.form-parts dt {
  width: 100%;
  font-size: 16px;
  margin: 30px 0 8px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.form-parts dt.req:after {
  content: "必須";
  background: #cc0000;
  font-size: 11px;
  display: inline-block;
  color: #fff;
  padding: 1px 7px 3px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.form-parts dd {
  width: 100%;
  margin: 10px 0;
}
.form-parts dd .zn {
  font-size: 12px;
  color: #333;
  position: relative;
  top: -2px;
  display: flex;
  justify-content: flex-end;
}
.form-parts dd p {
  margin: 0 0 5px 0;
  padding: 0;
}

.wpcf7-response-output {
  margin: 0 10px 40px;
  color: #ff0000;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.screen-reader-response {
  display: none !important;
}

span.wpcf7-spinner {
  display: none !important;
}

.spf-img img {
  width: 100%;
  height: auto;
}

.your-kikkake .first {
  display: none;
}
.your-kikkake .wpcf7-list-item {
  margin-left: 1em;
}
.your-kikkake .wpcf7-list-item-label {
  display: inline-block;
  padding-right: 10px;
}

.wpcf7-free-text {
  width: 40% !important;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  display: inline-block;
  padding: 5px 0;
  margin-top: -10px;
}

/* tabs */
.tab-group {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.tab {
  text-align: center;
  cursor: pointer;
  width: 15%;
  margin-right: 0.8%;
  margin-left: 0.8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #c8181b;
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
  height: 50px;
  text-indent: 3px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.panel-group {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #fde8e7;
  position: relative;
  height: 70px;
  margin-top: 0;
  font-size: 20px;
  color: #000;
}

.panel.is-show {
  display: block;
  position: relative;
}

.anc-btn.tab-group {
  padding: 0;
}
.anc-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 10px;
}
.anc-btn li {
  width: 15%;
  margin-right: 0.25%;
  margin-left: 0.25%;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: 500;
  line-height: 1.2;
}
.anc-btn li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #ffffcc;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  height: 60px;
  letter-spacing: 3px;
  text-indent: 3px;
}
.anc-btn li a:hover {
  text-decoration: none;
  background: #ffff66;
}
.anc-btn li a.o {
  background: #ffff66;
}

.no-box {
  width: 90%;
  max-width: 800px;
  padding: 3em;
  text-align: center;
  border: solid 1px #ccc;
  margin: 20px auto;
}

/* # Frame SP
================================ */
@media (max-width: 765.9px) {
  .pc {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
    transition: all 0.4s ease;
  }
  header.hd.shrink {
    padding: 5px 0;
    height: 100px;
  }
  header.hd.shrink .logo {
    font-size: 18px;
  }
  header.hd.shrink .hd-nav {
    padding-top: 5px;
  }
  header.hd.shrink .hd-nav a {
    height: 50px;
  }
  .hd-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .hd-top-rgt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .burger-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 9999;
    width: 100px;
    height: 100px;
  }
  .burger-wrap.active {
    background: #fde8e7;
  }
  .burger-label {
    text-align: center;
    letter-spacing: 1px;
    color: #ff0401;
  }
  .burger {
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    z-index: 1100;
  }
  .burger div {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #ff0401;
    position: absolute;
    transition: all 0.4s ease;
  }
  .logo {
    position: relative;
    transition: all 0.4s ease;
    padding: 0 0 0 6px;
  }
  .logo a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .logo a:hover {
    text-decoration: none;
  }
  .logo .txt {
    color: #830007;
    display: none;
  }
  .logo:hover {
    text-decoration: none;
  }
  .hd-nav {
    position: fixed;
    top: -150%;
    right: 0;
    width: 100%;
    max-width: 430px;
    max-height: 100vh;
    background-color: #fff;
    padding-bottom: 80px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    transition: top 0.4s ease;
    z-index: -1;
    background: #fde8e7;
    overflow-y: auto;
  }
  .hd-nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
  }
  .hd-nav li {
    border-bottom: dotted 2px #ff0401;
  }
  .hd-nav li a {
    display: block;
    width: 100%;
    padding: 12px 30px 12px 80px;
    color: #000;
    font-size: 14px;
    background: url(../image/base/arw-wt_s.png) no-repeat left 60px center;
  }
  .hd-nav li a::before {
    content: "";
    margin-right: 10px;
    color: #007bff;
  }
  .hd-nav li a:hover {
    text-decoration: none;
    background: url(../image/base/arw-wt_s.png) no-repeat left 60px center #c8181b;
    color: #fff;
  }
  .hd-nav li.snd a {
    padding-left: 108px;
    background-position: left 88px center;
  }
  .hd-nav.active {
    top: 0;
  }
  .hd-upr {
    display: none;
  }
  .hd-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1px;
  }
  .hd-btns a:hover {
    opacity: 0.9;
  }
  .hd-btns .mem {
    background: #830007;
    display: none;
  }
  .hd-btns .cat {
    background: #c8181b;
    display: none;
  }
  .hd-btns .rsv {
    background: #ff0401;
    display: none;
  }
  .hd-btns .sns_line {
    background: #03b832;
  }
  .hd-btns .sns_ytb {
    background: #e70a03;
  }
  .slick-slider button {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .slider-wrap {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  .slider-wrap .ovr {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    width: 100%;
  }
  .slider-wrap .ovr img {
    max-width: 100%;
    height: auto;
    margin: 40px auto;
  }
  .slider-wrap .rnk {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 560px);
  }
  .top-sldr {
    width: 100%;
    visibility: hidden;
    padding-top: 50px;
    min-height: 150px;
  }
  .top-sldr img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-sldr.slick-slider.slick-initialized {
    visibility: visible;
  }
  .top-sldr {
    /*
    .slick-prev,
    .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 100;
      width: 45px;
      height: 62px;
      background: url(../image/base/arw-lft.png) no-repeat;
      background-size: cover;
      display: flex !important;
      align-items: center;
      justify-content: center;
      &::before {
        content: "";
      }
    }
    .slick-prev {
      left: calc(5% - 5px);
    }
    .slick-next {
      right: calc(5% - 5px);
      background: url(../image/base/arw-rgt.png) no-repeat;
      background-size: cover;
    }*/
  }
  .bnr-three {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 20px 0;
  }
  .bnr-three li {
    width: 47%;
    margin-bottom: 20px;
  }
  .bnr-three li img {
    width: 100%;
    height: auto;
  }
  .btm-inq {
    background: #ffe2d1;
    padding: 25px 0;
    margin-bottom: 2px;
  }
  .btm-inq.lylw {
    background: #fcfcf2;
  }
  .btm-inq .inq-btns {
    max-width: 92%;
    min-width: 92%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .btm-inq .inq-btns li {
    min-height: 180px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    padding-top: 20px;
    position: relative;
    margin: 0 auto 20px;
  }
  .btm-inq .inq-btns li a {
    padding-left: 20px;
    font-weight: 700;
  }
  .btm-inq .inq-btns li .txt {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
  }
  .btm-inq .inq-btns .full .tit {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
  }
  .btm-inq .inq-btns .mem {
    background: url(../image/base/bg-mem.png) no-repeat left -15px bottom 25px #830007;
  }
  .btm-inq .inq-btns .mem .tit {
    padding: 10px 0 8px;
  }
  .btm-inq .inq-btns .mem .tit img {
    width: 58%;
  }
  .btm-inq .inq-btns .mem a .btn-txt {
    color: #830007;
  }
  .btm-inq .inq-btns .mem a {
    background-image: url("../image/base/pt-mem.png");
    background-repeat: no-repeat;
    background-position: center left 15px;
  }
  .btm-inq .inq-btns .cat {
    background: url(../image/base/bg-cat.png) no-repeat left -15px bottom 25px #c8181b;
  }
  .btm-inq .inq-btns .cat .tit {
    padding: 5px 0 6px;
  }
  .btm-inq .inq-btns .cat .tit img {
    width: 58%;
  }
  .btm-inq .inq-btns .cat a .btn-txt {
    color: #c8181b;
  }
  .btm-inq .inq-btns .cat a {
    background-image: url("../image/base/pt-cat.png");
    background-repeat: no-repeat;
    background-position: center left 17px;
  }
  .btm-inq .inq-btns .tel {
    background: url(../image/base/bg-tel.png) no-repeat left -15px bottom 25px #ff0401;
  }
  .btm-inq .inq-btns .tel .tit {
    padding: 5px 0 0;
  }
  .btm-inq .inq-btns .tel .tit img {
    width: 60%;
  }
  .btm-inq .inq-btns .tel .tit a:hover {
    text-decoration: none;
  }
  .btm-inq .inq-btns .tel > a .btn-txt {
    color: #ff0401;
  }
  .btm-inq .inq-btns .tel > a {
    background-image: url("../image/base/pt-rsv.png");
    background-repeat: no-repeat;
    background-position: center left 20px;
  }
  .btm-inq .inq-btns .tel .tit .s {
    color: #fff;
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 14px;
  }
  .btm-inq .inq-btns .hvr-btn {
    width: 90%;
    background-color: #fff;
    background-size: 30px auto;
    margin: 0;
    margin: 15px auto;
  }
  .btm-inq .inq-btns .hvr-btn span {
    font-size: 15px;
    padding-left: 15px;
  }
  .btm-inq .inq-btns .hvr-btn::before {
    background: none;
  }
  .btm-inq .inq-btns .hvr-btn::after {
    height: 14px;
    background-image: url("../image/base/arw-k.png");
  }
  .btm-inq .inq-btns .hvr-btn:hover {
    opacity: 0.8;
  }
  .main-header-area {
    background: #ffe2d1;
    color: #ff0401;
    padding-top: 100px;
  }
  .main-header-area .dft-tit {
    padding-top: 40px;
  }
  #pgtop {
    position: fixed;
    right: 0;
    bottom: 77px;
    z-index: 1000;
  }
  #pgtop img {
    width: 50px;
  }
  #ft {
    background: #e1e1e0;
    padding: 30px 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    min-width: 92%;
  }
  #ft-name-set {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 24px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  #ft-name-set li {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #ft-name-set .ft-logo img {
    width: 190px;
  }
  #ft-name-set .tel {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ff0401;
    padding: 15px 0 10px;
  }
  #ft-name-set .add {
    font-size: 16px;
  }
  .ft-nav {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ft-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  .ft-nav ul div {
    margin: 0 6px;
    padding: 10px 0;
    width: 43%;
  }
  .ft-nav ul li a, .ft-nav ul li .a, .ft-nav ul li.a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    padding: 3px 0;
  }
  .ft-nav ul li a:hover {
    text-decoration: underline;
  }
  .ft-nav ul li {
    margin-bottom: 10px;
  }
  .ft-nav .snd::before {
    content: url(../image/base/mrk-tree.png);
    margin-left: 1em;
    margin-right: 6px;
    position: relative;
    top: -5px;
  }
  .ft-nav #banana {
    width: 168px;
    height: auto;
    margin: 20px auto;
  }
  .ft-nav #kokomo {
    width: 166px;
    height: auto;
    margin: 9px auto;
  }
  .ft-nav .bnr-set {
    width: 100%;
  }
  .ft-nav .bnr-set a {
    padding: 15px 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 11px;
    line-height: 1.4;
    position: relative;
    border: solid 1px #aaa;
    margin-bottom: 10px;
  }
  .ft-nav .bnr-set a .tit {
    font-size: 16px;
  }
  .ft-nav .bnr-set a .img {
    width: 45%;
    padding-right: 15px;
  }
  .ft-nav .bnr-set a .img img {
    width: 100%;
    height: auto;
  }
  .ft-nav .bnr-set a .cat {
    width: 55%;
  }
  .ft-nav .bnr-set a::after {
    display: block;
    content: "";
    background: url("../image/base/lnk-gaibu.png") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 3px;
    bottom: 3px;
  }
  #c {
    width: 100%;
    background: #fff;
    margin-top: 1px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-weight: 500;
  }
}
#ft-fixed {
  position: fixed !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 3px 0;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1000;
}
#ft-fixed li {
  width: 19%;
}
#ft-fixed li a {
  background: #ff0401;
  border-radius: 5px;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#ft-fixed li a img {
  width: 88%;
}

.header-wrapper {
  overflow-x: hidden;
}

.hd-top {
  background: #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.hd-top .logo img {
  width: 220px;
}
.hd-top .hd-upr {
  gap: 15px;
}
.hd-top .hd-upr li a,
.hd-top .hd-upr li span {
  font-size: 16px;
  padding: 10px 0;
}
.hd-top .hd-btns img {
  width: 100px;
}

.burger-label {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.burger {
  width: 28px;
  height: 22px;
}
.burger div:nth-child(1) {
  top: 0;
}
.burger div:nth-child(2) {
  top: 9px;
}
.burger div:nth-child(3) {
  top: 18px;
}
.burger.active div:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger.active div:nth-child(2) {
  opacity: 0;
}
.burger.active div:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.burger .hd-nav ul {
  padding-top: 100px;
}

@media (max-width: 765.9px) {
  .hd-top {
    gap: 15px;
  }
  .hd-top .logo img {
    width: 140px;
  }
  .hd-top .logo .txt {
    font-size: 12px;
  }
  .hd-top .hd-upr {
    gap: 10px;
  }
  .hd-top .hd-upr li a,
  .hd-top .hd-upr li span {
    font-size: 13px;
    padding: 8px 0;
  }
  .hd-top .hd-btns img {
    width: 50px;
  }
  .burger-wrap {
    width: 50px;
    height: 50px;
  }
  .burger-label {
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
  }
  .burger {
    width: 20px;
    height: 18px;
  }
  .burger div:nth-child(1) {
    top: 0;
  }
  .burger div:nth-child(2) {
    top: 7px;
  }
  .burger div:nth-child(3) {
    top: 14px;
  }
  .burger.active div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .burger.active div:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hd-nav ul {
    padding-top: 60px;
  }
  .main-header-area {
    padding-top: 40px;
  }
}
/* # Main
================================ */
@media (max-width: 765.9px) {
  .wrap10 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap11,
  .wrap11sp {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .hvr-btn {
    font-size: 15px;
    width: 70%;
    max-width: 300px;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto;
  }
  .hvr-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%);
    width: 20px;
    height: 11px;
    background-image: url("../image/base/arw-wt.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }
  .hvr-btn .btn-txt {
    padding-right: 0;
  }
  .btn-group {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
  .dft-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 45%;
    max-width: 190px;
    height: 43px;
    border: solid 1px #000;
    padding-right: 3px;
    padding-bottom: 2px;
    text-align: center;
    border-radius: 3px;
  }
  .dft-btn:hover {
    background: url(../image/base/arw-k_s.png) no-repeat right 7px center #e1e1e0;
    text-decoration: none;
  }
  .dft-btn {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: url(../image/base/arw-k_s.png) no-repeat right 7px center;
  }
  .dft-btn.og {
    background: url(../image/base/arw-wt_s.png) no-repeat right 7px center #c8181b;
    color: #fff;
    border-color: #c8181b;
  }
  .dft-btn.og:hover {
    background: url(../image/base/arw-wt_s.png) no-repeat right 7px center #ff0401;
    border-color: #ff0401;
  }
  .dft-btn.l {
    width: 400px;
  }
  .dft-btn.ctr {
    margin-left: auto;
    margin-right: auto;
  }
  .dft-btn.btm {
    margin-top: 60px;
  }
  .btn-entry {
    display: inline-block;
    background-color: #ff0401;
    color: #fff;
    padding: 1em 2em;
    font-size: 18px;
    font-weight: bold;
    border-radius: 999px;
    box-shadow: 0 6px 0 #6b0303;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    position: relative;
    top: 0;
  }
  .btn-entry::after {
    content: url("../image/base/arw-wt.png");
    margin-left: 10px;
  }
  .btn-entry:hover {
    top: 2px;
    box-shadow: 0 4px 0 #6b0303;
    text-decoration: none;
  }
  .btn-entry:active {
    top: 6px;
    box-shadow: none;
  }
  .rd-btn {
    width: 185px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
  }
  .dft-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding-bottom: 25px;
  }
  .dft-tit .jp {
    margin-top: 10px;
    width: 112px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000;
    border: solid 1px #000;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 2px;
    border-radius: 19px;
  }
  .dft-tit .jp.l {
    width: 230px;
  }
  .dft-tit .en {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff0401;
  }
  .dft-tit .naka {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
  }
  .catalog .dft-tit .jp,
  .privacy .dft-tit .jp,
  .feature .dft-tit .jp,
  .spec .dft-tit .jp,
  .promise .dft-tit .jp,
  .flow .dft-tit .jp {
    width: 170px;
  }
  .snd-tit {
    margin: 20px auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 30px;
    padding: 12px 8px;
    text-align: center;
    color: #000;
    position: relative;
  }
  .snd-tit::before {
    display: block;
    content: "";
    width: 70px;
    height: 6px;
    border-radius: 3px;
    background: #ff0401;
    position: absolute;
    top: -5px;
    left: calc(50% - 35px);
  }
  .mc-tit {
    color: #ff0401;
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
  }
  .sub-s {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 40px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .ctr-lead {
    padding: 0 4% 25px;
    font-size: 15px;
    line-height: 1.7;
  }
  .dft-txt {
    font-size: 16px;
    line-height: 2;
  }
  .img-ctr {
    padding: 0 0 20px;
    text-align: center;
  }
  .kome li {
    font-size: 14px;
  }
  .art {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
  .art img {
    max-width: 100%;
  }
  .art pre {
    white-space: pre-wrap;
  }
  .slick-track {
    display: flex !important;
  }
  .slide-card {
    height: auto !important;
  }
  .slick-dots li {
    margin: 0 3px;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  /* -- pagination -- */
  .pagination_wrapper {
    margin-top: 20px;
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .pagination_wrapper ul {
    position: relative;
    left: 50%;
    float: left;
    list-style: none;
  }
  .pagination_wrapper li {
    position: relative;
    left: -50%;
    margin: 0.178em;
    float: left;
    height: auto !important;
    border-radius: 0 !important;
  }
  .pagination_wrapper li .current {
    display: block;
    color: #fff;
    padding: 0.357143em 0.714286em 0.7em;
    background-color: #131313;
    text-decoration: none;
  }
  .pagination_wrapper li .dots {
    line-height: 33px;
  }
  .pagination_wrapper li a {
    display: block;
    color: #262626;
    padding: 0.357143em 0.714286em 0.7em;
    background-color: #eee;
  }
  #page-event {
    padding: 30px 0;
  }
  #page-event img {
    max-width: 100%;
  }
  #page-event .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #f0f0f0;
    border-radius: 6px;
  }
  #page-event .sub span {
    font-size: 20px;
    font-weight: v 700;
    padding-left: 15px;
  }
  #page-event .sub {
    margin-bottom: 20px;
  }
  #page-event .sub::before {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    content: "予　告";
    background: #830007;
    color: #fff;
    font-weight: 700;
    border-radius: 6px 0 0 6px;
    width: 80px;
    height: 40px;
  }
  #page-event .sub.newopen::before {
    content: "開催中";
    background: #ff0401;
  }
  #page-event .sub.finish::before {
    content: "終　了";
    background: #000;
  }
  #page-event [data-role=sec-tit] {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
  }
  #page-event .mainimg {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px;
  }
  #page-event .mainimg img {
    height: auto;
    border: solid 1px #ccc;
  }
  #page-event .mainimg:has(img:only-child) img {
    width: 100%;
  }
  #page-event .mainimg:has(img:nth-of-type(2)) img {
    width: calc(50% - 20px);
  }
  #page-event .eve-dtl {
    width: 100%;
    margin: 0 auto 40px;
    border-radius: 6px;
  }
  #page-event .eve-dtl tr {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
  }
  #page-event .eve-dtl tr th, #page-event .eve-dtl tr td {
    padding: 12px;
  }
  #page-event .eve-dtl tr th {
    width: 20%;
    border-radius: 6px 0 0 6px;
    background: #c8181b;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
  }
  #page-event .eve-dtl tr td {
    width: 80%;
    border-radius: 0 6px 6px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  #page-event .bg-lylw {
    padding: 40px 0 60px;
    margin-bottom: 80px;
  }
  .f-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .f-box .c1 {
    order: 1;
  }
  .f-box .c2 {
    order: 2;
  }
  .f-box .c4 {
    order: 3;
  }
  .f-box .c3 {
    order: 4;
  }
  .f-box > .c1 {
    width: 100%;
  }
  .f-box > .c2 {
    width: 100%;
  }
  .f-box > .c3 {
    width: 100%;
  }
  .f-box > .c4 {
    width: 100%;
  }
  .f-box .img {
    width: 100%;
  }
  .f-box .img img {
    width: 100%;
    height: auto;
  }
  .point-list .point-list__inner {
    margin: 0 auto;
    padding: 0;
  }
  .point-list .point-list__ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: point;
  }
  .point-list .point-list__item {
    position: relative;
    counter-increment: point;
    padding-left: 65px;
    margin: 0 0 28px;
  }
  .point-list .point-list__item::before {
    content: counter(point, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c8181b;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.02em;
    font-feature-settings: "tnum";
  }
  .point-list .point-list__title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
  }
  .point-list .point-list__text {
    margin: 0;
    color: #222;
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .lr-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lr-set.r {
    flex-direction: row-reverse;
  }
  #page-tour {
    padding: 35px 0;
  }
  #page-tour .tour-list {
    max-width: 92%;
    min-width: 92%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
  #page-tour .tour-list .list-box {
    width: calc(50% - 10px);
  }
  #page-tour .tour-list .list-box a {
    position: relative;
  }
  #page-tour .tour-list .list-box a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 35px;
    background: url("../image/base/btn-play.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .tour-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
  .tour-list .list-box {
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .tour-list .list-box:hover {
    text-decoration: none;
  }
  .tour-list .tit {
    color: #ff0401;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.5;
  }
  .tour-list .tit:hover {
    text-decoration: none;
  }
  #page-works {
    padding: 25px 0;
  }
  #page-works .sbox-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
  }
  #page-works .sbox-box .sbox {
    background: #c8181b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  #page-works .txt-lead {
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.5;
  }
  #page-works .youtube-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 25px;
  }
  #page-works .data-box {
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-works .data-box p {
    text-align: left !important;
  }
  #page-works .slick-slider-main .slick-prev,
  #page-works .slick-slider-main .slick-next {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  #page-works .slick-slider-main .slick-next {
    right: -10px;
  }
  #page-works .slick-slider-main .slick-prev {
    left: -10px;
  }
  #page-voice .bg-lylw {
    padding: 25px 0;
    border-top: dotted 2px #ff0401;
  }
  #page-voice .voice-box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
  }
  #page-voice .voice-box .img {
    width: calc(40% - 45px);
  }
  #page-voice .voice-box .img p {
    padding-bottom: 30px;
  }
  #page-voice .voice-box .img img {
    width: 100%;
    height: auto;
  }
  #page-voice .voice-box .txt-box {
    width: 60%;
  }
  .v-qa dt {
    background: #c8181b;
    border-left: 4px #ff0401;
    padding: 10px 8px 12px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px 6px 0 0;
  }
  .v-qa dd {
    font-size: 16px;
    line-height: 2;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
  }
  #page-owner [data-role=sec-tit] {
    text-align: center;
    padding: 25px 0 0;
    font-size: 22px;
    line-height: 1.3;
  }
  #page-owner {
    padding: 50px 0 0;
  }
  #page-owner .dl-tbl {
    width: 48%;
  }
  #page-owner .box-two {
    padding-bottom: 20px;
  }
  #page-owner .clm-box {
    border: solid 3px #c8181b;
    padding: 10px 12px 160px;
    border-radius: 10px;
    background: url(../image/owner/own-iilu1.png) no-repeat center bottom 15px;
    background-size: 240px;
    bmargin-bottom: 20px;
  }
  #page-owner .clm-box [data-role=sec-tit] {
    text-align: center;
    color: #ff0401;
    font-size: 20px;
    font-weight: 900;
  }
  #page-owner .clm-box .chk {
    margin-top: 15px;
  }
  #page-owner .clm-box .chk li {
    font-size: 14px;
  }
  #page-owner .mainimg {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #page-owner .mainimg img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  #page-owner .dft-txt {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .gmap {
    margin-bottom: 40px;
  }
  .gmap iframe {
    width: 100%;
    height: 400px;
  }
  .gly-box {
    width: 100%;
    padding: 40px;
    background: #fcfcf2;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .gly-box a {
    width: calc(25% - 22.5px);
    aspect-ratio: 4/3;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .gly-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sts-tit {
    margin: 50px auto;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    background: #ff0401;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 6px;
  }
  .sts-tit.sale {
    background: #c8181b;
  }
  .owner .bg-lylw {
    margin: 30px auto 80px;
  }
  .owner .bg-lylw #top-owner {
    padding-bottom: 30px;
  }
  .owner .bg-lylw .card3 .slide-card a, .owner .bg-lylw .card3 .slide-card .a {
    background-color: #fff;
  }
  .owner .bg-lylw .card3 .slide-card {
    margin-bottom: 20px;
  }
  .chk li {
    background: url(../image/base/pt-check.png) no-repeat left center;
    background-size: 24px auto;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 8px 10px 8px 40px;
    border-bottom: dotted 1px #999;
    line-height: 1.5;
  }
  .dl-tbl {
    border: solid 2px #c8181b;
  }
  .dl-tbl dt {
    background: #c8181b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 10px 8px;
  }
  .dl-tbl dd {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }
  .dl-tbl dd .l {
    font-size: 1.3em;
    font-weight: 900;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    top: 2px;
  }
  .dl-tbl dd .m {
    font-size: 1.15em;
    font-weight: 700;
    padding-left: 2px;
    padding-right: 2px;
  }
  .box-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #page-lineup {
    width: 100%;
    padding: 35px;
    min-width: 92%;
  }
  #page-lineup .lup-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 25px;
  }
  #page-lineup .lup-box .txt-set {
    width: 100%;
    border-top: solid 1px #999;
  }
  #page-lineup .lup-box .img {
    width: 100%;
  }
  #page-lineup .lup-box .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #page-lineup .lup-box .note {
    padding: 10px 0;
    line-height: 1.6;
    font-size: 14px;
  }
  #page-lineup .lup-box .box-ctr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #page-lineup .lup-box .box-ctr img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #page-lineup [data-role=sec-tit] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #c8181b;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
  }
  #page-lineup [data-role=sec-tit] .sbox {
    display: inline-block;
    background: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
    color: #222;
    margin-left: 16px;
    font-size: 16px;
  }
  #page-lineup .prc {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ff0401;
    padding: 25px 0;
  }
  #page-lineup .prc::before {
    content: "本体価格";
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-right: 5px;
  }
  #page-lineup .prc::after {
    content: "万円（税込）";
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
  }
  #page-lineup .box-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #page-lineup .tbl-box {
    width: 100%;
  }
  .tbl-box {
    border: solid 2px #c8181b;
    border-radius: 6px;
  }
  .tbl-box:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .tbl-box [data-role=sub-tit] {
    width: 100%;
    background: #c8181b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 8px;
  }
  .tbl-box dl {
    padding: 20px 15px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stetch;
  }
  .tbl-box dl dt, .tbl-box dl dd {
    padding-bottom: 12px;
  }
  .tbl-box dl dt.up-line, .tbl-box dl dd.up-line {
    padding-top: 12px;
    border-top: solid 1px #666;
  }
  .tbl-box dl dt .s, .tbl-box dl dd .s {
    font-size: 0.8em;
    padding-left: 3px;
  }
  .tbl-box dl dt {
    width: 35%;
    color: #666;
    font-size: 15px;
  }
  .tbl-box dl dd {
    width: 65%;
    font-size: 20px;
    font-weight: 700;
  }
  .tbl-box dl dd .note {
    display: block;
    padding: 2px 0 !important;
  }
  .tbl-box dl dd.sum {
    font-size: 24px;
  }
  .pln-static {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
  }
  .pln-static .slide-card {
    width: calc(50% - 6px) !important;
    margin: 0 !important;
  }
  #page-blog {
    padding: 30px 0 0;
  }
  #page-blog .blg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    max-width: 92%;
  }
  #page-blog .blg-list li {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: solid 1px #999;
    border-radius: 10px;
  }
  #page-blog .blg-list li a {
    padding: 1px;
  }
  #page-blog .blg-list li .img, #page-blog .blg-list li .txt {
    width: 100%;
  }
  #page-blog .blg-list li .img img {
    height: 130px;
    border-radius: 10px 10px 0 0;
  }
  #page-blog .blg-list li .txt {
    padding: 10px 10px 20px;
  }
  #page-blog .blg-list li::after {
    content: "";
    background: #fff;
  }
  #page-single {
    padding: 30px 0;
  }
  #page-single .hvr-btn {
    margin: 20px auto;
  }
  #page-art {
    font-size: 16px;
    line-height: 2;
  }
  #page-art .youtube {
    margin-top: 20px;
  }
  #page-art h1 {
    background: #ff0401;
    padding: 8px 10px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 10px;
  }
  #page-art h2 {
    background: #ff0401;
    padding: 8px 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0.5em;
    border-radius: 6px;
  }
  #page-art h3 {
    background: #f0f0f0;
    padding: 6px 10px 8px 10px;
    font-size: 16px;
    border-left: solid 5px #ff0401;
    margin-bottom: 0.5em;
  }
  #page-art h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #ff0401;
    padding-bottom: 5px;
    margin-bottom: 0.5em;
    border-bottom: dotted 1px #222;
  }
  #page-art h5 {
    font-weight: 700;
  }
  #page-art h5::before {
    content: "●";
    color: #c8181b;
    margin-left: 2px;
    margin-right: 2px;
  }
  #page-art p {
    padding-bottom: 1em;
  }
  #page-art img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #page-art p img:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page-art .date {
    font-size: 16px;
    line-height: 2;
    text-align: right;
    padding: 10px 0;
  }
  #page-art .mainimg {
    width: 100%;
    text-align: center;
  }
  #page-art .mainimg img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  #page-art .mainimg {
    margin-bottom: 20px;
  }
  #page-art blockquote {
    background: #fcfcf2;
    padding: 12px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1em;
    border-radius: 10px;
    border: dotted 1px #999;
  }
  #page-art table {
    width: 100%;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    background: #fff;
  }
  #page-art table th, #page-art table td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    font-weight: 500;
  }
  #page-art table th {
    background: #dcdcdc;
    text-align: center;
  }
  #page-art #ez-toc-container {
    margin: 20px auto 40px;
  }
  #page-art #ez-toc-container .ez-toc-title {
    color: #ff0401;
    font-weight: 700;
    padding-bottom: 8px;
    text-align: center;
    display: block;
    border-bottom: dotted 1px #999;
    margin-bottom: 10px;
  }
  #nav-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #nav-box div {
    display: flex;
    width: 48.5%;
    height: 100%;
  }
  #nav-box div a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    padding: 5px;
    align-items: center;
    position: relative;
    color: #000;
    font-size: 12px;
  }
  #nav-box div a:hover {
    background: #fcfcf2;
  }
  #nav-box div a img {
    overflow: hidden;
  }
  #nav-box img {
    /*width: 50px;
    height: 50px;
    object-fit: cover;*/
    display: none;
  }
  #nav-box .prev-link {
    margin-right: 1.5%;
    text-align: left;
    line-height: 1.5;
  }
  #nav-box .prev-link a {
    padding-left: 10px;
    /*
    &:before {
    	content: '';
    	display: block;
    	width: 20px;
    	height: 24px;
    	background: url(../image/base/arw-left.png);
    	background-size: cover;
    	color: #666;
    	font-size: 22px;
    	font-weight: bold;
    	position: absolute;
    	left: -6px;
    	top: calc(50% - 12px);
    }*/
  }
  #nav-box .prev-link a img {
    margin-right: 8px;
  }
  #nav-box .next-link {
    margin-left: 1.5%;
    line-height: 1.5;
  }
  #nav-box .next-link a {
    justify-content: flex-end;
    padding-right: 10px;
    /*
    &:before {
    	content: '';
    	display: block;
    	width: 20px;
    	height: 24px;
    	background: url(../image/base/arw-right.png);
    	background-size: cover;
    	color: #666;
    	font-size: 22px;
    	font-weight: bold;
    	position: absolute;
    	right: -6px;
    	top: calc(50% - 12px);
    }*/
  }
  #nav-box .next-link a img {
    margin-left: 8px;
  }
  #nav-box .d {
    display: inline-block;
    padding-bottom: 10px;
    color: #666;
    font-weight: bold;
  }
  #page-com {
    border-top: solid 1px #fff;
    padding: 20px 0 50px;
  }
  #page-com .bg-lylw {
    margin-top: 25px;
    padding: 20px 0 30px;
  }
  #page-com [data-role=sub-tit] {
    color: #ff0401;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 20px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  #page-com [data-role=sub-tit] .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #ff0401;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  #page-com .box-two .img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  #page-com .box-two .img .cap {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 10px;
    text-align: center;
  }
  #page-com .box-two .img .cap span {
    display: inline-block;
    padding-left: 10px;
    font-size: 1.2em;
  }
  #page-com .box-two .txt-set {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-com .carousel-wrap {
    margin: 0 auto;
    overflow: hidden;
  }
  #page-com .carousel .slick-slide {
    padding: 10px;
    box-sizing: border-box;
  }
  #page-com .carousel img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    display: block;
    object-fit: cover;
  }
  #page-com .dft th {
    width: 28%;
  }
  .fc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-diredtion: column;
    gap: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .fc-list li {
    width: 100%;
    padding: 8px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #ccc;
    padding-left: 3em;
    text-indent: -2.2em;
  }
  .box-clm {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 40px 30px;
  }
  .box-clm [data-role=snd-tit] {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #ff0401;
    padding-bottom: 20px;
  }
  #com-rinen .snd-tit {
    margin-bottom: 10px;
  }
  #com-rinen p {
    font-size: 16px;
    line-height: 1.8;
  }
  #com-rinen .box-clm {
    padding-bottom: 30px;
  }
  #com-rinen .box-clm:not(:nth-last-of-type(1)) {
    margin-bottom: 50px;
  }
  table.dft {
    width: 100%;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
  }
  table.dft th, table.dft td {
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    vertical-align: middle;
  }
  table.dft th {
    background: #f6f6f6;
    text-align: left;
    font-weight: normal;
  }
  #com-data {
    padding-top: 20px;
  }
  .stf-box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .stf-box li {
    width: 100%;
    border-bottom: dotted 1px #666;
    padding: 15px 0 35px;
  }
  .stf-box li:nth-of-type(1) {
    padding-top: 0;
  }
  .stf-box .txt-box {
    width: 100%;
    margin: 0;
  }
  .stf-box .txt-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .stf-box .img {
    padding-top: 20px;
    text-align: center;
  }
  .stf-box .img img {
    width: 55%;
    height: auto;
  }
  .stf-box .stf-pos {
    background: #c8181b;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 6px;
    padding-bottom: 3px;
  }
  .stf-box .stf-busho {
    color: #333;
    font-weight: 500;
    display: inline-block;
    padding-left: 1em;
    font-size: 0.8em;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .stf-box .stf-name .ftl {
    font-size: 20px;
    color: #333;
    padding-left: 8px;
  }
  .stf-box .stf-name {
    font-size: 14px;
    font-weight: 800;
    color: #ff0401;
    padding-bottom: 15px;
  }
  .stf-box .stf-txt {
    margin-top: 20px;
    padding: 8px;
    background: #f1f1f1;
    border-radius: 6px;
  }
  #com-access {
    margin-top: 70px;
    padding: 0;
    background: #f5f5f5;
    min-width: 92%;
  }
  #com-access .box-two .gmap {
    width: 100%;
    margin-bottom: 20px;
  }
  #com-access .box-two .gmap iframe {
    height: 100%;
  }
  #com-access .box-two .shop {
    width: 100%;
    padding: 20px 12px;
  }
  .shop-list .tit {
    width: 80%;
    background: #c8181b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 16px;
    margin: 0 auto;
  }
  .shop-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .shop-data dt {
    width: 22%;
  }
  .shop-data dt.ichi {
    background: url(../image/com/mrk-ichi.png) no-repeat center;
    background-size: auto 34px;
  }
  .shop-data dt.tel {
    background: url(../image/com/mrk-tel.png) no-repeat center;
    background-size: auto 30px;
  }
  .shop-data dt.open {
    background: url(../image/com/mrk-open.png) no-repeat center;
    background-size: auto 30px;
  }
  .shop-data dd {
    width: 78%;
    font-size: 14px;
    line-height: 1.6;
  }
  .shop-data dt, .shop-data dd {
    padding: 15px 0;
    border-bottom: dotted 1px #666;
  }
  .shop-data dt:nth-last-of-type(1), .shop-data dd:nth-last-of-type(1) {
    border-bottom: none;
  }
  #page-loan [data-role=sec-tit] {
    padding: 30px 0 10px;
    text-align: center;
  }
  #page-loan [data-role=sec-tit] img {
    width: 90%;
  }
  #page-loan [data-role=sub-tit] {
    font-size: 18px;
    font-weight: 700;
    background: #c8181b;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    line-height: 1.6;
  }
  #page-loan [data-role=sub-tit] + .ctr-lead {
    padding: 10px 0 0;
  }
  #page-loan article.wrap11 {
    padding-bottom: 25px;
  }
  #page-loan .main-bg {
    margin-top: 1px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background: #fcfcf2;
    background-size: cover;
    width: 55%;
    height: 180px;
    position: relative;
    z-index: 10;
  }
  #page-loan .main-bg-img {
    background: url(../image/loan/main-img.webp) no-repeat right center;
    background-size: cover;
    height: 180px;
    width: 55%;
    position: absolute;
    right: 0;
  }
  #page-loan #main-img {
    position: relative;
    color: #fff;
    width: auto;
    height: 180px;
  }
  #page-loan #main-img .box-cont {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 200;
  }
  #page-loan #main-img .sub-m {
    margin: 0 0 30px;
  }
  #page-loan .lead-img img {
    width: 50%;
  }
  #page-loan #main-inq-btn {
    background: #c8181b;
    width: 250px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  #page-loan #main-inq-btn::before {
    content: "";
    display: block;
    background: url(../image/base/pt-soudan.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  #page-loan #main-inq-btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #page-loan .ubr {
    display: inline-block;
    border-bottom: solid 1.5px #000;
    padding-bottom: 8px;
  }
  #page-loan .sub-m {
    font-size: 22px;
    letter-spacing: 4px;
    color: #000;
    font-weight: 700;
  }
  #page-loan .sub-k-line {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 25px 0 0;
    color: #ff0401;
  }
  #page-loan .sub-k-line .line {
    display: inline-block;
    border-bottom: solid 1px #ff0401;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  #page-loan #grh-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 30px auto 0;
  }
  #page-loan #grh-box li {
    width: 100%;
    height: auto;
    padding: 30px 10px 10px;
    background: #fff;
    border: solid 3px #ccc;
    margin-bottom: 25px;
    position: relative;
  }
  #page-loan #grh-box li::after {
    content: "";
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #page-loan #grh-box li canvas {
    width: 310px !important;
    height: 310px !important;
    margin-left: auto;
    margin-right: auto;
  }
  #page-loan #grh-box li:nth-of-type(4) canvas {
    margin-left: 20px;
  }
  #page-loan .tit-bg {
    display: block;
    width: 212px;
    height: 32px;
    background: #c8181b;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px;
    position: absolute;
    left: calc(50% - 106px);
    top: -10px;
  }
  #page-loan .grh-clm {
    background: #fcfcf2;
    width: 92%;
    position: relative;
    padding: 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
  }
  #page-loan .grh-clm .sub {
    font-size: 16px;
    padding-bottom: 15px;
  }
  #page-loan .grh-clm p {
    font-size: 14px;
    line-height: 1.6;
  }
  #page-loan #illu-akirame {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 120px;
  }
  #page-loan .bg-lylw .img-ctr {
    padding-top: 40px;
  }
  #page-loan .clm-box {
    background: #f5f5f5;
    border: dashed 1px #999;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  #omatome {
    padding-bottom: 10px;
  }
  #omatome .bg-lylw {
    position: relative;
  }
  #omatome .bg-lylw::after {
    content: url("../image/loan/arw-d-next.png");
    position: absolute;
    bottom: -25px;
    left: calc(50% - 66px);
  }
  .faq {
    margin-bottom: 25px;
  }
  .faq dt, .faq dd {
    border: solid 3px #c8181b;
    padding: 12px 12px 12px 50px;
  }
  .faq dt {
    margin-top: 20px;
    border-bottom: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    background: url(../image/loan/q.png) no-repeat 12px 10px;
    background-size: 30px auto;
  }
  .faq dd {
    border-top: dotted 1px #c8181b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    background: url(../image/loan/a.png) no-repeat 12px 13px #fcfcf2;
    background-size: 30px auto;
  }
  @keyframes float_btn {
    0% {
      transform: translateY(0);
    }
    33.33333% {
      transform: translateY(-6px);
    }
    66.66667% {
      transform: translateY(-3px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes float_btn2 {
    0% {
      transform: translateY(0);
    }
    33.33333% {
      transform: translateY(6px);
    }
    66.66667% {
      transform: translateY(3px);
    }
    100% {
      transform: translateY(0);
    }
  }
  #nayami-crd {
    margin-top: 30px;
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 2%;
  }
  #nayami-crd li {
    width: 30%;
  }
  #nayami-crd li:nth-of-type(2n) {
    padding-top: 20px;
    animation: float_btn2 3s linear infinite;
  }
  #nayami-crd li {
    animation: float_btn 3s linear infinite;
    transform-origin: 50% 50%;
  }
  #nayami-crd li img {
    width: 100%;
  }
  #loan-onayami {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: url("../image/loan/loan-main-bg.png") no-repeat center bottom 10px #fcfcf2;
    background-size: 160px auto;
    padding: 5px 15px 160px 30px;
    border: solid 3px #c8181b;
    margin: 15px auto 30px;
    position: relative;
  }
  #loan-onayami [data-role=sub-s] {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding: 15px 0 10px;
    color: #a50409;
    text-align: center;
  }
  #loan-onayami .chk2 li {
    display: block;
  }
  #loan-onayami .chk2 li:before {
    content: "";
    background: url("../image/loan/check.png") no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: -22px;
    top: 22px;
    margin-right: 10px;
  }
  #loan-onayami .chk2 li span {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: solid 1px #000;
  }
  .loan-box {
    width: 92%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
  }
  .loan-box li {
    width: 100%;
    margin-bottom: 25px;
    border: solid 1px #ccc;
  }
  .case_box {
    background: #fff;
    padding-bottom: 10px;
  }
  .case_box h2 {
    background: #f1f1f1;
    padding: 8px;
    margin: 0;
    border-bottom: dotted 1px #333;
    font-size: 17px;
    line-height: 1.4;
  }
  .case_box strong {
    color: #c00;
  }
  .case_box table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .case_box th {
    padding: 8px 7px;
    line-height: 1.4;
    font-weight: 500;
    width: 25%;
    position: relative;
    font-size: 14px;
  }
  .case_box th span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #c8181b;
    border-radius: 6px;
    padding: 4px 0;
  }
  .case_box td {
    padding: 8px 7px;
    line-height: 1.4;
  }
  .case_title {
    background: #fff;
    color: #000;
    padding: 20px 8px 14px 12px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px #999;
    position: relative;
    letter-spacing: 1px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .case_title .ftl {
    font-size: 30px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    color: #ff0401;
  }
  .case_title .bonus {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 0px;
    font-weight: 500;
  }
  .case_title * {
    color: inherit;
  }
  .case_title .case-jobs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -5px;
    border: solid 1px #fff;
    background: #fff342;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 5px 5px;
  }
  .list-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin: 20px 0;
  }
  .list-set li {
    width: 100%;
    border: solid 2px #c8181b;
    border-radius: 6px;
    padding: 12px 12px 12px 60px;
    font-size: 16px;
    font-weight: 700;
    color: #a50409;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-image: url("../image/loan/point01.png");
    background-size: 42px auto;
  }
  .step-list li:nth-of-type(1) {
    background-image: url("../image/loan/step01.png");
  }
  .step-list li:nth-of-type(2) {
    background-image: url("../image/loan/step02.png");
  }
  .step-list li:nth-of-type(3) {
    background-image: url("../image/loan/step03.png");
  }
  .point-list li:nth-of-type(1) {
    background-image: url("../image/loan/point01.png");
  }
  .point-list li:nth-of-type(2) {
    background-image: url("../image/loan/point02.png");
  }
  .point-list li:nth-of-type(3) {
    background-image: url("../image/loan/point03.png");
  }
  #page-land,
  #page-after,
  #page-onestop {
    padding: 20px 0 30px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #page-land [data-role=sec-tit],
  #page-after [data-role=sec-tit],
  #page-onestop [data-role=sec-tit] {
    text-align: center;
    padding: 20px 0;
  }
  #page-land article,
  #page-after article,
  #page-onestop article {
    padding-bottom: 25px;
  }
  #page-land .bg-log,
  #page-land .bg-lgy,
  #page-after .bg-log,
  #page-after .bg-lgy,
  #page-onestop .bg-log,
  #page-onestop .bg-lgy {
    text-align: center;
  }
  #page-land .bg-log,
  #page-after .bg-log,
  #page-onestop .bg-log {
    background: #fcece2;
  }
  #page-land .bg-lgy,
  #page-after .bg-lgy,
  #page-onestop .bg-lgy {
    background: #f6f6f6;
  }
  #page-land .lr-set {
    padding: 20px;
    border: dotted 2px #999;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-land .lr-set .txt-set {
    width: 100%;
  }
  #page-land .lr-set .img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  #page-land .lr-set .img img {
    height: 150px;
  }
  #page-land #l02 {
    padding-bottom: 20px;
  }
  #page-after .kome {
    margin-top: 20px;
  }
  #page-after .p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #c8181b;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    border-bottom: solid 1px #fff;
  }
  #page-after .p::before {
    content: "point";
    font-size: 0.5em;
    color: inherit;
    margin-right: 8px;
  }
  #page-after [data-role=sub-tit] {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 0 10px;
    line-height: 1.6;
    color: #ff0401;
  }
  #page-after .lr-set {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dotted 2px #999;
  }
  #page-after .lr-set .img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  #page-after .lr-set .img img {
    width: 100%;
    height: auto;
  }
  #page-after .lr-set .txt-set {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-after .clm-box {
    background: #fcfcf2;
    padding: 20px 15px 0;
    border: dashed 2px #c8181b;
  }
  #page-after .clm-box .img-ctr img {
    width: 65%;
  }
  #page-onestop {
    width: 100%;
    min-width: 92%;
  }
  #page-onestop .f-box {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  #page-onestop .f-box li {
    width: calc(33.333% - 6.666px);
  }
  #page-onestop .f-box li .tit {
    background: #830007;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    height: 34px;
    border-bottom: solid 1px #fff;
    font-size: 12px;
    line-height: 1.4;
    padding-left: 6px;
    padding-right: 6px;
    font-feature-settings: "palt";
  }
  #page-onestop .f-box li img {
    width: 100%;
  }
  #page-onestop [data-role=sub-tit] {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 0 30px;
    line-height: 1.6;
    color: #ff0401;
  }
  #page-onestop .lr-set {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dotted 2px #999;
  }
  #page-onestop .lr-set .img {
    width: 70%;
    padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #page-onestop .lr-set .img img {
    width: 100%;
    height: auto;
  }
  #page-onestop .lr-set .txt-set {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-onestop article {
    padding-bottom: 30px;
  }
  #page-spec {
    padding: 25px 0;
  }
  #page-spec .panel {
    margin-top: -10px;
    background: #fde8e7;
    padding: 20px 0 30px;
  }
  #page-spec .panel .set-box {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    background: #fff;
    text-align: center;
    padding: 20px 8px;
    border: solid 1px #555;
  }
  #page-spec .anc-btn {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #page-spec .tab {
    flex: 0 0 auto;
    width: 11%;
    margin: 0 0.7%;
    height: 90px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    background: #ee8f43;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #page-spec .tab.is-active {
    background: #fde8e7;
  }
  #page-concept {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 4% 20px;
  }
  #page-concept [data-role=sec-tit] {
    color: #ff0401;
    font-size: 26px;
    font-weight: 700;
    padding: 50px 0 20px;
    line-height: 1.6;
    text-align: center;
  }
  #page-concept [data-role=sub-tit] {
    color: #ff0401;
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0 25px;
    line-height: 1.6;
    text-align: center;
    position: relative;
  }
  #page-concept [data-role=sub-tit]::before {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background: #830007;
    position: absolute;
    top: 10px;
    left: calc(50% - 50px);
  }
  #page-concept .stripe {
    border-bottom: solid 1px #fff;
    padding: 20px 0 0;
    background: #fcfcf2;
  }
  #page-concept .stripe:nth-of-type(2n) {
    background: #f5f5f5;
  }
  #page-concept .stripe .txt-set {
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
  }
  #page-concept .lr-set {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  #page-concept .lr-set.nbg {
    background: none;
    border-bottom: none;
  }
  #page-concept .lr-set.nbg .txt-set {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #page-concept .lr-set.nbg .img {
    width: 100%;
  }
  #page-concept .lr-set .txt-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  #page-concept .lr-set .txt-set p {
    font-size: 14px;
    line-height: 1.6;
  }
  #page-concept .lr-set .txt-set .sub-s {
    padding-top: 15px;
    padding-bottom: 12px;
    letter-spacing: 0;
  }
  #page-concept .lr-set .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-concept .lr-set .img img {
    width: 100%;
    height: auto;
  }
  .points {
    width: 100%;
  }
  .points li {
    background: url(../image/base/pt-check.png) no-repeat left 12px;
    background-size: 20px auto;
    letter-spacing: 0 !important;
    padding: 10px 0 10px 30px;
    border-bottom: dotted 2px #bbb;
    font-size: 14px;
  }
  #hira-osusume {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0 50px;
    position: relative;
  }
  #hira-column {
    width: 92%;
    margin: 25px auto 30px;
    padding: 20px 0 160px;
    min-height: 360px;
    position: relative;
    border: solid 4px #ccc;
    background: url(../image/concept/cns-huan.png) no-repeat center bottom 10px #f7f7f7;
    background-size: 200px auto;
  }
  #hira-column .points {
    margin-left: 10px;
  }
  #hira-column .points li {
    font-size: 14px;
    border-bottom: 0;
  }
  #page-member {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
  }
  #page-member [data-role=sec-tit] {
    padding: 40px 0;
  }
  #page-member .merit-box {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
  .merit-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
  .merit-box li {
    background: #f5f5f5;
    width: 100%;
    position: relative;
  }
  .merit-box li .tit {
    background: #c8181b;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    border-top: solid 1px #fff;
    letter-spacing: 1px;
  }
  .merit-box li .img img {
    width: 100%;
    height: auto;
  }
  .merit-box li .txt {
    padding: 10px 15px 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .merit-box li:nth-of-type(1)::before {
    content: url(../image/form/mrt01.png);
    position: absolute;
    left: -5px;
    top: -10px;
  }
  .merit-box li:nth-of-type(2)::before {
    content: url(../image/form/mrt02.png);
    position: absolute;
    left: -5px;
    top: -10px;
  }
  .merit-box li:nth-of-type(3)::before {
    content: url(../image/form/mrt03.png);
    position: absolute;
    left: -5px;
    top: -10px;
  }
  .merit-box li:nth-of-type(4)::before {
    content: url(../image/form/mrt04.png);
    position: absolute;
    left: -5px;
    top: -10px;
  }
  #page-form {
    background: #fde8e7;
    border-top: solid 1px #fff;
    padding: 25px 0 20px;
  }
  #page-form .snd-tit {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-form .img-ctr {
    padding-left: 4%;
    padding-right: 4%;
  }
  #page-form.thx .txt-set {
    margin: 20px auto;
    width: 92%;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    font-size: 16px;
    line-height: 2;
  }
  #page-form.thx .txt-set .ctr {
    padding-top: 30px;
  }
  #page-form.thx .txt-set::after {
    content: "";
    display: block;
    width: 100px;
    height: 102px;
    background: url(../image/base/rakuneko2.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    bottom: -15px;
  }
  .catalog #page-form [data-role=sec-tit] {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0 10px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .catalog #page-form [data-role=sec-tit]::before {
    display: block;
    content: "";
    background: url(../image/form/mrk-muryo.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
  }
  .catalog #page-form .cats {
    max-width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px 30px;
  }
  .catalog #page-form .cats img {
    display: none;
  }
  .catalog #page-form .cats img.on {
    display: inline;
  }
  .catalog #page-form .cats img.off {
    display: none;
  }
  .catalog #page-form .ctr-lead {
    padding-bottom: 0;
  }
  .box-ctr {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  #page-policy {
    padding: 25px 0 30px;
  }
  #page-policy .note {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.5;
  }
  .policy {
    margin-top: 30px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
  }
  .policy dt {
    background: #f1f1f1;
    border-bottom: dotted 1px #999;
    border-right: solid 1px #999;
    padding: 12px 20px;
  }
  .policy dd {
    padding: 15px 20px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    font-size: 14px;
    line-height: 1.6;
  }
  .policy dd p {
    padding-bottom: 0.8em;
  }
  .stpoint [data-role=sec-tit] {
    color: #ff0401;
    font-size: 28px;
    font-weight: 900;
    padding: 30px 0 20px;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .stpoint [data-role=sec-tit] .s {
    font-size: 30px;
  }
  .stpoint [data-role=sec-tit]::before {
    content: "「";
    color: #999;
    font-size: 30px;
    font-weight: 900;
    padding-right: 20px;
  }
  .stpoint [data-role=sec-tit]::after {
    content: "」";
    color: #999;
    font-size: 30px;
    font-weight: 900;
    padding-left: 20px;
  }
  .stpoint .intro {
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .stpoint .lead {
    font-size: 16px;
    line-height: 2;
  }
  #page-feature {
    padding: 20px 0 0;
    background: url(../image/base/a-hoshi.png) no-repeat right 10px top 120px;
    background-size: 100px auto;
  }
  #page-feature img {
    max-width: 100%;
  }
  #page-feature [data-role=sec-tit] {
    text-align: center;
  }
  #page-feature [data-role=sec-tit] img {
    width: 90%;
    height: auto;
  }
  #page-feature [data-role=sec-tit] {
    padding-bottom: 0;
  }
  #page-feature [data-role=sec-tit]::before, #page-feature [data-role=sec-tit]::after {
    content: "";
  }
  #page-feature .bg {
    background: #fde8e7;
  }
  #page-feature .miryoku {
    padding: 30px 0;
    margin-top: 30px;
    width: 100%;
  }
  #page-feature .miryoku [data-role=sub-tit] {
    font-size: 24px;
    color: #ff0401;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #page-feature .miryoku [data-role=sub-tit] .num {
    background: url(../image/base/rbn.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 84px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 500;
    padding: 7px 0 8px 8px;
    margin-right: 20px;
    position: relative;
  }
  #page-feature .miryoku [data-role=sub-tit] .num::before {
    content: "＼魅力／";
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    top: 10px;
    left: calc(50% - 25px);
  }
  #page-feature .miryoku .lead {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  #page-feature .miryoku .txt {
    font-size: 16px;
    line-height: 2;
  }
  #page-feature .miryoku .box-two {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #page-feature .miryoku .clm-box [data-role=sub-s] {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 20px;
    color: #ff0401;
    text-align: center;
    line-height: 1.4;
  }
  #page-feature .miryoku#mr01 .box-two {
    align-items: center;
  }
  #page-feature .miryoku#mr01 .box-two .txt-set {
    padding-left: 40px;
  }
  #page-feature .miryoku#mr01 .box-two .lead {
    text-align: left;
  }
  #page-feature .miryoku#mr01 .box-two .note {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 50px;
  }
  #page-feature .miryoku#mr01 .box-two .pie {
    background: #fde8e7;
    width: 250px;
    height: 250px;
  }
  #page-feature .miryoku#mr02 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-feature .miryoku#mr02 .lead {
    padding-bottom: 30px;
  }
  #page-feature .miryoku .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #page-feature .miryoku .img-list li {
    border: solid 2px #ff0401;
    border-radius: 12px;
    padding: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 92%;
    overflow: hidden;
    background: #fff;
  }
  #page-feature .miryoku .img-list li img {
    width: 50%;
    height: auto;
  }
  #page-feature .miryoku .img-list li img:nth-of-type(1) {
    border-radius: 12px 0 0 12px;
  }
  #page-feature .miryoku .img-list li img:nth-of-type(2) {
    border-radius: 0 12px 12px 0;
  }
  #page-feature .miryoku#mr03 .txt {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-feature .pieCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  #page-feature .pie {
    width: 140px;
    height: 140px;
    position: relative;
    display: grid;
    place-items: center;
    background: #fff;
  }
  #page-feature .pie svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  #page-feature .pie .ring {
    fill: none;
    stroke-width: 46;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-linecap: butt;
  }
  #page-feature .pie .seg {
    stroke-dasharray: 0 var(--c);
    stroke-dashoffset: var(--off);
    transition: stroke-dasharray 1200ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  #page-feature .pie.is-animated .seg {
    stroke-dasharray: var(--len) var(--c);
  }
  #page-feature .label {
    position: absolute;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    user-select: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
    white-space: nowrap;
  }
  #page-feature .label.big {
    font-size: 15px;
  }
  #page-feature .label.small {
    font-size: 15px;
    font-weight: 700;
    opacity: 0.95;
  }
  #page-feature .callout {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
  }
  #page-feature .callout:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #111;
  }
  #page-feature .pieCard.bg {
    background: #fff;
    padding: 16px 10px 18px;
    border-radius: 10px;
  }
  #page-feature .pieCard.bg .pie {
    background: transparent;
  }
  #page-feature {
    /*
    	@media (max-width: 820px) {
    		.wrap {
    			grid-template-columns: 1fr;
    		}
    		.pie {
    			width: 280px;
    			height: 280px;
    		}
    	}
    */
  }
  #nintei {
    background: url(../image/point/ninteisho20250826.webp) no-repeat left 10px top 20px #fff;
    background-size: 100px auto;
    border-radius: 12px;
    padding: 12px 12px 20px 120px;
    border: dotted 3px #ff0401;
    width: 92%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*&::before {
    	content: url(../image/base/a-f2.png);
    	position: absolute;
    	top: -243px;
    	left: -10px;
    }*/
  }
  #nintei [data-role=sub-tit] {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    line-height: 1.4;
    background: url(../image/base/a-left.png) no-repeat calc(50% - 250px) center, url(../image/base/a-right.png) no-repeat calc(50% + 250px) center;
    background-size: auto 80px;
  }
  #nintei .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  #page-spec {
    padding: 0 0 20px;
    width: 100%;
    background: url(../image/base/a-m.png) no-repeat left calc(50% - 350px) top 180px, url(../image/base/a-f.png) no-repeat left calc(50% + 350px) top 190px;
  }
  #page-spec .iedukuri {
    padding: 20px 0;
  }
  #page-spec .iedukuri .mrk {
    display: inline-block;
    background: #ff0401;
    color: #fff;
    padding: 2px 10px 5px;
    border-radius: 999px;
    margin: 5px;
  }
  #page-spec #ie01 {
    padding-top: 0;
  }
  #page-spec [data-role=sub-tit] {
    font-size: 22px;
    font-weight: 500;
    color: #ff0401;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  #page-spec [data-role=sub-tit] .l {
    font-size: 1.2em;
    font-weight: 800;
  }
  #page-spec [data-role=sub-tit] .num {
    background: url(../image/base/ie.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 90px;
    height: 82px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    color: #ff0401;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 800;
    padding: 40px 0 8px;
    margin-bottom: 20px;
    position: relative;
  }
  #page-spec [data-role=sub-tit] .num::before {
    content: "高性能";
    color: #ff0401;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    top: 30px;
    left: calc(50% - 22px);
  }
  #page-spec [data-role=sub-s] {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0 20px;
    line-height: 1.5;
    text-align: center;
  }
  #page-spec [data-role=sub-ss] {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 30px;
    line-height: 1.6;
    text-align: center;
    color: #ff0401;
    font-feature-settings: "palt";
  }
  #page-spec [data-role=s-tit] {
    text-align: center;
    color: #ff0401;
    font-size: 20px;
  }
  #page-spec .lr-set {
    background: #fcfcf2;
    align-items: stretch;
    margin-bottom: 0;
  }
  #page-spec .lr-set .txt-set {
    padding: 20px 0;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-spec .lr-set .txt-set [data-role=sub-ss] {
    text-align: left;
    padding-bottom: 20px;
  }
  #page-spec .lr-set .img {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  #page-spec .lr-set .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
  }
  #page-spec .lr-set.koe {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: solid 1px #999;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  #page-spec .lr-set.koe:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page-spec .lr-set.koe .txt-set {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-spec .lr-set.koe .txt-set h3 {
    font-size: 18px;
    padding: 8px 0;
  }
  #page-spec .lr-set.koe .img {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  #page-spec .lr-set.koe .img img {
    height: auto;
    border-radius: 10px;
  }
  #page-spec .lr-set .chk {
    margin-top: 10px;
  }
  #page-spec #ie01 .chk {
    margin-bottom: 20px;
  }
  #page-promise .kome {
    margin-top: 30px;
  }
  #page-promise .p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #c8181b;
    color: #fff;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1;
  }
  #page-promise .p::before {
    content: "お客様とのお約束";
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    margin-right: 10px;
  }
  #page-promise [data-role=sub-tit] {
    font-size: 22px;
    font-weight: 900;
    padding: 0 0 15px;
    line-height: 1.5;
    color: #ff0401;
  }
  #page-promise .lr-set {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: dotted 2px #999;
    background: url(../image/base/g1.png) no-repeat right -10px bottom -10px;
    background-size: 200px auto;
    min-height: 248px;
  }
  #page-promise .lr-set:nth-of-type(2) {
    background-image: url("../image/base/g2.png");
  }
  #page-promise .lr-set:nth-of-type(3) {
    background-image: url("../image/base/g3.png");
  }
  #page-promise .lr-set:nth-of-type(4) {
    background-image: url("../image/base/g4.png");
  }
  #page-promise .lr-set:nth-of-type(5) {
    background-image: url("../image/base/g5.png");
  }
  #page-promise .lr-set:nth-of-type(6) {
    background-image: url("../image/base/g6.png");
  }
  #page-promise .lr-set:nth-of-type(7) {
    background-image: url("../image/base/g7.png");
  }
  #page-promise .lr-set .img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 24/17;
    border: solid 2px #ff0401;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #page-promise .lr-set .img img {
    width: 100%;
    height: auto;
  }
  #page-promise .lr-set .txt-set {
    padding-top: 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #page-promise .clm-box {
    background: #fcfcf2;
    padding: 40px 0 0;
    border: dashed 2px #c8181b;
  }
  #page-flow {
    background: #fde8e7;
  }
  #page-flow .timeline {
    width: 100%;
    position: relative;
    padding-left: 54px;
    padding-right: 30px;
    margin-top: 32px;
  }
  #page-flow .timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 6px;
    border-radius: 999px;
    background: rgb(255, 255, 255);
    transform: translateX(-50%);
  }
  #page-flow .timeline__progress {
    position: absolute;
    left: 28px;
    top: 0;
    width: 6px;
    border-radius: 999px;
    background: #ff0401;
    transform: translateX(-50%);
    height: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  #page-flow .item {
    position: relative;
    padding: 10px 0 24px;
  }
  #page-flow .dot {
    position: absolute;
    left: 20px;
    top: 18px;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #ff0401;
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 800;
    z-index: 3;
    text-align: center;
    line-height: 1.05;
    padding: 6px;
  }
  #page-flow .card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column-reverse;
    background: #fff;
    color: #222;
    border-radius: 18px;
    padding: 15px;
    position: relative;
    opacity: 0;
    transform: translateY(14px);
    filter: blur(2px);
    transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
    will-change: opacity, transform, filter;
  }
  #page-flow .card::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 28px;
    width: 18px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transform: translateX(-100%);
    background: color-mix(in oklab, #ff0401 75%, #fff 25%);
    opacity: 0.85;
  }
  #page-flow .card .txt-set {
    width: 100%;
  }
  #page-flow .card [data-role=sub-tit] {
    color: #ff0401;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    padding-bottom: 12px;
  }
  #page-flow .card .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  #page-flow .card .img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #page-flow .card .img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  #page-flow .card .dft-btn {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
  }
  #page-flow .item.is-visible .card {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  #page-flow .meta {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  #page-flow .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(254, 80, 0, 0.12);
    color: #c2410c;
  }
  #page-flow .when {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
  }
  .nav-tsuyomi {
    width: 100%;
    padding: 20px 10px;
  }
  .nav-tsuyomi [data-role=sec-tit] {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 20px;
    line-height: 1.6;
    color: #ff0401;
    text-align: center;
  }
  .nav-tsuyomi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
  }
  .nav-tsuyomi ul li {
    width: 100%;
    min-height: 40px;
  }
  .nav-tsuyomi ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background: #c8181b;
    border-radius: 8px;
    text-align: center;
    line-height: 1.5;
  }
  .nav-tsuyomi ul li a:hover, .nav-tsuyomi ul li a.o {
    background: #ff0401;
    text-decoration: none;
  }
  #top-event {
    padding: 20px 0 0;
  }
  #top-event .dft-tit {
    padding-bottom: 10px;
  }
  #top-event .tab-group {
    min-width: 92%;
    max-width: 92%;
  }
  #top-event .panel-group {
    background: #fde8e7;
    padding: 20px 0 15px;
  }
  #top-event .tab {
    text-align: center;
    cursor: pointer;
    width: 25%;
    margin-right: 0.8%;
    margin-left: 0.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #c8181b;
    font-weight: 700;
    font-size: 12px;
    margin-top: 20px;
    height: 40px;
    text-indent: 3px;
    border-radius: 10px 10px 0 0;
  }
  #top-event .tab.is-active {
    background: #fde8e7;
    position: relative;
    height: 50px;
    margin-top: 10px;
    font-size: 13px;
  }
  #top-event .eve-list .eve-box {
    margin-bottom: 20px;
  }
  .event #top-event .panel-group {
    padding-bottom: 70px;
  }
  .eve-list {
    min-width: 92%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2%;
  }
  .eve-list .eve-box {
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #ccc;
    width: 90%;
    background: #fff;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: space-between;
  }
  .eve-list .eve-box .txt-set {
    padding: 20px 15px 0;
    width: 100%;
  }
  .eve-list .eve-box .sub span {
    width: calc(100% - 80px);
  }
  .eve-list .eve-box .sub {
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 28px;
    max-width: 295px;
    text-align: center;
    background: #e1e1e0;
    font-weight: 700;
    font-size: 14px;
  }
  .eve-list .eve-box .sub::before {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    content: "予　告";
    background: #830007;
    color: #fff;
    font-weight: 700;
    border-radius: 3px 0 0 3px;
    width: 80px;
    height: 100%;
    font-size: 14px;
  }
  .eve-list .eve-box .sub.newopen::before {
    content: "開催中";
    background: #ff0401;
  }
  .eve-list .eve-box .sub.finish::before {
    content: "終　了";
    background: #000;
  }
  .eve-list .eve-box .img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .eve-list .eve-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .eve-list .eve-box .tit {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 0 8px;
  }
  .eve-list .eve-box .eve-dtl {
    width: 100%;
    margin: 0;
  }
  .eve-list .eve-box .eve-dtl th, .eve-list .eve-box .eve-dtl td {
    padding: 3px 0;
  }
  .eve-list .eve-box .eve-dtl th {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .eve-list .eve-box .eve-dtl th span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 21px;
    background: #888;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6px;
    padding-bottom: 2px;
    margin-right: 13px;
  }
  .eve-list .eve-box .eve-dtl td {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
  }
  .eve-list .eve-box .btn-group {
    padding-top: 15px;
  }
  #top-tour {
    padding: 35px 0 0;
  }
  .tour-sldr .slick-track {
    display: flex !important;
    gap: 20px;
  }
  #top-plan {
    margin-top: 1px;
    padding: 25px 0 15px;
    background: url(../image/base/bg-geo.webp) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2px;
  }
  .brand-mat {
    text-align: center;
    padding: 0 8px;
    border-radius: 12px;
    max-width: 1055px;
    margin: 0 auto 35px;
  }
  .brand-mat-wrap {
    max-width: 1040px;
    margin: 0 auto;
  }
  .brand-mat-svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .brand-mat-svg .hotspot {
    fill: transparent;
    cursor: pointer;
  }
  .brand-mat-svg a:hover .hotspot {
    stroke: #c8181b;
    stroke-width: 2;
    rx: 8;
    ry: 8;
  }
  .brand-mat-svg a:focus-visible .hotspot {
    stroke: #c8181b;
    stroke-width: 2;
    rx: 8;
    ry: 8;
  }
  .lineup #top-plan {
    background-color: #fcfcf2;
    padding-bottom: 30px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .lineup #top-plan .box-three {
    margin-bottom: 30px;
  }
  .lineup #top-plan .box-three li {
    padding-top: 70px;
    background-image: url(../image/lineup/icn-yen.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position: top 12px center;
  }
  .lineup #top-plan .box-three li:nth-of-type(2) {
    background-image: url(../image/lineup/icn-timer.png);
  }
  .lineup #top-plan .box-three li:nth-of-type(3) {
    background-image: url(../image/lineup/icn-ie.png);
  }
  .lineup #top-plan.cnr-top {
    background-image: url(../image/lineup/lup-hito1.png);
    background-size: auto;
    background-position: top 180px left calc(50% - 410px);
  }
  .lineup #top-plan.cnr-top .card1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
  }
  .lineup #top-plan.cnr-top .card1 .slide-card {
    width: 92%;
  }
  .box-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 3.5%;
    margin-bottom: 40px;
  }
  .box-three li {
    width: 31%;
    border: solid 2px #c8181b;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    color: #c8181b;
    background-color: #fff;
  }
  .card1 {
    max-width: 92%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .card1 .slide-card {
    padding-top: 10px;
    margin: 0 10px;
    width: 100%;
  }
  .card1 .slide-card a, .card1 .slide-card .a {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding-bottom: 15px;
  }
  .card1 .slide-card a:hover, .card1 .slide-card .a:hover {
    text-decoration: none;
  }
  .card1 .slide-card a:hover .img img, .card1 .slide-card .a:hover .img img {
    transform: scale(1.05);
  }
  .card1 .slide-card a .bikou, .card1 .slide-card .a .bikou {
    text-align: center;
    padding-top: 15px;
  }
  .card1 .slide-card .a .kata {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 5px 0;
    color: #c8181b;
  }
  .card1 .slide-card .a .txt-set {
    padding-top: 20px;
  }
  .card1 .slide-card .a .spec-set {
    justify-content: center;
  }
  .card1 .slide-card.osm a:before {
    content: "";
    width: 50px;
    height: 58px;
    background: url(../image/base/obi-osusume.png);
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 10;
  }
  .card1 .slide-card.nhv .txt-set {
    padding-bottom: 20px;
  }
  .card1 .slide-card.nhv:hover .img img {
    transform: scale(1);
  }
  .card1 .slide-card .img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .card1 .slide-card .img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .card1 .slide-card .txt-set {
    padding: 12px;
  }
  .card1 .slide-card .prc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff0401;
    position: relative;
    padding: 8px 0 15px;
  }
  .card1 .slide-card .prc::before {
    font-family: "Noto Sans JP", serif;
    content: "本体価格";
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-right: 3px;
    position: relative;
    top: -7px;
  }
  .card1 .slide-card .prc::after {
    font-family: "Noto Sans JP", serif;
    content: "万円（税込）";
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: 7px;
  }
  .card1 .slide-card .tax {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: px;
    color: #000;
    font-weight: 700;
    padding-right: 30px;
  }
  .card1 .slide-card .tax::before {
    content: "(税込：";
  }
  .card1 .slide-card .tax::after {
    font-family: "Noto Sans JP", serif;
    content: "）万円";
  }
  .card1 .slide-card.lup.btm .img {
    padding-bottom: 30px;
  }
  .card1 .slide-card.lup.btm .txt-set {
    padding-top: 0;
  }
  .card1 .slide-card.lup .img {
    position: relative;
  }
  .card1 .slide-card.lup .img img {
    border-radius: 10px 10px 0 0;
  }
  .card1 .slide-card.lup .img .p-tit {
    width: 100%;
    height: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ff0401;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .card1 .slide-card.lup .bunrui {
    padding: 4px 10px 7px;
    min-width: 100px;
    max-width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 30px auto 15px;
    background: url(../image/base/bg-ribbon.png) no-repeat center center;
    background-size: contain;
  }
  .card1 .slide-card.lup .txt {
    color: #000;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding-bottom: 25px;
  }
  .card1 .slide-card.lup .txt-set {
    padding-bottom: 30px;
    background: url(../image/base/btn-dtl.png) no-repeat bottom 0 center;
  }
  .card1 .slick-prev,
  .card1 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    border: none;
    width: 32px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .card1 .slick-prev img,
  .card1 .slick-next img {
    width: 10px;
    height: auto;
  }
  .card1 .slick-prev {
    left: 0;
  }
  .card1 .slick-next {
    right: 0;
  }
  #top-lineup .tab {
    width: 24%;
    font-size: 15px;
  }
  #top-lineup .panel-group {
    background: #fde8e7;
    padding: 25px 0;
  }
  #top-lineup [data-role=sub-tit] {
    color: #c8181b;
    font-size: 22px;
    font-weight: 900;
    padding: 20px 0 15px;
    text-align: center;
    line-height: 1.5;
  }
  .btm-plans {
    padding: 30px 0 25px;
    width: 100%;
  }
  .btm-plans [data-role=sec-tit] {
    color: #ff0401;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 15px;
  }
  .lineup-top {
    padding: 20px 0 0;
  }
  .lineup-top [data-role=sec-tit] {
    color: #ff0401;
    font-size: 28px;
    font-weight: 900;
    padding: 20px 5px 10px;
    text-align: center;
    line-height: 1.5;
  }
  .lineup-top [data-role=sec-tit] .s {
    font-size: 20px;
  }
  .lineup-top [data-role=sec-tit]::before {
    content: "「";
    color: #999;
    font-size: 30px;
    font-weight: 900;
    padding-right: 20px;
  }
  .lineup-top [data-role=sec-tit]::after {
    content: "」";
    color: #999;
    font-size: 30px;
    font-weight: 900;
    padding-left: 20px;
  }
  .lineup-top [data-role=sub-tit] {
    color: #c8181b;
    font-size: 20px;
    font-weight: 900;
    padding: 20px 12px 15px;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .lineup-top [data-role=sub-tit] .marker2 {
    display: inline-block;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
  }
  .lineup-top [data-role=sub] {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0 10px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #c8181b;
    border-bottom: dotted 2px #830007;
  }
  .lineup-top [data-role=sub] .pt {
    display: block;
    border-radius: 3px;
    background: #830007;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .lineup-top .wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-top .intro-txt {
    font-size: 16px;
    line-height: 2;
  }
  .lineup-top .intro-set {
    width: 92%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
  .lineup-top .intro-set .img {
    width: 100%;
    text-align: center;
  }
  .lineup-top .intro-set .img img {
    width: 90%;
    height: auto;
    border-radius: 20px;
  }
  .lineup-top .intro-set .txt-set {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .lineup-top .intro-set .txt-set.full {
    width: 100%;
  }
  .lineup-top .bg {
    padding: 25px 0;
    background: #f0f0f0;
    border-top: dotted 2px #ccc;
    border-bottom: dotted 2px #ccc;
  }
  .lineup-top .bg [data-role=sub-tit] {
    padding-top: 0;
  }
  .lineup-top .bg.pop {
    background: url(../image/base/bg-pop.webp) #f0f0f0;
  }
  .lineup-top .bg-lylw2 {
    margin: 25px auto;
    padding-bottom: 20px;
  }
  .lineup-top .n-list {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-top .n-list li {
    border-radius: 8px;
    background: url(../image/lineup/n1.png) no-repeat left 15px center #fff;
    background-size: 44px auto;
    padding: 15px 10px 15px 70px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    border: solid 1px #aaa;
  }
  .lineup-top .n-list li:nth-of-type(2) {
    background-image: url(../image/lineup/n2.png);
  }
  .lineup-top .n-list li:nth-of-type(3) {
    background-image: url(../image/lineup/n3.png);
  }
  .lineup-top .intro-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    width: 92%;
  }
  .lineup-top .intro-three li {
    width: 100%;
    border-radius: 12px;
    border: solid 3px #ff0401;
    background: #fff;
  }
  .lineup-top .intro-three li .tit {
    background: #ff0401;
    color: #fff;
    padding: 12px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .lineup-top .intro-three li .tit.upr {
    padding: 18px 0 14px;
  }
  .lineup-top .intro-three li .tit .s {
    display: block;
    padding: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
  }
  .lineup-top .intro-three li .tit .s.btm {
    padding: 15px 0 0 0;
  }
  .lineup-top .intro-three li .img {
    padding: 12px;
  }
  .lineup-top .lr-set {
    margin: 0 auto 30px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
  }
  .lineup-top .lr-set .img {
    width: 30%;
  }
  .lineup-top .lr-set .img img {
    width: 100%;
    height: auto;
  }
  .lineup-top .lr-set .txt-set {
    width: 65%;
    font-size: 18px;
    line-height: 2;
  }
  .lineup-top .lr-set [data-role=sub-s] {
    font-size: 19px;
    font-weight: 700;
    padding: 15px 0 10px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #c8181b;
    border-bottom: dotted 2px #830007;
  }
  .lineup-top .box-two, .lineup-top .box-four {
    margin: 25px auto 30px;
    gap: 20px;
  }
  .lineup-top .box-two li, .lineup-top .box-four li {
    width: 100%;
  }
  .lineup-top .box-two li img, .lineup-top .box-two li video, .lineup-top .box-four li img, .lineup-top .box-four li video {
    width: 100%;
    height: auto;
  }
  .lineup-top .box-two li .tit, .lineup-top .box-four li .tit {
    background: #c8181b;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 12px 0;
    font-weight: 700;
    border-bottom: solid 2px #fff;
  }
  .lineup-top .box-two li .txt, .lineup-top .box-four li .txt {
    font-size: 16px;
    line-height: 2;
  }
  .lineup-top .box-two {
    width: 92%;
    margin-bottom: 30px;
  }
  .lineup-top .box-four {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .lineup-top .box-four li {
    width: calc(50% - 10px);
  }
  .lineup-top .box-four li img {
    border-radius: 8px;
  }
  .lineup-top .box-four li .tit {
    background: #f0f0f0;
    border-radius: 8px;
    font-size: 19px;
    color: #c8181b;
    text-align: center;
    line-height: 1.5;
    padding: 10px 0;
    margin: 8px auto;
    font-weight: 700;
    border-bottom: solid 2px #fff;
  }
  .lineup-top .carousel-wrap {
    margin: 20px auto 30px;
  }
  .lineup-top .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-top .gallery img {
    width: calc(50% - 5px);
    height: auto;
  }
  .carousel-wrap {
    margin: 30px auto;
    overflow: hidden;
  }
  .carousel {
    visibility: hidden;
  }
  .carousel.slick-initialized {
    visibility: visible;
  }
  .carousel .slick-slide {
    box-sizing: border-box;
    margin: 0 10px;
  }
  .carousel img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    display: block;
    object-fit: cover;
  }
  .no-item {
    text-align: center;
    font-size: 22px;
    padding: 80px 0;
  }
  #page-sseries [data-role=sub-tit] {
    color: #000;
  }
  #page-tbox .img-ctr {
    padding-right: 12px;
    padding-left: 12px;
  }
  #page-tbox .bg {
    margin-bottom: 20px;
  }
  #page-zeh .mark {
    width: 92%;
    border: solid 3px #ccc;
    padding: 20px 0;
    margin: 0 auto 25px;
    border-radius: 20px;
    background: #fcfcf2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #page-zeh .mark::before {
    content: url(../image/lineup/logo-zeh.png);
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: solid 1px #ccc;
  }
  #page-zeh .img-ctr {
    padding-right: 12px;
    padding-left: 12px;
  }
  #page-hiraya .art {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-hiraya .img-ctr {
    position: relative;
    padding-bottom: 0;
  }
  #page-hiraya .img-ctr #hira-catch {
    position: absolute;
    left: 5%;
    top: 40px;
    width: 45%;
    height: auto;
  }
  #page-hiraya .intro-set {
    margin-bottom: 20px;
  }
  #page-hiraya .lr-set .img {
    width: 100%;
    text-align: center;
  }
  #page-hiraya .lr-set .img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  #page-hiraya .lr-set .txt-set {
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  #page-hiraya .gallery {
    padding-bottom: 50px;
  }
  #page-hiraya .box-two {
    width: 100%;
    margin-top: 0;
  }
  #page-hiraya .box-two li {
    border: solid 1px #999;
    padding: 15px;
  }
  #page-hiraya .box-two .tit {
    margin: 10px 0;
    padding: 12px;
  }
  #page-hiraya .box-three {
    gap: 20px;
  }
  #page-hiraya .box-three li {
    text-align: left;
    width: 100%;
  }
  #page-hiraya .box-three .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    display: block;
    object-fit: cover;
  }
  #page-hiraya .box-three .tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: initial;
    padding: 10px 0;
    font-size: 19px;
    lien-height: 1.3;
    color: #000;
  }
  #page-hiraya .box-three .tit .num {
    display: block;
    padding: 0 12px 0 8px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #ff0401;
  }
  #page-hiraya .box-three .txt {
    font-size: 16px;
    line-height: 2;
    color: #000;
    font-weight: 500;
  }
  #page-tokken {
    padding: 20px 0 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-list li {
    background: #c8181b;
    width: 100%;
  }
  .img-list li .tit {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 8px;
    line-height: 1.4;
  }
  .img-list li .img {
    width: 100%;
  }
  .img-list li .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  #top-works {
    background: #fcfcf2;
    padding: 35px 0;
  }
  #top-works .jp {
    width: 170px;
  }
  #top-works .grid {
    margin: 0 auto;
  }
  #top-works .grid .lft-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .works .img-ctr {
    padding-right: 12px;
    padding-left: 12px;
  }
  .works #top-works {
    padding: 30px 4%;
    margin-bottom: 40px;
  }
  .works #top-works .wks-sldr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }
  .works #top-works .wks-sldr .slide-card {
    width: 48%;
    margin: 0 0 20px;
  }
  .works #top-works .wks-sldr .slide-card a {
    padding: 8px 8px 16px;
  }
  .works #top-works .wks-sldr .slide-card.yt::before {
    content: "";
    background: url(../image/base/youtube.png) no-repeat center #fff;
    background-size: 72px auto;
    width: 82px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .works #top-works .card2 .txt-set {
    padding-bottom: 8px;
  }
  .works #top-works .card2 .tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 0;
  }
  .works #top-works .card2 .txt {
    font-size: 12px;
    line-height: 1.4;
  }
  .works #top-works .card2 .img_c {
    position: absolute;
    right: 4px;
    top: 52px;
    z-index: 100;
  }
  .works #top-works .card2 .img_c img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  .works #top-works .card2 .spec-set span {
    font-size: 10px;
    width: 47%;
    min-height: 26px;
  }
  .works #top-works .card2 a {
    background: url(../image/base/arw-k_s.png) no-repeat right 5px bottom 5px;
    background-size: 14px auto;
  }
  .card2 {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .card2 .slide-card {
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px;
    height: 100%;
    position: relative;
  }
  .card2 .slide-card a {
    display: block;
    height: 100%;
    padding: 12px;
    background: url(../image/base/arw-rd.png) no-repeat right 12px bottom 12px;
    background-size: 25px auto;
  }
  .card2 .slide-card a:hover {
    text-decoration: none;
    background: #fde8e7;
    border-radius: 10px;
  }
  .card2 .slide-card.yt::before {
    content: "";
    background: url(../image/base/youtube.png) no-repeat center #fff;
    background-size: 80px auto;
    width: 121px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 25px;
    z-index: 100;
  }
  .card2 .img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .card2 .img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .card2 .img_c {
    position: absolute;
    right: 25px;
    top: 95px;
    z-index: 100;
    border: solid 2px #c8181b;
    border-radius: 50%;
    overflow: hidden;
  }
  .card2 .img_c img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .card2 .txt-set {
    width: 100%;
    padding: 0 0 20px;
  }
  .card2 .tit {
    font-size: 19px;
    color: #ff0401;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 0;
  }
  .card2 .txt {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
  }
  .card2 .slick-prev,
  .card2 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    border: none;
    width: 32px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .card2 .slick-prev img,
  .card2 .slick-next img {
    width: 10px;
    height: auto;
  }
  .card2 .slick-prev {
    left: 2px;
  }
  .card2 .slick-next {
    right: 2px;
  }
  #top-concept {
    padding: 40px 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 92%;
    background-image: url(../image/top/bg-cnt1.webp), url(../image/top/bg-cnt2.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left -80px top 0, right calc(50% - 550px) center;
  }
  #top-concept [data-role=sec-tit] {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 20px;
    line-height: 1.4;
  }
  #top-concept .txt-box {
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  #top-concept .txt {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 0;
  }
  #top-concept .hvr-btn {
    width: 340px;
  }
  #top-owner {
    padding: 35px 0;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    background-size: 60px auto;
  }
  #top-owner .spec-set {
    margin-bottom: 15px;
  }
  .card3 {
    margin-bottom: 0;
    margin-left: 4%;
    margin-right: 4%;
  }
  .card3 .slide-card {
    padding-top: 10px;
  }
  .card3 .slide-card a, .card3 .slide-card .a {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fcfcf2;
    position: relative;
  }
  .card3 .slide-card a:hover, .card3 .slide-card .a:hover {
    text-decoration: none;
  }
  .card3 .slide-card.sale a:before {
    content: "";
    background: url(../image/base/obi-hanbai.png) no-repeat;
    width: 50px;
    height: 58px;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 10;
  }
  .card3 .slide-card.sold a:before, .card3 .slide-card.sold .a:before {
    content: "";
    background: url(../image/base/obi-seiyaku.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 58px;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 10;
  }
  .card3 .slide-card.sold .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    border-radius: 10px;
  }
  .card3 .slide-card .img {
    width: 100%;
  }
  .card3 .slide-card .img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .card3 .slide-card .txt-set {
    width: 100%;
    padding: 0 20px 20px;
  }
  .card3 .slide-card .tit {
    font-size: 18px;
    color: #ff0401;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 0 10px;
  }
  .card3 .slide-card .txt {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
  }
  .card3 .slick-prev,
  .card3 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    border: none;
    width: 32px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .card3 .slick-prev img,
  .card3 .slick-next img {
    width: 10px;
    height: auto;
  }
  .card3 .slick-prev {
    left: -12px;
  }
  .card3 .slick-next {
    right: -12px;
  }
  .spec-set {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5%;
  }
  .spec-set span {
    width: 40%;
    min-height: 32px;
    padding-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    background: #c8181b;
    white-space: nowrap;
    font-size: 14px;
  }
  .spec-set span.tsubo::after {
    content: "坪";
    margin-left: 2px;
    font-size: 0.9em;
  }
  .spec-set span.kata {
    background: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 8px;
  }
  .spec-set span.box {
    background: #fff;
    border: solid 2px #aaa;
    color: #000;
    padding: 8px 0;
    font-size: 14px;
    width: 45%;
  }
  #top-strength {
    border-top: dotted 2px #ccc;
    padding: 30px 0 0;
  }
  #top-strength .flex-three {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #top-strength .flex-three li {
    width: calc(33.333% - 8px);
  }
  #top-menu {
    min-width: 92%;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  #top-menu [data-role=sec-tit] {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #ff0401;
  }
  #top-menu .menu-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 92%;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #top-menu .menu-box li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
  }
  #top-menu .menu-box li a .bg {
    background-size: cover;
    background-position: center;
    height: 130px;
    transition: transform 0.4s ease;
  }
  #top-menu .menu-box li a [data-role=sub-tit] {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    height: 75px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #top-menu .menu-box li a [data-role=sub-tit] .en {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ff0401;
    margin-bottom: 3px;
  }
  #top-menu .menu-box li a:hover .bg {
    transform: scale(1.05);
  }
  #top-menu .menu-box li a:hover [data-role=sub-tit] {
    background: rgb(255, 255, 255);
  }
  #top-menu .menu-box li a::after {
    content: url("../image/base/arw-k_s.png");
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .bnr-loan {
    background: url(../image/base/bg-loan.png) no-repeat left calc(50% - 500px) center #ffe2d1;
    text-align: center;
    position: relative;
  }
  .bnr-loan:hover {
    background: url(../image/base/bg-loan.png) no-repeat left calc(50% - 500px) center #fde8e7;
  }
  .bnr-loan a {
    display: block;
    padding: 30px 4%;
  }
  .bnr-loan a:hover {
    text-decoration: none;
  }
  .bnr-loan .txt-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: left;
  }
  .bnr-loan .txt-set .img {
    width: 100%;
    text-align: center;
  }
  .bnr-loan .txt-set .img img {
    width: 190px;
    height: auto;
  }
  .bnr-loan .txt-set .img::after {
    content: url("../image/base/arw-right.png");
    position: absolute;
    left: calc(50% + 90px);
    bottom: 45px;
  }
  .bnr-loan .txt-set {
    width: 100%;
  }
  .bnr-loan .txt-set .txt {
    padding-top: 15px;
    color: #000;
    font-size: 16px;
    line-height: 2;
  }
  #top-blog .blg-list {
    width: 92%;
  }
  #top-blog .blg-list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blg-list {
    margin-left: auto;
    margin-right: auto;
  }
  .blg-list li {
    border-bottom: dotted 2px #999;
    position: relative;
    /*&::after {
    	content: '続きを読む';
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	background: $basec;
    	font-size: 12px;
    	color: #fff;
    	display: inline-block;
    	text-align: center;
    	padding: 6px 12px;
    	z-index: -1;
    }*/
  }
  .blg-list li:nth-of-type(1) {
    border-top: dotted 2px #999;
  }
  .blg-list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 12px 6px 12px;
    position: relative;
  }
  .blg-list li a:hover {
    color: inherit;
    text-decoration: none;
  }
  .blg-list li .img {
    width: 100px;
  }
  .blg-list li .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
  }
  .blg-list li .txt {
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 1.6;
  }
  .blg-list li .txt .tit {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .blg-list li .txt .tit .date {
    font-size: 12px;
    display: block;
    padding-bottom: 3px;
    color: #ff0401;
  }
  #form-wrap {
    padding: 10px 0;
    width: 92%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #form-wrap .cb label {
    display: inline-block !important;
    padding-right: 20px !important;
  }
  #form-wrap .your-privacy .cb label {
    padding-right: 5px !important;
  }
  #form-wrap .your-trigger .cb label {
    padding-right: 0 !important;
  }
  #form-wrap #enq-form select {
    width: 150px;
    margin-right: 10px;
  }
  #form-wrap .sub-btn {
    padding-bottom: 30px;
  }
  #form-wrap .sub-btn input {
    font-size: 20px;
    padding: 20px 0;
  }
  .form-parts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
    background: #fff;
    border: solid 3px #ff0401;
    padding: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-parts input,
  .form-parts select,
  .form-parts textarea {
    font-size: 16px;
    background: #fafceb !important;
  }
  .form-parts #vtime1,
  .form-parts #vtime2 {
    width: 150px !important;
  }
  .form-parts dt {
    margin: 6px 0 0 !important;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 16px;
    border-bottom: dotted 1px #999;
  }
  .form-parts dt.w {
    height: auto;
    padding: 0 0 3px;
  }
  .form-parts dt.line-l {
    margin-top: 36px !important;
  }
  .form-parts dd {
    padding-bottom: 20px;
  }
  .form-parts dd p.stit {
    display: block;
    padding: 20px 0 8px;
    line-height: 1.5;
  }
  .form-parts dd p.stit::before {
    content: "●";
    margin-right: 3px;
    color: #830007;
  }
  .form-parts .time-box {
    display: inline-block;
    padding: 8px 0 15px 73px;
  }
  .form-parts .time-box input {
    display: inline-block !important;
    margin-right: 8px !important;
    margin-left: 5px !important;
  }
  .form-parts .time-box label {
    display: inline-block !important;
    padding-right: 20px !important;
  }
  .form-parts .time-box select {
    width: 120px !important;
  }
  .form-parts .ibs {
    display: inline-block !important;
    width: 120px !important;
  }
  .form-parts .bs {
    width: 120px !important;
  }
  .form-parts .ss {
    width: 80px !important;
  }
  .form-parts .sh {
    padding: 10px 0 5px;
    font-weight: 500;
  }
  .form-parts .note {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .form-parts .pdt {
    padding-top: 5px;
  }
  .wpcf7-list-item {
    display: block;
  }
  .cfm-btn {
    line-height: 1.5;
  }
}