@charset "utf-8";

:root {
  --f-en: "Montserrat", sans-serif;
  --f-ja: "Zen Old Mincho", serif;
}

/* reset
---------------------------------------------- */
html {
  /*font-family: Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, Helvetica, メイリオ, sans-serif;*/
  font-family: var(--f-ja);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
  font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
li {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
img {
  backface-visibility: hidden;
}
em {
  font-style: normal;
}
b,
strong {
  font-weight: normal;
}

/* common
---------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #000;
  /*font-family: 'YakuHanJP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";*/
  font-family: var(--f-ja);
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  margin: auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.visuallyhidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sp-bl,
.sp-il {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp-bl {
    display: block !important;
  }
  .sp-il {
    display: inline !important;
  }
}

.noScroll {
  overflow: hidden;
}

/* button icon
---------------------------------------------- */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #333;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  transition: 0.4s;
  z-index: 0;
}
.button__icon {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 1;
}
.button__icon img {
  display: block;
}

.button--entry {
  background: linear-gradient(
    90deg,
    rgba(0, 98, 161, 1) 0%,
    rgba(7, 81, 140, 1) 39.3%,
    rgba(20, 50, 100, 1) 100%
  );
}
.button--reserve {
  background: linear-gradient(
    90deg,
    rgba(175, 149, 101, 1) 0%,
    rgba(159, 131, 80, 1) 45.15%,
    rgba(135, 105, 49, 1) 99.89%
  );
}

.button--reserve {
  position: relative;
}
.button--reserve::before {
  content: "";
  position: absolute;
  top: -2.8em;
  left: 15%;
  width: 70%;
  text-align: center;
  /*font-size: min(2.8vw, 22px);
    font-weight: 800;
    color: #1b1464;*/
  aspect-ratio: 279 / 56;
  background-image: url(../images/common/reserve_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.button--reserve::after {
   content: "※2回目以降のご来場のお客様はお電話にてご予約をお願いします。";
position: absolute;
    bottom: -2.5em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: min(1vw, 12px);
    font-weight: 500;
    color: #9b7f4b;
    letter-spacing: 0;
}
*/

.footerAction__button .foote_bt_cap {
  font-size: min(2.2vw, 18px);
  line-height: 180%;
  display: block;
  margin-top: 15px;
  color: #ff0000;
  text-align: center;
}

.icon-arrow {
  position: relative;
  z-index: 0;
}
.icon-arrow::before {
  content: "";
  width: 19px;
  height: 15px;
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.4s;
}
.button--shadow {
  box-shadow: 5px 5px 5px rgba(0 0 0 / 0.3);
}

/* h1
---------------------------------------------- */
.pageTitle {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* captionArea
---------------------------------------------- */
.captionArea {
  position: relative;
  padding: clamp(30px, 6.25vw, 75px) 0;
  z-index: 0;
}
.captionArea__inner {
  /*max-width: 1360px;*/
  max-width: 850px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.captionArea__text {
  color: #333;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.captionArea__text a {
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .captionArea__text {
    font-size: 10px;
  }
}

/* newsArea
---------------------------------------------- */
.newsArea__inner {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}
.newsArea__title {
  font-family: "Arial", "メイリオ", serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.newsContents__link {
  display: flex;
  position: relative;
  z-index: 0;
}
.newsContents__date {
  font-size: 16px;
  font-family: "Arial", "メイリオ", serif;
  line-height: 1.8;
}
.newsContents__contents {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .newsArea__title {
    font-size: 14px;
  }
  .newsContents__contents {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 60px;
  background: rgb(255 255 255 / 87%);
}

.header {
  position: relative;
  width: 100%;
  transition: 0.4s;
  z-index: 1;
}

/*
.under_page header {
    background: rgb(255 255 255);
}


.header.is-hidden {
  opacity: 0;
  visibility: hidden;
}
*/
.globalNaviButton {
  position: fixed;
  /*top: 30px;*/
  top: 0px;
  right: 50px;
  width: 60px;
  aspect-ratio: 1;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.globalNaviButton.is-new::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  width: 6px;
  aspect-ratio: 1;
  background-color: #ff6400;
  border-radius: 50%;
  z-index: 1;
}

.globalNaviButton__line {
  width: 26px;
  background-color: #000;
  height: 1px;
  position: absolute;
  border: none;
  transform-origin: center center;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
}
.globalNaviButton__line:nth-child(1) {
  top: 20px;
}
.globalNaviButton__line:nth-child(2) {
  top: 29px;
}
.globalNaviButton__line:nth-child(3) {
  top: 38px;
}
body.is-open .globalNaviButton__line {
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
}
body.is-open .globalNaviButton__line:nth-child(1),
body.is-open .globalNaviButton__line:nth-child(2),
body.is-open .globalNaviButton__line:nth-child(3) {
  top: 30px;
  background-color: #fff;
}
body.is-open .globalNaviButton__line:nth-child(1) {
  transform: rotate(30deg);
}
body.is-open .globalNaviButton__line:nth-child(2) {
  transform: scaleX(0);
}
body.is-open .globalNaviButton__line:nth-child(3) {
  transform: rotate(-30deg);
}

.logo {
  position: fixed;
  /*top: 26px;*/
  top: 11px;
  left: 40px;
  line-height: 0;
  font-size: 0;
  transition: 0.4s;
  z-index: 99999;
  width: 30%;
  max-width: 330px;
}
.logo img {
  width: 100%;
  max-width: inherit;
}

body.is-open .logo--header {
  opacity: 0;
  visibility: hidden;
}

.globalNavi {
  --blur-progress: 30px;
  backdrop-filter: blur(var(--blur-progress));
  -webkit-backdrop-filter: blur(var(--blur-progress));
  font-family: "YakuHanJP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "sans-serif";
  font-feature-settings: "palt";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  background: rgb(20 50 100 / 0.8);
  padding-top: 120px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  z-index: 0;
}
.globalNavi.is-active {
  opacity: 1;
  visibility: visible;
}
body.is-open .globalNavi__inner {
  opacity: 1;
}

.logo--globalNavi {
  position: absolute;
  z-index: 10;
}

.globalNavi__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  opacity: 0;
  transition: 0.5s opacity ease-in-out 0s;
}

.globalNaviList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  width: calc(100% - 40px);
  max-width: 860px;
  margin-inline: auto;
}
.globalNaviList__link {
  display: block;
  position: relative;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid rgb(255 255 255 / 0.3);
  color: #fff;
  padding: 15px 10px;
  padding-right: 60px;
  transition: 0.3s all ease-in-out 0s;
  z-index: 0;
}
.globalNaviList__item:nth-child(-n + 2) .globalNaviList__link {
  border-top: 1px solid rgb(255 255 255 / 0.3);
}
.globalNaviList__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.1);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}
.globalNaviList__link.is-current::before {
  background-color: rgb(0 0 0 / 0.2);
  opacity: 1;
}
.globalNaviList__link .en {
  display: block;
  font-family: "Arial", "メイリオ", serif;
  font-size: 12px;
  color: rgb(255 255 255 / 0.5);
  margin-bottom: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}
.globalNaviList__link.is-new .en {
  display: flex;
  align-items: center;
}
.globalNaviList__link.is-new .en::after {
  content: "NEW";
  display: inline-block;
  background-color: #a10000;
  border-radius: 2px;
  color: #fff;
  font-family: "Arial", "メイリオ", serif;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 3px 2px;
}
.globalNaviList__link .icon-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-left: 1px solid rgb(255 255 255 / 0.3);
  z-index: 1;
}
.globalNaviList__link .icon-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.globalNaviList__link.is-noLink {
  pointer-events: none;
}
.globalNaviList__link.is-noLink * {
  opacity: 0.15;
}
.globalNaviList__link.is-noLink .icon-arrow {
  display: none;
}

.globalNaviList02 {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 60px;
  margin-top: 50px;
  z-index: 0;
}
.globalNaviList02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 16px;
  transition: opacity 0.4s;
}
.globalNaviList02__icon img {
  display: block;
}

.headerAction {
  background-color: #fff;
  margin-top: 60px;
  padding: 60px 20px;
}
.headerActionBox {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  max-width: 840px;
  margin-inline: auto;
}
.headerAction__button {
  width: calc((100% - 40px) / 2);
  padding-left: 1em;
}

.newsArea--header {
  flex: 1;
  position: relative;
  padding: 50px 20px;
  z-index: 0;
}
.newsArea--header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.4);
  z-index: -1;
}
.newsArea--header .newsArea__inner {
  column-gap: 70px;
}
.newsArea--header .newsArea__title {
  color: #fff;
  letter-spacing: 0.1em;
}
.newsArea--header .newsContents {
  max-width: 710px;
}
.newsArea--header .newsContents__link {
  gap: 1em;
  border-top: 1px solid rgb(255 255 255 / 0.2);
  padding: 1em;
}
.newsArea--header .newsContents__date {
  color: rgb(255 255 255 / 0.6);
  font-size: 16px;
  font-family: "Arial", "メイリオ", serif;
}
.newsArea--header .newsContents__contents {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .globalNaviButton:hover {
    background-color: rgb(255 255 255 / 0.3);
  }
  .globalNaviList__link:hover::before {
    opacity: 1;
  }
  .globalNaviList__link:hover .icon-arrow::before {
    left: calc(50% + 5px);
  }
  .globalNaviList02__link:hover {
    opacity: 0.7;
  }
  .headerAction__button:hover {
    filter: brightness(0.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / 0.3);
  }
}

.globalNavi__inner .limited_button {
  width: 70%;
  max-width: 380px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.globalNavi__inner .limited_button a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: min(3.8vw, 18px);
  padding: 12px 60px;
  background: linear-gradient(
    90deg,
    rgb(124 149 85) 0%,
    rgb(187 185 118) 45.15%,
    rgb(115 155 39) 99.89%
  );
  transition: 0.4s;
}

.globalNavi__inner .limited_button a .icon {
  position: absolute;
  width: 6%;
  right: 5%;
  left: auto;
  top: 10%;
  transition: 0.4s;
}

.globalNavi__inner .limited_button a:hover {
  filter: brightness(0.8);
}
.globalNavi__inner .limited_button a:hover .icon {
  transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  .globalNaviButton {
    top: 0px;
    right: 0;
    width: 60px;
  }

  .globalNaviButton__line {
    width: 30px;
  }
  .globalNaviButton__line:nth-child(1) {
    top: 22px;
  }
  .globalNaviButton__line:nth-child(2) {
    top: 31.5px;
  }
  .globalNaviButton__line:nth-child(3) {
    top: 42px;
  }
  body.is-open .globalNaviButton__line:nth-child(1),
  body.is-open .globalNaviButton__line:nth-child(2),
  body.is-open .globalNaviButton__line:nth-child(3) {
    top: 35px;
  }
  /* body.is-open .header .nav_btn hr:nth-child(1) {
    transform: rotate(30deg);
  }
  body.is-open .header .nav_btn hr:nth-child(2) {
    transform: scaleX(0);
  }
  body.is-open .header .nav_btn hr:nth-child(3) {
    transform: rotate(-30deg);
  } */

  .logo {
    top: 11px;
    left: 10px;
    width: 66vw;
  }

  .globalNavi {
    padding-top: 100px;
  }

  .globalNaviList {
    column-gap: 20px;
    width: calc(100% - 35px);
  }
  .globalNaviList__link {
    font-size: 13px;
    padding-right: 30px;
  }
  .globalNaviList__link .en {
    font-size: 8px;
    margin-bottom: 2px;
    padding-left: 2px;
  }
  .globalNaviList__link.is-new .en::after {
    font-size: 7px;
    margin-left: 5px;
    padding: 2px 2px 1px;
  }
  .globalNaviList__link .icon-arrow {
    width: 30px;
    height: 50px;
  }
  .globalNaviList__link .icon-arrow::before {
    width: 13px;
    height: 10px;
  }

  .globalNaviList02 {
    column-gap: 30px;
    margin-top: 30px;
  }
  .globalNaviList02__link {
    font-size: 14px;
  }

  .headerAction {
    margin-top: 30px;
    padding-block: 40px;
  }
  .headerActionBox {
    flex-direction: column;
    row-gap: 65px;
    max-width: 300px;
  }
  .headerAction__button {
    width: 100%;
    height: 60px;
  }

  .newsArea--header {
    padding: 20px 20px 50px;
  }
  .newsArea--header .newsArea__inner {
    row-gap: 20px;
    flex-direction: column;
  }
  .newsArea--header .newsContents {
    border-top: 1px solid rgb(255 255 255 / 0.2);
    padding-top: 1em;
  }
  .newsArea--header .newsContents__link {
    border-top: none;
    padding: 0 0.5em;
  }
  .newsArea--header .newsContents__date {
    font-size: 14px;
  }

  .globalNavi__inner .limited_button {
    width: 80%;
    margin-top: 30px;
    text-align: center;
  }
  .globalNavi__inner .limited_button a {
    font-size: min(4vw, 15px);
    padding: 12px 60px;
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.container {
  position: relative;
  transition: filter 0.6s, transform 0.6s;
  z-index: 0;
}
body.is-open .container {
  filter: blur(30px);
  transition-delay: 0.3s;
  /* transform: scale(1.01); */
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/

.footer {
  font-family: "YakuHanJP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "sans-serif";
  font-feature-settings: "palt";
}

.footer__inner {
  padding-top: 20px;
  padding-inline: 20px;
}

.footerAction {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 40px;
  max-width: 840px;
  margin-inline: auto;
}
.footerAction__button {
  width: calc((100% - 40px) / 2);
  padding-left: 1em;
}

.footerCntact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  max-width: 860px;
  margin-inline: auto;
  padding: 35px 20px;
  text-align: center;
}
* + .footerCntact {
  margin-top: 50px;
  @media screen and (max-width: 768px) {
    margin-top: 0px;
  }
}
.footerCntact__text {
  font-size: 14px;
  margin-bottom: 0px;
  @media screen and (max-width: 768px) {
    margin-bottom: 0px;
    font-size: min(3vw, 13px);
  }
}
.tel__link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    margin-bottom: 5px;
  }
}
.tel__icon {
  width: 48px;
}
.tel__txt {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  font-family: "Arial", "メイリオ", serif;
}
.tel__note {
  display: block;
  font-size: 12px;
  text-align: center;
}

.footerBanner {
  margin-top: 40px;
}
.footerBanner__item {
  max-width: 780px;
  margin-inline: auto;
}
.footerBanner__link {
  display: block;
  transition: filter 0.4s;
}

.developerArea {
  border-top: 1px solid #b2b2b2;
  margin-top: 100px;
  padding-block: 85px 90px;
  /*padding-block: 45px 40px;*/
}
.developerList {
  display: flex;
  justify-content: center;
  /*column-gap: 65px;*/
  column-gap: 35px;
  padding: 0 30px;
}

.developerList li {
  font-size: 10px;
  font-size: min(1.8vw, 10px);
  text-align: center;
  display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.developerList li span {
  display: block;
  margin-right: 5px;
}
.developerList li.jr span {
  margin-right: 10px;
}
.developerList li.daigus span {
  margin-top: 10px;
}
.developerList li.daigus img {
    width: 90%;
    margin-top: 5px;
}


.copyright {
  background-color: #143264;
  color: #fff;
  font-family: "Arial", "メイリオ", serif;
  font-size: 12px;
  line-height: 1;
  padding: 15px 24px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .footerAction__button:hover {
    filter: brightness(0.8);
    /*box-shadow: 3px 3px 5px rgba(0 0 0 / .3);*/
  }
  .footerBanner__link:hover {
    filter: brightness(0.9);
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: 17.5px;
  }
  .footerAction {
    flex-direction: column;
    row-gap: 30px;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .tel__txt {
    font-size: min(9.8vw, 50px);
  }

  .footerAction__button {
    width: 100%;
  }

  .footerAction__button.reserve {
    margin-top: 40px;
  }

  .button--reserve::before {
    top: -2.4em;
    left: 10%;
    width: 80%;
  }
  .button--reserve::after {
    bottom: -2.8em;
    font-size: min(2.2vw, 12px);
  }

  .footerAction__button .foote_bt_cap {
    font-size: min(8.8vw, 16px);
    line-height: 180%;
    display: block;
    margin-top: 15px;
    color: #ff0000;
    text-align: center;
  }

  .footerCntact {
    max-width: 560px;
    padding: 15px 0;
  }
  .tel__note {
    margin-top: 0.5em;
    font-size: min(2.7vw, 12px);
  }

  .footerBanner__item {
    max-width: 400px;
  }

  .developerArea {
    margin-top: 40px;
    padding-block: 35px;
  }
  .developerList {
    flex-direction: column;
    row-gap: 25px;
    width: fit-content;
    margin-inline: auto;
  }

.developerList li {
  display: block;
}
.developerList li span {
  display: block;
  margin-right: 5px;
}

  .developerList li {
    font-size: min(2.8vw, 10px);
  }

  .developerList li.daigus span {
  margin-top: 0px;
}

  .copyright {
    font-size: 10px;
    line-height: 1.8;
    padding: 1.5em;
  }
}

/*----------------------------------------------------------------------
  sp-action
----------------------------------------------------------------------*/
.sp-action {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -5px 15px rgba(0 0 0 / 0.2);
    transform: translateY(55px);
    transition: transform 0.4s;
    z-index: 100;
  }
  .sp-action.is-active {
    transform: translateY(0);
  }

  .sp-actionList {
    display: flex;
  }

  .sp-actionList__item {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .sp-actionList__item.sp-actionList__item--entry {
    background: linear-gradient(
      90deg,
      rgba(0, 98, 161, 1) 0%,
      rgba(7, 81, 140, 1) 39.3%,
      rgba(20, 50, 100, 1) 100%
    );
  }

  .sp-actionList__item.sp-actionList__item--reserve {
    background: linear-gradient(
      90deg,
      rgba(175, 149, 101, 1) 0%,
      rgba(159, 131, 80, 1) 45.15%,
      rgba(135, 105, 49, 1) 99.89%
    );
  }

  .sp-actionList__item + .sp-actionList__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background-color: #f0f0f0;
    z-index: 1;
  }

  .sp-actionList__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 5px;
    text-align: center;
    color: #fff;
  }
}

/*******ページトップ**********/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
}

#page-top.show {
  opacity: 1;
}
#page-top:hover {
  transform: scale(1.08);
}

#page-top a {
  background: #5c74d5;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 100%;
  opacity: 0.9;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
#page-top a:hover {
  text-decoration: none;
}

#page-top .arrow {
  position: relative;
  display: inline-block;
  width: 11.1px;
  height: 7.5px;
  margin-bottom: 5px;
}

#page-top .arrow::before,
#page-top .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 9px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 2px;
}

#page-top .arrow::before {
  transform: rotate(45deg);
}

#page-top .arrow::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 50px;
  }
}

/***************
下層ページヘッダー
***************/

.contents_wrapp .head_title {
  text-align: center;
  margin: 0 auto 50px;
  font-family: var(--f-en);
  font-size: min(4.1vw, 40px);
  letter-spacing: 0.1em;
  line-height: 120%;
}
.contents_wrapp .head_title span {
  display: inline-block;
  position: relative;
  font-family: var(--f-ja);
  font-size: 60%;
}
.contents_wrapp .head_title span::before {
  content: "";
  width: 70%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  position: absolute;
  left: -80%;
  top: 49%;
  max-width: 80px;
}
.contents_wrapp .head_title span::after {
  content: "";
  width: 70%;
  height: 1px;
  background: linear-gradient(
    270deg,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  position: absolute;
  right: -80%;
  top: 49%;
  max-width: 80px;
}

@media only screen and (max-width: 768px) {
  .contents_wrapp .head_title {
    font-size: min(7.5vw, 40px);
  }
}

.mv_wrapp {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.access_wrapp .mv_wrapp,
.location_wrapp .mv_wrapp {
  margin-bottom: 0;
}

.mv_wrapp .mv_cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
}

.mv_wrapp img {
  width: 100%;
  max-width: inherit;
  height: auto;
  vertical-align: bottom;
}
.mv_wrapp h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 17%;
}
.mv_wrapp h2 img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .mv_wrapp h2 {
    height: 14%;
  }
}

.flat_in {
  display: block;
  transition: all 1.6s;
  opacity: 0;
  transform: scale(1.1);
}
.flat_in.on {
  opacity: 1;
  transform: scale(1);
}

.fadein_bl {
  -ms-filter: blur(16px);
  filter: blur(16px);
  transform: scale(1.05);
  opacity: 0;
  transition: all 1s ease-out;
}
.fadein_bl.on {
  -ms-filter: blur(0px);
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

.fadein_up {
  -webkit-transform: translateY(6%);
  -ms-transform: translateY(6%);
  transform: translateY(6%);
  opacity: 0;
  transition: all 1s ease-out;
}
.fadein_up.on {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}


/***************
物件エントリー特典
***************/
.cv-area__wrap {
  position: relative;
}
.cv-area {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 930px;
  margin: auto;
  padding: 30px 0 0;
}

.cv-box {
  background: #fff;
  border: 1px solid #333;
  padding: 30px 20px 40px;
}
.cv-box h3 {
  text-align: center;
      font-size: min(3.8vw, 40px);
    font-weight: 400;
}
.cv-box .sub_text {
text-align: center;
font-size: min(2.2vw, 18px);
margin-bottom: 30px;
}
.cv-box ul {
  width: 86%;
  margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.cv-box ul li {
width: 31%;
    position: relative;
    border-right: 1px solid #ccc;
    padding-right: 3%;
}
.cv-box ul li:last-child {
  border-right: none;
}

.cv-box ul li .image_box {
  position: relative;
  margin-bottom: 10px;
}
.cv-box ul li .image_box .cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
}
.cv-box ul li p {
  text-align: center;
  font-size: min(2.0vw, 20px);
  line-height:1.6;
}

.cv-area .cv-box .cv-btn {
    position: relative;
    width: 55%;
    max-width: 480px;
    margin:20px auto 0;
    transition: opacity 0.8s ease, filter 0.8s ease;
    display: block;
}
.cv-area .cv-box .cv-btn img {
  transition: filter 0.8s ease;
}
.cv-area .cv-box .cv-btn:hover {
   opacity: 0.9;
   filter: brightness(1.5);
}
.cv-area .cv-box .cv-btn:hover img {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
}
.cv_bg01,
.cv_bg02 {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.cv_bg01 {
  width: calc(100% + 100px);
  aspect-ratio: 1100/220;
  left: -50px;
  right: 0;
  top: -50px;
  margin: auto;
  background: url("../../common/images/top/cv_bg01.webp") no-repeat center center / cover;

  @media screen and (max-width: 768px) {
    width: calc(100% + 2vw);
    left: -0.5vw;
    top: 0;
    background: url("../../common/images/top/cv_bg01_sp.webp") no-repeat center center / cover;
  }
}

.cv_bg02 {
  width: calc(100% + 150px);
  aspect-ratio: 1100/256;
  left: -80px;
  right: 0;
  bottom: -130px;
  margin: auto;
  background: url("../../common/images/top/cv_bg02.webp") no-repeat center center / cover;
  @media screen and (max-width: 768px) {
    width: calc(100% + 2vw);
    left: -1vw;
    bottom: -8vw;
    background: url("../../common/images/top/cv_bg02_sp.webp") no-repeat center center / cover;
  }
}


@media only screen and (max-width: 768px) {

.cv-box h3 {
  text-align: center;
   font-size: min(5.5vw, 40px);
   margin-bottom: 15px;
}
.cv-box .sub_text {
text-align: center;
font-size: min(3.8vw, 18px);
}

.cv-box ul {
  width: 100%;
  margin: 0 auto;
display:block;
}

.cv-box ul li {
width: 100%;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.cv-box ul li:last-child {
  border-bottom: none;
}
.cv-box ul li .image_box {
  position: relative;
  width:40% ;
  margin-bottom: 0px;
}

.cv-box ul li .image_box .cap {
        font-size: 1.8571428571vw;
}

.cv-box ul li p {
        width: 58%;
        padding-left: 2%;
        text-align: left;
        font-size: min(4.6vw, 20px);
}

.cv-area .cv-box .cv-btn {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin:20px auto 0;
}


}
