@charset "UTF-8";
/* Reset margin, padding, border
* *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
* *********************************** */
body {
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
* *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  scroll-behavior: smooth;
  color: #333;
  background-color: #f3f4f6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a:hover img {
  opacity: 0.7;
}

main {
  width: 100%;
  max-width: 960px;
  padding: 50px 0 104px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
main > section {
  padding: 100px 50px;
}
@media screen and (max-width: 667px) {
  main > section {
    padding: 80px 15px;
  }
}
main > section.bg {
  background: rgb(248, 248, 248);
}
main > section.bg_blue {
  background: #0D3246;
}
main > section h2 {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
main > section h2 span {
  display: inline-block;
  white-space: nowrap;
}
main > section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 15px auto 0;
  background: #8b0000;
}
@media screen and (max-width: 667px) {
  main > section h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  main > section h2::after {
    width: 60px;
  }
}
main > section.bg_blue h2 {
  color: #fff;
}
main > section.bg_blue h2::after {
  display: none;
}

#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
#header h1 img {
  width: auto;
  height: 20px;
}
#header p {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  border: 1px solid #d2d5da;
  font-size: 12px;
  color: #6c727f;
}

#top {
  width: 100%;
}
#top div.box {
  width: 100%;
  position: relative;
}
#top div.box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
  background: url(../img/lp/top.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 667px) {
  #top div.box::before {
    padding-top: 62.5%;
  }
}
#top div.ttl {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#top div.ttl p {
  padding: 0.25em 20px;
  border-radius: 2em;
  background: #D52425;
  color: #fff;
  font-weight: bold;
}
#top h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#top h1 span {
  font-size: 40px;
  font-weight: bold;
}
#top h1 strong {
  color: rgb(253, 224, 71);
}
@media screen and (max-width: 667px) {
  #top h1 {
    font-size: 20px;
  }
  #top h1 span {
    font-size: 25px;
  }
}
#top div.present {
  padding: 20px;
  background: rgb(248, 248, 248);
  text-align: center;
}
#top div.present p {
  color: rgb(75, 85, 99);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#top div.present p:not(:last-child) {
  margin-bottom: 8px;
}
#top div.present p strong {
  color: #8b0000;
  font-size: 20px;
}
#top div.present p span {
  display: inline-block;
  white-space: nowrap;
}

#worries ul {
  padding: 20px;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 10px;
  background: rgb(249, 250, 251);
}
#worries li {
  position: relative;
  padding-left: 1.5rem;
}
#worries li:not(:last-child) {
  margin-bottom: 0.75rem;
}
#worries li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #8b0000;
  font-weight: bold;
}
#worries p {
  margin-top: 1.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 667px) {
  #worries p {
    font-size: 18px;
  }
}
#worries p strong {
  color: #8b0000;
  font-size: 1.25em;
}
#worries p span {
  display: inline-block;
  white-space: nowrap;
}

#reason section {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#reason section:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 667px) {
  #reason section:not(:last-child) {
    margin-bottom: 30px;
  }
}
#reason section div.num {
  width: 100%;
  position: relative;
}
#reason section div.num p {
  padding: 10px 20px;
  background: #0D3246;
  color: #fff;
  font-weight: bold;
}
#reason section div.num::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25%;
  background: no-repeat 50% 50%/cover;
}
@media screen and (max-width: 667px) {
  #reason section div.num::after {
    padding-top: 48%;
  }
}
#reason section div.num.r1::after {
  background-image: url(../img/lp/reason_01.jpg);
}
#reason section div.num.r2::after {
  background-image: url(../img/lp/reason_02.jpg);
}
#reason section div.num.r3::after {
  background-image: url(../img/lp/reason_03.jpg);
}
#reason section div.box {
  padding: 30px;
}
@media screen and (max-width: 667px) {
  #reason section div.box {
    padding: 30px 15px;
  }
}
#reason section div.box h3 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 667px) {
  #reason section div.box h3 {
    font-size: 18px;
  }
}
#reason section div.box p {
  margin-top: 20px;
}

#voice ul {
  padding-left: 34px;
}
#voice li {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
#voice li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 667px) {
  #voice li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#voice li div.photo {
  width: 67px;
  height: 67px;
  border-radius: 34px;
  overflow: hidden;
  position: absolute;
  top: 23px;
  left: -34px;
}
#voice li div.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#voice li p {
  padding-left: 34px;
  font-size: 14px;
  overflow: hidden;
}

#catalog > p {
  margin-top: 50px;
  color: #fff;
  text-align: center;
}
#catalog > p span {
  display: inline-block;
  white-space: nowrap;
}
#catalog div.present {
  padding: 30px 20px 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
#catalog div.present p {
  color: #8b0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#catalog div.present p:not(:last-child) {
  margin-bottom: 8px;
}
#catalog div.present p strong {
  color: #333;
  font-size: 20px;
}
#catalog div.present p span {
  display: inline-block;
  white-space: nowrap;
}
#catalog div.present img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

#request div.form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#request div.form > p {
  padding: 10px;
  border: 1px solid rgb(254, 226, 226);
  border-radius: 5px;
  background: rgb(254, 242, 242);
  color: #8b0000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#request div.form div.box {
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
  background: #fff;
}
@media screen and (max-width: 667px) {
  #request div.form div.box {
    padding: 30px 15px;
  }
}
#request div.form dl {
  margin-bottom: 30px;
}
#request div.form dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
#request div.form dt span.type {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 5px;
  background: rgb(156, 163, 175);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
#request div.form dt span.type.must {
  background: rgb(220, 38, 38);
}
#request div.form dd.list span.wpcf7-checkbox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#request div.form dd.list span.wpcf7-checkbox span {
  margin: 0;
}
#request div.form dd.list label {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 5px;
  background: rgb(249, 250, 251);
  white-space: nowrap;
  cursor: pointer;
}
#request div.form input[type=text], #request div.form input[type=tel], #request div.form input[type=email], #request div.form textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 5px;
}
#request div.form input[type=text]::placeholder, #request div.form input[type=tel]::placeholder, #request div.form input[type=email]::placeholder, #request div.form textarea::placeholder {
  color: #bbb;
}
#request div.form input[type=text].half, #request div.form input[type=tel].half, #request div.form input[type=email].half, #request div.form textarea.half {
  width: 50%;
  min-width: 200px;
}
#request div.form span.wpcf7-form-control-wrap {
  display: block;
}
#request div.form span.wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 5px;
}
#request div.form div.submit {
  width: 100%;
  max-width: 400px;
  padding-top: 50px;
  margin: 0 auto;
}
#request div.form div.submit p {
  margin-top: 20px;
  color: rgb(107, 114, 128);
  font-size: 12px;
}
#request div.form input[type=submit] {
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  background: #0D3246;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background-color 0.2s 0s linear;
}
#request div.form input[type=submit]:hover {
  background: #8b0000;
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
#footer {
  width: 100%;
  padding: 12px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
#footer div.btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#footer div.btn a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  background: #0D3246;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background-color 0.2s 0s linear;
  animation: pulse-soft 2.5s infinite;
}
#footer div.btn a i {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.5em;
}
#footer div.btn a i::before, #footer div.btn a i::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: calc(0.5em + 1px);
  left: 0;
  background: #fff;
}
#footer div.btn a i::before {
  transform: rotate(90deg);
}
#footer div.btn a:hover {
  background: #8b0000;
}
#footer p {
  margin-top: 5px;
  color: rgb(75, 85, 99);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

div.grecaptcha-badge {
  z-index: 101;
}

#modelhouse section {
  border-radius: 10px;
  overflow: hidden;
  background: rgb(249, 250, 251);
}
#modelhouse section:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 667px) {
  #modelhouse section:not(:last-child) {
    margin-bottom: 80px;
  }
}
#modelhouse section > img {
  width: 100%;
  height: auto;
}
#modelhouse section div.box {
  padding: 50px;
}
@media screen and (max-width: 667px) {
  #modelhouse section div.box {
    padding: 50px 15px 15px;
  }
}
#modelhouse section div.box h3 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 667px) {
  #modelhouse section div.box h3 {
    font-size: 18px;
  }
}
#modelhouse section div.box p {
  margin-top: 30px;
}
#modelhouse section div.shop-slide-container {
  margin-top: 50px;
}
#modelhouse section div.shop-slide-container div.flexslider {
  border: none;
  background: none;
}
#modelhouse section .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modelhouse section .flex-control-thumbs li {
  width: 13.8%;
  float: left;
  margin-top: 10px;
  margin-right: 0.2%;
  margin-left: 0.2%;
  margin-bottom: 10px;
}