/**
/* CSS RESET START
----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

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

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.both {
  clear: both;
}

/**
/* CSS START
----------------------------------------------- */
html,
body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

a {
  color: #393939;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #E94709;
  padding: 20px 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header .entry_btn a {
  padding: 8px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #E94709;
  white-space: nowrap;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

.header__menu {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header__menu li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  line-height: 1;
}

.header__menu li {
  position: relative;
  display: inline-block;
  text-align: center;
}

.header__menu li:after {
  position: absolute;
  width: 1px;
  height: 15px;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
}

.header__menu li:last-child:after {
  content: none;
}

.drawer--top .header .drawer-nav {
  position: fixed;
  overflow: hidden;
  height: 100%;
  background: rgba(43, 18, 0, 0.95);
}

.drawer--top.drawer-open .header .drawer-nav {
  top: 60px;
}

.header .global-nav li {
  display: block;
}

.header .global-nav li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.6;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 20px;
}

.header .global-nav li a::after {
  content: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff !important;
}

.nav-toggle {
  top: 10px !important;
  right: 10px !important;
  display: none !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer--top.drawer-open .header .drawer-nav {
  top: 76px;
}

.cell-panel {
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px 44px;
}

.drawer-overlay {
  display: none;
}

.cell-panel .panel-head-sp {
  display: none;
}

.cell-panel .cell-keywords {
  width: 85%;
}

.cell-panel .cell-keywords input[type=text] {
  padding: 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.cell-panel .check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cell-panel .check-list label {
  position: relative;
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.cell-panel .check-list label input[type=checkbox] {
  display: none;
}

.cell-panel .check-list label::before,
.cell-panel .check-list label.checked::after {
  position: absolute;
  content: "";
}

.cell-panel .check-list label::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.cell-panel .check-list label.checked::before {
  background: #e94709;
  border-color: #e94709;
}

.cell-panel .check-list label.checked::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.cell-panel li .btn {
  margin-top: 1em;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
}

.cell-panel li .btn a,
.cell-panel li .btn button {
  display: inline-block;
  padding: 0.4rem 1rem;
  width: 120px;
  height: 40px;
  background: #e94709;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.cell-panel li .btn button.reset-btn {
  background-color: transparent;
  color: #e94709;
  border: solid 1px #e94709;
}

.cell-panel li .btn_genre_close {
  display: none;
}

/* area */
.area-select-head {
  position: relative;
  width: 800px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.area-select-head .check-list.all-select #all-select-label {
  flex: none;
  width: 200px;
  border-bottom: none;
}

.area-check .pref-select {
  position: relative;
  margin-bottom: 0;
  width: 130px;
  display: flex;
  align-items: center;
}

.area-check .pref-select::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #e94709;
  border-right: 1px solid #e94709;
  transform: translateY(-50%) rotate(45deg);
}

.area-check .pref-select select {
  padding: 1rem 1.5rem;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  -webkit-appearance: none;
}

.area-check .check-list label {
  flex: 33% 0 0;
}

/* genre */
.cell-genre .cell-panel,
.cell-commitment .cell-panel {
  font-size: 1.4rem;
}

.detail-check dl {
  display: flex;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #cccccc;
}

.detail-check dd {
  flex: auto;
}

.cell-genre .cell-panel .detail-check dt {
  flex: 16% 0 0;
}

.cell-genre .cell-panel .detail-check dl .check-list label {
  flex: 33% 0 0;
}

.area-check .pref-select select {
  padding: 1em;
  height: auto;
  border-radius: 5px;
}

.cell-panel .check-list label {
  display: block;
  margin-top: 30px;
}

.cell-panel .check-list label {
  margin: 0 -20px;
  padding: 0.5em 20px 0.5em 44px;
  border-bottom: 1px solid #cccccc;
}

.cell-panel .check-list label::before {
  top: 0.9em;
  left: 20px;
}

.cell-panel .check-list label.checked::after {
  top: 0.9em;
  left: 25px;
}

/* .cell-panel li .btn a {
  width: 100%;
} */
.cell-panel li .btn a {
  margin-top: 10px;
}

.cell-panel .check-list label input[type=checkbox] {
  display: none;
}

.cell-panel .check-list label::before,
.cell-panel .check-list label.checked::after {
  position: absolute;
  content: "";
}

.cell-panel .check-list label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.cell-panel .check-list label.checked::before {
  background: #e94709;
  border-color: #e94709;
}

.cell-panel .check-list label.checked::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.cell-panel .btn {
  margin-top: 1em;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
}

.cell-panel .btn a,
.cell-panel .btn button {
  display: inline-block;
  padding: 0.4rem 1rem;
  width: 120px;
  height: 40px;
  background: #e94709;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.cell-panel .btn button.reset-btn {
  background-color: transparent;
  color: #e94709;
  border: solid 1px #e94709;
}

.cell-panel .btn_genre_close {
  display: none;
}

.fv {
  padding-top: 76px;
  z-index: 99;
  position: relative;
  height: 82vh;
}

.fv__inner {
  text-align: center;
  height: 100%;
}

.fv__img {
  height: 100%;
  width: auto;
  text-align: center;
}

.fv__img img {
  width: auto !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv__search {
  max-width: 95%;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1070px;
  z-index: 99;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  box-sizing: border-box;
}

.fv__search--item {
  width: 33.3%;
  padding: 0 34px;
}

.fv__search--item:first-of-type {
  position: relative;
}

.fv__search--item:first-of-type::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 15px;
  height: 15px;
  display: block;
  transform: translateY(-50%);
  background: url(/templates/static/new-top-202511/arrow_bottom_bk.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}

.fv__search--item+div {
  border-left: 1.6px solid #CDCDCD;
}

.fv__search--item:last-child::after {
  display: none;
}

.fv__search--item>select,
.fv__search--item>input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 73px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 10px;
  color: #393939;
  position: relative;
}

.fv__search--item>select::-moz-placeholder,
.fv__search--item>input::-moz-placeholder {
  color: #C4C4C4;
}

.fv__search--item>select::placeholder,
.fv__search--item>input::placeholder {
  color: #C4C4C4;
}

.fv__search--item>button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  text-align: left;
  height: 73px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 10px;
  color: #C4C4C4;
  position: relative;
  background: #fff;
  position: relative;
}

.fv__search--item>button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  display: block;
  transform: translateY(-50%);
  background: url(/templates/static/new-top-202511/arrow_bottom_bk.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}

.fv__search--item>button::-moz-placeholder {
  color: #C4C4C4;
}

.fv__search--item>button::placeholder {
  color: #C4C4C4;
}

.fv__search--item>select {
  background: url(/templates/static/new-top-202511/map.png) no-repeat;
  background-position: left;
  background-size: 23px;
  padding-left: 40px;
}

.fv__search--btn {
  height: 100%;
}

.fv__search--btn button {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  outline: none;
  background: #E94709;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}

.fv__search--btn button:hover {
  opacity: 0.8;
}

.fv__search--btn button span {
  display: block;
  font-size: 16px;
}

.intro {
  padding: 40px 40px;
  background: #FFFDDE;
}

.intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.intro__lists {
  overflow: hidden;
  position: unset;
}

.intro__list {
  display: block;
  margin: 0 12px;
}

.intro__list:hover {
  opacity: 0.8;
}

.intro .slick-prev:before,
.intro .slick-next:before {
  display: none;
}

.intro .slick-prev {
  left: -10px !important;
  width: 46px !important;
  height: 46px !important;
}

.intro .slick-next {
  right: -10px !important;
  width: 46px !important;
  height: 46px !important;
}

.case {
  margin-top: -50px;
  padding: 100px 40px 130px;
  background: #FFFDDE;
}

.case__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.case__lists {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 80px;
}

.case__list {
  padding: 18px 18px 80px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  position: relative;
}

.case__list:hover {
  opacity: 0.8;
}

.case__list.is-hidden {
  display: none;
}

.case__list--img {
  position: relative;
  margin-bottom: 20px;
}

.case__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.case__list--img span {
  position: absolute;
  top: 1px;
  left: 1px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
}

.case__list--title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.case__list--detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  width: 90%;
}

.case__list--detail>span {
  width: 56%;
  text-align: center;
  background: #E94709;
  color: #fff;
  border-radius: 4px;
  padding: 10px 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.case__list--detail>p {
  font-size: 21px;
  font-weight: 600;
  width: 36%;
  line-height: 1.1;
  color: #E94709;
}

.case__list--detail>p .num {
  font-weight: bold;
  font-size: 30px;
  font-family: "Figtree", sans-serif;
}

.case__list--detail>p .num span {
  font-size: 45px;
}

.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #E94709;
  padding-right: 40px;
  background: url(/templates/static/new-top-202511/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}

.more.is-active {
  background: url(/templates/static/new-top-202511/arrow_top.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}

.section__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #E94709;
  font-family: "Noto Sans JP", sans-serif;
}

.popular {
  padding: 80px 40px 130px;
}

.popular__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.popular__lists {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 80px;
}

.popular__list {
  padding: 18px 18px 80px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

.popular__list:hover {
  opacity: 0.8;
}

.popular__list.is-hidden {
  display: none;
}

.popular__list--img {
  position: relative;
  margin-bottom: 20px;
}

.popular__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular__list--img span {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
}

.popular__list--title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 16px;
}

.popular__list--detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  width: 90%;
}

.popular__list--detail>span {
  width: 38%;
  text-align: center;
  background: #E94709;
  color: #fff;
  border-radius: 4px;
  padding: 6px 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.popular__list--detail>p {
  font-size: 16px;
  font-weight: 600;
  width: 59%;
  line-height: 1.1;
  color: #E94709;
}

.popular__list--detail>p .num {
  font-weight: bold;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  display: block;
}

.popular__list--detail>p .num span {
  font-size: 30px;
}

.area {
  padding: 100px 40px 55px;
  background: #FFFDDE;
}

.area__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.area__title {
  padding-left: 45px;
  background: url(/templates/static/new-top-202511/map.png) no-repeat;
  background-size: 26px;
  background-position: left;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.area__lists {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.area__list:hover {
  opacity: 0.8;
}

.commitment {
  margin-top: -50px;
  padding: 105px 40px 110px;
  background: #FFFDDE;
}

.commitment__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.commitment__title {
  padding-left: 35px;
  background: url(/templates/static/new-top-202511/favo.png) no-repeat;
  background-size: 26px;
  background-position: left;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.commitment__lists {
  margin-top: 65px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.commitment__list {
  width: 28%;
  height: 291px;
  overflow: hidden;
  position: relative;
}

.commitment__list span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E94709;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding: 10px 22px;
}

.commitment__list:nth-child(1) {
  width: 46%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.commitment__list:nth-child(3) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.commitment__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.commitment__tags {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  padding-bottom: 80px;
  max-width: 975px;
  margin: 0 auto;
}

.commitment__tag {
  display: block;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.commitment__tag:hover {
  opacity: 0.8;
}

.commitment__tag.is-hidden {
  display: none;
}

.merit {
  padding: 70px 40px 95px;
  background: #E94709;
}

.merit__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.merit .section__title {
  color: #fff;
}

.merit__lists {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.merit__list {
  width: 32%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 4px;
  gap: 20px;
  position: relative;
}

.merit__list::after {
  content: "";
  width: 54px;
  height: 32px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/templates/static/new-top-202511/arrow_right.png) no-repeat;
  background-size: contain;
}

.merit__list:last-child::after {
  display: none;
}

.merit__list p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.merit__list p span {
  color: #E94709;
  font-size: 41px;
  font-family: "Figtree", sans-serif;
  margin: 0 2px;
}

@media screen and (max-width: 1200px) {
  .header .header__menu li a {
    font-size: 12px;
    white-space: nowrap;
  }

  .fv {
    padding-top: 76px;
    position: relative;
    height: 65vh;
  }

  .fv__img img {
    width: 100%;
    width: 100% !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fv__search {
    max-width: 95%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 1070px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    box-sizing: border-box;
  }

  .fv__search--item {
    width: 33.3%;
    padding: 0 20px;
  }

  .fv__search--item+div {
    border-left: 1.6px solid #CDCDCD;
  }

  .fv__search--item>select,
  .fv__search--item>input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px;
    color: #393939;
  }

  .fv__search--item>select::-moz-placeholder,
  .fv__search--item>input::-moz-placeholder {
    color: #C4C4C4;
  }

  .fv__search--item>select::placeholder,
  .fv__search--item>input::placeholder {
    color: #C4C4C4;
  }

  .fv__search--item>button {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px;
    color: #C4C4C4;
  }

  .fv__search--item>select {
    background: url(/templates/static/new-top-202511/map.png) no-repeat;
    background-position: left;
    background-size: 23px;
    padding-left: 40px;
  }

  .fv__search--btn {
    height: 100%;
  }

  .fv__search--btn button {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    outline: none;
    background: #E94709;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
  }

  .fv__search--btn button:hover {
    opacity: 0.8;
  }

  .fv__search--btn button span {
    display: block;
    font-size: 12px;
  }

  .case {
    padding: 50px 40px 130px;
    background: #FFFDDE;
  }

  .case__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .case__lists {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 80px;
  }

  .case__list {
    padding: 18px 18px 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
  }

  .case__list:hover {
    opacity: 0.8;
  }

  .case__list.is-hidden {
    display: none;
  }

  .case__list--img {
    position: relative;
    margin-bottom: 20px;
  }

  .case__list--img span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
  }

  .case__list--title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .case__list--detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .case__list--detail>span {
    width: 56%;
    text-align: center;
    background: #E94709;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }

  .case__list--detail>p {
    font-size: 16px;
    font-weight: 600;
    width: 36%;
    line-height: 1.1;
    color: #E94709;
  }

  .case__list--detail>p .num {
    font-weight: bold;
    font-size: 22px;
    font-family: "Figtree", sans-serif;
  }

  .case__list--detail>p .num span {
    font-size: 36px;
  }

  .popular {
    padding: 80px 40px 130px;
  }

  .popular__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .popular__lists {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 80px;
  }

  .popular__list {
    padding: 18px 18px 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
  }

  .popular__list:hover {
    opacity: 0.8;
  }

  .popular__list.is-hidden {
    display: none;
  }

  .popular__list--img {
    position: relative;
    margin-bottom: 20px;
  }

  .popular__list--img span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
  }

  .popular__list--title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .popular__list--detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .popular__list--detail>span {
    width: 44%;
    text-align: center;
    background: #E94709;
    color: #fff;
    border-radius: 4px;
    padding: 6px 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
  }

  .popular__list--detail>p {
    font-size: 13px;
    font-weight: 600;
    width: 52%;
    line-height: 1.1;
    color: #E94709;
  }

  .popular__list--detail>p .num {
    font-weight: bold;
    font-size: 13px;
    font-family: "Figtree", sans-serif;
    display: block;
  }

  .popular__list--detail>p .num span {
    font-size: 18px;
  }

  .merit {
    padding: 70px 40px 95px;
    background: #E94709;
  }

  .merit__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .merit .section__title {
    color: #fff;
  }

  .merit__lists {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .merit__list {
    width: 32%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 4px;
    gap: 20px;
    position: relative;
  }

  .merit__list::after {
    content: "";
    width: 54px;
    height: 32px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/templates/static/new-top-202511/arrow_right.png) no-repeat;
    background-size: contain;
  }

  .merit__list:last-child::after {
    display: none;
  }

  .merit__list--icon {
    max-width: 30%;
  }

  .merit__list p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }

  .merit__list p span {
    color: #E94709;
    font-size: 41px;
    font-family: "Figtree", sans-serif;
    margin: 0 2px;
  }
}

@media screen and (max-width: 768px) {
  .drawer--top.drawer-open .header .drawer-nav {
    top: 60px;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #E94709;
    padding: 15px 5.3333333333vw;
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .header__logo {
    width: 29.6vw;
  }

  .header__nav {
    display: flex;
    align-items: center;
    padding-right: 12.2666666667vw;
  }

  .header .entry_btn a {
    padding: 6px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #E94709;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
  }

  .header__menu {
    display: none;
  }

  .nav-toggle {
    top: 1.0666666667vw !important;
    right: 2.6666666667vw !important;
    display: block !important;
  }

  .fv {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-top: 18.6666666667vw;
    position: relative;
    padding-bottom: 26.6666666667vw;
    height: auto;
  }

  .fv__img {
    height: auto;
  }

  .fv__img img {
    width: 100%;
    height: auto;
  }

  .fv__search {
    max-width: 92%;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 1070px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .fv__search--item {
    width: 50%;
    padding: 0 15px;
  }

  .fv__search--item:first-of-type {
    position: relative;
  }

  .fv__search--item:first-of-type::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    display: block;
    transform: translateY(-50%);
    background: url(/templates/static/new-top-202511/arrow_bottom_bk.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
  }

  .fv__search--item+div {
    border-left: 1.6px solid #CDCDCD;
  }

  .fv__search--item:last-child {
    border-top: 1.6px solid #CDCDCD;
    border-left: 0;
    width: 100%;
    padding: 0;
  }

  .fv__search--item:last-child::after {
    display: none;
  }

  .fv__search--item>select,
  .fv__search--item>input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 10px;
    color: #393939;
  }

  .fv__search--item>select::-moz-placeholder,
  .fv__search--item>input::-moz-placeholder {
    color: #C4C4C4;
  }

  .fv__search--item>select::placeholder,
  .fv__search--item>input::placeholder {
    color: #C4C4C4;
  }

  .fv__search--item>button {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 0;
    color: #C4C4C4;
  }

  .fv__search--item>button::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    display: block;
    transform: translateY(-50%);
    background: url(/templates/static/new-top-202511/arrow_bottom_bk.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
  }

  .fv__search--item>select {
    background: url(/templates/static/new-top-202511/map.png) no-repeat;
    background-position: left;
    background-size: 16px;
    padding-left: 30px;
  }

  .fv__search--btn {
    height: 100%;
    padding: 2.9333333333vw 10.6666666667vw;
  }

  .fv__search--btn button {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    outline: none;
    background: #E94709;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 3.7333333333vw;
    cursor: pointer;
    padding: 1.6vw;
  }

  .fv__search--btn button:hover {
    opacity: 0.8;
  }

  .fv__search--btn button span {
    display: block;
    font-size: 2.6666666667vw;
  }

  .intro {
    padding: 6.6666666667vw 2.6666666667vw 5.3333333333vw;
  }

  .intro__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .intro__lists {
    overflow: hidden;
    position: unset;
  }

  .intro__list {
    display: block;
    margin: 0 12px;
  }

  .intro__list:hover {
    opacity: 0.8;
  }

  .intro .slick-prev:before,
  .intro .slick-next:before {
    display: none;
  }

  .intro .slick-prev {
    left: -1px !important;
    width: 6.1333333333vw !important;
    height: 6.1333333333vw !important;
    z-index: 10;
  }

  .intro .slick-next {
    z-index: 10;
    right: -1px !important;
    width: 6.1333333333vw !important;
    height: 6.1333333333vw !important;
  }

  .case {
    margin-top: -13.3333333333vw;
    padding: 18.6666666667vw 5.3333333333vw 14.6666666667vw;
    background: #FFFDDE;
  }

  .case__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .case__lists {
    position: relative;
    margin-top: 5.3333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 60px;
  }

  .case__list {
    padding: 10px 10px 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

  .case__list:hover {
    opacity: 0.8;
  }

  .case__list.is-hidden {
    display: none;
  }

  .case__list--img {
    position: relative;
    margin-bottom: 10px;
  }

  .case__list--img span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2.6666666667vw;
    font-weight: 600;
    padding: 4px 8px;
  }

  .case__list--title {
    text-align: center;
    font-weight: 600;
    font-size: 4vw;
    margin-bottom: 15px;
  }

  .case__list--detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .case__list--detail>span {
    width: 58%;
    text-align: center;
    background: #E94709;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 2.6666666667vw;
    font-weight: 600;
    line-height: 1.2;
  }

  .case__list--detail>p {
    font-size: 3.2vw;
    font-weight: 600;
    width: 36%;
    line-height: 1.1;
    color: #E94709;
  }

  .case__list--detail>p .num {
    font-weight: bold;
    font-size: 4.8vw;
    font-family: "Figtree", sans-serif;
  }

  .case__list--detail>p .num span {
    font-size: 7.2vw;
  }

  .more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 4vw;
    font-weight: 600;
    color: #E94709;
    padding-right: 30px;
    background: url(/templates/static/new-top-202511/arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 11px;
  }

  .section__title {
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: bold;
    color: #E94709;
    font-family: "Noto Sans JP", sans-serif;
  }

  .popular {
    padding: 9.3333333333vw 5.3333333333vw 14.6666666667vw;
  }

  .popular__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .popular__lists {
    position: relative;
    margin-top: 5.3333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 60px;
  }

  .popular__list {
    padding: 10px 10px 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

  .popular__list:hover {
    opacity: 0.8;
  }

  .popular__list.is-hidden {
    display: none;
  }

  .popular__list--img {
    position: relative;
    margin-bottom: 10px;
  }

  .popular__list--img span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2.6666666667vw;
    font-weight: 600;
    padding: 4px 8px;
  }

  .popular__list--title {
    text-align: center;
    font-weight: 600;
    font-size: 4vw;
    margin-bottom: 15px;
  }

  .popular__list--detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .popular__list--detail>span {
    width: 42%;
    text-align: center;
    background: #E94709;
    color: #fff;
    border-radius: 4px;
    padding: 6px 0;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 1.2;
  }

  .popular__list--detail>p {
    font-size: 2.4vw;
    font-weight: 600;
    width: 54%;
    line-height: 1.3;
    color: #E94709;
  }

  .popular__list--detail>p .num {
    font-weight: bold;
    font-size: 2.4vw;
    font-family: "Figtree", sans-serif;
    display: block;
  }

  .popular__list--detail>p .num span {
    font-size: 4.2666666667vw;
  }

  .area {
    padding: 13.3333333333vw 5.3333333333vw 6.6666666667vw;
    background: #FFFDDE;
  }

  .area__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .area__title {
    padding-left: 25px;
    background: url(/templates/static/new-top-202511/map.png) no-repeat;
    background-size: 16px;
    background-position: left;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .area__lists {
    margin-top: 6.6666666667vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .area__list:hover {
    opacity: 0.8;
  }

  .commitment {
    margin-top: -10.6666666667vw;
    padding: 17.3333333333vw 5.3333333333vw 14.6666666667vw;
    background: #FFFDDE;
  }

  .commitment__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .commitment__title {
    padding-left: 32px;
    background: url(/templates/static/new-top-202511/favo.png) no-repeat;
    background-size: 24px;
    background-position: left;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .commitment__lists {
    margin-top: 9.3333333333vw;
    margin-bottom: 8vw;
    display: flex;
    justify-content: center;
  }

  .commitment__list {
    width: 33.3%;
    height: 28vw;
    overflow: hidden;
    position: relative;
  }

  .commitment__list span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E94709;
    color: #fff;
    font-weight: 600;
    font-size: 2.6666666667vw;
    padding: 4px 6px;
  }

  .commitment__list:nth-child(1) {
    width: 33.3%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .commitment__list:nth-child(3) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .commitment__list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .commitment__tags {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 10px;
    padding-bottom: 60px;
    max-width: 975px;
    margin: 0 auto;
  }

  .commitment__tag {
    display: block;
    background: #fff;
    font-size: 3.4666666667vw;
    font-weight: 600;
    border-radius: 4px;
    padding: 7px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .commitment__tag:hover {
    opacity: 0.8;
  }

  .commitment__tag.is-hidden {
    display: none;
  }

  .merit {
    padding: 6.6666666667vw 5.3333333333vw 4vw;
    background: #E94709;
  }

  .merit__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .merit .section__title {
    color: #fff;
  }

  .merit__lists {
    margin-top: 5.3333333333vw;
    display: block;
  }

  .merit__list {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.7333333333vw 5.3333333333vw;
    border-radius: 4px;
    gap: 20px;
    position: relative;
    margin-bottom: 8vw;
  }

  .merit__list:nth-child(1) {
    padding: 0 5.3333333333vw;
    padding-top: 2.6666666667vw;
  }

  .merit__list:nth-child(1) p {
    padding-bottom: 2.6666666667vw;
  }

  .merit__list--icon {
    max-width: 30%;
  }

  .merit__list::after {
    content: "";
    width: 54px;
    height: 32px;
    position: absolute;
    right: 50%;
    top: unset;
    bottom: -40px;
    transform: translateX(50%) rotate(90deg);
    background: url(/templates/static/new-top-202511/arrow_right.png) no-repeat;
    background-size: contain;
  }

  .merit__list:last-child::after {
    display: none;
  }

  .merit__list p {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.6;
    max-width: 65%;
  }

  .merit__list p span {
    color: #E94709;
    font-size: 41px;
    font-family: "Figtree", sans-serif;
    margin: 0 2px;
  }
}

@media screen and (max-width: 450px) {
  .nav-toggle {
    top: 0.5333333333vw !important;
    right: 5px !important;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

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

.cell-panel .check-list label.checked::before {
  background: #e94709;
  border-color: #e94709;
}

.cell-panel .check-list label.checked::after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%);
  left: 25px;
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

#search-box-area_display {
  padding: 0 0;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#search-box-area_display {
  display: none;
  color: #393939;
}

@media screen and (max-width: 768px) {
  #search-box-area_display {
    font-size: 13px;
  }

  .fv__search--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cell-panel .check-list {
    flex-wrap: wrap !important;
  }

  .area-check .check-list label {
    flex: unset;
  }

  .cell-panel {
    padding: 30px 20px;
  }

  .cell-panel .check-list {
    justify-content: flex-start;
    gap: 20px;
  }

  .cell-panel .check-list label {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .cell-panel .check-list label::before,
  .cell-panel .check-list label.checked::after {
    top: 0.6em;
  }

  .cell-panel .btn {
    justify-content: center;
  }
}

.area-select-head {
  max-width: 100%;
}

.cell-panel .pref-list {
  display: none;
}

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