@import url('https://fonts.googleapis.com/css2?family=Forum&family=Hina+Mincho&family=Sawarabi+Gothic&display=swap');

a {
    cursor: pointer;
}

.eng {
  font-family: "Forum", serif;
}

.gotchic{
  font-family: "Sawarabi Gothic", sans-serif;
}

.mincho{
  font-family: "Hina Mincho", serif;
}

.sp-only {
    display: none;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
    margin: 0;
    overflow-x: clip;
    color: #210F03;
    font-weight: 400;
    position: relative;
}

html {
    color: #210F03;
  font-family: "Sawarabi Gothic", sans-serif;
}

.w-1360 {
    width: 100%;
    margin: auto;
    max-width: 1920px;
}


.w-1280 {
    width: 100%;
    margin: auto;
    max-width: 1920px;
}


.w-1200 {
    width: 100%;
    margin: auto;
    max-width: 1920px;
}

.w-1000 {
    width: 100%;
    margin: auto;
    max-width: 1920px;
}

@media screen and (max-width:1920px) {
    .w-1360 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .w-1280 {
        padding-left: 40px;
        padding-right: 40px;
}
    .w-1200 {
        padding-left: 40px;
        padding-right: 40px;
}
    .w-1000{
        padding-left: 40px;
        padding-right: 40px;
}
}


@media screen and (max-width:1440px) {
    .w-1360 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .w-1280 {
        padding-left: 20px;
        padding-right: 20px;
}
    .w-1200 {
        padding-left: 20px;
        padding-right: 20px;
}
    .w-1000{
        padding-left: 20px;
        padding-right: 20px;
}
}

.w-900 {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

@media screen and (max-width:900px) {
.w-900{
        padding-left: 20px;
        padding-right: 20px;
}
}

.w-860 {
    width: 100%;
    margin: auto;
    max-width: 860px;
}

@media screen and (max-width:860px) {
.w-860 {
        padding-left: 20px;
        padding-right: 20px;
} 
}

body::before{
    background-size: cover;
    background-position: top center;
    background-image: url(../images/common/common-bg_pc.jpg);
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}


header.section-header.site-header {
    position: fixed;
    padding: 14px 45px;
    width: 100%;
    z-index: 9999;
    top: 0;
}

header.section-header.site-header::before{
    background-size: cover;
    background-position: top center;
    /*
    background-image: url(../images/common/common-bg_pc.jpg);
    */
    background-color: #fff;
    opacity: 0;
    transition: .25s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}


header.section-header.site-header.active::before{
    opacity: 1;
    transition: .25s;
}

body.home header.section-header.site-header .section-header_inner {
    color: #fff;
    transition: .25s;
}
body.home header.section-header.site-header.active .section-header_inner {
    color: #210F03;
    transition: .25s;
}

.section-header_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    align-items: center;
}

ul.section-header_inner__nav__list {
    display: flex;
    /* re_0309
    gap: 32px;
    */
    gap: 44px;
    margin-right: 20px;
}

ul.section-header_inner__nav__list li a{
   font-size: 24px;
   display: block;
   width: max-content;
   position: relative;
 opacity: 1;
}

.home header.section-header.site-header ul.section-header_inner__nav__list li a:hover{
 color: #fff;
    transition: .25s;
 opacity: .7;
}

header.section-header.site-header ul.section-header_inner__nav__list li a:hover{
 color: #210F03;
    transition: .25s;
 opacity: .7;
}
header.section-header.site-header.active ul.section-header_inner__nav__list li a:hover{
 color: #0E2F76;
}
 ul.section-header_inner__nav__list li a::before{
    content: "";
   display: block;
   width: 0%;
   height: 1px;
   bottom: -3px;
   background-color: #0E2F76;
   left: 0;
    transition: .25s;
   position: absolute;
}

.home ul.section-header_inner__nav__list li a::before{
   background-color: #fff;
}

header.section-header.site-header.active ul.section-header_inner__nav__list li a::before{
   background-color: #0E2F76;
}

ul.section-header_inner__nav__list li a:hover::before{
   width: 100%;
    transition: .25s;
}


@media screen and (max-width:1600px) {
ul.section-header_inner__nav__list {
    gap: 35px;
    margin-right: 24px;
}

ul.section-header_inner__nav__list li a{
   font-size: 20px;
}
}

@media screen and (max-width:1440px) {
ul.section-header_inner__nav__list {
    gap: 32px;
    margin-right: 24px;
}

ul.section-header_inner__nav__list li a{
   font-size: 18px;
}
}

@media screen and (max-width:1280px) {
ul.section-header_inner__nav__list {
        gap: 28px;
    margin-right: 18px;
}

ul.section-header_inner__nav__list li a{
   font-size: 16px;
}
}




.section-header_inner__nav p {
    text-align: right;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .1em;
}
.section-header_inner{
    position: relative;
}
@media screen and (max-width:1600px) {

.section-header_inner__nav p {
    font-size: 15px;
}
}
@media screen and (max-width:1440px) {

.section-header_inner__nav p {
    font-size: 13px;
}
}

@media screen and (max-width:1280px) {
.section-header_inner__nav p {
    font-size: 12px;
}
}


.section-top__bg-fixed {
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.bg-slider-top {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* スライダー内の各要素を画面いっぱいに */
.bg-slider-top li,
.bg-slider-top picture,
.bg-slider-top img {
  width: 100%;
  height: 100vh;
}
.bg-slider-top li picture{
  display: block;
  width: 100%;
}

/* 画像のトリミング設定（重要） */
.bg-slider-top img {
  object-fit: cover;    /* 縦横比を維持したまま隙間なく表示 */
  object-position: center;
}

@media screen and (max-width:640px) {
.section-top__bg-fixed {
    background-image: url(../images/frontpage/fv-bg-sp.jpg);
}
}

section.section-fv {
    height: 100vh;
    position: relative;
    margin-bottom: 120px;
}

section.section-fv {
    height: 95svh;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.ttl-main-text{
  width: 100%;
  display: block;
  height: auto;
}
.ttl-main-text img{
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

.section-fv__inner{
    position: relative;
    height: 100%;
}

.section-fv__inner__main-text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
}


.section-fv__inner__main-text .ttl{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
}


.recruit-none{
    text-align: center;
}
.gallerytext{
    color: #0E2F76;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width:640px) {
.gallerytext{
    color: #0E2F76;
    text-align: center;
    font-size: 16px;
}

}
/*
.section-fv__inner__main-text h1 {
    font-size: 100px;
    line-height: 1.3;
    letter-spacing: .26em;
    transition-delay: .25s;
}
.section-fv__inner__main-text h1 span {
    position: absolute;
    font-size: 24px;
    letter-spacing: .2em;
    left: 600px;
    bottom: 14px;
}


@media screen and (max-width:1600px) {

.section-fv__inner__main-text h1 {
    font-size: 80px;
}

.section-fv__inner__main-text h1 span {
    font-size: 19px;
    left: 484px;
}

}
@media screen and (max-width:1440px) {

.section-fv__inner__main-text h1 {
    font-size: 72px;
}

.section-fv__inner__main-text h1 span {
    font-size: 18px;
        left: 434px;
}
}

@media screen and (max-width:1280px) {

.section-fv__inner__main-text h1 {
    font-size: 64px;
}

.section-fv__inner__main-text h1 span {
    font-size: 15px;
        left: 387px;
}
}
*/





.section-fv__inner__news {
    position: absolute;
    right: 3.125vw;
    top: 100px;
    background: #73737370;
    border-radius: 5px;
    padding: 16px 26px 16px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    max-width: 25vw;
}

ul.section-fv__inner__news__list a span:first-child {
    padding: 8px 16px;
    background: #ffffff45;
    border-radius: 10000px;
    display: block;
    width: max-content;
    margin-right: 12px;
    line-height: 1;
}
ul.section-fv__inner__news__list a span:last-child{
    display: block;
    width: max-content;
}
ul.section-fv__inner__news__list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.section-fv__inner__news__list p  {
    font-size: 16px;
    width: 100%;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ここで行数を指定 */
    overflow: hidden;
}



@media screen and (max-width:1600px) {
ul.section-fv__inner__news__list p  {
    font-size: 16px;
    margin-top: 9px;
}

}
@media screen and (max-width:1440px) {
ul.section-fv__inner__news__list p  {
    font-size: 14px;
    margin-top: 8px;
}
}

@media screen and (max-width:1280px) {
ul.section-fv__inner__news__list p  {
    font-size: 12px;
    margin-top: 7px;
}
}






.section-fv__inner__news .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: max-content;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

/* 各リスト（棒の土台） */
.section-fv__inner__news .slick-dots li {
    position: relative;
    width: 2px;
    height: 40px; /* 棒1本の長さ */
    background: rgba(255, 255, 255, 0.3); /* 下地の色 */
    cursor: pointer;
}

/* 実際に伸びる白い棒（擬似要素） */
.section-fv__inner__news .slick-dots li button {
    display: none; /* デフォルトのボタンテキストは隠す */
}

.section-fv__inner__news .slick-dots li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: none;
}

/* アクティブな（今表示されている）棒のアニメーション */
.section-fv__inner__news .slick-dots li.slick-active::after {
    animation: progress-bar 5000ms linear forwards; /* 5000msはJSのautoplaySpeedと合わせる */
}

@keyframes progress-bar {
    0% { height: 0; }
    100% { height: 100%; }
}
    .section-fv__inner__news .slick-dots{
        right: -15px;
    }

@media screen and (max-width:640px) {
    .section-fv__inner__news .slick-dots{
        right: -15px;
    }
}

.section-fv__inner__concept__inner__wrap {
    background-position: center center;
    background-image: url(../images/frontpage/top-concept-bg-re.png);
    background-size: 100%;
    background-repeat: repeat-y;
    height: 100%;
    padding: 170px 0 220px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.section-fv__inner__concept__inner__wrap::before{
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center top;
    background-image: url(../images/frontpage/top-concept-bg.png);
    background-size: cover;
}

.section-fv__inner__concept__inner__wrap::after{
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center bottom;
    background-image: url(../images/frontpage/top-concept-bg.png);
    background-size: cover;
}

section.section-fv__inner__concept{
    padding-bottom: 120px;
}

.section-fv__inner__concept__inner__wrap p {
    line-height: 2.4;
    letter-spacing: .2em;
    margin-top: 40px;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-fv__inner__concept__inner__wrap p span {
    display: block;
}
@media screen and (max-width:1600px) {

.section-fv__inner__concept__inner__wrap p {
    font-size: 18px;
}
}
@media screen and (max-width:1440px) {
.section-fv__inner__concept__inner__wrap p {
    font-size: 16px;
}
}

@media screen and (max-width:1280px) {
.section-fv__inner__concept__inner__wrap p {
    font-size: 14px;
}
}



.section-fv__inner__concept__inner__wrap h2 {
    padding: 9px 40px 12px;
    max-width: max-content;
    margin: auto;
    font-size: 24px;
    margin-bottom: 40px;
    color: #0E2F76;
    position: relative;
}

.section-fv__inner__concept__inner__wrap h2::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/frontpage/line-01.png);
    background-size: contain;
    background-position: center top;
}
.section-fv__inner__concept__inner__wrap h2::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/frontpage/line-01.png);
    background-size: contain;
    background-position: center bottom;
}

.section-fv__inner__concept__inner{
    padding-left: 250px;
    padding-right: 250px;
    max-width: none;
}


@media screen and (max-width:1600px) {
.section-fv__inner__concept__inner__wrap {
    padding: 135px 0 180px;
}

.section-fv__inner__concept__inner__wrap h2 {
    padding: 7px 32px 10px;
    font-size: 20px;
    margin-bottom: 43px;
}
.section-fv__inner__concept__inner{
    padding-left: 210px;
    padding-right: 210px;
}
}

@media screen and (max-width:1440px) {
.section-fv__inner__concept__inner__wrap {
    padding: 123px 0 164px;
}

.section-fv__inner__concept__inner__wrap h2 {
    padding: 7px 30px 9px;
    font-size: 18px;
    margin-bottom: 43px;
}
.section-fv__inner__concept__inner{
    padding-left: 190px;
    padding-right: 190px;
}
}

@media screen and (max-width:1280px) {
.section-fv__inner__concept__inner__wrap {
    padding: 103px 0 145px;
}

.section-fv__inner__concept__inner__wrap h2 {
    padding: 6px 24px 8px;
    font-size: 16px;
    margin-bottom: 32px;
}
.section-fv__inner__concept__inner{
    padding-left: 167px;
    padding-right: 167px;
}
}

@media screen and (max-width:768px) {
.section-fv__inner__concept__inner{
    padding-left: 20px;
    padding-right:20px;
}
}



section.section-fv__inner__about {
    padding-top: 120px;
}

.section-fv__inner__about__inner__wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.section-fv__inner__about__inner__wrap__img-ttl {
    display: block;
    width: calc(100% - 950px);
    transition-delay: .5s;
    margin-top: 99px;
}


.section-fv__inner__about__inner__wrap__text {
    margin-bottom: 40px;
    width: 950px;
    padding-left: 75px;
}


@media screen and (max-width:1600px) {
.section-fv__inner__about__inner__wrap__img-ttl{
    width: calc(100% - 725px);
    margin-top: 73px;
}
}
@media screen and (max-width:1440px) {
.section-fv__inner__about__inner__wrap__img-ttl {
    width: calc(100% - 590px);
    margin-top: 71px;
}
}

@media screen and (max-width:1280px) {
.section-fv__inner__about__inner__wrap__img-ttl{
    width: calc(100% - 576px);
    margin-top: 63px;
}
}


.section-fv__inner__about__inner__wrap__img-ttl img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    scale: .9;
}

.section-fv__inner__about__inner__wrap h2 {
    font-size: 110px;
    display: flex;
    flex-direction: column;
    color: #0E2F76;
    position: relative;
}

.section-fv__inner__about__inner__wrap h2 span{
    font-size: 24px;
    display: block;
    color: #210F03;
    letter-spacing: .2em;
}


.section-fv__inner__about__inner__wrap__text {
    margin-bottom: 40px;
    width: 950px;
    padding-left: 75px;
}

.section-fv__inner__about__inner__wrap__text p {
    margin-top: 180px;
    line-height: 1.8;
  font-size: 22px;
    margin-bottom: 55px;
    letter-spacing: .1em;
}



@media screen and (max-width:1600px) {

.section-fv__inner__about__inner__wrap__text {
    padding-left: 44px;
    width: 725px;
}
.section-fv__inner__about__inner__wrap__text p {
  font-size: 18px;
    margin-bottom: 44px;
}
.section-fv__inner__about__inner__wrap h2 {
    font-size: 88px;
}
.section-fv__inner__about__inner__wrap h2 span{
    font-size: 20px;
}
}
@media screen and (max-width:1440px) {
.section-fv__inner__about__inner__wrap__text {
    padding-left: 40px;
    width: 688px;
}

.section-fv__inner__about__inner__wrap__text p {

    margin-bottom: 40px;
  font-size: 16px;
}
.section-fv__inner__about__inner__wrap__text {
    padding-left: 55px;
}
.section-fv__inner__about__inner__wrap h2 {
    font-size: 80px;
}

.section-fv__inner__about__inner__wrap h2 span{
    font-size: 18px;
}
}

@media screen and (max-width:1280px) {

.section-fv__inner__about__inner__wrap__text {
    padding-left: 35px;
    width: 576px;
}
.section-fv__inner__about__inner__wrap__text p {
 
  font-size: 14px;
    margin-bottom: 35px;
}
.section-fv__inner__about__inner__wrap h2 {
    font-size: 70px;
}

.section-fv__inner__about__inner__wrap h2 span{
    font-size: 16px;
}
}




@media screen and (max-width:1440px) {
.section-fv__inner__about__inner__wrap__text p {
    max-width: none;
}
}
.section-fv__inner__about__inner__separate__images{
    margin-top: 80px;
    width: 100%;
}

.section-fv__inner__about__inner__separate__images img{
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}


section.section-fv__inner__menu {
    padding-top: 200px;
}

section.section-fv__inner__menu h2 {
    font-size: 110px;
    display: flex;
    flex-direction: column;
    color: #0E2F76;
}

section.section-fv__inner__menu h2 span {
    font-size: 24px;
    display: block;

    letter-spacing: .2em;
    color: #210F03;
}

.section-fv__inner__menu__inner__wrap{
padding-left:40px;
padding-right: 40px;
}

@media screen and (max-width:1440px) {
.section-fv__inner__menu__inner__wrap{
padding-left:20px;
padding-right: 20px;
}
}

@media screen and (max-width:640px) {
.section-fv__inner__menu__inner__wrap{
padding-left:0px;
padding-right: 0px;
}
}

.section-fv__inner__menu__inner__wrap__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.section-fv__inner__menu__inner__wrap__head p {
    width: 50%;
    max-width: 720px;
    margin-top: 18px;
    line-height: 1.8;
      font-size: 22px;
}



@media screen and (max-width:1600px) {
    section.section-fv__inner__menu h2 {
    font-size: 88px;
}
section.section-fv__inner__menu h2 span{
    font-size: 20px;
}
.section-fv__inner__menu__inner__wrap__head p {
  font-size: 18px;
    max-width: 580px;
}
}
@media screen and (max-width:1440px) {
section.section-fv__inner__menu h2 {
    font-size: 80px;
}
.section-fv__inner__menu__inner__wrap__head p {
  font-size: 16px;
    max-width: 522px;
}
section.section-fv__inner__menu h2 span{
    font-size: 18px;
}
}

@media screen and (max-width:1280px) {
section.section-fv__inner__menu h2 {
    font-size: 70px;
}
section.section-fv__inner__menu h2 span{
    font-size: 16px;
}
.section-fv__inner__menu__inner__wrap__head p {
    max-width: 464px;
  font-size: 14px;
    margin-bottom: 35px;
}
}
.section-fv__inner__menu__inner__wrap ul {
    display: flex;
    gap: 20px;
    margin-bottom: 54px;
    list-style: none; /* 念のため追記 */
    padding: 0; /* 念のため追記 */
}

.section-fv__inner__menu__inner__wrap ul li {
    width: calc((100% - 60px) / 4);
    overflow: hidden; /* 画像拡大のはみ出しをカット */
    border-radius: 5px; /* 角丸をli側で一括管理 */
    aspect-ratio: 3 / 4;
}

.section-fv__inner__menu__inner__wrap ul li a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    position: relative;
    text-decoration: none;
    z-index: 1;
    height: 100%;
    justify-content: space-between;
}

/* --- 疑似要素(before): 背景画像専用 --- */
.section-fv__inner__menu__inner__wrap ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2; /* テキストより奥 */
    transition: transform 0.6s ease; /* 拡大アニメーション */
    aspect-ratio: 3 / 4;
}

/* --- 疑似要素(after): 黒オーバーレイ用 --- */
.section-fv__inner__menu__inner__wrap ul li a::after {
    content: "";
    position: absolute;
    aspect-ratio: 3 / 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* 初期は透明 */
    z-index: -1; /* 画像とテキストの間 */
    transition: background-color 0.4s ease; /* 暗転アニメーション */
}
.section-sitemap__content__inner.w-1000 {
    max-width: 1280px;
}
/* --- ホバーアクション --- */
.section-fv__inner__menu__inner__wrap ul li a:hover::before {
    transform: scale(1.1); /* 画像だけ1.1倍に拡大 */
}

.section-fv__inner__menu__inner__wrap ul li a:hover::after {
    background-color: rgba(0, 0, 0, 0.4); /* 40%の黒を被せる */
}

.section-fv__inner__menu__inner__wrap ul li a span.eng {
    font-size: 40px;
}

.section-fv__inner__menu__inner__wrap ul li a span.mincho {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .2em;
}

/* --- 遅延設定 (inview用クラス等と併用想定) --- */
.section-fv__inner__menu__inner__wrap ul li.menu-child01 { transition-delay: .25s; }
.section-fv__inner__menu__inner__wrap ul li.menu-child02 { transition-delay: .35s; }
.section-fv__inner__menu__inner__wrap ul li.menu-child03 { transition-delay: .45s; }
.section-fv__inner__menu__inner__wrap ul li.menu-child04 { transition-delay: .55s; }

/* --- 個別画像指定 (beforeに対して適用) --- */
.section-fv__inner__menu__inner__wrap ul li.menu-child01 a::before { background-image: url(../images/frontpage/menu-bg-01.png); }
.section-fv__inner__menu__inner__wrap ul li.menu-child02 a::before { background-image: url(../images/frontpage/menu-bg-02.png); }
.section-fv__inner__menu__inner__wrap ul li.menu-child03 a::before { background-image: url(../images/frontpage/menu-bg-03.png); }
.section-fv__inner__menu__inner__wrap ul li.menu-child04 a::before { background-image: url(../images/frontpage/menu-bg-04.png); }

/* 親コンテナ：overflow: hiddenを削除し、高さを自動（中身のリストに合わせる）にする */
.section-fv__inner__gallery__inner {
    margin-top: 180px;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 0px 16px 0px 56px;
    color: #fff;
    position: relative;
    /* height: 90vh; ← 削除：中身のリストが突き抜けるようにするため */
    /* overflow: hidden; ← 削除：stickyが効かなくなる原因 */
}

/* フレックスコンテナ：上揃えにする */
.section-fv__inner__gallery__inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* stickyさせるため上揃え */
    gap: 40px;
    /* 右ギャラリーが短い時もstickyの貼り付き範囲を確保 */
    min-height: calc(100vh + 300px);
}

/* 左側テキスト：ここをスティッキーにする */
.fv__inner__gallery__text {
    max-width: 500px;
    width: 50%;
    position: sticky;
    top: 100px;
    height: calc(100vh - 0px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    padding-bottom: 56px;
    padding-top: 56px;
}

/* 右側リスト：通常通り流す */
ul.fv__inner__gallery__list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

ul.fv__inner__gallery__list li {
    width: 100%;
}

ul.fv__inner__gallery__list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.section-fv__inner__gallery__inner::before{
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center top;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}

.section-fv__inner__gallery__inner::after{
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center bottom;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}

.section-fv__inner__gallery__inner h2 {
    font-size: 110px;
    display: flex;
    flex-direction: column;
}

.section-fv__inner__gallery__inner h2 span {
    font-size: 24px;
    display: block;

    letter-spacing: .2em;
}


@media screen and (max-width:1600px) {
.section-fv__inner__gallery__inner h2 {
    font-size: 88px;
}
.section-fv__inner__gallery__inner h2 span{
    font-size: 20px;
}
}
@media screen and (max-width:1440px) {
.section-fv__inner__gallery__inner h2{
    font-size: 80px;
}
.section-fv__inner__gallery__inner h2 span{
    font-size: 18px;
}
}

@media screen and (max-width:1280px) {
.section-fv__inner__gallery__inner h2 {
    font-size: 70px;
}
.section-fv__inner__gallery__inner h2 span{
    font-size: 16px;
}
}

.fv__inner__gallery__text {
    max-width: 500px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fv__inner__gallery__text p{
   line-height: 1.8;
   letter-spacing: .1em;
   font-size: 22px;
}




@media screen and (max-width:1600px) {
.fv__inner__gallery__text p{
   font-size: 18px;
}

}
@media screen and (max-width:1440px) {
.fv__inner__gallery__text p{
   font-size: 16px;
}
}

@media screen and (max-width:1280px) {
.fv__inner__gallery__text p{
   font-size: 14px;
}
}




.section-fv__inner__gallery__inner__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

ul.fv__inner__gallery__list {
    width: 50%;
}

ul.fv__inner__gallery__list li {
    width: 100%;
}

ul.fv__inner__gallery__list li img {
    width: 100%;
    object-fit: contain;
}

ul.fv__inner__gallery__list {
    width: 50%;
    gap: 16px;
    display: flex;
    flex-direction: column;
}


/* セクション全体：200vhのスクロール領域を確保 */
section.section-fv__inner__reserve {
    position: relative;
    height: 300vh; 
    margin: 0;
    padding: 0;
    /* clip-pathでfixedな子要素をこのセクション内に閉じ込める */
    clip-path: inset(0);
    overflow: clip; 
    z-index: 1;
}

/* 背景画像パネル：差し替えポイント（初期値を0と透明に） */
section.section-fv__inner__reserve::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* 初期状態はサイズ0、透明 */
    width: 0;
    height: 0;
    opacity: 0;
    
    background-image: url(../images/frontpage/reservation-img-01.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    will-change: width, height, opacity;
    /* 出現時のふわっと感を出すためのtransition */
    transition: opacity 1s ease-out;
    pointer-events: none;
    visibility: hidden;
}

/* セクションが画面内にある時だけ表示 */
section.section-fv__inner__reserve.is-active::before {
    visibility: visible;
    opacity: 1; /* ふわっと表示 */
    /* JSから渡される300x400〜のサイズを適用 */
    width: var(--bg-width, 300px);
    height: var(--bg-height, 400px);
    border-radius: 5px;
}

/* 暗幕：全体にかける */
section.section-fv__inner__reserve::after {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #02102E;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.8s ease;
    pointer-events: none;
    visibility: hidden;
}

section.section-fv__inner__reserve.is-active::after {
    visibility: visible;
}

/* 広がりきった時の暗幕濃度 */
section.section-fv__inner__reserve.is-expanded::after {
    opacity: 0.5;
}

/* テキストエリアのラップ：差し替えポイント（stickyに戻す） */
.section-fv__inner__reserve__inner__wrap {
    position: sticky; /* fixedから変更：これで後続コンテンツを邪魔しない */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: fixed;
    padding-top: 80px;
}

/* テキストエリア：中心からふわっと出現（ここは変更なし） */
.fv__inner__reserve__text {
    position: relative;
    color: #fff;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px) scale(0.9);
    transition: 
        opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.3s;
}

.section-fv__inner__reserve.is-expanded .fv__inner__reserve__text {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

/* タイトル・テキスト装飾（ここは変更なし） */
section.section-fv__inner__reserve h2 {
    font-size: 60px;
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
}

section.section-fv__inner__reserve h2 span {
    font-size: 16px;
    text-align: center;
    display: block;
}

.fv__inner__reserve__text p {
    font-size: 22px;
    line-height: 2;
    margin-bottom: 180px;
}

@media screen and (max-width:1600px) {
.fv__inner__reserve__text p{
   font-size: 18px;
}

}
@media screen and (max-width:1440px) {
.fv__inner__reserve__text p{
   font-size: 16px;
}
}

@media screen and (max-width:1280px) {
.fv__inner__reserve__text p{
   font-size: 14px;
}
}


.section-top-access__inner{
    padding-top: 120px;
    padding-bottom: 120px;
}


.section-top-access__inner ul{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.section-top-access__inner ul::before{
    position: absolute;
    width: 10px;
    height: 100%;
    object-fit: contain;
    background-image: url(../images/common/footer-liner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.section-top-access__inner ul li{
    width: calc(50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-top-access__inner ul h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    margin-bottom: 40px;
    color: #0E2F76;
}
.section-top-access__inner ul h2 span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #210F03;
}
.section-top-access__inner ul p{
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width:1600px) {
.section-top-access__inner ul p{
   font-size: 18px;
}

}
@media screen and (max-width:1440px) {
.section-top-access__inner ul p{
   font-size: 16px;
}
}

@media screen and (max-width:1280px) {
.section-top-access__inner ul p{
   font-size: 14px;
}
}


.btn {
    width: max-content;
    max-width: 100%;
    height: 68px;
    display: block;
    position: relative;
    overflow: hidden; /* はみ出し防止 */
}


.home .btn,a.btn.floating-fixed {
    width: max-content;
    max-width: 100%;
    height: 93px;
    display: block;
    position: relative;
    overflow: hidden; /* はみ出し防止 */
}




@media screen and (max-width:1600px) {
  .home .btn,a.btn.floating-fixed {
    height: 75px;
}
}
@media screen and (max-width:1440px) {
.home .btn,a.btn.floating-fixed {
    height: 68px;
}
}

@media screen and (max-width:1280px) {
.home .btn,a.btn.floating-fixed {
    height: 60px;
}
}



.btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    transition: opacity .25s;
    display: block;
    pointer-events: none; /* 画像がマウス反応を邪魔しないように */
}

/* 1枚目（通常） */
.btn img:nth-of-type(1) {
    opacity: 1;
    position: relative;
    z-index: 1;
}

/* 2枚目（ホバー） */
.btn img:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* ホバー時の画像切り替え */
.btn:hover img:nth-of-type(1) {
    opacity: 0;
}

.btn:hover img:nth-of-type(2) {
    opacity: 1;
}

/* 透明なボタン・送信ボタンを全面に */
.btn button,
.btn input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important; /* 絶対に隠す */
    z-index: 10;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.btn-custom-wrap {
    pointer-events: none; /* 外枠は反応させない */
}
.btn-custom-wrap .btn {
    pointer-events: auto; /* ボタン本体だけ反応させる */
    cursor: pointer;
}
/* 戻るボタンのラベル用（画像に文字がない場合） */
.btn-label-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    color: #fff;
    font-weight: bold;
}

.fv__inner__gallery__text .btn {
    margin-top: 40px;
}

.section-fv__inner__menu__inner__wrap .btn {
    margin-left: auto;
    margin-right: auto;
}

.section-fv__inner__reserve .fv__inner__reserve__text .btn {
    margin-left: auto;
    margin-right: auto;
}

.section-top-access__inner ul li a.btn {
    margin-left: auto;
    margin-right: auto;
}










.section-underpage__fv{
    position: relative;
}

.section-underpage__fv__inner__main-text h1{
    font-size: 168px;
    line-height: 1.1;
    color: #0E2F76;
}
.section-underpage__fv__inner__main-text span.mincho{
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: .05em;
}




.section-underpage__fv{
    padding-top: 170px;
}


.section-underpage__fv .text{
    margin-top: 220px;
    max-width: 630px;
    width: 50%;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 22px;
}
section.section-underpage__fv.about .section-underpage__fv .text{
    margin-top: 340px;
}

.section-underpage__fv .text02{
    margin-top: 110px;
    width: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 22px;
}
section.section-underpage__fv .section-underpage__fv__inner.w-1280{
    padding-left: 110px;
}


.section-about-concept{
    margin-top: 160px;
}

.section-about-concept{
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center center;
    background-image: url(../images/about/about-bg.jpg);
    background-size: cover;
}
@media screen and (max-width:1600px) {

.section-underpage__fv__inner__main-text h1{
    font-size: 133px;
}
.section-underpage__fv__inner__main-text span.mincho{
    font-size: 20px;
}

.section-underpage__fv .text,
.section-underpage__fv .text02{
    font-size:17px;
}
.section-underpage__fv .text{
    margin-top: 178px;
}
.section-underpage__fv .text02{
    margin-top: 90px;
}
section.section-underpage__fv .section-underpage__fv__inner.w-1280{
    padding-left: 90px;
}
.about .section-underpage__fv .text{
    margin-top: 275px;
}
}
@media screen and (max-width:1440px) {
.section-underpage__fv__inner__main-text h1{
    font-size: 120px;
}
.section-underpage__fv__inner__main-text span.mincho{
    font-size: 18px;
}

.section-underpage__fv .text,
.section-underpage__fv .text02{
    font-size:16px;
}
.section-underpage__fv .text{
    margin-top: 160px;
}
.section-underpage__fv .text02{
    margin-top: 80px;
}
.about .section-underpage__fv .text{
    margin-top: 248px;
}

section.section-underpage__fv .section-underpage__fv__inner.w-1280{
    padding-left: 80px;
}
}

@media screen and (max-width:1280px) {
.section-underpage__fv__inner__main-text h1{
    font-size: 106px;
}
.section-underpage__fv__inner__main-text span.mincho{
    font-size: 16px;
}

.section-underpage__fv .text,
.section-underpage__fv .text02{
    font-size:14px;
}
.section-underpage__fv .text{
    margin-top: 140px;
}
.section-underpage__fv .text02{
    margin-top: 70px;
}
section.section-underpage__fv .section-underpage__fv__inner.w-1280{
    padding-left: 71px;
}
.about .section-underpage__fv .text{
    margin-top: 220px;
}
}


@media screen and (max-width:768px) {
section.section-underpage__fv .section-underpage__fv__inner.w-1280{
    padding-left: 20px;
}
}

@media screen and (max-width:640px){
.about .section-underpage__fv .text{
    margin-top: 360px;
}
}

.ttl-main {
    font-size: 80px;
    display: flex;
    flex-direction: column;
    color: #0E2F76;
}

.ttl-main span {
    font-size: 22px;
    display: block;
    color: #210F03;
}

.section-about-concept__inner .ttl-main {
    color: #fff;
    margin-bottom: 40px;
}

.section-about-concept__inner .ttl-main span {
    color: #fff;
}


.section-about-concept__inner__wrap {
    background-position: center center;
    background-image: url(../images/frontpage/top-concept-bg-re.png);
    background-size: cover;
    background-repeat: repeat-y;
    height: 100%;
    padding: 56px 61px;
    text-align: left;
    line-height: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-about-concept__inner__wrap::before {
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center top;
    background-image: url(../images/frontpage/top-concept-bg.png);
    background-size: cover;
}


.section-about-concept__inner__wrap::after {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center bottom;
    background-image: url(../images/frontpage/top-concept-bg.png);
    background-size: cover;
}
.section-about-concept__inner__wrap p{
font-size:18px;
}
.section-about-concept__inner__wrap.mincho p {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-about-concept__inner__wrap.mincho p span {
    display: block;
}


.section-about-concept__inner{
    padding-left: 250px;
    padding-right: 250px;
    max-width: none;
}


@media screen and (max-width:1600px) {
.section-about-concept__inner{
    padding-left: 210px;
    padding-right: 210px;
}
}

@media screen and (max-width:1440px) {
.section-about-concept__inner{
    padding-left: 190px;
    padding-right: 190px;
}
}

@media screen and (max-width:1280px) {
.section-about-concept__inner{
    padding-left: 167px;
    padding-right: 167px;
}
}

@media screen and (max-width:768px) {
.section-about-concept__inner{
    padding-left: 20px;
    padding-right:20px;
}
}


.section-about__story{
    margin-top: 180px;
    margin-bottom: 120px;
}
.section-about__story__inner {
    background-position: center center;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
    height: 100%;
    padding: 56px 61px;
    text-align: left;
    line-height: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
    max-width: 1280px;
}

.section-about__story__inner::before {
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center top;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}


.section-about__story__inner::after {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center bottom;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}

.section-about__story__inner__wrap{
    max-width: 1064px;
    margin: auto;
}




.section-about__story__inner__wrap .ttl-main {
    color: #fff;
    margin-bottom: 40px;
    line-height: 1;
}

.section-about__story__inner__wrap .ttl-main span {
    color: #fff;
    line-height: 1;
}



ul.section-about__story__inner__list li {
    display: flex;
    gap: 28px;
}

ul.section-about__story__inner__list  {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

ul.section-about__story__inner__list li img{
    width: 45%;
}

ul.section-about__story__inner__list li div{
    width: calc(55% - 32px);
    margin-top: 32px;
}

ul.section-about__story__inner__list li div p{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .2em;
}
ul.section-about__story__inner__list li div p span {
    display: block;
}

ul.section-about__story__inner__list li div h3 {
    font-size: 24px;
    letter-spacing: .3em;
    margin-bottom: 18px;
    line-height: 1.2;
}


ul.section-about__story__inner__list li {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}


ul.section-about__story__inner__list li:nth-of-type(2n) img{
    order: 2;
}

ul.section-about__story__inner__list li:nth-of-type(2n) div{
    order: 1;
}


.section-about__history__ttl h3{
    margin-top: 32px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    letter-spacing: .3em;
    padding-bottom: 15px;
    margin-bottom: 32px;
    position: relative;
    color: #000E2C;
}

.section-about__history__ttl h3::before{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    /* 破線の実装：Figmaの数値を適用 */
    /* グラデーションの内容はそのまま */
    background-image: linear-gradient(to right, #0E2F76 0px, #0E2F76 8px, transparent 8px, transparent 16px);
    
    /* 背景の横方向の開始位置を -4px に設定 */
    background-position: -4px 0;
    
    /* リピートさせる設定（すでにある場合は不要です） */
    background-repeat: repeat-x;
    
    /* パターンのサイズ（16px周期）を指定 */
    background-size: 16px 100%;
  background-size: 16px 1px; /* 破線+間隔の合計幅（8px + 8px） */
    background-repeat: repeat-x; /* 横方向に繰り返す */
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.section-about__history__inner{
    max-width: 1100px;
}

.section-about__history__inner__wrap ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.section-about__history__inner__wrap ul li{
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 18px;
    position: relative;
}
.section-about__history__inner__wrap ul li::before {
    content: ""; /* 必須 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* 親要素の幅いっぱい */
    height: 1px; /* 線の太さ：1px */
    /* 破線の実装：Figmaの数値を適用 */
    background-image: linear-gradient(to right, #CCCCCC 0px, #CCCCCC 8px, transparent 8px, transparent 16px);
    background-size: 16px 1px; /* 破線+間隔の合計幅（8px + 8px） */
    background-repeat: repeat-x; /* 横方向に繰り返す */
}
.section-about__history__inner__wrap ul li h4 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .3em;
    color: #000E2C;
    width: 180px;
}

.section-about__history__inner__wrap ul li p {
    line-height: 2;
    letter-spacing: .3em;
    font-size: 14px;
    width: calc(100% -  180px - 56px);
}


.section-gallery__shop{
    margin-top: 200px;
}

/* ==========================================================================
   Gallery Slider & Layout
   ========================================================================== */
.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

/* 読み込み時のガタつき防止 */
.js-gallery-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}
.js-gallery-slider:not(.slick-initialized) li {
    flex-shrink: 0;
    width: 360px;
    margin-right: 20px;
}

.js-gallery-slider li {
    padding: 0 11px;
    outline: none;
}

@media screen and (min-width: 769px) {
    .js-gallery-slider li { width: 382px; }
}
@media screen and (max-width: 649px) {

.js-gallery-slider li {
    padding: 0 5px;
    outline: none;
}
}
.js-custom-lightbox li a {
    display: block; width: 100%; aspect-ratio: 1 / 1;
    overflow: hidden; background: #f0f0f0;
}
.js-custom-lightbox li img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.js-custom-lightbox li a:hover img { transform: scale(1.05); opacity: 0.8; }

/* --- 1280px内に収める矢印のコンテナ --- */
.js-slick-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 画面のド真ん中に配置 */
    width: 100%;
    max-width: 1280px; /* ここで1280pxに制限 */
    height: 0; /* 高さを0にしてクリックを妨げない */
    pointer-events: none; /* コンテナ自体はクリックをスルー */
    z-index: 10;
}

.js-slick-arrows .slick-prev,
.js-slick-arrows .slick-next {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    pointer-events: auto; /* ボタンだけはクリック有効 */
    cursor: pointer;
}

.js-slick-arrows .slick-prev { left: 20px; } /* 1280pxの左端から20px */
.js-slick-arrows .slick-next { right: 20px; } /* 1280pxの右端から20px */

@media screen and (max-width:640px) {
.js-slick-arrows .slick-prev { left: 0px; } /* 1280pxの左端から20px */
.js-slick-arrows .slick-next { right: 0px; } /* 1280pxの右端から20px */
    
}

/* 矢印の見た目 (Lightboxと統一) */
.js-slick-arrows .slick-prev:before,
.js-slick-arrows .slick-next:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
}

.js-slick-arrows .slick-prev:before { transform: translate(-50%, -50%) rotate(-45deg); }
.js-slick-arrows .slick-next:before { transform: translate(-50%, -50%) rotate(135deg); }

/* --- Food Drink Grid --- */
.grid-layout { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; list-style: none; padding: 0; }
.grid-layout li { width: calc((100% - 66px) / 4); }
@media screen and (max-width: 768px) {
    .grid-layout li { width: calc((100% - 22px) / 2); }
}

/* ==========================================================================
   Custom Lightbox Overlay
   ========================================================================== */
.gallery-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9); z-index: 10000; justify-content: center; align-items: center; user-select: none;
}
.overlay-content { position: relative; max-width: 90%; max-height: 80vh; display: inline-block; }
.overlay-content img { display: block; max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 0 30px rgba(0,0,0,0.5); }
.overlay-close { position: absolute; top: 15px; right: 15px; color: #fff; font-size: 32px; cursor: pointer; z-index: 10; text-shadow: 0 0 5px rgba(0,0,0,0.8); }
.overlay-prev, .overlay-next { position: absolute; top: 0; width: max-content; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 5; }
.overlay-prev { left: 20px; } .overlay-next { right: 20px; }
.overlay-prev span, .overlay-next span { display: block; width: 20px; height: 20px; border-top: 3px solid #fff; border-left: 3px solid #fff; filter: drop-shadow(0 0 3px rgba(0,0,0,0.5)); }
.overlay-prev span { transform: rotate(-45deg); }
.overlay-next span { transform: rotate(135deg); }
.overlay-counter { position: absolute; left: 0px; bottom: -30px; color: #fff; font-family: "Times New Roman", serif; font-size: 14px; letter-spacing: 0.1em; text-shadow: 0 0 5px rgba(0,0,0,0.8); }

@media screen and (max-width: 640px) {
    .js-slick-arrows { max-width: 100%; } /* スマホは画面幅いっぱい */
    .overlay-prev span, .overlay-next span { width: 15px; height: 15px; }
 
}

section.section-gallery__private.slider-container {
    margin-top: 80px;
}

section.section-gallery__food{
        margin-top: 120px;
        margin-bottom: 180px;
}

section.section-about__history{
        margin-bottom: 180px;

}


.section-gallery__food__inner, 
.section-gallery__private__inner, 
.section-gallery__shop__inner {
    max-width: 1100px;
}

.section-gallery__food__inner__wrap, 
.section-gallery__private__inner__wrap, 
.section-gallery__shop__inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.section-gallery__food__inner__wrap p, .section-gallery__private__inner__wrap p, .section-gallery__shop__inner__wrap p {
    width: 52%;
    max-width: 522px;
    line-height: 1.8;
    letter-spacing: .1em;
}

ul.section-news__tag__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 80px;
    margin-bottom: 40px;
}

ul.section-news__tag__inner li {
    display: block;
    width: max-content;
    min-width: 140px;
}

ul.section-news__tag__inner li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    min-width: 140px;
    width: max-content;
    max-width: 100%;
    border: 1px solid #210F03;
    border-radius: 5px;
    transition: .25s;
}


ul.section-news__tag__inner li a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    min-width: 140px;
    width: max-content;
    max-width: 100%;
    border: 1px solid #0E2F76;
    background-color: #0E2F76;
    color: #fff;
    transition: .25s;
}
ul.section-news__tag__inner li.is-active a {
    border: 1px solid #0E2F76;
    background-color: #0E2F76;
    color: #fff;
    transition: .25s;
}
.section-news__content__inner.w-1000{
    max-width: 1100px;
    width: 100%;
}

.section-news__content__inner__list{
    display: flex;
    flex-direction: column;
    transition: .25s;
    border-top: 1px solid #CCCCCC;

}

.section-news__content__inner__list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}

.section-news__content__inner__list li a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 24px;
    position: relative;
}
.section-news__content__inner__list li a .news-list__date{
    margin-right: 24px;
    width: 90px;
}

.section-news__content__inner__list li a:hover .news-list__title ,
.section-news__content__inner__list li a:hover .news-list__date{
    transition: .25s;
    color: #0E2F76;
}
.section-news__content__inner__list li a .news-list__tag {
    font-size: 12px;
    padding: 8px 22px;
    line-height: 1;
    background-color: #0E2F76;
    color: #fff;
    border-radius: 1000px;
    margin-right: 32px;
    width: 120px;
    text-align: center;
}


.section-news__content__inner__list li a .news-list__title {
    width: calc(100% - 90px - 24px - 32px - 120px);
}

.section-news__content__inner__list li a .news-list__arrows{
    width: 22px;
    height: 22px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: .25s;
}

.section-news__content__inner__list li a .news-list__arrows img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}



.section-news__content__inner__list li a:hover .news-list__arrows{
    right: 14px;
    top: 50%;
}

.access-map {
    margin-top: 18px;
}
table.access-table{
    width: 100%;
}
/* ==========================================================================
   Pagination (Round Box Style)
   ========================================================================== */
.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination .pagination{
    margin-top: 0px;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 12px; /* ボックス間の隙間 */
}

/* 各アイテムの共通スタイル */
.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #0E2F76; /* 紺色の枠線 */
    border-radius: 8px; /* 丸角 */
    color: #0E2F76;
    font-size: 13px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;    
    line-height: 1;
}

/* ホバー時 */
.pagination a.page-numbers:hover {
    border: 1px solid #0E2F76; /* 紺色の枠線 */
    background-color: #0E2F76;
    color: #fff;
}

/* アクティブ（現在地）のスタイル */
.pagination .page-numbers.current {
    background-color: #0E2F76; /* 濃紺で塗りつぶし */
    color: #fff; /* 文字を白に */
    border-color: #0E2F76;
}

/* 三点リーダー（...）のスタイル */
.pagination .page-numbers.dots {
    border: none; /* 枠線を消す */
    width: auto;
    padding: 0 5px;
}

/* 前へ・次への矢印を少し調整 */
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    font-weight: bold;
}

/* スマホ対応：少し小さく、間隔を狭く */
@media screen and (max-width: 768px) {
    .pagination .nav-links {
        gap: 8px;
    }
    .pagination .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}


.section-underpage__fv.news-single .section-underpage__fv__inner__main-text{
    padding-bottom: 56px;
    border-bottom: 1px solid #ccc;
}

.section-underpage__fv.news-single{
    margin-bottom: 80px;
}
.single__news__content__ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
margin-bottom: 32px;
    
}

.single__news__content__ttl .section-news__content__ttl__tag {
    font-size: 12px;
    padding: 8px 22px;
    line-height: 1;
    background-color: #0E2F76;
    color: #fff;
    border-radius: 1000px;
    margin-left: 24px;
    width: 120px;
    text-align: center;
}

.single__news__content__ttl h2{
font-size: 24px;
width: 100%;
margin-top: 16px;
}

.section-single__news__thumbnail {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.section-single__news__thumbnail img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    width: max-content;
}

.section-single__news__content__text h2 {
    padding-bottom: 16px;
    margin-bottom: 18px;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
}

.section-single__news__content__text h2::before {
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    background-color: #ccc;
}

.section-single__news__content__text h2::after {
    position: absolute;
    width: 120px;
    height: 1.5px;
    left: 0;
    display: block;
    bottom: 0;
    content: "";
    background-color: #0E2F76;
}

.section-single__news__content__text p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 2;
}


.section-single__news__content__text h3 {
    margin-bottom: 14px;
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    line-height: 2;
}

.section-single__news__content__text h3::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100000px;
    left: 0;
    display: block;
    top: 17px;
    content: "";
    background-color: #0E2F76;
}

.section-single__news__content__text ul {
    padding: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width: 640px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.section-single__news__content__text ul li {
  position: relative;
  padding-left: 24px;
}

.section-single__news__content__text ul li::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100000px;
    left: 0;
    display: block;
    top: 10px;
    content: "";
    background-color: #0E2F76;
}

.section-single__news__content__text .btn {
    margin: 80px auto 0;
}

.section-access__content{
    margin-top: 120px;

        margin-bottom: 180px;
}
table.access-table tbody {
    color: #424242;
}

table.access-table tr {
    display: flex;
    gap: 55px;
    padding: 20px 24px;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    letter-spacing: .05em;
}

table.access-table tr th.access-table__head {
    display: flex;
    width: 170px;
    font-weight: 400;
}

table.access-table tr td.access-table__data {
    width: calc(100% - 170px);
}


.u-small{
    font-size: 12px;
}

.access-info-list__label{
    width: 120px;
    display: block;
}

.access-info-list__value{
    width: calc(1005 - (120px + 32px));
    display: block;
}

li.access-info-list__item {
    display: flex;
    gap: 32px;
}



section.section-faq__content {
    margin-top: 120px;

        margin-bottom: 180px;
}

/* ==========================================================================
   FAQ Accordion - Final Strict Version
   ========================================================================== */
.faq-list {
    border-top: 1px solid #ccc;
    color: #424242;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    color: #424242;
}

/* --- Qボタン --- */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center; /* アイコンとテキストの縦中央 */
    padding: 18px 0; /* 上下18px指定 */
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    outline: none;
}

/* Q & A 共通アイコン: 24px / line-height: 1 / 0E2F76 */
.faq-icon {
    font-size: 24px;
    line-height: 1;
    color: #0E2F76;
    font-family: serif;
    margin-right: 15px;
    flex-shrink: 0;
    display: block;
}

/* Qテキスト: 16px / 1.8 / .1em */
.faq-question .faq-text {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding-right: 40px; /* 矢印との重なり防止 */
}

.faq-item.is-open .faq-question{
    padding-bottom: 0;
}

/* --- 矢印: 右から14px --- */
.faq-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 17px;
    height: 9px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.4s ease;
    line-height: 0;
}

.faq-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 展開時の矢印（rotateXでパタンと反転） */
.faq-item.is-open .faq-arrow {
    transform: translateY(-50%) rotateX(180deg);
}

/* --- A回答エリア --- */
.faq-answer {
    display: none; /* JSのslideDownで制御 */
}

.faq-answer-inner {
    display: flex; /* ここで横並びを強制 */
    align-items: flex-start;
    position: relative;
    padding-top: 14px; /* 点線からAまでの距離 */
    margin-top: 14px;  /* Qから点線までの距離 */
    padding-bottom: 18px;
}

/* 8px実線 8px余白の点線: ccc */
.faq-answer-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ccc 8px, transparent 8px);
    background-size: 16px 1px;
    background-repeat: repeat-x;
}

/* A本文: 14px / 1.8 / .1em */
.faq-content {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

/* アイコンAの縦位置調整（1行目の中央へ） */
.faq-answer-inner .faq-icon {
    margin-top: calc((14px * 1.8 - 24px) / 2);
}


.faq-text {
    line-height: 1.8;
    font-size: 16px;
}


.section-sitemap__content{
    color: #424242;
}

section.section-sitemap__content {
    margin-top: 64px;
    margin-bottom: 180px;
}
li.sitemap-item a {
    display: block;
}
.sitemap-label {
    line-height: 1.8;
    font-size: 20px;
    width: 100%;
    letter-spacing: .15em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 14px;
    position: relative;
}
.sitemap-label span{
    font-size: 16px;
}

ul.sitemap-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

li.sitemap-item {
    width: calc(50% - 16px);
}
p.sitemap-desc{
    font-size: 14px;
}

span.sitemap-arrow img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;

}

.sitemap-label:hover span.sitemap-arrow{
    position: absolute;
    right: 8px;
    transition: .25s;
}

.sitemap-label:hover{
    color: #0E2F76;
    transition: .25s;
}
span.sitemap-arrow {
    display: block;
    height: 17px;
    width: 9px;
    height: auto;
    position: absolute;
    right: 14px;
    top: 50%;
    display: block;
    transition: .25s;
    transform: translateY(calc(-50% - 11px));
}

section.section-privacy__content {
    margin-top: 120px;
        margin-bottom: 180px;
}

.section-privacy__content__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 2;
    color: #424242;
    max-width: 1000px;
}

.section-privacy__content__inner h2 {
   font-size: 22px;
   color: #0E2F76;
}
.section-privacy__content__inner p {
   font-size: 14px;
}

a.btn.floating-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}



footer {
    background: #000e2c;
    color: #fff;
    position: relative;
}


footer::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -39px;
    width: 40px;
    background-position: center bottom;
    background-image: url(../images/common/footerparts.png);
    background-size: cover;
    height: 40px;
    transform: scaleX(-1);
}

footer::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -39px;
    width: 40px;
    background-position: center bottom;
    background-image: url(../images/common/footerparts.png);
    background-size: cover;
    height: 40px;
}

.footer__inner{
    padding-top: 80px;
    padding-bottom: 48px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
}

.footer-info .footer-logo {
    display: block;
    width: 340px;
}

.footer-info .footer-logo  img{
    display: block;
    width: 100%;
    object-fit: contain;/* 画像の色を反転させて明るさを最大にすることで真っ白にする */
    filter: brightness(0) invert(1);
}


.copyright{
    background-color: #000;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.header_inner__logo {
    width: 130px;
    opacity: 1;
    transition: .25s;
    position: relative;
    z-index: 2;
}

.header_inner__logo:hover{
    opacity: .7;
    transition: .25s;
}

.header_inner__logo img {
    width: 130px;
    object-fit: contain;
    height: auto;
    transition: .25s;
}
.home .header_inner__logo img {
    filter: brightness(0) invert(1);
}

header.section-header.site-header.active .header_inner__logo img {
    filter: none;
    transition: .25s;
}




.footer-nav-cont {
    display: flex;
}

.footer-nav-cont ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 300px;
}
.footer-nav-cont ul a {
font-size: 24px;
}


.footer-nav-cont ul li a{
   font-size: 18px;
   display: block;
   width: max-content;
   position: relative;
 transition: .25s;
 opacity: 1;
}


.footer-nav-cont ul li a:hover{
 color: #fff;
 transition: .25s;
 opacity: .7;
}

.footer-nav-cont ul li a::before{
    content: "";
   display: block;
   width: 0%;
   height: 1px;
   background-color: #fff;
   bottom: -3px;
   left: 0;
   position: absolute;
   transition: .25s;
}



.footer-nav-cont ul li a:hover::before{
   width: 100%;
   transition: .25s;
}






.footer-res {
    display: flex;
    flex-direction: column;
}

.footer-res ul {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.footer-res ul li{
    display: block;
    width: 24px;
    height: 24px;
}

.footer-res ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-res p{
    margin-top: 24px;
    line-height: 1.8;
    font-size: 22px;
    letter-spacing: .1em;
}


@media screen and (max-width:1600px) {
.footer-res p{
   font-size: 18px;
}

}
@media screen and (max-width:1440px) {
.footer-res p{
   font-size: 16px;
}
}

@media screen and (max-width:1280px) {
.footer-res p{
   font-size: 14px;
}
}


section.section-news__content{

        margin-bottom: 180px;
}

section.section-single__news__content{
        margin-bottom: 180px;

}


@media screen and (max-width:1600px) {
.footer-nav-cont ul {
    gap: 26px;
    width: 240px;
}
.footer-nav-cont ul a {
font-size: 20px;
}
}
@media screen and (max-width:1440px) {
.footer-nav-cont ul {
    gap: 26px;
    width: 240px;
}
.footer-nav-cont ul a {
font-size: 18px;
}
}

@media screen and (max-width:1280px) {
.footer-nav-cont ul {
    gap: 26px;
    width: 240px;
}
.footer-nav-cont ul a {
font-size: 16px;
}
}


.section-underpage__fv.gallery,
.section-underpage__fv.about,
.section-underpage__fv.news,
.section-underpage__fv.access,
.section-underpage__fv.recruit,
.section-underpage__fv.menu{
    position: relative;
}
.section-underpage__fv::before {
    width: 50%;
    content: "";
    height: calc(100% + 140px);
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: block;
    /* ブレンドモードを指定（overlay, multiply, screenなどから選択） */
    background-blend-mode: multiply;
    
    /* 画像を少し馴染ませたい場合は不透明度も調整 */
    opacity: 0.9; 
    z-index: -1; /* テキストの邪魔をしないように背面へ */
}

/* 各ページの画像指定はそのまま */
.section-underpage__fv.gallery::before{ background-image: url(../images/common/img-head-gallery.png); }
.section-underpage__fv.about::before{ background-image: url(../images/common/img-head-about.png); }
.section-underpage__fv.news::before{ background-image: url(../images/common/img-head-news.png); }
.section-underpage__fv.access::before{ background-image: url(../images/common/img-head-access.png); }
.section-underpage__fv.recruit::before{ background-image: url(../images/common/img-head-recruit.png); 
    mix-blend-mode: darken;}
.section-underpage__fv.menu::before{ background-image: url(../images/common/img-head-menu.png); 
    opacity: .4;}


.section-recruit__intro__inner{
    padding-top: 72px;
    padding-bottom: 72px;
}


.section-recruit__intro__inner p{
    text-align: center;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .05em;
}

.section-recruit__intro{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 background-image: url(../images/recruit/recruit-intro-bg.jpg);
 margin-top: 120px;
}/* --- 元のスタイルを維持 --- */
.section-recruit__content {
    margin-top: 120px;
    margin-bottom: 120px;
}

.section-recruit__content__inner{
    max-width: 1100px;
    width: 1005;
}

.section-recruit__content__inner h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 52px;
}
.section-recruit__content__inner .ttl-main {
    margin-bottom: 40px;
}
ul.section-recruit__content__inner__tab.js-recruit-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    list-style: none; /* 追記 */
    padding: 0; /* 追記 */
}

ul.section-recruit__content__inner__tab.js-recruit-tab li {
    width: calc((100% - 60px) / 4);
    font-size: 16px;
    border: 1px solid #210F03;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer; /* 追記 */
    transition: all 0.2s; /* 追記 */
}

ul.section-recruit__content__inner__tab.js-recruit-tab li.is-active {
    background-color: #0E2F76;
    color: #fff;
}

.section-recruit__content__inner__tab__cont table {
    width: 100%;
}

.section-recruit__content__inner__tab__cont table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
}

.section-recruit__content__inner__tab__cont table tbody tr {
    display: flex; /* 追記：横並びを維持するため */
    padding: 18px 24px;
    border-bottom: 1px solid #ccc;
}

.section-recruit__content__inner__tab__cont table tbody tr th {
    width: 200px;
    line-height: 1.8;
    text-align: left; /* 追記 */
    font-weight: 400;
    font-size: 18px;
}
.section-recruit__content__inner__tab__cont{
    color: #424242;
}
.section-recruit__content__inner__tab__cont table tbody tr td {
    line-height: 1.8;
    width: calc(100% - 200px);
}

/* --- 表示切り替え用の追記 --- */
.tab-panel {
    display: none; /* 初期は非表示 */
}

.tab-panel.is-show {
    display: block; /* アクティブ時のみ表示 */
}





/* --- 共通の初期状態（画面外にあるとき） --- */
.js-inview {
    opacity: 0;
    transform: translateY(30px); /* 30px下に下げておく */
    transition: opacity 1.0s ease, transform 1.0s ease; /* 1秒かけて動く */
    will-change: opacity, transform; /* パフォーマンス向上 */
}

/* --- クラスがついた時（画面に入ったとき） --- */
.js-inview.is-inview {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* 左右から出したい場合などのバリエーション */
.js-inview.left { transform: translateX(-30px); }
.js-inview.right { transform: translateX(30px); }





.section-recruit__flow {
    background-position: center center;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
    height: 100%;
    padding: 80px 56px;
    text-align: left;
    line-height: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
    margin-bottom: 120px;
}


.section-recruit__flow__over{
    padding-left: 250px;
    padding-right: 250px;
    max-width: none;
}


@media screen and (max-width:1600px) {
.section-recruit__flow__over{
    padding-left: 210px;
    padding-right: 210px;
}
}

@media screen and (max-width:1440px) {
.section-recruit__flow__over{
    padding-left: 190px;
    padding-right: 190px;
}
}

@media screen and (max-width:1280px) {

.section-recruit__flow__over{
    padding-left: 167px;
    padding-right: 167px;
}
}

@media screen and (max-width:768px) {
.section-recruit__flow__over{
    padding-left: 20px;
    padding-right:20px;
}
}

@media screen and (max-width:640px) {
.section-recruit__flow__over{
    padding-left: 0px;
    padding-right:0px;
}
}




.section-recruit__flow::before {
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center top;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}


.section-recruit__flow::after {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-position: center bottom;
    background-image: url(../images/frontpage/top-gallery-bg.png);
    background-size: cover;
}

.section-recruit__flow__content__inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-recruit__flow .ttl-main{
    margin-bottom: 40px;
}

.section-recruit__flow .ttl-main,
.section-recruit__flow .ttl-main span {
    line-height: 1;
    color: #fff;
}

.recruit-flow__list{
    display: flex;
    gap: 40px;
    justify-content: center;
}

.recruit-flow__list li.recruit-flow__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.recruit-flow__img{
    width: 100%;
}

.recruit-flow__img img{
    width: 100%;
    object-fit: contain;
}
span.recruit-flow__step-num {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    position: relative;
    line-height: 1;
    margin-bottom: 12px;
}
span.recruit-flow__step-num::before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom:-2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}
.recruit-flow__step-ttl {
    font-size: 24px;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.5;
    margin-bottom: 20px;
}

p.recruit-flow__step-desc {
    font-size: 14px;
    text-align: center;
}


.section-recruit__entry {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/recruit/recruit-entry-bg.jpg);
    margin-top: 120px;
    margin-bottom: 180px;
}


.recruit-entry__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
}

.recruit-entry__inner .ttl-main {
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin-bottom: 32px;
}

.recruit-entry__inner .ttl-main span{
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.recruit-entry__inner p{
    text-align: center;
    line-height: 2;
    margin-bottom: 56px;
}

.recruit-entry__inner .btn{
    margin-left: auto;
    margin-right: auto;
}





/* 全体のテーブルレイアウト */
.custom-form-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.custom-form-table th {
    width: 250px; /* 左側のラベル幅 */
    padding: 10px 0px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.custom-form-table td {
    padding: 10px 0px;
    vertical-align: middle;
}

/* 必須ラベル */
.label-req {
    background: #002D62; /* 画像の濃紺 */
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
/* 入力フィールド全般のスタイル */
.wpcf7-form-control:not([type="submit"]):not(.wpcf7-radio):not(span.wpcf7-form-control.wpcf7-acceptance) {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    box-sizing: border-box;
}

/* ラジオボタン全体のコンテナ */
.wpcf7-radio {
    display: flex !important;
    gap: 30px; /* 項目間の距離 */
    align-items: center;
    height: 45px; /* 入力欄と高さを合わせる */
}

/* 各選択肢（span）の重なりを解消 */
.wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* ラジオボタン本体（丸ポチ）のカスタマイズ */
.wpcf7-list-item input[type="radio"] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    /* デザインに合わせるならアクセントカラーを指定 */
    accent-color: #002D62; 
}

/* ラベルテキストの調整 */
.wpcf7-list-item-label {
    font-size: 16px;
    color: #333;
    line-height: 1;
}

/* 確認画面（multistep_display）の時の見た目調整 */
.confirm-table td {
    font-size: 16px;
    color: #333;
}

/* ラジオボタン（性別）周りの調整 */
.wpcf7-radio {
    display: flex;
    gap: 20px;
}
.wpcf7-list-item {
    margin: 0;
}

/* 同意する・フッター周り */
.form-footer {
    text-align: center;
    margin-top: 50px;
}

.form-footer p {
    font-size: 14px;
    margin-bottom: 20px;
}

.acceptance-box {
    margin-bottom: 40px;
    font-size: 18px;
}

/* --- 送信ボタン：画像再現スタイル --- */
.submit-btn-wrap {
    position: relative;
    display: inline-block;
}


/* レスポンシブ調整 */
@media screen and (max-width: 768px) {
    .custom-form-table th, .custom-form-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .custom-form-table th {
        border-bottom: none;
    }
}


section.section-contact__content {
    margin-bottom: 80px;
    margin-top: 80px;
}

.section-contact__head{
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-contact__head__inner{
    background-image: url(../images/contact/contact-res-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 80px 120px;
    max-width: 1200px;
}

.section-contact__head__inner h2{
    font-size: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.2;
}

.section-contact__head__inner h2 span {
    font-size: 16px;
    display: block;
    line-height: 1.8;
}

tr.m-300 .wpcf7-form-control-wrap {
    max-width: 300px;
}


.custom-form-table tr.m-600 td {
    max-width: 600px;
    display: flex;
    align-items: baseline;
    gap: 14px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    display: none;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: block;
}

.acceptance-box span.wpcf7-form-control-wrap label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}


select.wpcf7-form-control.wpcf7-select {
    /* デフォルトの矢印を消す（ブラウザ共通） */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 背景画像として矢印を配置 */
    background-image: url('../images/common/arrows-blue.png'); /* style.cssからの相対パス */
    background-repeat: no-repeat;
    background-position: right 18px center; /* 右から15px、上下中央 */
    background-size: 12px auto; /* 画像のサイズに合わせて調整 */

    /* 背景色が白などの場合は指定（画像が背景に隠れないように） */
    background-color: #fff; 

    /* 右側にアイコンが被らないよう余白を確保 */
    padding-right: 40px !important; 
    
    cursor: pointer;
}

/* IEで矢印が出てしまう場合の対策 */
select.wpcf7-form-control.wpcf7-select::-ms-expand {
    display: none;
}




br.sp{
    display: none;
}
br.pc{
    display: block;
}



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

br.pc{
    display: none;
}
    .section-fv__inner__main-text h1 {
    font-size: 26px;
}
section.section-fv {
    height: 95svh;
}
.section-fv__inner__main-text h1 span {
    position: relative;
    font-size: 14px;
    letter-spacing: .2em;
    left: 0;
    bottom: 0;
    display: block;
    margin-top: 8px;
    line-height: 1.6;
}
.section-fv__inner__news {
    position: absolute;
    right: auto;
    top: 120px;
    background: #73737370;
    border-radius: 5px;
    padding: 16px 26px 16px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    max-width: 450px;
    width: calc(100% - 40px);
    left: 20px;
    transform: none;
}
header.section-header.site-header {
    padding: 10px 20px;
}
.section-header_inner__nav{
    display: flex;
    gap: 32px;
    margin-right: 21px;
    display: none;
}
.header_inner__logo,
.header_inner__logo img {
    width: 94px;
}
.section-fv__inner__concept__inner__wrap {
    background-image: url(../images/frontpage/top-concept-bg-re.png);
    padding: 60px 30px 120px;
}
.section-about-concept__inner__wrap{
    background-image: url(../images/frontpage/top-concept-bg-re.png);
    padding: 32px 20px;

}
.section-about-concept__inner__wrap p{
    font-size: 14px;
}
.section-fv__inner__concept__inner__wrap::before,
.section-fv__inner__concept__inner__wrap::after {
    background-image: url(../images/frontpage/top-concept-bg-sp.png);
}
.section-about-concept__inner__wrap::before{
    background-image: url(../images/frontpage/top-concept-bg-sp.png);
}

.section-about-concept__inner__wrap::after{
    background-image: url(../images/frontpage/top-concept-bg-sp.png);
}
.section-fv__inner__concept__inner__wrap::before {
    top: -19px;
    left: 0;
    width: 100%;
    height: 20px;
}
.section-fv__inner__concept__inner__wrap p {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}
.section-fv__inner__about__inner__wrap{
    position: relative;
}
.section-fv__inner__about__inner__wrap h2,
section.section-fv__inner__menu h2,
section.section-fv__inner__reserve h2 {
    font-size: 48px;
}
.section-fv__inner__about__inner__wrap h2 span,
section.section-fv__inner__menu h2 span,
section.section-fv__inner__reserve h2 span {
    font-size: 16px;
}
.section-fv__inner__about__inner__wrap__text p {
    margin-top: 310px;
    line-height: 1.8;
    margin-bottom: 32px;
        font-size: 14px;
}
.section-fv__inner__about__inner__wrap__text {
    margin-bottom: 48px;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
.section-fv__inner__about__inner__wrap__img-ttl{
    top: 40px;
    width: 100%;
        height: 280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0) !important;
}
.section-fv__inner__news .slick-dots {
    right: -10px;
}
.section-fv__inner__about__inner__wrap__img-ttl.js-inview.is-inview {
    display: block;
    transition-delay: .5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0) !important;
}
.section-fv__inner__about__inner__wrap__img-ttl img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.section-fv__inner__about__inner__wrap__text .btn{
    margin-left: auto;
    margin-right: auto;
}
.section-fv__inner__about__inner__separate__images {
    margin-top: 48px;
    width: 100%;
}
section.section-fv__inner__menu {
    padding-top: 80px;
}
.section-fv__inner__menu__inner__wrap__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
}
.section-fv__inner__menu__inner__wrap__head p {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
}
.section-fv__inner__menu__inner__wrap ul li {
    width: calc((100% - 16px) / 2);
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: inherit;
}
.section-fv__inner__menu__inner__wrap ul {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.section-fv__inner__menu__inner__wrap ul li a span.eng {
    font-size: 32px;
}
.section-fv__inner__menu__inner__wrap ul li a p{
    font-size: 14px;
    line-height: 1.6;
}
.section-fv__inner__menu__inner__wrap ul li a {
    display: flex;
    flex-direction: column;
    padding: 8px;
    color: #fff;
    position: relative;
    text-decoration: none;
    z-index: 1;
    gap: 0;
    justify-content: space-between;
    height: 60vw;
}
.section-fv__inner__gallery__inner__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    min-height: 0;
}

.section-fv__inner__gallery__inner {
    background-image: url(../images/frontpage/top-gallery-bg.png);
    padding: 24px 20px 80px 20px;
    margin-top: 80px;

}
.fv__inner__gallery__text {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
    height: auto;
}
.section-fv__inner__reserve__inner__wrap {
    position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: fixed;
    padding-top: 80px;
}
.section-fv__inner__gallery__inner h2{
    order: 1;
}
.section-fv__inner__gallery__inner div{
        order: 2;
}
.fv__inner__gallery__text p {
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 14px;
}
ul.fv__inner__gallery__list {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: row;
}
.section-top-access__inner ul h2 {
    font-size: 38px;
    margin-bottom: 32px;
}
.section-top-access__inner ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 160px;
}
.section-top-access__inner ul p {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
}
.section-top-access__inner ul li{
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-top-access__inner ul::before {
    position: absolute;
    width: 10px;
    height: 90vw;
    background-image: url(../images/common/footer-liner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(
90deg);
max-width: 400px;
}
.footer-nav-cont {
    display: flex;
    width: 100%;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    flex-direction: column;
}
.footer-info .footer-logo {
    display: block;
    width: 170px;
    margin: 0 auto 40px;
}
.footer-nav-cont ul li{
    text-align: center;
}
.footer-nav-cont ul li a{
    margin-left: auto;
    margin-right: auto;
}
.footer-res {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-res p {
    margin-top: 16px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
}
.footer-res ul {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.fv__inner__reserve__text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 120px;
}
.footer-nav-cont {
    display: flex;
    width: 70%;
    margin: auto;
}
.section-underpage__fv__inner__main-text h1 {
    font-size: 80px;
}
.section-underpage__fv__inner__main-text span.mincho {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}
.section-underpage__fv .text {
    margin-top: 360px;
    max-width: 100%;
    width: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 14px;
}
.section-underpage__fv {
    padding-top: 150px;
    overflow: hidden;
}
.section-underpage__fv::before {
    width: 90%;
    content: "";
    height: 360px;
    position: absolute;
    top: 250px;
    right: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    background-blend-mode: multiply;
    opacity: 0.9;
    z-index: -1;
}
.ttl-main {
    font-size: 56px;
}
.ttl-main span{
    font-size: 16px;
}
.section-about__story{
    padding-left: 20px;
    padding-right: 20px;
}
.section-about__story__inner {
    background-image: url(../images/frontpage/top-gallery-bg-body-sp.png);
    padding: 40px 20px;
    gap: 24px;
    background-size: contain;
    background-repeat: repeat-y;
    color: #fff;
}
.section-about__story__inner::before,
.section-about__story__inner::after{
    background-image: url(../images/frontpage/top-gallery-bg-sp.png);
}
ul.section-about__story__inner__list li {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
}
ul.section-about__story__inner__list li img,
ul.section-about__story__inner__list li div {
    width: 100%;

}
ul.section-about__story__inner__list li div p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .3em;
}
ul.section-about__story__inner__list li div h3 {
    font-size: 20px;
    letter-spacing: .3em;
    margin-bottom: 12px;
    line-height: 1.2;
}
ul.section-about__story__inner__list li div {
    order: 1;
    margin-top: 0;
}
ul.section-about__story__inner__list li img {
    order: 2;
}
.section-about__history__ttl h3 {
    margin-top: 28px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    letter-spacing: .3em;
    padding-bottom: 13px;
    margin-bottom: 28px;
    position: relative;
}
.section-about__history__inner__wrap ul li{
    flex-direction: column;
    gap: 10px;
}
.section-about__history__inner__wrap ul li h4 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .3em;
    width: 100%;
}
.section-about__history__inner__wrap ul li p {
    line-height: 2;
    letter-spacing: .3em;
    font-size: 14px;
    width: 100%;
}
.section-about__story {
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-about-concept {
    margin-top: 80px;
}
.section-gallery__food__inner__wrap, .section-gallery__private__inner__wrap, .section-gallery__shop__inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    flex-direction: column;
    gap: 24px;
}
.section-gallery__food__inner__wrap p, .section-gallery__private__inner__wrap p, .section-gallery__shop__inner__wrap p {
    width: 100%;
    max-width: 100%;
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 14px;
}
.section-gallery__shop {
    margin-top: 80px;
}
section.section-gallery__private.slider-container {
    margin-top: 64px;
}
section.section-gallery__food {
    margin-top: 64px;
    margin-bottom: 180px;
}
.grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}
.grid-layout li {
    width: calc((100% - 10px) / 2);
}
.section-access__content__inner.w-860{
    width: 100%;
}
table.access-table{
    width: 100%;
}
table.access-table tr {
    display: flex;
    gap: 12px;
    padding: 18px 0px;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    letter-spacing: .05em;
    flex-direction: column;
}
table.access-table tr th.access-table__head {
    display: flex;
    width: 100%;
    font-size: 16px;
}
table.access-table tr td.access-table__data {
    width: 100%;
    font-size: 14px;
}
li.access-info-list__item {
    display: flex;
    gap: 4px;
    flex-direction: column;
}span.access-info-list__label{
    font-size: 15px;
}
ul.access-info-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.access-map iframe {
    height: 55vw;
}
ul.section-news__tag__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 8px;
    margin-top: 80px;
}
ul.section-news__tag__inner li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 22px;
    min-width: max-content;
    width: max-content;
    max-width: 100%;
    border: 1px solid #210F03;
    border-radius: 5px;
    transition: .25s;
    font-size: 14px;
}
ul.section-news__tag__inner li a:hover{
    min-width: max-content;
    width: max-content;
    padding: 7px 22px;
    font-size: 14px;
}
ul.section-news__tag__inner li {
    display: block;
    width: max-content;
    min-width: max-content;
}
ul.section-news__tag__inner li a:hover{
    transition: none;
}
.section-news__content__inner__list li a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 14px 0;
    position: relative;
    flex-wrap: wrap;
}
.section-news__content__inner__list li a .news-list__tag {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1;
    background-color: #0E2F76;
    color: #fff;
    border-radius: 1000px;
    margin-right: 32px;
    width: max-content;
    text-align: center;
}
.section-news__content__inner__list li a .news-list__date {
    margin-right: 14px;
    width: max-content;
    font-size: 14px;
}
.section-news__content__inner__list li a .news-list__arrows {
    width: 14px;
    height: 14px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: .25s;
}
.section-news__content__inner__list li a .news-list__arrows  img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    object-position: center;
}
.section-news__content__inner__list li a .news-list__title {
    width: calc(100% - 30px);
    margin-top: 16px;
    font-size: 14px;
}
.section-underpage__fv.news-single .section-underpage__fv__inner__main-text {
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
}
.section-underpage__fv.news-single {
    margin-bottom: 56px;
}
.single__news__content__ttl .section-news__content__ttl__tag {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1;
    background-color: #0E2F76;
    color: #fff;
    border-radius: 1000px;
    margin-left: 14px;
    width: max-content;
    text-align: center;
}
.single__news__content__ttl h2 {
    font-size: 20px;
    width: 100%;
    margin-top: 18px;
}
.section-single__news__thumbnail {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
}
.section-single__news__content__text h2 {
    padding-bottom: 12px;
    margin-bottom: 14px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
}
.section-single__news__content__text p {
    margin-bottom: 32px;
    line-height: 2;
    font-size: 16px;
}
.section-single__news__content__text h3 {
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    line-height: 2;
}
.section-single__news__content__text h3::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100000px;
    left: 0;
    display: block;
    top: 14px;
    content: "";
    background-color: #0E2F76;
}
.section-single__news__content__text ul {
    padding: 14px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width: 640px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.section-underpage__fv .text02 {
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 14px;
}
section.section-faq__content {
    margin-top: 80px;
    margin-bottom: 180px;
}
.faq-question .faq-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding-right: 30px;
}
.faq-text {
    line-height: 1.8;
    font-size: 12px;
}
.faq-item.is-open .faq-arrow {
    transform: translateY(0%) rotateX(180deg);
}

.section-recruit__intro {
    margin-top: 80px;
}
.section-recruit__intro__inner p {
    text-align: left;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 14px;
}

ul.section-recruit__content__inner__tab.js-recruit-tab li {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
    border: 1px solid #210F03;
    padding: 8px;
}
ul.section-recruit__content__inner__tab.js-recruit-tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
}
.section-recruit__content__wrap.w-900{
    padding-left: 0;
    padding-right: 0;
}
.section-recruit__content__inner h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}
.section-recruit__content__inner__tab__cont table tbody tr {
    display: flex;
    padding: 14px 0px;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
}
.section-recruit__content__inner__tab__cont table tbody tr td {
    line-height: 1.8;
    font-size: 14px;
    width: 100%;
}
.section-recruit__content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-recruit__flow {
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/frontpage/top-gallery-bg-body-sp.png);
    padding: 40px 20px;
    gap: 24px;
    color: #fff;
    margin-bottom: 80px;
    width: calc(100% - 40px);
}

.section-recruit__flow::before,
.section-recruit__flow::after{
    background-image: url(../images/frontpage/top-gallery-bg-sp.png);
}

.recruit-flow__list {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-direction: column;
}
p.recruit-flow__step-desc {
    font-size: 12px;
    text-align: center;
}
.recruit-flow__step-ttl {
    font-size: 22px;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.5;
    margin-bottom: 12px;
}
.recruit-flow__list {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
}
.recruit-entry__inner .ttl-main {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 24px;
}
.recruit-entry__inner p {
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
    font-size: 14px;
}
ul.sitemap-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}
li.sitemap-item {
    width: 100%;
}
span.sitemap-arrow {
    display: block;
    height: 17px;
    width: 6px;
    height: auto;
    position: absolute;
    right: 14px;
    top: 50%;
    display: block;
    transform: translateY(calc(-50% - 11px));
}
span.sitemap-arrow img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    display: block;
}
.sitemap-label {
    line-height: 1.8;
    font-size: 16px;
    width: 100%;
    letter-spacing: .15em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
p.sitemap-desc {
    font-size: 12px;
}
.sitemap-label span {
    font-size: 18px;
}

section.section-privacy__content {
    margin-top: 80px;
    margin-bottom: 180px;
}
.section-privacy__content__inner p {
    font-size: 12px;
}
.section-privacy__content__inner h2 {
    font-size: 20px;
    color: #0E2F76;
}
.section-privacy__content__inner {
    gap: 12px;
}
/* PC・共通設定 */
.btn {
    display: block;
    position: relative;
    /* 高さを固定し、横幅は中身（画像）に合わせる */
    height: 64px; 
    width: min-content; /* 画像の横幅に合わせる */
    max-width: 100%;    /* 親要素は絶対超えない */
}

.btn img {
    /* 親のheight(64px)に100%合わせる */
    height: 100%;
    width: auto; /* 横幅は比率を維持して自動計算 */
    display: block;
    object-fit: contain;
    transition: .25s;
}
a.btn.floating-fixed {
    position: fixed;
    right: 24px;
    bottom: 24px;
    height: calc(45px * 1.5);
}

.btn {
        /* スマホでは少し高さを抑える（任意：48px〜54pxくらいが一般的） */
        height: 45px; 
        margin-left: auto;
        margin-right: auto;
    }
    
    /* スマホで画像が画面幅を超えそうな時の保険 */
    .btn img {
        max-width: 100vw; 
    }

    .overlay-close{
        top: 0;
    }
    .overlay-counter {
    left: 0;
    bottom: -25px;
    font-size: 12px;
}

.section-contact__head__inner {
    background-image: url(../images/contact/contact-res-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
        padding: 30px 10px;
    flex-direction: column;
    gap: 20px;
}
.section-contact__head__inner h2 {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
}.section-contact__head{
    padding-left: 20px;
    padding-right: 20px;
}
tr.m-300 .wpcf7-form-control-wrap {
    max-width: 100%;
}
section.section-contact__content {
    margin-bottom: 80px;
    margin-top: 40px;
}
.custom-form-table tr.m-600 td span{
    width: 70%;
}
.section-contact__head {
    margin-top: 40px;
    margin-bottom: 40px;
}
.custom-form-table th{
    display: block;
    width: 100%;
    padding: 15px 0 14px;
}.custom-form-table td {
    padding: 0px 0 15px;

}
.custom-form-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}
.form-footer {
    text-align: center;
    margin-top: 24px;
}

}



ul.section-header_inner__nav__list li a span{
    display: none;
}
/* PCではボタンを隠す */
.hamburger-btn-wrap { display: none; }

@media screen and (max-width: 800px) {
    /* ボタンの表示 */
    .hamburger-btn-wrap {
        display: block;
        position: relative;
        z-index: 1001;
        cursor: pointer;
        width: 40px; 
    }
    
    /* 画像の切り替え */
    .hamburger-trigger .img-close { display: none; }
    .hamburger-trigger.is-active .img-open { display: none; }
    .hamburger-trigger.is-active .img-close { display: block; }

    /* ナビゲーションの展開 */
    .section-header_inner__nav {
        display: none; /* JSのtoggleClass(active)で制御 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fffffff0; /* ベースの色 */
        z-index: 1000;
        padding: 80px 20px; /* ロゴやボタンと被らないよう上部余白 */
    }
    .section-header_inner__nav.active {
        display: flex;
        flex-direction: column;
    }
    .hamburger-trigger{
        width: 40px;
        height: 40px;
    }

    .hamburger-trigger img{
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    ul.section-header_inner__nav__list {
    display: flex;
    gap: 32px;
    margin-right: 0px;
    flex-direction: column;
    order: 1;
}
ul.section-header_inner__nav__list li a {
    font-size: 24px;
    display: flex;
    width: max-content;
    position: relative;
    opacity: 1;
    align-items: baseline;
    color: #0E2F76;
}
.section-header_inner__nav p{
    order: 2;
}

ul.section-header_inner__nav__list li a span{
    display: block;
    font-size: 14px;
    margin-left: 14px;
    color: #302721;
}
.section-header_inner__nav p {
    text-align: left;
}
header.section-header.site-header.active ul.section-header_inner__nav__list li a::before{
    display: none;
}
header.section-header.site-header.active ul.section-header_inner__nav__list li a:hover::before{
    display: none;
}.form-footer p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
}
}



.btn-custom-wrap {
    position: relative;
    display: inline-block; /* または block（デザインに合わせて） */
    width: max-content;
    height: 64px; /* ボタンの高さに合わせる */
    margin: 0 auto;
}

/* 実際のCF7送信ボタンを透明にして全面に配置 */
.btn-custom-wrap .wpcf7-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* 完全に透明化 */
    cursor: pointer;
    z-index: 10;
}


/* セクション全体：料理写真 */
.section-menu-concept {
    padding: 200px 0;
    margin-bottom: 200px;
    margin-top: 120px;
    position: relative; /* 基準にする */
    overflow: hidden;   /* はみ出し防止 */
    /* background-image はJSで制御するので削除か初期値のみ */
}

/* 背景を収めるコンテナ */
.section-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;background-color: #000; /* 白飛び防止。画像が暗めなら黒がベスト */
    z-index: 0;
}
.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.1);
    /* opacityの時間を少しだけtransformより短くすると、より滑らかに見えます */
    transition: opacity 0.6s ease-in, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}
.bg-layer.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* 中身が背景の下に潜らないように */
.section-menu-concept__inner {
    position: relative;
    z-index: 1;
}


.menu-concept__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
/* 共通設定：ガタつき防止のために position を維持 */
.menu-concept__item {
    flex: 0 1 16%;
    background: hsla(0, 0%, 100%, 0.25);
    backdrop-filter: blur(3rem);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: flex 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    position: relative; /* 子の絶対配置の基準 */
    overflow: hidden;
    border-radius: 5px;
}

/* 選択中：和紙テクスチャ背景 */
.menu-concept__item.is-active {
    flex: 1.5;
    backdrop-filter: none;
    cursor: default;
    border-radius: 0;
    border-left: none;
    background: transparent;
    /* 中間のテクスチャ：上下10pxを空けて敷き詰める */
    background-image: url(../images/common/whit-paper-middle.png);
    background-repeat: repeat;
    background-position: center;

    background-size: contain;
    /* 背景を表示する範囲を上下10px内側に絞る（ガタつき防止の肝） */
    background-clip: content-box; 
    padding: 10px 0; 
}

/* 共通の端テクスチャ設定 */
.menu-concept__item::before,
.menu-concept__item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 2;
    opacity: 0; /* 通常時は隠す */
    pointer-events: none; /* クリックを邪魔しない */
}

/* 上端 */
.menu-concept__item::before {
    top: 0;
    background: url(../images/common/whit-paper-top.png) no-repeat center top / cover;
}

/* 下端 */
.menu-concept__item::after {
    bottom: 0;
    background: url(../images/common/whit-paper-bottom.png) no-repeat center bottom / cover;
}

/* アクティブ時に端を表示 */
.menu-concept__item.is-active::before,
.menu-concept__item.is-active::after {
    opacity: 1;
}

/* 中身のコンテンツレイヤー */
.menu-concept__item__inner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 詳細エリア */
.menu-detail-box {
    opacity: 0;
    padding: 60px 40px;
    max-width: 660px;
    pointer-events: none;
}



.menu-concept__item.is-active .menu-detail-box {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition: all 0.5s ease 0.2s; /* 広がった後にふわっと出す */
}

/* 縦書きラベル */
.menu-label {
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

.menu-concept__item.is-active .menu-label {
    color: #210F03;
    top: 10px;
}


.menu-concept__item.is-active .menu-label .eng{
    color: #0C255B;
}




.menu-label .eng {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: .2em;
}

.menu-label .mincho {
    font-size: 20px;
    letter-spacing: 0.6em;
    margin-right: 8px;
    line-height: 1.2;
}

p.detail-text {
    margin-bottom: 40px;
    line-height: 1.8;
    letter-spacing: .1em;
    width: 80%;
}
.detail-btns{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* SPレスポンシブ */
@media screen and (max-width: 800px) {
    .menu-concept__list {
        flex-direction: column;
        min-height: auto;
    }
    .menu-concept__item {
        flex: none;
        width: 100%;
        height: 150px;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .menu-concept__item.is-active {
        height: auto;
        min-height: 400px;
    }
    .menu-label {
        writing-mode: horizontal-tb;
        height: 100px;
        flex-direction: row;
        align-items: center;
        right: 20px;
        top: 0;
    }
}


@media screen and (max-width:640px) {
    .menu-label {
    writing-mode: horizontal-tb;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    right: auto;
    top: 0;
    left: 30px;
    position: relative;
    order: 1;
    display: flex;
    width: calc(100% - 60px);
        font-size: 18px;
}
.menu-detail-box {
    opacity: 0;
    padding: 20px 30px 40px;
    max-width: 100%;
    pointer-events: none;
    order: 2;
}
.menu-concept__item__inner {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}
.menu-label .eng {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: .2em;
}
.menu-label .mincho {
    line-height: 1.6;
    font-size: 16px;
        white-space: break-spaces;
}
p.detail-text {
    font-size: 12px;
    margin-bottom: 72px;
    line-height: 1.8;
    letter-spacing: .1em;
}
.menu-concept__item__inner .btn {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.menu-concept__item__inner .btn img{
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.detail-btns{
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.section-menu-concept {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.4s ease;
    padding: 56px 0;
    margin-bottom: 180px;
    margin-top: 80px;
}
}
ul.fv__inner__gallery__list.sp{
    display: none;
}



/* フローティングボタンの基本スタイル */
a.btn.floating-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* ふわっとさせる設定 */
  opacity: 1;
  visibility: visible;
}

/* フッター検知時に付与するクラス */
a.btn.floating-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.footer-res__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-res__wrap ul{
    display: flex;
    max-width: 540px;
    width: 50%;
    gap: 30px;
    align-items: center;
}

.footer-res__wrap ul{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .1em;
}
.footer-res__wrap ul{
    color: #9B9B9B;

}



/* 日付入力全体の調整 */
.custom-form-table input[type="date"] {
    letter-spacing: normal; /* 文字間を標準にリセット */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Chrome / Safari 用：スリット部分の余白を調整 */
.custom-form-table input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

/* 年・月・日などの各テキストセグメントの余白を詰める */
.custom-form-table input[type="date"]::-webkit-datetime-edit-text {
    padding: 0 0.1em; /* スラッシュやハイフン周りの隙間を微調整 */
}

.custom-form-table input[type="date"]::-webkit-datetime-edit-year-field,
.custom-form-table input[type="date"]::-webkit-datetime-edit-month-field,
.custom-form-table input[type="date"]::-webkit-datetime-edit-day-field {
    padding: 0;
}

/* プレースホルダーの色指定 */
.custom-form-table input::placeholder,
.custom-form-table textarea::placeholder {
    color: #979797;
    opacity: 1; /* Firefox対策 */
}

/* IE / 古いEdge用 */
.custom-form-table input:-ms-input-placeholder,
.custom-form-table textarea:-ms-input-placeholder {
    color: #979797;
}

/* Safari / Chrome用 */
.custom-form-table input::-webkit-input-placeholder,
.custom-form-table textarea::-webkit-input-placeholder {
    color: #979797;
}


.form-footer a {
    text-decoration: none; /* デフォルトの下線を消す */
    display: inline-block; /* 線の幅を文字に合わせるために必要 */
    color: #393939;        /* デザイン通りの色 */
    
    /* アンダーラインの設定 */
    border-bottom: 1px solid #393939; 
    
    /* 線と文字の距離（オフセット）の調整 */
    line-height: 1.2;      /* 文字の高さを微調整 */
    padding-bottom: 4px; /* ★ここで線との距離を調整（Figmaの62.5%相当） */
    
    transition: opacity 0.3s;
}

.form-footer a:hover {
    opacity: 0.7;
    /* ホバー時に線を消したい場合は border-color: transparent; */
}

.faq-answer-inner a{
    border-bottom: 1px solid;
    color: #0E2F76;
}






/* -------------------------------------------
   ベース & チェックボックス隠し
------------------------------------------- */
.fixed-sns-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* チェックボックスを完全に画面から隠す */
.sns-toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.fixed-sns-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(115, 115, 115, 0.4); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s ease;
}

/* テキストを縦に回転 */
.fixed-sns-btn .eng {
    writing-mode: vertical-rl;
    color: #fff;
    font-family: serif;
    letter-spacing: 0.1em;
    margin: 0;
}

.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.plus-icon img {
   display: block;
   object-fit: contain;
}

/* SNSアイコンリストの初期状態（左側に隠す） */
.sns-list {
    position: absolute;
    right: 100%;
    top: 50%;
    list-style: none;
    padding: 0;
    margin: 0 2px 0 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translateX(10px) translateY(-50%);
}

.sns-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    background: rgba(115, 115, 115, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sns-list li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sns-list li img {
    object-fit: contain;
    object-position: center;
}

/* -------------------------------------------
   PC版: ホバーで左に展開
------------------------------------------- */
@media screen and (min-width: 769px) {
    .fixed-sns-btn {
        padding: 32px 8px;
        border-radius: 12px 0 0 12px;
        gap: 18px;
    }

    .fixed-sns-btn .eng {
        font-size: 14px;
    }

    .plus-icon img {
        width: 10px;
        height: 10px;
    }

    .sns-list {
        gap: 8px;
    }

    .fixed-sns-btn:hover .sns-list {
        opacity: 1;
        visibility: visible;
        transform: translateX(-10px) translateY(-50%);
    }
}

/* -------------------------------------------
   SP版: クリックで左に展開 (PCの縮小デザイン)
------------------------------------------- */
@media screen and (max-width: 640px) {
    .fixed-sns-wrapper {
        /* SPでもヘッダー下付近に固定したい場合はここを調整 */
        top: 50%; 
        transform: translateY(-50%);
    }

    .fixed-sns-btn {
        padding: 16px 9px;
        border-radius: 10px 0 0 10px;
        gap: 12px;
    }

    .fixed-sns-btn .eng {
        font-size: 16px;
    }

    .plus-icon img {
        width: 8px;
        height: 8px;
    }

    .sns-list {
        gap: 6px;
    }

    .sns-list li {
        width: 28px;
        height: 28px;
    }

    .sns-list li img {
        width: 15px;
        height: 15px;
    }

    /* チェックが入った（クリックされた）時に左へ出す */
    .sns-toggle-input:checked ~ .fixed-sns-btn .sns-list {
        opacity: 1;
        visibility: visible;
        transform: translateX(-8px) translateY(-50%);
    }

    .sns-toggle-input:checked ~ .fixed-sns-btn .plus-icon {
        transform: rotate(45deg);
    }
}



@media screen and (max-width:640px) {
    .footer-res__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: auto;
    gap: 40px;
}
.footer-res__wrap ul {
    display: flex;
    max-width: 540px;
    width: 50%;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.footer-res__wrap ul.footer-res__wrap__link {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .1em;
    flex-direction: column;
    gap: 8px;
}

}


/* --- 通常時（1601px以上） --- */
  .sns-list li {
        width: 42px;
        height: 42px;
    }
.sns-list li img {
    width: 56.25%; /* 56px * 0.5625 = 31.5px */
    height: 56.25%;
}

    .fixed-sns-btn{
        scale: 1.2;
    }
/* --- 1600px ~ 1441px --- */
@media screen and (max-width: 1600px) {
    .fixed-sns-btn{
        scale: 1.1;
    }
}

/* --- 1440px ~ 1281px --- */
@media screen and (max-width: 1440px) {
    .fixed-sns-btn{
        scale: 1;
    }
}

/* 共通設定：画像の中央配置 */
.sns-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns-list li img {
    object-fit: contain;
}

.footer-anker{
    position: absolute;
    top: -80px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
}

.footer-anker img{
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}




/* 送信ボタン（CF7生成）を画像に重ねる */
.submit-btn-wrap .btn {
    position: relative; /* 親要素を基準にする */
    display: inline-block;
}

.submit-btn-wrap .btn input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* ボタン自体は消して下の画像を見せる */
    cursor: pointer;
    z-index: 10;
}

/* 確認画面でのテキスト表示用スタイル */
.confirm-text {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


p.thanks-text {
    font-size: 32px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cont02 .btn {
    margin: auto;
    display: block;
    width: max-content;
}

section.section-contact__content.cont02{
    margin-bottom: 180px;
}

@media screen and (max-width:640px){
    p.thanks-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}
ul.fv__inner__gallery__list.pc{
    display: none;
}
ul.fv__inner__gallery__list.sp{
        width: 100%;
        gap: 16px;
        display: flex;
        flex-direction: row;
        position: absolute;
        transition: transform 0.1s linear;
}
.section-fv__inner__gallery__inner div {
    order: 2;
    padding: 0;
    width: 100%;
}
.section-fv__inner__gallery__inner h2 {
    order: 1;
    margin-bottom: 150px;
}
.section-fv__inner__gallery__inner {
    padding: 24px 20px 34px 20px;
}

ul.fv__inner__gallery__list.sp {
    display: flex;
    gap: 16px;
    height: 125px;
    position: absolute;
    top: 130px;
    left: 0;
    will-change: transform;
    width: max-content;
}

ul.fv__inner__gallery__list.sp li {
    height: 100%;
    flex-shrink: 0; /* 幅が縮まないように固定 */
}

ul.fv__inner__gallery__list.sp img {
    height: 100%;
    width: auto; /* 高さに合わせて幅を自動調整 */
    object-fit: cover;
}

}

/* PCでは普通に表示、SPでSticky化 */
@media screen and (max-width: 640px) {
    .js-sticky-section {
        height:200vh; /* スクロールさせる距離（長さ） */
        position: relative;
    }

    .js-sticky-box {
        position: sticky;
        top: 0;
        height: max-content;
        width: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
        min-height: 80vh;
        max-height: 150vh;
    }

    ul.fv__inner__gallery__list.sp {
        display: flex;
        gap: 16px;
        height: 125px;
        position: absolute;
        top: 130px;
        left: 0;
        will-change: transform;
        width: max-content;
    }

    ul.fv__inner__gallery__list.sp li {
        width: 200px; /* 画像のサイズ */
        height: 100%;
        flex-shrink: 0;
    }

    ul.fv__inner__gallery__list.sp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.bg-paper{
position: relative;
background-size: contain;
    background-image: url(../images/common/common-bg_pc.jpg);
}
@media screen and (max-width: 640px) {
    .section-top__bg-fixed {
    height: 100%;
    min-height: 100vh;
    background-position: center center;
    background-image: none;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.section-top-access__inner ul li{
    width: 100%;
}

.section-about-concept__inner__wrap p{
font-size:14px;
}
.footer-res .btn,
div#confirm-step .btn{
    height: calc(45px * 1.5);
}
}

/* タブが閉じているときはボタンを反応させない */
.menu-concept__item:not(.is-active) .detail-btns {
    pointer-events: none;
    opacity: 0;
}

/* 旧GTranslate由来の <font></font> 圧縮CSSは custom-translator 移行に伴い削除しました。 */

/* JA / ENG 切替ボタン */
p.nav-tel-info {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lang-switch {
    display: inline-flex;
    margin-left: 16px;
    border: 1px solid #0E2F76;
    border-radius: 999px;
    overflow: hidden;
    vertical-align: middle;
}
.lang-switch__btn {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    color: #0E2F76;
    border: 0;
    padding: 2px 14px;
    font-size: 10px;
    line-height: 1.6;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.05em;
    transition: background 0.2s, color 0.2s;
    font-weight: 700;
    width: 52px;
    text-align: center;
}
.lang-switch__btn + .lang-switch__btn {
    border-left: 1px solid #0E2F76;
}
html[data-lang="jp"] .lang-switch__btn[data-lang-switch="ja"],
html[data-lang="en"] .lang-switch__btn[data-lang-switch="en"] {
    background: #0E2F76;
    color: #fff;
}

/* GTranslate float widget は廃止済み。残骸が残っていても安全側に隠す。 */
#gt_float_wrapper {
    display: none !important;
}

/* SP用: ハンバーガーの左横に出すバージョン */
.lang-switch.lang-switch--sp {
    display: none;
}
@media screen and (max-width: 800px) {
    .lang-switch.lang-switch--sp {
        display: inline-flex;
        margin-left: auto;
        margin-right: 12px;
        z-index: 9999;
    }
    /* SPではハンバーガーメニュー内のJA/ENGボタンは非表示 */
    .nav-tel-info .lang-switch {
        display: none;
    }
    /* SPではnav-tel-infoを左揃えに */
    p.nav-tel-info {
        justify-content: flex-start;
    }
}

.block {
    display: block;
}