@charset "utf-8";

/* reset
---------------------------------------------- */
html {
  font-family: Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, Helvetica, メイリオ, sans-serif;
  -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;
}

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-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%);
}

.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: .4s;
}
.button--shadow {
  box-shadow: 5px 5px 5px rgba(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;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.captionArea__text {
  color: #333;
  font-size: 10px;
  /* text-indent: -1em; */
  /* padding-left: 1em; */
}

@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;
}

.header {
  position: relative;
  width: 100%;
  transition: .4s;
  z-index: 1;
}

.header.is-hidden {
  .logo {
    opacity: 0;
    visibility: hidden;
  }
}

.globalNaviButton {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 60px;
  aspect-ratio: 1;
  transition: .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; */
  background-color: #b2b2b2;
  height: 1.5px;
  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;
  left: 40px;
  line-height: 0;
  font-size: 0;
  transition: .4s;
  z-index: 99999;
}

body.is-open .logo--header {
  opacity: 0;
  visibility: hidden;
}

.globalNavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  /* background: rgb(20 50 100 / .7); */
  background: rgb(26 24 24 / .7);
  padding-top: 120px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .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 / .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 / .3);
}

.globalNaviList__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .1);
  opacity: 0;
  transition: opacity .4s;
  z-index: -1;
}

.globalNaviList__link.is-current::before {
  background-color: rgb(0 0 0 / .2);
  opacity: 1;
}

.globalNaviList__link .en {
  display: block;
  /* font-family: 'Arial', 'メイリオ', serif; */
  font-size: 12px;
  color: rgb(255 255 255 / .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 / .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.6;
}

.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 .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 / .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 / .2);
  padding: 1em;
}

.newsArea--header .newsContents__date {
  color: rgb(255 255 255 / .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 / .3);
  }

  .globalNaviList__link:hover::before {
    opacity: 1;
  }

  .globalNaviList__link:hover .icon-arrow::before {
    left: calc(50% + 5px);
  }

  .globalNaviList02__link:hover {
    opacity: .7;
  }

  .headerAction__button:hover {
    filter: brightness(.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / .3);
  }
}

@media screen and (max-width: 768px) {
  .globalNaviButton {
    top: 0;
    right: 0;
    width: 70px;
  }

  .globalNaviButton__line {
    width: 30px;
  }

  .globalNaviButton__line:nth-child(1) {
    top: 27px;
  }

  .globalNaviButton__line:nth-child(2) {
    top: 34.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: 20px;
    left: 10px;
    width: 198px;
  }

  .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: 30px;
    max-width: 340px;
  }

  .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 / .2);
    padding-top: 1em;
  }

  .newsArea--header .newsContents__link {
    border-top: none;
    padding: 0 .5em;
  }

  .newsArea--header .newsContents__date {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.container {
  position: relative;
  transition: filter .6s, transform .6s;
  z-index: 0;
}

body.is-open .container {
  filter: blur(30px);
  transition-delay: .3s;
}

body.is-open .topSequence {
  animation: blurAndTransform 0.6s ease forwards;
}

@keyframes blurAndTransform {
  0% {
    filter: blur(0);
    transform: scale(1);
  }

  100% {
    filter: blur(30px);
  }
}

footer {
  transition: filter .6s, transform .6s;
  z-index: 0;
}

body.is-open footer {
  filter: blur(30px);
  transition-delay: .3s;
  /* transform: scale(1.01); */
}


/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footer__inner {
  padding-inline: 20px;
  /* padding-top: 35px; */
  padding-top: 50px;
}

.footerAction {
  display: flex;
  align-items: center;
  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 60px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  max-width: 860px;
  margin-inline: auto;
  padding: 35px 20px;
}

*+.footerCntact {
  margin-top: 50px;
}

.footerCntact__text {
  font-size: 14px;
  line-height: 1.5em;
}

.tel__link {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.tel__icon {
  width: 58px;
}

.tel__txt {
  font-family: 'Arial', 'メイリオ', serif;
  font-size: 50px;
  line-height: 1;
}

.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 .4s;
}

.developerArea {
  border-top: 1px solid #b2b2b2;
  margin-top: 100px;
  padding-block: 50px;
}

.developerList {
  display: flex;
  justify-content: center;
  column-gap: 65px;
}

.copyright {
  /* background-color: #143264; */
  background-color: #1A1818;
  color: #fff;
  font-family: 'Arial', 'メイリオ', serif;
  font-size: 12px;
  line-height: 1;
  padding: 24px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .footerAction__button:hover {
    filter: brightness(.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / .3);
  }

  .footerBanner__link:hover {
    filter: brightness(.9);
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: 17.5px;
  }

  .footerAction {
    flex-direction: column;
    row-gap: 30px;
    max-width: 300px;
  }

  .footerAction__button {
    width: 100%;
  }

  .footerCntact {
    max-width: 560px;
    padding: 15px 0;
  }

  .footerCntact__text {
    text-align: center;
  }

  .tel__txt {
    font-size: 40px;
  }

  .tel__note {
    margin-top: 0.5em;
    line-height: 1.5em;
  }

  .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;
  }

  .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 / .2);
    transform: translateY(55px);
    transition: transform .4s;
    z-index: 100;
  }

  .sp-action.is-active {
    transform: translateY(0);
  }

  .sp-actionList {
    display: flex;
  }

  .sp-actionList__item {
    position: relative;
    width: 50%;
    z-index: 0;
  }

  /* .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;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 5px;
    text-align: center;
  }

  .sp-actionList__item--entry .sp-actionList__link {
    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--reserve .sp-actionList__link {
    background: linear-gradient(90deg, rgba(175, 149, 101, 1) 0%, rgba(159, 131, 80, 1) 45.15%, rgba(135, 105, 49, 1) 99.89%);
  }
}