@charset "utf-8";

/*--------------------------------------------------------------------------
   settings
---------------------------------------------------------------------------*/

:root {
  --dark: #231815;
  --light: #fff;
  --gray: #e9e5e1;
  --yellow: #f9bb00;
  --red: #c82300;
  --blue: #143264;
  --lblue: #00abff;
  --beije: #f9f1dd;
  --brown: #664200;

  --grablue: linear-gradient(90deg, rgba(0, 98, 161, 1) 0%, rgba(7, 81, 140, 1) 39.3%, rgba(20, 50, 100, 1) 100%);
  --grabrown: linear-gradient(90deg, rgba(175, 149, 101, 1) 0%, rgba(159, 131, 80, 1) 45.15%, rgba(135, 105, 49, 1) 99.89%);
}

/* reset
---------------------------------------------- */
html {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  -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: var(--dark);
  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: var(--yellow);
  color: var(--dark);
}
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: "Shippori Mincho B1", serif;
  font-weight: 500;
  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;
}
.smallcap{
  font-size: 12px;
  line-height: 1.3;
  padding-top: 8px;
}

/* common
---------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  color: var(--dark);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  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;
}
@media screen and (max-width: 768px) {
    ._pc {
        display: none !important;
    }
    ._sp {
        display: block;
    }
}
@media screen and (min-width: 769px) {
    ._pc {
        display: block;
    }
        ._sp {
        display: none !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;
}

.inner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner_1500{
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner_800{
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.en {
  font-family: "Blinker", sans-serif;
  font-weight: 500;
}
.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
}

/* オレンジストライプ */

.stripe_bg {
  /* 背景全体を白にし、45度の角度で黄色と白の縞模様を繰り返します */
  background: repeating-linear-gradient(
    45deg,
    #fdeebf,       /* 縞の始まり（黄色） */
    #fdeebf 4px,   /* 黄色の幅 */
    #ffffff 4px,   /* 白の始まり */
    #ffffff 8px    /* 白の幅（次の黄色が始まる位置） */
  );

}
@media screen and (max-width: 768px) {
  .stripe_bg {
  /* 背景全体を白にし、45度の角度で黄色と白の縞模様を繰り返します */
  background: repeating-linear-gradient(
    45deg,
    #fdeebf,       /* 縞の始まり（黄色） */
    #fdeebf 2px,   /* 黄色の幅 */
    #ffffff 2px,   /* 白の始まり */
    #ffffff 4px    /* 白の幅（次の黄色が始まる位置） */
  );

}
}
.yellow{
  background: var(--yellow);
}
.gray{
  background: var(--gray);
}


/* button icon
---------------------------------------------- */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  color: var(--light);
  background-color: var(--dark);
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  transition: 0.4s;
  z-index: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.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: var(--light);
  -webkit-mask-image: url(../images/icon_arrow.svg);
  mask-image: url(../images/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);
}

.btn_wrap{
  max-width: 480px;
  margin: auto;
}
.btn_wrap a{transition: .5s;}
@media (hover: hover) and (pointer: fine) {
  .btn_wrap a:hover{
    filter: brightness(.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / .3);
  }
}

.con_btn{
  max-width: 280px;
  margin: 40px auto;
}
.con_btn a{
      padding-right: 1em;
      background: var(--light);
      border: 1px solid var(--yellow);
          display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 60px;
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    transition: 0.4s;
    z-index: 0;
    font-family: "Blinker", sans-serif;
    /* min-width: 320px; */
}
.con_btn_icon{
      position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 1;
}
.con_btn_icon img{
      display: block;
          width: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .con_btn a:hover{
    color: var(--yellow);
    background: var(--dark);
  }
}
@media screen and (max-width: 768px) {
  .con_btn {
    max-width: 100%;
    width: 100%;
    margin: 40px auto;
}
  .con_btn a{
    min-width: 100%;
    width: 100%;
  }
}

.pic{position: relative;}
.cap{
      position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 8px 6px;
    font-size: 11px;
    line-height: 1;
    color: var(--light);
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;

}
.cap.left{
  right: unset;
  left: 0;
}
.cap.dark{
  color: var(--dark);
  text-shadow: none;
}

/* 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 {
      width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.captionArea__text {
      font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.2em;
    line-height: 1.6;
    text-align: left;
}

@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: "Blinker", sans-serif;
  font-weight: 500;
  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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  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 {
  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: var(--dark);
  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: var(--light);
}
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;
}
.logo img{max-width: 360px;}
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);
  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: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid rgb(255 255 255 / .3);
  color: var(--light);
  padding: 15px 10px;
  padding-right: 60px;
  transition: 0.3s all ease-in-out 0s;
  z-index: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.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: "Blinker", sans-serif;
  font-weight: 500;
  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: var(--red);
  border-radius: 2px;
  color: var(--light);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  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: var(--light);
  font-size: 16px;
  transition: opacity .4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.globalNaviList02__icon img {
  display: block;
}

.headerAction {
  background-color: var(--light);
  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: var(--light);
  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: "Blinker", sans-serif;
  font-weight: 500;
}
.newsArea--header .newsContents__contents {
  color: var(--light);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pc_nav{
  position: absolute;
      top: 37px;
    right: 126px;
}
.pc_nav ul{
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}
.pc_nav a{
  font-size: 14px;
}
.pc_nav .button{
  font-size: 12px;
  max-width: 200px;
  height: 40px;
  padding: 0 12px;
}


@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: 22px;
  }
  .globalNaviButton__line:nth-child(2) {
    top: 29.5px;
  }
  .globalNaviButton__line:nth-child(3) {
    top: 37px;
  }
  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;
  }
  .logo img{max-width: 235px;}

  .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: 300px;
  }
  .headerAction__button {
    width: 100%;
    height: 60px;
  }

  .newsArea--header {
    padding: 20px 20px 150px;
  }
  .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;
  /* transform: scale(1.01); */
}


/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footer{
  background: var(--beije);
  padding-top: 80px;
}

.footer__inner {
  padding-inline: 20px;
}

.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 var(--gray);
  border-bottom: 1px solid var(--gray);
  max-width: 860px;
  margin-inline: auto;
  padding: 35px 20px;
}
* + .footerCntact {
  margin-top: 50px;
}
.footerCntact__text {
  font-size: 14px;
}
.tel__link {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.tel__icon {
  width: 48px;
}
.tel__txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 40px;
  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 var(--gray);
  margin-top: 100px;
  padding-block: 85px 90px;
}
.developerList {
  display: flex;
  justify-content: center;
  column-gap: 65px;
}

.copyright {
  background-color: var(--blue);
  color: var(--light);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 24px;
  text-align: center;
}
.kando_bnr{
    padding: 3% 0;
}
.kando_bnr p{
    text-align: center;
    display: flex;
    justify-content: center;
}
.kando_bnr p a{transition: .3s;}
.kando_bnr p a:hover{filter: brightness(.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / .3);}

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

.map_btn a{
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    width: 380px;
    margin: 0 auto 30px;
    height: 50px;
    color: var(--dark);
    background-color: var(--light);
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    transition: 0.4s;
    z-index: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.map_btn a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--dark);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .map_btn a:hover{
    filter: brightness(.8);
    box-shadow: 3px 3px 5px rgba(0 0 0 / .3);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
}
  .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;
  }
  .tel__note {
    margin-top: 0.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;
  }

  .map_btn a{
    width: 87%;
}
.footerCntact__text {
    font-size: 12px;
    text-align: center;
}
}

/*----------------------------------------------------------------------
  sp-action
----------------------------------------------------------------------*/
.sp-action {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(55px);
    transition: transform .4s;
    z-index: 100;
  }
  .sp-action.is-active {
    transform: translateY(0);
  }

  .sp-actionList {
    display: flex;
    gap: 3px;
  }

  .sp-actionList__item {
    position: relative;
    flex: 1;
    border: 1px solid var(--dark);
    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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: var(--light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -1px;
    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%);
  }
  .sp-actionList__item--other .sp-actionList__link {
    background: var(--light);
    color: var(--dark);
  }
}



/* 下層ページ共通 */

.pagettl{
  margin: 96px auto 0;
  background: var(--yellow);
  text-align: center;
  display: block;
  font-size: 48px;
  line-height: 1;
  padding-block: 15px;
  color: var(--dark);
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .pagettl{
    margin: 64px auto 0;
    font-size: 32px;
    padding-block: 10px;
}
}

.contents{
  padding: 6% 0;
}

.contents_ttl h3{
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    position: relative;
    margin-bottom: 32px;
}
.contents_ttl h3::before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: var(--dark);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
}
.contents_ttl .sub_ttl {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.contents_ttl h3{
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.contents_ttl h3::before {
  width: 40px;
}
.contents_ttl .sub_ttl {
  font-size: 16px;
}
}



/* スクロールヒント */

@media screen and (max-width: 768px) {
  /* 💡 どんなページでも使える共通のコンテナ */
  .scroll-item {
    width: 100%;
    position: relative; /* アイコンを絶対配置するための基準点 */
  }

  /* スクロールコンテナ本体 */
  .scroll-item .js-scrollable {
    overflow-x: auto;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    
    /* 初期状態は一瞬だけ透明にしてカクつきを隠す */
    opacity: 0;
    transition: opacity 0.1s ease;
  }

  /* 中央移動が完了したら表示 */
  .scroll-item .js-scrollable.is-ready {
    opacity: 1 !important;
  }

  /* 子要素：画像（元の拡大サイズ200%を維持） */
  .scroll-item img {
    max-width: none;
    width: 200% !important; /* 横幅2倍まではみ出させる */
    height: auto;
    display: block;
  }

  /* 💡 自動生成されるヒントアイコン：外枠に対して絶対にズレない中央固定 */
  .scroll-item .custom-hint {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    pointer-events: none;
    
    /* 黒背景の座布団 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
  }

  /* 指マークのアイコン */
  .scroll-item .custom-hint-icon {
    display: block !important;
    width: 36px;
    height: 36px;
    background-image: url('../images/scroll_icon.svg'); /* パスが通る場所に配置してください */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    /* 左右にふわふわ動くアニメーション */
    animation: hintMove 1.5s infinite ease-in-out;
  }
}

/* アイコンを左右に揺らすアニメーション */
@keyframes hintMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-6px); }
}


/* 画像ズーム */

/* --------------------------------------------------
   スマホ環境（画面幅767px以下）のみ適用
-------------------------------------------------- */
@media (max-width: 767px) {
  .zoom p {
    position: relative;
    /* overflow: hidden;
    touch-action: none; */
  }

  .zoom img:not(.zoom-icon) {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    touch-action: auto !important;     /* スクロールやピンチズームをブラウザに任せる */
  user-select: auto !important;      /* 長押しによるテキスト選択や標準挙動を戻す */
  -webkit-user-drag: auto !important; /* 画像のドラッグ挙動を標準に戻す */
  }

  /* アイコンはスマホの時だけ表示 */
  .zoom .zoom-icon {
    display: block; /* 表示する */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s;
    opacity: 1;
    visibility: visible;
  }

  /* タッチ操作が始まったら非表示 */
  .zoom.is-active .zoom-icon {
    opacity: 0;
    visibility: hidden;
  }
}

/* --------------------------------------------------
   PC環境（画面幅768px以上）の設定
-------------------------------------------------- */
@media (min-width: 768px) {
  /* PCのときはアイコンを完全に消去する */
  .zoom .zoom-icon {
    display: none !important;
  }
}


/* --------------------------------------------------
   タブ切り替え
-------------------------------------------------- */

.tab__content-item {
  display: none;
}
.tab__content-item.is-show {
  display: block;
}

.tab__menu{
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 40px 20px;
}
.tab__menu li{width: 100%;}
.tab__menu li a{
  display: block;
  position: relative;
  border: 1px solid var(--dark);
  background: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 6% 8%;
  cursor: pointer;
}
.tab__menu li a::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(255,255,255,.5);
}
.tab__menu li a span{
  display: block;
  padding-bottom: 4px;
}
.tab__menu li.is-active a span{
  border-bottom: 2px solid var(--dark);
}
.tab__menu li.is-active a::before{
  background: none;
}
@media (max-width: 768px) {
  .tab__menu li a {
    flex: 1;
    font-size: 20px;
    padding: 3% 3%;
}
}



/* ページTOPボタン */

.pagetop{
  position: fixed;
    bottom: 70px;
    right: 16px;
    z-index: 10;
}
.pagetop a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: .3s;
}
.pagetop a:hover{opacity: .7;}
.pagetop a span{display: block;}
.pagetop a span.icon{
  width: 40px; height: 40px;
}
.pagetop a span.txt{
  text-align: center;
  font-size: 9px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark);
}
@media (max-width: 768px) {
  .pagetop{
    bottom: 60px;
}
}
/* --------------------------------------------------
   フローティングバナー
-------------------------------------------------- */
.floating-banner {
      position: fixed;
      bottom: 20px; /* 画面下部からの距離 */
      right: 20px;  /* 画面右側からの距離 */
      z-index: 9999;
      width: 320px; /* バナーの横幅（画像のサイズに合わせて調整してください） */
      max-width: 90%; /* スマホ対応 */
      
      /* アニメーション用の初期設定（非表示・透明） */
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px); /* 少し下から浮き上がる演出用 */
      transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    }

    /* スクロール後にこのクラスをJSで付与して「ふわっと」表示 */
    .floating-banner.is-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    /* バナー画像 */
    .floating-banner img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0; /* 角丸（不要なら削除） */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 影（不要なら削除） */
    }

    /* ×ボタン（閉じるボタン） */
    .banner-close-btn {
      position: absolute;
      top: -12px;   /* 画像の右上からはみ出す位置に調整 */
      right: -12px; /* 画像の右上からはみ出す位置に調整 */
      width: 28px;
      height: 28px;
      background-color: var(--dark); /* ボタンの背景色 */
      color: var(--light);            /* ×の文字色 */
      border: 1px solid var(--light); /* 白い枠線 */
      border-radius: 50%;     /* 丸型にする */
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      padding: 0;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      transition: background-color 0.2s;
      z-index: 100;
    }

    /* マウスホバー時の効果 */
    .banner-close-btn:hover {
      background-color: #000;
    }

@media (max-width: 768px) {
  .floating-banner {
    bottom: 60px;
    right: 20px;
    width: 400px;
    max-width: 80%;
}
}



/* --------------------------------------------------
   動画ポップアップ（モーダル）
-------------------------------------------------- */

.thumbnail-container {
      cursor: pointer;
      max-width: 800px;
      margin: auto;
      width: 100%;
      padding: 16px;
    }
    .thumbnail-container img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }
    .thumbnail-container:hover img {
      transform: scale(1.02);
    }


  body.modal-open {
  overflow: hidden;        /* スクロールを禁止にする */
  pointer-events: none;    /* 💡裏側のボタンなどのクリックをすべて無効化する */
}
/* 
   2. ポップアップ表示時のクラス（こちらを上書き）
*/
.modal-overlay.is-active {
  opacity: 1 !important;
  pointer-events: auto !important; /* 💡ポップアップ（動画や×ボタン）だけはクリックできるようにする */
}
/* --- 共通のポップアップ背景設定 --- */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  
  .modal-overlay.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* 背景固定（裏側の操作禁止） */
  body.modal-open {
    overflow: hidden;
    pointer-events: none;
  }

  /* --- 1つ目の動画：横長動画（MP4）サイズ設定 --- */
  .modal-content.horizontal-content {
    position: relative;
    width: 90%;
    aspect-ratio: 16 / 9;
    max-width: 1200px;
    max-height: 80vh;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }

  /* --- 2つ目の動画：縦長動画（YouTube）サイズ設定 --- */
  .modal-content.vertical-content {
    position: relative;
    width: 90%;
    aspect-ratio: 9 / 16; /* 💡縦長 9:16 に設定 */
    max-width: 420px;     /* 💡パソコン画面で太くなりすぎないようスマートな幅に固定 */
    max-height: 80vh;     /* 画面の上下にハミ出さないよう制限 */
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }

  /* プレイヤー要素のフィッティング */
  .modal-content iframe,
  .modal-content video {
    width: 100% !important;
    height: 100% !important;
    border: none;
    display: block;
    object-fit: contain;
  }

  /* 閉じる（×）ボタンのスタイル */
  .modal-close-btn {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
    transition: opacity 0.2s;
    z-index: 100000;
  }
  .modal-close-btn:hover {
    opacity: 0.7;
  }


    /* MV横幅 */

    .mv__img img{
      width: 100%;
    }