@charset "UTF-8";
html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

figure {
  margin: 0;
}

/*
*/
/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 108%;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font-size: 18px;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 108%;
  width: 100%;
  border-collapse: collapse;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.index_floorlist {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 114px 50px 30px;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist {
    margin: 0;
    padding: 50px 15px 0;
  }
}
.index_floorlist .index_floorlist__wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1180px;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap {
    border-top: none;
    border-left: none;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist_accordion {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 90%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist_accordion {
    display: none;
    width: auto;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-top: #555252 solid 2px;
  border-bottom: #555252 solid 2px;
  color: #fff;
  background-color: #999897;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
}
@media print, screen and (max-width: 1023px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__header {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 850px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__header {
    font-size: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__header {
    display: none;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__header .cell {
  padding: 3px 10px !important;
  border-right: #555252 solid 2px;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__header .cell {
    padding: 3px 5px !important;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: #555252 solid 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 1023px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__line {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__line {
    display: block;
    margin: 0 0 10px;
    border-top: #555252 solid 2px;
    border-right: #555252 solid 2px;
    border-bottom: none;
    border-left: #555252 solid 2px;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line .cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 10px;
  border-right: #555252 solid 2px;
  text-align: center;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .sp {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell {
    padding: 10px 5px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell {
    position: relative;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 10px 15px 10px 105px !important;
    min-height: 62px;
    width: auto;
    border-right: none;
    border-bottom: #555252 solid 1px;
    text-align: right;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 15px;
    width: 95px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .sp {
    display: inline-block;
    padding: 0;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .sp b {
    padding: 0 10px 0 0;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell.number {
    justify-content: flex-start !important;
    padding: 10px 37px 10px 15px !important;
    border-bottom: #555252 solid 2px !important;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell.number::before {
    padding: 0 10px 0 0 !important;
  }
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell.move_in {
    border-bottom: #555252 solid 2px !important;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .c_price {
  color: #ff5438;
  font-weight: 700;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .tax {
  font-size: 12px;
}
@media print, screen and (max-width: 1023px) {
  .index_floorlist .index_floorlist__wrap .index_floorlist__line .cell .tax {
    font-size: 10px;
  }
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line .cell a {
  color: #ff5438;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-1 {
  transition-delay: 0.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-2 {
  transition-delay: 0.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-3 {
  transition-delay: 0.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-4 {
  transition-delay: 0.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-5 {
  transition-delay: 1s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-6 {
  transition-delay: 1.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-7 {
  transition-delay: 1.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-8 {
  transition-delay: 1.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-9 {
  transition-delay: 1.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-10 {
  transition-delay: 2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-11 {
  transition-delay: 2.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-12 {
  transition-delay: 2.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-13 {
  transition-delay: 2.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-14 {
  transition-delay: 2.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-15 {
  transition-delay: 3s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-16 {
  transition-delay: 3.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-17 {
  transition-delay: 3.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-18 {
  transition-delay: 3.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-19 {
  transition-delay: 3.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-20 {
  transition-delay: 4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-21 {
  transition-delay: 4.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-22 {
  transition-delay: 4.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-23 {
  transition-delay: 4.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-24 {
  transition-delay: 4.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-25 {
  transition-delay: 5s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-26 {
  transition-delay: 5.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-27 {
  transition-delay: 5.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-28 {
  transition-delay: 5.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-29 {
  transition-delay: 5.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-30 {
  transition-delay: 6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-31 {
  transition-delay: 6.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-32 {
  transition-delay: 6.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-33 {
  transition-delay: 6.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-34 {
  transition-delay: 6.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-35 {
  transition-delay: 7s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-36 {
  transition-delay: 7.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-37 {
  transition-delay: 7.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-38 {
  transition-delay: 7.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-39 {
  transition-delay: 7.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-40 {
  transition-delay: 8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-41 {
  transition-delay: 8.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-42 {
  transition-delay: 8.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-43 {
  transition-delay: 8.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-44 {
  transition-delay: 8.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-45 {
  transition-delay: 9s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-46 {
  transition-delay: 9.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-47 {
  transition-delay: 9.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-48 {
  transition-delay: 9.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-49 {
  transition-delay: 9.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-50 {
  transition-delay: 10s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-51 {
  transition-delay: 10.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-52 {
  transition-delay: 10.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-53 {
  transition-delay: 10.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-54 {
  transition-delay: 10.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-55 {
  transition-delay: 11s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-56 {
  transition-delay: 11.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-57 {
  transition-delay: 11.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-58 {
  transition-delay: 11.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-59 {
  transition-delay: 11.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-60 {
  transition-delay: 12s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-61 {
  transition-delay: 12.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-62 {
  transition-delay: 12.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-63 {
  transition-delay: 12.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-64 {
  transition-delay: 12.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-65 {
  transition-delay: 13s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-66 {
  transition-delay: 13.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-67 {
  transition-delay: 13.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-68 {
  transition-delay: 13.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-69 {
  transition-delay: 13.8s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-70 {
  transition-delay: 14s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-71 {
  transition-delay: 14.2s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-72 {
  transition-delay: 14.4s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-73 {
  transition-delay: 14.6s;
}
.index_floorlist .index_floorlist__wrap .index_floorlist__line.delay-74 {
  transition-delay: 14.8s;
}
.index_floorlist .index_floorlist__wrap .number {
  width: 10%;
  border-left: #555252 solid 2px;
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .number {
    width: auto;
    border-left: none;
    pointer-events: all;
  }
  .index_floorlist .index_floorlist__wrap .number::before {
    position: relative !important;
    display: inline !important;
    width: auto !important;
    content: "部屋番号";
  }
  .index_floorlist .index_floorlist__wrap .number .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    transform: translate(0, -50%);
  }
  .index_floorlist .index_floorlist__wrap .number .icon::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
    transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .index_floorlist .index_floorlist__wrap .number .icon::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
    transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .index_floorlist .index_floorlist__wrap .number.open .icon::before {
    transform: rotate(360deg);
  }
  .index_floorlist .index_floorlist__wrap .number.open .icon::after {
    transform: rotate(360deg);
  }
}
.index_floorlist .index_floorlist__wrap .area {
  width: 17%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .area {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .area::before {
    content: "面積（㎡）/ 定員";
  }
}
.index_floorlist .index_floorlist__wrap .rent {
  width: 17%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .rent {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .rent::before {
    content: "賃料";
  }
}
.index_floorlist .index_floorlist__wrap .service_fee {
  width: 17%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .service_fee {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .service_fee::before {
    content: "共益費";
  }
}
.index_floorlist .index_floorlist__wrap .monthly {
  width: 17%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .monthly {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .monthly::before {
    content: "月額合計";
  }
}
.index_floorlist .index_floorlist__wrap .note {
  width: 23%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .note {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .note::before {
    content: "備考";
  }
}
.index_floorlist .index_floorlist__wrap .move_in {
  width: 9%;
}
@media print, screen and (max-width: 767px) {
  .index_floorlist .index_floorlist__wrap .move_in {
    width: auto;
  }
  .index_floorlist .index_floorlist__wrap .move_in::before {
    content: "入居日";
  }
}

/* pc sp */
@media only screen and (min-width: 870px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 869px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* style */
.fw-b {
  font-weight: bold;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/* 基本リンク色 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #555252;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.65;
  transition: all 0.5s ease;
}

body {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #555252;
  background-color: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  overflow: hidden;
}

main {
  padding-top: 64px;
}
@media only screen and (max-width: 869px) {
  main {
    padding-top: 50px;
  }
}

/*----------------------------------------------------------------------------------
		 								cvBar 
------------------------------------------------------------------------------------*/
.cvBar {
  z-index: 90;
  position: fixed;
  inset: auto auto 0 0;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 869px) {
  .cvBar {
    display: flex;
  }
}
.cvBar .cvBar_dl {
  width: 50%;
}
.cvBar .cvBar_dl a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  background-color: #ff5438;
  font-size: 10px;
  font-weight: 700;
}
.cvBar .cvBar_dl a img {
  margin-left: 5px;
}
.cvBar .cvBar_contact {
  width: 50%;
}
.cvBar .cvBar_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
#header {
  z-index: 99;
  position: fixed;
  inset: 0 auto auto 0;
  background-color: #798160;
  width: 100%;
}
#header a {
  color: #fff;
}
#header .header_inner {
  position: relative;
  width: 100%;
  height: 64px;
}
@media only screen and (max-width: 869px) {
  #header .header_inner {
    height: 50px;
  }
}
#header .lpTopNews {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0 6px;
  background-color: #ff5438;
}
@media only screen and (max-width: 869px) {
  #header .lpTopNews {
    padding: 6px 0;
  }
}
#header .lpTopNews p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #header .lpTopNews p {
    font-size: 11px;
  }
}
#header .lpTopNews a {
  color: #fff;
}
#header .header_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  width: 218px;
  height: 17px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .header_logo {
    width: 190px;
    height: 27px;
  }
}
@media only screen and (max-width: 869px) {
  #header .header_logo {
    left: 20px;
    width: 214px;
    height: 15px;
  }
}
#header .header_logo a {
  display: inline-block;
}
#header .header_logo img {
  width: 100%;
  vertical-align: top;
}
#header .globalNavi {
  position: absolute;
  top: 0;
  right: 243px;
  bottom: 0;
  height: 35px;
  display: flex;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .globalNavi {
    right: 210px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi {
    position: static;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
}
#header .globalNavi li {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
#header .globalNavi li a {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li a {
    color: #fff;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:nth-child(4) a {
    padding: 8px 20px;
    color: #fff;
    background-color: #ff5438;
  }
}
#header .globalNavi li:last-child {
  margin-left: 12px;
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:last-child {
    margin-left: 0;
  }
}
#header .globalNavi li:last-child a {
  padding: 8px 20px;
  color: #fff;
  border: solid 1px #fff;
  background-color: #ff5438;
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:last-child a {
    color: #555252;
    background-color: #fff;
  }
}

.contactBtn {
  z-index: 999;
  position: absolute;
  inset: 0 0 auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 64px;
  color: #fff;
  background-color: #555252;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .contactBtn {
    width: 190px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 869px) {
  .contactBtn {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    display: none;
  }
}

.studio-contact {
  display: none;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .studio-contact {
    display: none;
  }
}
@media only screen and (max-width: 869px) {
  .studio-contact {
    display: block;
    border: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 8;
  }
  .studio-contact .telNum {
    width: 50%;
    float: left;
    background-color: #fff;
    color: #000;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
  }
  .studio-contact .mailBtn {
    width: 50%;
    float: left;
    background-color: #ed2d25;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
  }
  .studio-contact .mailBtn a {
    color: #fff;
  }
}

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
#commonLinkSec {
  background-color: #252525;
  padding: 120px 20px 148px;
}
@media only screen and (max-width: 869px) and (max-width: 869px) {
  #commonLinkSec {
    padding: 80px 0 0;
  }
}
#commonLinkSec h5 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
#commonLinkSec ul {
  display: flex;
  width: 1088px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec ul {
    display: block;
    width: 100%;
  }
}
#commonLinkSec ul li {
  width: 33.3%;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec ul li {
    width: 100%;
  }
}
#commonLinkSec ul li img {
  width: 100%;
}

.footer {
  box-sizing: border-box;
  margin: 0;
  padding: 76px 50px 25px;
  background-color: #545252;
  color: #ffffff;
}
@media print, screen and (max-width: 1024px) {
  .footer {
    padding: 0 50px 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer {
    padding: 25px 30px 130px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer.contact_footer {
    padding: 25px 30px 90px;
  }
}
.footer .footer__nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav {
    display: block;
    padding: 0;
  }
}
.footer .footer__nav .footer__office {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office {
    display: block;
  }
}
.footer .footer__nav .footer__office li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  border-right: #ffffff solid 3px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li {
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: #ffffff solid 2px;
  }
}
.footer .footer__nav .footer__office li:first-child {
  border-left: #ffffff solid 3px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li:first-child {
    border-left: none;
  }
}
.footer .footer__nav .footer__office li a {
  color: #ffffff;
  letter-spacing: 1px;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__nav .footer__office li a {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 374px) {
  .footer .footer__nav .footer__office li a {
    letter-spacing: normal;
    font-size: 14px;
  }
}
.footer .footer__about {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 814px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about {
    padding: 50px 0 0;
  }
}
.footer .footer__about .footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex {
    display: block;
  }
}
.footer .footer__about .footer__flex .footer__logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__logo img {
    width: 120px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__logo {
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: calc(100% - 198px);
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating {
    width: calc(100% - 160px);
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating {
    width: auto;
  }
}
.footer .footer__about .footer__flex .footer__operating dl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 17px;
  padding: 0;
  letter-spacing: normal;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl {
    display: block;
  }
}
.footer .footer__about .footer__flex .footer__operating dl dt {
  /*text-decoration:underline;*/
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl dt {
    margin: 0 0 17px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dt {
    margin: 0 0 9px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating dl dd {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.footer .footer__about .footer__flex .footer__operating dl dd span {
  padding: 0 0 0 15px;
  font-weight: 500;
  font-size: 11px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dd span {
    display: block;
    padding: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl dd {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dd {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6em;
  }
}
.footer .footer__about .footer__flex .footer__operating p {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating p {
    margin: 0 0 40px;
    line-height: 1.8em;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 60px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links {
    display: block;
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks {
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 50px;
    width: 100%;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li {
  margin: 0 15px;
  padding: 0;
  line-height: 0;
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li img {
  width: auto;
  height: 40px;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li img {
    height: 34px;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks {
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li {
  margin: 0 0 0 30px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li {
    margin: 0 8px;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.footer .footer__about .footer__copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.footer .footer__about .footer__copyright a {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.plan-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 50;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .plan-wrapper {
    width: 300px;
  }
}
@media only screen and (max-width: 869px) {
  .plan-wrapper {
    width: 300px;
    bottom: 10px;
    right: 3%;
    max-width: 55%;
  }
}
.plan-wrapper .plan-bnr {
  border-radius: 10px;
}
.plan-wrapper .plan-bnr .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  .plan-wrapper .plan-bnr .close-btn {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
}
.plan-wrapper .plan-bnr a {
  display: block;
}
.plan-wrapper .fix-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  background-color: #555252;
  display: none;
  padding: 45px 0 55px;
}

.icn-humberger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 1003;
  padding: 20px 22.5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 869px) {
  .icn-humberger {
    display: block;
  }
}

.icn-humberger span {
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 5px;
}

.icn-humberger span {
  transition: all 0.3s;
  transform: rotate(0deg);
  background-color: #fff;
}
.icn-humberger .bar-top {
  width: 15px;
  transform: translateY(-4px);
}
.icn-humberger .bar-middle {
  width: 15px;
}
.icn-humberger .bar-bottom {
  width: 15px;
  transform: translateY(4px);
}

.icn-humberger.is-open .bar-top {
  transform: rotate(-45deg) translateY(0px);
  width: 21px;
  margin-left: 0;
}
.icn-humberger.is-open .bar-middle {
  background: rgba(255, 255, 255, 0);
}
.icn-humberger.is-open .bar-bottom {
  transform: rotate(45deg) translateY(0px);
  width: 21px;
  margin-left: 0;
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container.--S {
  max-width: 800px;
}
@media only screen and (max-width: 869px) {
  .container.--S {
    width: 100%;
  }
}
.container.--M {
  max-width: 980px;
}
@media only screen and (max-width: 869px) {
  .container.--M {
    width: 100%;
  }
}
.container.--L {
  max-width: 1180px;
}
@media only screen and (max-width: 869px) {
  .container.--L {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------
		 							         lp
------------------------------------------------------------------------------------*/
#lp .secTtl {
  position: relative;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 0 115px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lp .secTtl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 869px) {
  #lp .secTtl {
    padding: 0 20px;
    margin: 0 auto 30px;
    font-size: 24px;
  }
}
#lp .secTtl span {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #999897;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl span {
    position: static;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lp .secTtl span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl span small {
    position: static;
  }
}
#lp .secTtl + .slider04 {
  padding-top: 50px;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl + .slider04 {
    padding-top: 0;
  }
}
#lp .secLead {
  max-width: 940px;
  margin: 20px auto 60px;
  font-size: 15px;
  line-height: 2;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lp .secLead {
    box-sizing: border-box;
    padding-left: 110px;
    margin: 20px auto 60px 0;
  }
}
@media only screen and (max-width: 869px) {
  #lp .secLead {
    max-width: calc(100% - 40px);
    padding-left: 0;
    margin: 20px auto 30px;
  }
}
#lp .mt {
  margin-top: 160px;
}
@media only screen and (max-width: 869px) {
  #lp .mt {
    margin-top: 80px;
  }
}
#lp .slider {
  max-width: 1180px;
  margin: 0 auto;
}
#lp .slider img {
  width: 100%;
}
#lp .slider_ttl {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lp .slider_ttl {
    margin: 12px 0 8px;
    font-size: 16px;
  }
}
#lp .slider-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 869px) {
  #lp .slider-thumb {
    margin: 18px auto 0;
  }
}
#lp .slider-thumb li img {
  width: 58px;
  height: auto;
  margin: 0 5px;
}
@media only screen and (max-width: 869px) {
  #lp .thumb-item-nav02 {
    margin-left: auto;
    margin-right: auto;
  }
}
#lp .thumb-item-nav03 {
  margin-left: auto;
  margin-right: auto;
}

#lpTopSec {
  position: relative;
}
#lpTopSec .slider01 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slider01 {
    margin-bottom: 30px;
  }
}
#lpTopSec .slider01 img {
  width: 100%;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slider01 img {
    height: calc(100vh - 100px);
    object-fit: cover;
  }
}
#lpTopSec .lpTopSec_dl {
  position: absolute;
  bottom: 75px;
  left: 50px;
  display: block;
  padding: 18px 46px 18px 24px;
  color: #fff;
  background-color: #ff5438;
  box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl {
    display: none;
    bottom: 90vw;
    left: 10px;
    padding: 12px 36px 12px 15px;
  }
}
#lpTopSec .lpTopSec_dl p {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl p {
    font-size: 12px;
  }
}
#lpTopSec .lpTopSec_dl p img {
  position: absolute;
  top: 15px;
  right: -25px;
  width: 18px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl p img {
    top: 12px;
    right: -25px;
    width: 15px;
  }
}
#lpTopSec .lpTopSec_linkWrap {
  position: absolute;
  right: 28px;
  bottom: 75px;
  display: block;
}
#lpTopSec .lpTopSec_linkWrap.residence {
  bottom: 245px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_linkWrap.residence {
    bottom: 185px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_linkWrap.residence {
    right: 10px;
    bottom: 95px;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_linkWrap {
    bottom: 20px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_linkWrap {
    right: 10px;
    bottom: 10px;
  }
}
#lpTopSec .lpTopSec_linkWrap:hover {
  opacity: 1;
}
#lpTopSec .lpTopSec_linkWrap:hover .lpTopSec_linkIcn {
  transition: all 0.5s ease;
  transform: translateY(2px);
}
#lpTopSec .lpTopSec_linkWrap:hover {
  opacity: 1;
}
#lpTopSec .lpTopSec_linkWrap:hover .lpTopSec_linkIcn_right {
  transition: all 0.5s ease;
  transform: translateX(2px);
}
#lpTopSec .lpTopSec_link {
  width: 185px;
  box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_link {
    width: 165px;
  }
}
#lpTopSec .lpTopSec_link p {
  text-align: center;
  padding: 10px 15px;
  color: #ff5438;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_link p {
    padding: 12px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_link p {
    padding: 12px 12px;
    font-size: 15px;
  }
}
#lpTopSec .lpTopSec_link .lpTopSec_linkIcn {
  transition: all 0.5s ease;
  position: relative;
  top: -1px;
  width: 14px;
  margin-left: 3px;
}
#lpTopSec .lpTopSec_link .lpTopSec_linkIcn_right {
  transition: all 0.5s ease;
  position: relative;
  top: -1px;
  width: 14px;
  margin-left: 3px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_link .lpTopSec_linkImg {
    display: none;
  }
}
#lpTopSec .lpTopSec_ttl {
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 50px;
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_ttl {
    font-size: 56px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_ttl {
    top: 70px;
    bottom: auto;
    left: 20px;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
#lpTopSec .lpTopSec_ttl span {
  display: inline-block;
  border-bottom: solid 6px #fff;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.5;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_ttl span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_ttl span {
    margin-bottom: 5px;
    font-size: 24px;
    border-bottom: solid 3px #fff;
  }
}
#lpTopSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -40px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots {
    text-align: left;
    margin-left: 20px;
    margin-top: -30px;
  }
}
#lpTopSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 1.2%;
  }
}
#lpTopSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#lpTopSec .slick-dots li button:hover,
#lpTopSec .slick-dots li button:focus {
  outline: none;
}
#lpTopSec .slick-dots li button:hover:before,
#lpTopSec .slick-dots li button:focus:before {
  opacity: 1;
}
#lpTopSec .slick-dots li button:before {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 24px;
  }
}
#lpTopSec .slick-dots li.slick-active button:before {
  opacity: 1;
}

#lpCampaignSec {
  padding: 86px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec {
    padding: 40px 20px;
  }
}
#lpCampaignSec .lpCampaignSec_banner {
  display: inline-flex;
  border-radius: 10px;
  padding: 44px 59px 44px 89px;
  margin: 0 auto;
  background: url(../../img/lp/campaign-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_banner {
    display: block;
    padding: 30px 15px;
  }
}
#lpCampaignSec .lpCampaignSec_logo {
  width: 121px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_logo {
    margin: 0 auto;
  }
}
#lpCampaignSec .lpCampaignSec_logo img {
  width: 100%;
}
#lpCampaignSec .lpCampaignSec_info {
  box-sizing: border-box;
  width: calc(100% - 121px);
  padding-left: 35px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
#lpCampaignSec .lpCampaignSec_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_ttl {
    font-size: 16px;
  }
}
#lpCampaignSec .lpCampaignSec_ttl span {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_ttl span {
    font-size: 20px;
  }
}
#lpCampaignSec .lpCampaignSec_time {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time {
    font-size: 14px;
  }
}
#lpCampaignSec .lpCampaignSec_time span {
  font-size: 28px;
  font-weight: 700;
  margin-right: 16px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time span {
    margin-right: 5px;
    font-size: 20px;
  }
}
#lpCampaignSec .lpCampaignSec_time span + span {
  margin-left: 16px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time span + span {
    margin-left: 5px;
  }
}

#lpPlansSec {
  padding: 50px 0 120px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec {
    padding: 50px 0 40px;
  }
}
#lpPlansSec .lpPlansSec_tabWrap {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 60px auto 0;
  padding: 0 50px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .lpPlansSec_tabWrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_tabWrap {
    padding: 0;
  }
}
#lpPlansSec .tabnav {
  display: flex;
  justify-content: center;
  width: 665px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav {
    width: calc(100% - 40px);
  }
}
#lpPlansSec .tabnav > li {
  width: 155px;
  flex-grow: 1;
  padding: 8px;
  list-style: none;
  border: solid 1px #555252;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li {
    font-size: 14px;
  }
}
#lpPlansSec .tabnav > li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li + li {
    margin-left: 10px;
  }
}
#lpPlansSec .tabnav > li br {
  display: none;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li br {
    display: block;
  }
}
#lpPlansSec .tabnav > li.active {
  position: relative;
  background: #555252;
  color: #fff;
  transition: all 0.2s ease-out;
}
#lpPlansSec .tabnav > li.active::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #555252 transparent transparent transparent;
  content: "";
  margin: auto;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li.active::after {
    bottom: -10px;
    border-width: 10px 7px 0 7px;
  }
}
#lpPlansSec .tab-content {
  display: none;
}
#lpPlansSec .tab-content.active {
  display: block;
}
#lpPlansSec #tabcontents {
  margin-top: 45px;
  background-color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec #tabcontents {
    margin-top: 23px;
  }
}
#lpPlansSec .office {
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office {
    display: block;
  }
}
#lpPlansSec .office_img {
  width: 48%;
  overflow: hidden;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_img {
    width: 100%;
  }
}
#lpPlansSec .office_img img {
  width: 100%;
  height: auto;
}
#lpPlansSec .office_info {
  box-sizing: border-box;
  width: 52%;
  height: 100%;
  padding: 70px 20px 0;
  background-color: #fff;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_info {
    padding: 30px 0 0 20px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_info {
    width: 100%;
    padding: 30px 12px 50px;
  }
}
#lpPlansSec .office_infoInner {
  position: relative;
  max-width: 425px;
  margin: 0 auto;
}
#lpPlansSec .office_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#lpPlansSec .office_name span {
  font-size: 13px;
  font-weight: 500;
}
#lpPlansSec .office_number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_number {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
#lpPlansSec .office_feeWrap {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding: 0px 0 0 10px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeWrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeWrap {
    margin-top: 20px;
  }
}
#lpPlansSec .office_feeTtl {
  width: 82px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeTtl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeTtl {
    width: 70px;
    font-size: 13px;
  }
}
#lpPlansSec .office_feeAmount {
  width: calc(100% - 80px);
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 10px 0 0px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount {
    width: calc(100% - 70px);
    font-size: 12px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount {
    width: calc(100% - 70px);
    font-size: 12px;
  }
}
#lpPlansSec .office_feeAmount .office_feeBefore {
  position: relative;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_feeBefore {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_feeBefore {
    margin-left: 10px;
  }
}
#lpPlansSec .office_feeAmount .office_feeBefore::after {
  position: absolute;
  left: -5px;
  bottom: 15px;
  background-color: #ed2d25;
  width: 115%;
  height: 2px;
  content: "";
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_feeBefore::after {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_feeBefore::after {
    left: 0;
    width: 100%;
  }
}
#lpPlansSec .office_feeAmount .office_fee {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_fee {
    margin-left: 5px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_fee {
    margin-left: 5px;
    margin-right: 15px;
  }
}
#lpPlansSec .office_feeAmount .office_feeAfter {
  color: #ed2d25;
}
#lpPlansSec .office_feeDetail {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
}
#lpPlansSec .office_feeDetail span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#lpPlansSec .office_feeDetail .office_feeDetailBefore {
  position: relative;
}
#lpPlansSec .office_feeDetail .office_feeDetailBefore::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #ed2d25;
  width: 105%;
  height: 2px;
  content: "";
}
#lpPlansSec .office_feeDetail .office_feeDetailAfter {
  color: #ed2d25;
  margin-left: 5px;
}
#lpPlansSec .office_feeDetail .office_feeDetailNoDiscount {
  margin-left: 5px;
}
#lpPlansSec .office_guarantee {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#lpPlansSec .office_guarantee .fc-red {
  color: #ed2d25;
}
#lpPlansSec .office_guarantee dt,
#lpPlansSec .office_guarantee dd {
  padding: 7px 0 8px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_guarantee dt,
  #lpPlansSec .office_guarantee dd {
    font-size: 12px;
  }
}
#lpPlansSec .office_guarantee dt {
  display: flex;
  align-items: center;
  width: 120px;
  border-top: solid 1px #000;
  padding: 0px 0 0 10px;
}
#lpPlansSec .office_guarantee dd {
  width: calc(100% - 130px);
  border-top: solid 1px #000;
  text-align: right;
}
#lpPlansSec .office_guarantee dd p {
  margin-right: 10px;
}
#lpPlansSec .office_guarantee dd .office_guaranteeNone {
  position: relative;
}
#lpPlansSec .office_guarantee dd .office_guaranteeNone::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #ed2d25;
  width: 100%;
  height: 2px;
  content: "";
}
#lpPlansSec .office_guarantee dd .office_guaranteePrice {
  margin: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#lpPlansSec .office_campaign {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#lpPlansSec .office_campaign li {
  display: inline-block;
  border: solid 1px #ed2d25;
  padding: 6px 6px;
  color: #ed2d25;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_campaign li {
    font-size: 12px;
  }
}
#lpPlansSec .office_campaignNote {
  opacity: 0.5;
  margin-top: 15px;
  font-size: 11px;
  letter-spacing: 0.03em;
}
#lpPlansSec .office_campaignTxt {
  margin-top: 15px;
}
#lpPlansSec .office_campaignTxt p {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
#lpPlansSec .office_campaignTxt p a {
  color: #ed2d25;
  text-decoration: underline;
}
#lpPlansSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -33px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-dots {
    margin-top: -5px;
  }
}
#lpPlansSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1%;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
#lpPlansSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#lpPlansSec .slick-dots li button:hover,
#lpPlansSec .slick-dots li button:focus {
  outline: none;
}
#lpPlansSec .slick-dots li button:hover:before,
#lpPlansSec .slick-dots li button:focus:before {
  opacity: 1;
}
#lpPlansSec .slick-dots li button:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-dots li button:before {
    color: #000;
    opacity: 0.3;
  }
}
#lpPlansSec .slick-dots li.slick-active button:before {
  opacity: 1;
}
#lpPlansSec {
  /* Arrows */
}
#lpPlansSec .slick-prev,
#lpPlansSec .slick-next {
  z-index: 1;
}
#lpPlansSec .slick-prev {
  position: absolute;
  bottom: 0px;
  right: 23px;
  cursor: pointer;
  transform: scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-prev {
    top: -25px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
  }
}
#lpPlansSec .slick-prev.slick-disabled:before,
#lpPlansSec .slick-next.slick-disabled:before {
  display: none;
}
#lpPlansSec .slick-next {
  position: absolute;
  bottom: 0px;
  right: -2px;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg) scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-next {
    top: -25px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
#lpPlansSec .slick-prev:before,
#lpPlansSec .slick-next:before {
  width: 23px;
  height: 23px;
  content: url(../../img/lp/slide-arrow.png);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-prev:before,
  #lpPlansSec .slick-next:before {
    content: url(../../img/lp/slide-arrow-sp.png);
  }
}
#lpPlansSec .secSubTtl {
  max-width: 1060px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .secSubTtl {
    max-width: calc(100% - 40px);
  }
}
#lpPlansSec .thumb-item-nav08 {
  margin-left: 38px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .thumb-item-nav08 {
    margin-left: auto;
    margin-right: auto;
  }
}
#lpPlansSec .slider-info {
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info {
    display: block;
  }
}
#lpPlansSec .slider-info .slider-infoLeft {
  width: 156px;
  padding-top: 6px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info .slider-infoLeft {
    width: 100%;
  }
}
#lpPlansSec .slider-info .slider-infoRight {
  width: calc(100% - 156px);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info .slider-infoRight {
    width: 100%;
  }
}
#lpPlansSec .slider-info__linkWrap {
  width: 50%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: 118px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .slider-info__linkWrap {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__linkWrap {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
#lpPlansSec .slider-info__link {
  width: 156px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__link {
    display: flex;
    width: 100%;
  }
}
#lpPlansSec .slider-info__link li a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-decoration: underline;
}
#lpPlansSec .slider-info__link li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__link li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
#lpPlansSec .slider-infoLogo {
  width: 128px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-infoLogo {
    margin: 20px auto 20px;
  }
}
#lpPlansSec .slider-infoLogo img {
  width: 100%;
}
#lpPlansSec .slider-info_txt {
  font-size: 13px;
}
#lpPlansSec .lpPlansSec_guide {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_guide {
    font-size: 14px;
  }
}
#lpPlansSec .lpPlansSec_guide a {
  color: #ff5438;
}
#lpPlansSec .lpPlansSec_guide p {
  font-weight: 600;
}
#lpPlansSec .lpPlansSec_campaign_inner {
  max-width: 980px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaign_inner {
    max-width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}
#lpPlansSec .lpPlansSec_campaignTtl span {
  border: solid 1px #ff5438;
  padding: 3px 7px;
  color: #ff5438;
  font-size: 15px;
}
#lpPlansSec .lpPlansSec_campaignTxt {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
#lpPlansSec .lpPlansSec_campaignList {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(0, 2, 33, 0.2);
  margin-top: 50px;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList {
    margin-top: 30px;
    font-size: 12px;
  }
}
#lpPlansSec .lpPlansSec_campaignList dt {
  width: 168px;
  border-bottom: solid 1px rgba(0, 2, 33, 0.2);
  padding: 5px 0;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList dt {
    width: 140px;
  }
}
#lpPlansSec .lpPlansSec_campaignList dd {
  width: calc(100% - 168px);
  border-bottom: solid 1px rgba(0, 2, 33, 0.2);
  padding: 5px 0;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList dd {
    width: calc(100% - 140px);
  }
}
#lpPlansSec .lpPlansSec_campaignNote {
  padding: 7px 0;
  color: #999897;
  font-size: 10px;
  font-weight: 500;
}

#lpContactSec {
  color: #fff;
  background-color: #798160;
  padding: 94px 0;
}
@media only screen and (max-width: 869px) {
  #lpContactSec {
    padding: 50px 15px;
  }
}
#lpContactSec .lpConceptSec_bgInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 115px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpConceptSec_bgInner {
    padding: 0;
  }
}
#lpContactSec h3 {
  position: absolute;
  top: -30px;
  left: 15px;
  text-align: left;
}
@media only screen and (max-width: 869px) {
  #lpContactSec h3 {
    position: static;
    margin-bottom: 10px;
  }
}
#lpContactSec h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.45em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lpContactSec h3 span {
    position: static;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lpContactSec h3 span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lpContactSec h3 span small {
    position: static;
  }
}
#lpContactSec p {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpContactSec p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 869px) {
  #lpContactSec p {
    margin-top: 30px;
    font-size: 26px;
    text-align: center;
  }
}
#lpContactSec .lpContactSec_btn {
  display: flex;
  gap: 0 56px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn {
    display: block;
    margin-top: 50px;
  }
}
#lpContactSec .lpContactSec_btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 380px;
  background-color: #fff;
  padding: 27px 0;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn a {
    width: 335px;
    margin: 0 auto;
  }
}
#lpContactSec .lpContactSec_btn a:first-child {
  border: solid 1px #fff;
  color: #fff;
  background-color: #ff5438;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn a:first-child {
    margin-bottom: 20px;
  }
}
#lpContactSec .lpContactSec_txt {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
#lpContactSec .lpContactSec_tel {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
#lpContactSec .lpContactSec_tel a {
  color: #fff;
}
#lpContactSec .lpContactSec_tel span {
  font-size: 41px;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_tel span {
    font-size: 32px;
  }
}

#lpFloorPlanSec {
  padding-top: 170px;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec {
    padding-top: 50px;
  }
}
#lpFloorPlanSec .slider05 {
  margin-bottom: 20px;
}
#lpFloorPlanSec {
  /* Arrows */
}
#lpFloorPlanSec .slick-prev,
#lpFloorPlanSec .slick-next {
  z-index: 1;
  cursor: pointer;
}
#lpFloorPlanSec .slick-prev {
  position: absolute;
  top: calc(50% - 52px);
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-prev {
    top: calc(50% - 50px);
    left: 0;
    transform: scale(0.5);
  }
}
#lpFloorPlanSec .slick-prev:before {
  content: url(../../img/lp/slide-prev-floor.svg);
}
#lpFloorPlanSec .slick-prev.slick-disabled:before,
#lpFloorPlanSec .slick-next.slick-disabled:before {
  display: none;
}
#lpFloorPlanSec .slick-next {
  position: absolute;
  top: calc(50% - 52px);
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-next {
    top: calc(50% - 50px);
    right: 0;
    transform: scale(0.5);
  }
}
#lpFloorPlanSec .slick-next:before {
  content: url(../../img/lp/slide-next-floor.svg);
}

#lpLocationSec {
  padding-top: 170px;
}
@media only screen and (max-width: 869px) {
  #lpLocationSec {
    padding-top: 50px;
  }
}

.slider02 {
  /* Arrows */
}
.slider02 .slick-prev,
.slider02 .slick-next {
  z-index: 1;
  cursor: pointer;
}
.slider02 .slick-prev {
  position: absolute;
  top: calc(50% - 60px);
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  .slider02 .slick-prev {
    top: calc(50% - 45px);
    left: 8px;
    transform-origin: center;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider02 .slick-prev:before {
  content: url(../../img/lp/slide-prev.svg);
}
.slider02 .slick-prev.slick-disabled:before,
.slider02 .slick-next.slick-disabled:before {
  display: none;
}
.slider02 .slick-next {
  position: absolute;
  top: calc(50% - 60px);
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  .slider02 .slick-next {
    top: calc(50% - 45px);
    right: 20px;
    transform-origin: center;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider02 .slick-next:before {
  content: url(../../img/lp/slide-next.svg);
}

#lpSpaceSec {
  padding-top: 170px;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec {
    padding-top: 50px;
  }
}
#lpSpaceSec .lpSpaceSec_imgTop {
  max-width: 590px;
  margin-top: -75px;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgTop {
    margin-top: 0;
  }
}
#lpSpaceSec .lpSpaceSec_imgList {
  display: flex;
  gap: 80px 50px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgList {
    gap: 40px 20px;
    margin: 60px auto 0;
  }
}
#lpSpaceSec .lpSpaceSec_imgList .lpSpaceSec_imgListItem {
  width: calc((100% - 50px) / 2);
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgList .lpSpaceSec_imgListItem {
    width: 100%;
  }
}
#lpSpaceSec .lpSpaceSec_imgList .lpSpaceSec_imgListItem img {
  width: 100%;
}
#lpSpaceSec .lpSpaceSec_imgListTtl {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgListTtl {
    width: calc(100% - 40px);
    margin: 10px auto 0;
    font-size: 16px;
  }
}
#lpSpaceSec .lpSpaceSec_imgListTxt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgListTxt {
    width: calc(100% - 40px);
    margin: 10px auto 0;
  }
}
#lpSpaceSec .lpSpaceSec_detail {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  border-top: solid 1px #555252;
  margin: 90px auto 0;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail {
    display: block;
    max-width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
#lpSpaceSec .lpSpaceSec_detail dt {
  width: 200px;
  border-bottom: solid 1px #555252;
  padding: 30px 0;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail dt {
    width: 100%;
    border-bottom: none;
    padding: 16px 0 0;
    font-size: 18px;
  }
  #lpSpaceSec .lpSpaceSec_detail dt br {
    display: none;
  }
}
#lpSpaceSec .lpSpaceSec_detail dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #555252;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail dd {
    width: 100%;
    padding: 5px 0 16px;
    font-size: 14px;
  }
}
#lpSpaceSec .space-slider {
  /* Arrows */
}
#lpSpaceSec .space-slider .slick-prev,
#lpSpaceSec .space-slider .slick-next {
  z-index: 1;
  cursor: pointer;
}
#lpSpaceSec .space-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .space-slider .slick-prev {
    top: calc(50% - 26px);
    left: 8px;
    transform-origin: center;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
#lpSpaceSec .space-slider .slick-prev:before {
  content: url(../../img/lp/slide-prev.svg);
}
#lpSpaceSec .space-slider .slick-prev.slick-disabled:before,
#lpSpaceSec .space-slider .slick-next.slick-disabled:before {
  display: none;
}
#lpSpaceSec .space-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .space-slider .slick-next {
    top: calc(50% - 26px);
    right: 20px;
    transform-origin: center;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
#lpSpaceSec .space-slider .slick-next:before {
  content: url(../../img/lp/slide-next.svg);
}

.slider03 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 869px) {
  .slider03 {
    margin-bottom: 40px !important;
  }
}
.slider03 {
  /* Arrows */
}
.slider03 .slick-prev,
.slider03 .slick-next {
  z-index: 1;
  cursor: pointer;
}
.slider03 .slick-prev {
  position: absolute;
  top: calc(50% - 52px);
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  .slider03 .slick-prev {
    top: calc(50% - 26px);
    left: 0;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider03 .slick-prev:before {
  content: url(../../img/lp/slide-prev.svg);
}
.slider03 .slick-prev.slick-disabled:before,
.slider03 .slick-next.slick-disabled:before {
  display: none;
}
.slider03 .slick-next {
  position: absolute;
  top: calc(50% - 52px);
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  .slider03 .slick-next {
    top: calc(50% - 26px);
    right: 20px;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider03 .slick-next:before {
  content: url(../../img/lp/slide-next.svg);
}

.slider04 + .slider-thumb {
  justify-content: flex-end !important;
  margin-top: 30px;
}
@media only screen and (max-width: 869px) {
  .slider04 + .slider-thumb {
    justify-content: center !important;
    margin: 0 auto;
  }
}
.slider04 + .slider-thumb img {
  margin: 0 0 0 10px !important;
}
@media only screen and (max-width: 869px) {
  .slider04 + .slider-thumb img {
    margin: 0 5px !important;
  }
}
.slider04 {
  /* Arrows */
}
.slider04 .slick-prev,
.slider04 .slick-next {
  z-index: 1;
  cursor: pointer;
}
.slider04 .slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  .slider04 .slick-prev {
    top: calc(50% - 26px);
    left: 20px;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider04 .slick-prev:before {
  content: url(../../img/lp/slide-prev.svg);
}
.slider04 .slick-prev.slick-disabled:before,
.slider04 .slick-next.slick-disabled:before {
  display: none;
}
.slider04 .slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  .slider04 .slick-next {
    top: calc(50% - 26px);
    right: 20px;
    transform: scale(0.5);
    width: 26px;
    height: 26px;
  }
}
.slider04 .slick-next:before {
  content: url(../../img/lp/slide-next.svg);
}

#lpServiceSec {
  padding: 90px 0 120px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec {
    padding: 50px 15px;
  }
}
#lpServiceSec .lpServiceSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 30px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .lpServiceSec_list {
    gap: 30px 0;
  }
}
#lpServiceSec .lpServiceSec_list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .lpServiceSec_list li {
    width: 100%;
  }
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTtl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTtl img {
  width: 70px;
  margin-right: 12px;
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTxt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 2;
}
#lpServiceSec .service-list-wrapper {
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-list-wrapper {
    margin-top: 60px;
  }
}
#lpServiceSec .service-block + .service-block {
  margin-top: 100px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-block + .service-block {
    margin-top: 60px;
  }
}
#lpServiceSec .service-block-ttl {
  margin-bottom: 20px;
  color: #798160;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999897;
  padding-bottom: 10px;
}
#lpServiceSec + .service-block {
  margin-top: 40px;
}
#lpServiceSec .service-section + .service-section {
  margin-top: 30px;
}
#lpServiceSec .service-section .service-block-ttl-sub {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#lpServiceSec .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 常に3列 */
  gap: 12px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #lpServiceSec .service-grid {
    grid-template-columns: 1fr;
  }
}
#lpServiceSec .service-grid .item {
  border: 1px solid #999897;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
}

#lpVrSec {
  padding: 0 20px 100px;
}
@media only screen and (max-width: 869px) {
  #lpVrSec {
    padding: 0 20px 60px;
  }
}
#lpVrSec .vrSec-wrapper {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#lpVrSec .vrSec {
  aspect-ratio: 16/7;
  padding: clamp(24px, 6vw, 64px) clamp(0px, 4vw, 0px);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#lpVrSec {
  /* モバイル・タブレット時のみ背景を表示 */
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpVrSec .vrSec {
    background: url("../../img/lp/360.png") no-repeat center/cover;
  }
}
@media only screen and (max-width: 869px) {
  #lpVrSec .vrSec {
    background: url("../../img/lp/360.png") no-repeat center/cover;
  }
}
#lpVrSec .vrSec::before,
#lpVrSec .vrSec::after {
  content: "";
  position: absolute;
  left: -10%;
  width: 120%;
  height: 40%;
  pointer-events: none;
}
#lpVrSec .vrSec::before {
  top: -28%;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
#lpVrSec .vrSec::after {
  bottom: -28%;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
#lpVrSec .vr_ttl {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: bold;
  color: #545252;
  margin-bottom: 20px;
  text-align: center;
}
#lpVrSec .vr-embed__frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: transparent;
  z-index: 1;
}
#lpVrSec .vr_link {
  display: none;
  padding: 14px 24px;
  background: #ffffff;
  color: #545252;
  font-size: clamp(14px, 3.5vw, 16px);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease, transform 0.1s ease;
  z-index: 2;
  font-weight: bold;
}
#lpVrSec .vr_link:hover {
  background: #ffffff;
  color: #545252;
}
#lpVrSec .vr_link:active {
  transform: translateY(1px);
}
@supports not (aspect-ratio: 16/9) {
  #lpVrSec .vr-embed__frame {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpVrSec .vr-embed__frame {
    display: none;
  }
  #lpVrSec .vr_link {
    display: inline-block;
  }
}
@media only screen and (max-width: 869px) {
  #lpVrSec .vr-embed__frame {
    display: none;
  }
  #lpVrSec .vr_link {
    display: inline-block;
  }
}

.moreBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 838px;
  height: 156px;
  border-radius: 15px;
  margin: 140px auto 0;
  color: #fff;
  background-color: #545252;
}
@media only screen and (max-width: 869px) {
  .moreBtn a {
    box-sizing: border-box;
    width: 320px;
    height: auto;
    padding: 30px 15px 40px;
    margin: 60px auto 0;
  }
}
.moreBtn .moreBtn_box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_box {
    display: block;
  }
}
.moreBtn .moreBtn_logo {
  width: 88px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_logo {
    margin: 0 auto;
  }
}
.moreBtn .moreBtn_logo img {
  width: 100%;
}
.moreBtn .moreBtn_txt {
  box-sizing: border-box;
  width: calc(100% - 88px);
  padding-left: 42px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.moreBtn .moreBtn_txt p {
  font-size: 29px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
.moreBtn .moreBtn_txt p span {
  position: relative;
  font-size: 20px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p span {
    font-size: 16px;
  }
}
.moreBtn .moreBtn_txt p span::after {
  position: absolute;
  inset: 0 -140px auto auto;
  content: url(../../img/lp/more-arrow.svg);
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p span::after {
    inset: auto 0 -20px 0;
    width: 136px;
    margin: auto;
  }
}

#lpFloorPlanSec {
  padding-bottom: 150px;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec {
    padding-bottom: 50px;
  }
}
#lpFloorPlanSec .secTtl span {
  height: 290px;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .secTtl span {
    height: auto;
  }
}
#lpFloorPlanSec .secTtl span strong {
  display: inline-block;
  width: 5px;
  height: 5px;
}
#lpFloorPlanSec .slider {
  position: relative;
}
#lpFloorPlanSec .slider_ttl {
  margin-top: 50px;
}
#lpFloorPlanSec .slick-dots {
  position: absolute;
  bottom: 80px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-dots {
    text-align: left;
    margin-left: 20px;
    margin-top: -30px;
  }
}
#lpFloorPlanSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 1.2%;
  }
}
#lpFloorPlanSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#lpFloorPlanSec .slick-dots li button:hover,
#lpFloorPlanSec .slick-dots li button:focus {
  outline: none;
}
#lpFloorPlanSec .slick-dots li button:hover:before,
#lpFloorPlanSec .slick-dots li button:focus:before {
  opacity: 1;
}
#lpFloorPlanSec .slick-dots li button:before {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #555252;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 24px;
  }
}
#lpFloorPlanSec .slick-dots li.slick-active button:before {
  opacity: 1;
}

#lpAccessSec {
  padding-top: 50px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec {
    padding: 60px 0 60px;
  }
}
#lpAccessSec .access_wrapper {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_wrapper {
    display: block;
  }
}
#lpAccessSec .access_map {
  width: 50%;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_map {
    width: 100%;
  }
}
#lpAccessSec .ggmap {
  width: 100%;
  height: 500px;
  margin-left: auto;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .ggmap {
    width: 100%;
    height: auto;
  }
}
#lpAccessSec .ggmap iframe {
  width: 100%;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpAccessSec .ggmap iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .ggmap iframe {
    width: 100%;
  }
}
#lpAccessSec .access_info {
  box-sizing: border-box;
  width: 50%;
  padding-top: 5px;
  padding-left: 50px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpAccessSec .access_info {
    padding: 5px 20px 0;
  }
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info {
    width: 100%;
    padding: 30px 20px 0;
  }
}
#lpAccessSec .access_info dl {
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl {
    display: block;
  }
}
#lpAccessSec .access_info dl + dl {
  margin-top: 60px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl + dl {
    margin-top: 30px;
  }
}
#lpAccessSec .access_info dl dt {
  padding-top: 3px;
}
#lpAccessSec .access_info dl dt span {
  display: block;
  width: 76px;
  border: solid 1px #000;
  padding: 1px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl dt {
    margin-bottom: 10px;
  }
}
#lpAccessSec .access_info dl dd {
  box-sizing: border-box;
  width: calc(100% - 76px);
  padding-left: 10px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl dd {
    width: 100%;
    padding-left: 0;
  }
}
#lpAccessSec .access_infoMain {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#lpAccessSec .access_infoDetail {
  max-width: 400px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#lpAccessSec .access_infoDetail + .access_infoDetail {
  margin-top: 16px;
}
#lpAccessSec .access_infoDetail span {
  color: #0085ba;
  font-size: 17px;
  font-weight: 500;
}

#lpInformationSec {
  position: relative;
  background-color: #798160;
  padding: 104px 20px 90px;
}
@media only screen and (max-width: 869px) {
  #lpInformationSec {
    padding: 60px 20px;
  }
}
#lpInformationSec .secTtl {
  position: absolute;
  top: -20px;
  left: -130px;
  text-align: left;
}
@media only screen and (max-width: 869px) {
  #lpInformationSec .secTtl {
    position: static;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
#lpInformationSec .secTtl span {
  height: 300px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.45em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lpInformationSec .secTtl span {
    position: static;
    display: inline-block;
    height: auto;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lpInformationSec .secTtl span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lpInformationSec .secTtl span small {
    position: static;
  }
}

.lpInformationSec_all {
  text-align: center;
}
.lpInformationSec_all a {
  display: inline-block;
  width: 192px;
  border: solid 1px #fff;
  padding: 8px 0;
  color: #fff;
}

.information_inner {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

.information_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 78px;
  gap: 20px 20px;
}
@media only screen and (max-width: 869px) {
  .information_list {
    gap: 30px 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.information_list li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
}
@media only screen and (max-width: 869px) {
  .information_list li {
    width: 100%;
  }
}
.information_list a {
  display: block;
}
.information_list .information_new {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6200;
  font-family: "Barlow", serif;
  font-size: 18px;
  font-weight: 700;
}
.information_list .information_thumb img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
@media only screen and (max-width: 869px) {
  .information_list .information_thumb img {
    height: 60vw;
  }
}
.information_list .information_box_bottom {
  background-color: #f5f3f0;
  padding: 15px 20px 20px;
}
.information_list .information_date_cate {
  margin-bottom: 5px;
}
.information_list .information_date {
  margin-right: 16px;
  font-family: "Barlow", serif;
  font-size: 14px;
  font-weight: 700;
}
.information_list .information_ttl {
  font-size: 16px;
  font-weight: 700;
}

.all_btn {
  text-align: center;
}
.all_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  color: #fff;
  border: solid 1px #fff;
  background-color: #ff5438;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  .all_btn a {
    width: 300px;
  }
}

#lpFaqSec {
  position: relative;
  padding: 110px 20px 200px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec {
    padding: 60px 15px;
  }
}
#lpFaqSec h3 {
  position: absolute;
  top: 0;
  left: 15px;
  text-align: left;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec h3 {
    position: static;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
#lpFaqSec h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.45em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec h3 span {
    position: static;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lpFaqSec h3 span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec h3 span small {
    position: static;
  }
}
#lpFaqSec .faq_inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 115px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .faq_inner {
    padding: 0;
  }
}
#lpFaqSec .faq_list {
  max-width: 824px;
  margin: 0 auto 68px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .faq_list {
    margin: 30px auto 50px;
  }
}
#lpFaqSec .faq_list li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .faq_list li + li {
    margin-top: 10px;
  }
}
#lpFaqSec {
  /*accordion*/
}
#lpFaqSec .question {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  margin: auto;
  height: 29px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .question {
    left: 20px;
    font-size: 15px;
  }
}
#lpFaqSec dl.accordion {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion {
    border-radius: 0;
  }
}
#lpFaqSec dl.accordion dt {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 92px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt {
    border-radius: 0;
    padding: 20px 60px;
  }
}
#lpFaqSec dl.accordion dt p {
  color: #999897;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt p {
    font-size: 12px;
  }
}
#lpFaqSec dl.accordion dt.open::after {
  transform: rotate(180deg) scale(0.5);
}
#lpFaqSec dl.accordion dt::after {
  content: url(../../img/lp/faq-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 25px;
  transform: scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt::after {
    right: 20px;
  }
}
#lpFaqSec dl.accordion dd {
  word-wrap: break-word;
  box-sizing: border-box;
  padding: 10px 92px 20px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dd {
    padding: 0 20px 30px;
  }
}
#lpFaqSec dl.accordion dd p {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dd p {
    font-size: 12px;
    line-height: 1.7;
  }
}
#lpFaqSec dl.accordion dd p a {
  color: #ff6200;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
#lpFaqSec .lpFaqSec_all {
  text-align: center;
}
#lpFaqSec .lpFaqSec_all a {
  display: inline-block;
  width: 192px;
  border: solid 1px #999897;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
}
#lpFaqSec .lpFaqSec_all a:hover {
  opacity: 1;
  color: #fff;
  background-color: #999897;
  transition: all 0.5s ease;
}

#lpConceptSec .lpConceptSec_bg {
  background: url(../../img/lp/concept-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg {
    padding: 60px 15px;
    border-radius: 0;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_bgInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 115px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_bgInner {
    padding: 0;
  }
}
#lpConceptSec .lpConceptSec_bg h3 {
  position: absolute;
  top: -30px;
  left: 15px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 {
    position: static;
    margin-bottom: 10px;
  }
}
#lpConceptSec .lpConceptSec_bg h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.45em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 span {
    position: static;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lpConceptSec .lpConceptSec_bg h3 span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 span small {
    position: static;
  }
}
#lpConceptSec .lpConceptSec_bg p {
  width: 390px;
  margin: 36px auto 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpConceptSec .lpConceptSec_bg p {
    font-size: 14px;
    line-height: 3;
  }
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
#lpConceptSec h4 {
  width: 390px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec h4 {
    width: auto;
  }
}
#lpConceptSec h4 small {
  font-size: 12px;
  letter-spacing: 1em;
  line-height: 1;
}
#lpConceptSec h4 span {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec h4 span {
    font-size: 32px;
  }
}

#lpBnrSec {
  height: auto;
  width: auto;
}
#lpBnrSec .office_links {
  margin: 0;
  padding: 0;
}
#lpBnrSec .office_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 869px) {
  #lpBnrSec .office_links ul {
    display: block;
  }
}
#lpBnrSec .office_links ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 278px;
}
@media only screen and (max-width: 869px) {
  #lpBnrSec .office_links ul li {
    width: 100%;
    height: 180px;
  }
}
#lpBnrSec .office_links ul li img {
  min-width: 718px;
  min-height: 278px;
  width: 100%;
  height: auto;
}
#lpBnrSec .office_links ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(104, 89, 66, 0.5);
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  padding: 0 10px;
  font-family: "Barlow", sans-serif;
}

/*----------------------------------------------------------------------------------
		 								p-privacyPolicy
------------------------------------------------------------------------------------*/
#p-privacyPolicy {
  background-color: #fff;
  padding: 70px 20px;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy {
    padding: 50px 20px;
  }
}
#p-privacyPolicy .privacyPolicy_inner {
  max-width: 800px;
  margin: 0 auto;
}
#p-privacyPolicy h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy h1 {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
#p-privacyPolicy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 339px) {
  #p-privacyPolicy h2 {
    font-size: 15px;
  }
}
#p-privacyPolicy p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy p {
    margin-bottom: 40px;
  }
}
#p-privacyPolicy ul {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------------------
		 								contactArea
------------------------------------------------------------------------------------*/
.page_ttl {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

#p-contact {
  background-color: #f0f0f0;
  padding: 110px 0 200px;
}
@media only screen and (max-width: 869px) {
  #p-contact {
    padding: 80px 20px 100px;
  }
}
#p-contact .page_ttl {
  margin-bottom: 110px;
}
@media only screen and (max-width: 869px) {
  #p-contact .page_ttl {
    margin-bottom: 80px;
  }
}
#p-contact .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #p-contact .must {
    position: absolute;
    top: 80px;
    right: 7%;
  }
}
#p-contact .contactForm {
  max-width: 550px;
  margin: 30px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 869px) {
  #p-contact .contactForm {
    margin-bottom: 36px;
  }
}
#p-contact .contactForm dt {
  margin-bottom: 10px;
}
#p-contact .contactForm dt span {
  position: relative;
}
#p-contact .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .contactForm dd {
  margin-bottom: 30px;
}
#p-contact .contactForm input,
#p-contact .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-contact .contactForm input[type=text]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=email]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=text],
#p-contact .contactForm input[type=email],
#p-contact .contactForm input[type=tel],
#p-contact .contactForm input[type=date] {
  max-width: 100%;
}
#p-contact .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 869px) {
  #p-contact .submitButton {
    margin: 0 auto 15px;
  }
}
#p-contact .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-contact .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-contact input[type=button],
#p-contact input[type=submit],
#p-contact input[type=textarea] {
  -webkit-appearance: none;
}
#p-contact textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-contact input[type=button],
#p-contact input[type=submit] {
  -webkit-appearance: none;
}
#p-contact .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 869px) {
  #p-contact .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-contact .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 869px) {
  #p-contact .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-contact .thankstxt a {
  font-weight: 700;
}
#p-contact .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 869px) {
  #p-contact .toTopButton {
    margin-bottom: 20px;
  }
}
#p-contact .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-contact .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-contact .wpcf7-not-valid-tip {
  font-size: 14px;
}

.contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
.contactFormType .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
.contactFormType input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.contactFormType input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}

.contactFormReach {
  margin-top: 20px;
  text-align: left;
}
.contactFormReach .conditionItem {
  width: 174px;
}
@media only screen and (max-width: 869px) {
  .contactFormReach .conditionItem {
    width: 100%;
  }
}
.contactFormReach .conditionInput {
  width: 300px;
}
@media only screen and (max-width: 869px) {
  .contactFormReach .conditionInput {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
.contactFormReach .wpcf7-list-item {
  margin: 0 0 10px !important;
}
.contactFormReach .wpcf7-form-control-wrap {
  display: block;
}
.contactFormReach span.wpcf7-list-item {
  position: relative;
  margin-bottom: 10px !important;
}
.contactFormReach span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}
.contactFormReach .wpcf7-list-item-label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contactFormReach input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contactFormReach .wpcf7-list-item-label:before {
  content: "";
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.contactFormReach input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}

.comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  .comfirmCheck {
    margin-bottom: 48px;
  }
}
.comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.comfirmCheck .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
.comfirmCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.comfirmCheck input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}/*# sourceMappingURL=lp.css.map */