/* CSS Document */
html {
  /*background-color: #104a62;*/
}

img {
  width: 100%;
  height: auto;
}

#main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #104a62;
}

#main.active {
  background: none;
}

#main .cover {
  width: 100%;
  height: 100vh;
  border: solid 20px #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
}

#main .slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#main .slide li {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  /*transition: all 9s;*/
  transform: scale(0.98);
  transform-origin: center center;
}

#main .slide li.active {
  transition: all 3.5s;
  opacity: 1;
  transform: scale(1);
}

#main .slide li.active2 {
  transition: all 3s linear;
  opacity: 0;
}

@media screen and (min-width: 769px) {

  /* PC用 */
  #main .slide li:nth-child(1) {
    background: url("../images/top/1.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(2) {
    background: url("../images/top/2.jpg?v20240625") no-repeat center top;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(3) {
    background: url("../images/top/3.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(4) {
    background: url("../images/top/4.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(5) {
    background: url("../images/top/5.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(6) {
    background: url("../images/top/6.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(7) {
    background: url("../images/top/7.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }

  #main .slide li:nth-child(8) {
    background: url("../images/top/8.jpg?v20240625") no-repeat center center;
    background-size: cover;
    background-position: center;
  }
}

#main h1 {
  max-width: 180px;
  width: 12%;
  position: relative;
  z-index: 10;
}

#main .txt01 {
  font-size: 1.7vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 2;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1500;
  /*transition: all 0.8s;
	opacity:0;*/
  letter-spacing: 2px;
  display: none;
}

#main .txt01.active {
  opacity: 1;
}

#main .txt01.active {
  color: #104a62;
}

#main .txt01.txt_02 {
  color: #FFF;
}

#main .txt02 {
  position: absolute;
  left: 4%;
  bottom: 10vw;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.8vw;
  padding: 0.5% 1%;
  color: #FFF;
  line-height: 1.2;
  z-index: 10;
}

#main .btn {
  width: 3.1%;
  position: absolute;
  right: 0%;
  top: 40%;
  z-index: 10;
}

#main .btn li {
  margin-bottom: 1vw;
  position: relative;
  z-index: 10;
}

#main .btn li img {
  position: relative;
  z-index: 10;
}

.btn .inner {
  width: 30vw;
  height: 11.8vw;
  position: absolute;
  background: url(../images/top/btn_event04.jpg) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: -30vw;
  top: 0;
  transition: all 0.7s;
  z-index: 9;
}

.btn .inner.event2 {
  background: url(../images/top/bg_event01.jpg) no-repeat left top;
  background-size: cover;
}

.btn .inner.event3 {
  background: url(../images/top/bg_event02.jpg) no-repeat left top;
  background-size: cover;
}

.btn li:hover .inner {
  right: 2.7vw;
  /*left:-30vw;	*/
}

.btn .inner h3 {
  font-size: 1.2vw;
  color: #FFF;
  padding: 1.8vw 0 0 2vw;
  position: relative;
}

.btn .inner h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 2vw;
  bottom: -1vw;
}

.btn .inner p {
  font-size: 0.85vw;
  color: #FFF;
  padding: 2vw 0 0 2vw;
  position: relative;
  line-height: 1.8;
}

#main table {
  /* width: 80%; */
  width: 43%;
  position: absolute;
  left: 3.9%;
  bottom: 3vw;
  z-index: 10;
}

#main table th, #main table td {
  font-size: clamp(10px, 0.8vw, 13px);
  color: #FFF;
  font-weight: normal;
}

#main table th {
  vertical-align: top;
  width: 10%;
  position: relative;
}

#main table td {
  padding-left: 2%;
  padding-bottom: 0.3vw;
}

#main table th span {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: right;
}

#main table td span {
  display: inline-block;
  padding-left: 1.3vw;
  position: relative;
}

#main table td span.icon1:before {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  background: url(../images/top/icon01.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5vw;
}

#main table td span.icon2:before {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  background: url(../images/top/icon02.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5vw;
}

#main table td span.icon3:before {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  background: url(../images/top/icon03.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5vw;
}

#main small {
  font-size: 0.7vw;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
}

.anime01 {
  position: fixed;
  left: 0;
  top: 0;
  /*background: #FFF;*/
  width: 100%;
  height: 100vh;
  z-index: 8000;
  /*transition: all 0.8s;*/
  /* display: none; */
  background: #104a62;
}

.anime02 {
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 100vh;
  z-index: 4000;
  /*transition: all 0.8s;**/
  display: none;
  background: url(../images/top/main01.jpg) no-repeat center center;
  background-size: cover;
}

/*.anime03 {
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/top/main02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 1300;
  transition: all 0.8s;
	opacity:0;
  display: none;
}*/
.anime04 {
  width: 100%;
  height: 100vh;
  z-index: 1201;
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.anime05 {
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

#main .cover {
  display: none;
}

.anime01.active, .anime02.active, .anime03.active {
  opacity: 0;
}

.anime01 img {
  display: none;
  width: 19%;
  position: absolute;
  left: 50%;
  margin-left: -9.5%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .anime01 img {
    width: 34%;
    position: absolute;
    left: 50%;
    margin-left: -17%;
    top: 50%;
    transform: translateY(-50%);
  }

  #main {
    width: 100%;
    height: 100vh;
  }

  .anime02 {
    background: url(../images/top/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  /*.anime03 {
    background: url(../images/top/main02_sp.jpg) no-repeat center center;
    background-size: cover;
  }*/
  #main .cover {
    width: 100%;
    height: 100vh;
    border: solid 10px #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    box-sizing: border-box;
  }

  #main .slide li:nth-child(1) {
    background: url("../images/top/1_sp.jpg?v20240625") no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #main .slide li:nth-child(2) {
    background: url("../images/top/2_sp.jpg?v20240625") no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #main .slide li:nth-child(3) {
    background: url("../images/top/3_sp.jpg?v20240625") no-repeat;
    background-position: left center;
    background-size: cover;
  }

  #main .slide li:nth-child(4) {
    background: url("../images/top/4_sp.jpg?v20240625") no-repeat;
    background-position: left center;
    background-size: cover;
  }

  #main .slide li:nth-child(5) {
    background: url("../images/top/5_sp.jpg?v20240625") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  #main .slide li:nth-child(6) {
    background: url("../images/top/6_sp.jpg?v20240625") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  #main .slide li:nth-child(7) {
    background: url("../images/top/7_sp.jpg?v20240625") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  #main .slide li:nth-child(8) {
    background: url("../images/top/8_sp.jpg?v20240625") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  #main h1 {
    width: 34.6%;
  }

  #main .txt01 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 24px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    width: 70%;
    text-align: center;
    line-height: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #main .txt02 {
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    bottom: 42vw;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 3.2vw;
    padding: 3% 2%;
    color: #FFF;
    box-sizing: border-box;
    line-height: 1.2;
    z-index: 10;
  }

  #main .btn {
    width: 7.3%;
    position: absolute;
    right: 0%;
    top: 50%;
  }

  #main .btn li {
    margin-bottom: 1vw;
  }

  #main table {
    width: 89%;
    position: absolute;
    left: 50%;
    margin-left: -44.5%;
    bottom: 3vw;
  }

  #main table th, #main table td {
    font-size: clamp(10px, 2.8vw, 13px);
    color: #FFF;
    font-weight: normal;
  }

  #main table th {
    width: 20%;
    position: relative;
    vertical-align: top;
  }

  #main table td {
    padding-left: 4%;
    padding-bottom: 2vw;
  }

  #main table th span {
    position: absolute;
    width: 100%;
    left: 0;
    top: -0.6vw;
    text-align: right;
  }

  #main table td span {
    display: inline-block;
    padding-left: 4.3vw;
    position: relative;
  }

  #main table td span.icon1:before {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    background: url(../images/top/icon01.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.7vw;
  }

  #main table td span.icon2:before {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    background: url(../images/top/icon02.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.7vw;
  }

  #main table td span.icon3:before {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    background: url(../images/top/icon03.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.7vw;
  }

  #main small {
    display: none;
    font-size: 0.7vw;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}

/********************** 2018/08/02 ********************************/
.skip {
  position: absolute;
  width: 3.1%;
  right: 30px;
  bottom: 30px;
  z-index: 8000;
}

@media screen and (max-width: 768px) {
  .skip {
    width: 10%;
    right: 10px;
    bottom: auto;
    top: 10px;
  }
}

/********************** /2018/08/02 ********************************/
/********************** 2018/08/17 ********************************/
.res_btn {
  position: absolute;
  width: 15.6%;
  text-align: right;
  right: 90px;
  top: 20px;
  margin: auto;
}

.res_btn img {
  height: 40px;
  width: auto;
}

#main .btn {
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}

#main .btn a {
  display: block;
  width: 2.7vw;
  margin: 0 0 0 auto;
}

.information_box dl dd {
  letter-spacing: -0.04em;
}

.information_box>a {
  height: 12vw;
  background: url('images/top/information.png') no-repeat 50% 50%;
  background-size: 100%;
  text-indent: -9999px;
}

.information_box.on>a {
  background-image: url('images/top/information_on.png');
}

@media screen and (max-width: 768px) {
  #main .btn {
    top: 50%;
    bottom: auto;
    width: 80%;
  }

  #main .btn.on {
    width: auto;
  }

  #main .btn a {
    width: 8vw;
    height: auto;
  }

  .information_box dl {
    padding: 3%;
  }

  .information_box dl dt {
    font-size: 3.4vw;
  }

  .information_box dl dd {
    font-size: 3vw;
    letter-spacing: -0.06em;
  }

  .information_box>a {
    padding: 15vw 0;
  }

  table.address_info {
    display: none;
  }

  .res_btn {
    position: absolute;
    width: 15.6%;
    text-align: right;
    right: 125px;
    top: 10px;
    z-index: 8000;
  }

  .res_btn img {
    height: 40px;
    width: auto;
  }
}

.btn_campaign {
  width: 12%;
  position: absolute;
  left: 4%;
  bottom: 8vw;
}

.modal2 {
  display: none;
}

.over_ray {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.modal2 .inner .close {
  width: 6%;
  position: absolute;
  right: 0;
  top: -2vw;
}

.modal2 .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 10002;
}

@media screen and (max-width: 768px) {
  .skip {
    width: 10%;
    right: 10px;
    bottom: auto;
    top: 10px;
  }

  .btn_campaign {
    width: 25%;
    position: absolute;
    left: 7%;
    bottom: 8vw;
  }

  .modal2 .inner .close {
    width: 12%;
    top: -9vw;
  }

  .modal2 .inner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 95%;
  }
}

/********************** /2018/08/17 ********************************/
/*2018/10/15------------------------------------------------------------*/
.campaign_btn01 {
  position: fixed;
  left: 4vw;
  bottom: 8vw;
  z-index: 1000;
  width: 12vw;
}

.cover2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.modal01 {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 9002;
  display: none;
  width: 850px;
}

.modal01 .close {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 9003;
  width: 40px;
}

.modal01 .res {
  position: absolute;
  left: 205px;
  top: 365px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .campaign_btn01 {
    position: absolute;
    right: 7vw;
    bottom: 4vw;
    z-index: 1000;
    width: 25%;
  }

  .cover2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }

  .modal01 {
    position: fixed;
    left: 0%;
    transform: none;
    top: 20vw;
    z-index: 10002;
    display: none;
    width: 100%;
  }

  .modal01 .close {
    position: absolute;
    right: -0px;
    top: -14vw;
    z-index: 10003;
    width: 10vw;
  }

  .modal01 .inner {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: 80vh;
    padding-bottom: 30vw;
  }

  .modal01 .res {
    position: absolute;
    left: 46vw;
    top: 100vw;
    z-index: 10003;
    width: 45vw;
  }
}

/*2018/10/15------------------------------------------------------------*/
/*2020/1/24 バナー設置----------------------------------------------*/
/*2020/3/5更新 バナー設置----------------------------------------------*/
.banner_box {
  position: absolute;
  /*bottom: 15px;*/
  bottom: 40px;
  z-index: 100;
  right: 30px;
  width: 291px;
  /*right: 20px;*/
  /* width: 240px; */
}

/* バナー横並びのための対応 */
.banner_box_left {
  position: fixed;
  /*bottom: 15px;*/
  bottom: 40px;
  z-index: 100;
  right: 325px;
  width: 290px;
  /*right: 20px;*/
  /* width: 240px; */
}

.banner_box_left a {
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}

.banner_side {
  display: flex;
}

.banner_box_left a:hover {
  opacity: 0.8;
}

.banner_season_left a {
  margin-bottom: 5px;
  display: block;
}

/* flexで対応 */
/* .banner_box {
  position: fixed; */
/*bottom: 15px;*/
/* bottom: 40px;
  z-index: 100;
  right: 30px;
  width: 590px; */
/*right: 20px;*/
/* width: 240px; */
/* } */
/* .banner_box a { */
/* width: 290px;バナー2行表示対応 */
/* width: 50%; */
/* margin-left: auto;バナー2行表示対応 */
/* margin-bottom: 5px;
   transition: all 0.2s ease-in-out;
} */
/* .banner_side {
  display: flex;
} */
.banner_box a:hover {
  opacity: 0.8;
}

.banner_season a {
  margin-bottom: 5px;
  display: block;
}

.banner_boxitem a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_boxitem_pc img {
  width: 100%;
  height: auto;
}

.banner_boxitem_sp img {
  display: none;
}

.goto_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .goto_sp {
    display: flex;
  }

  /* 以下バナー2行表示対応 */
  .banner_box_left {
    /*width: calc(100% - 20px);*/
    width: 47%;
    /* min-width: 200px;　バナー2行表示対応 */
    bottom: 10px;
    left: 10px;
  }

  .banner_box_left a {
    margin-bottom: 0;
  }

  .banner_season_left {
    width: 100%;
    /* width: 50%; */
    /*display: flex;
    justify-content: flex-end;
    align-items: flex-end;*/
    margin-left: 0;
    margin-right: auto;
  }

  .banner_season_left a {
    width: 100%;
  }

  /* 以上バナー2行表示対応 */
  .banner_box {
    /* width: calc(100% - 20px);     */
    width: 47%;
    /*バナー2行表示対応
    /* width: 100%; */
    /* min-width: 200px;  */
    bottom: 10px;
    right: 10px;
  }

  .banner_box a {
    margin-bottom: 0;
  }

  .banner_season {
    width: 100%;
    /*バナー2行表示対応
    /* width: 50%; */
    /*display: flex;
    justify-content: flex-end;
    align-items: flex-end;*/
    margin-left: auto;
    margin-right: 0;
  }

  .banner_season a {
    width: 100%;
  }

  .banner_boxitem {
    width: 62%;
    /*margin: 0 auto;*/
    margin-left: auto;
    margin-right: 0;
  }

  .banner_boxitem_sp img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 10px 0px auto;
  }

  .banner_boxitem_pc img {
    display: none;
  }

  /**TOPバナー追加CSS**/
  .banner_boxitem {
    width: 95%;
  }
}

/*2020/5/28更新 style.css読み込むようにしたので上書き----------------------------------------------*/
.sub_navi li:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .sub_navi li:after {
    display: none;
  }
}

/*2025/3/27更新 sp版top左下に注意書き追加----------------------------------------------*/
.caption_box {
  display: none;
}

@media screen and (max-width: 768px) {
  .caption_box {
    display: block;
    width: 45%;
    position: fixed;
    left: 10px;
    bottom: 10px;
  }

  .caption_content {}

  .caption_text {
    color: white;
    font-size: clamp(10px, 0.8vw, 12px);
  }
}

@media screen and (max-width: 500px) {
  .caption_text {
    font-size: 1.6vw;
  }
}

/* 期間限定バナー2行表示用 */
.banner_box.-col2 {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 590px;
  width: calc(50% - 10px);
  z-index: 100;
}

.banner_box.-col2 .banner_season {
  max-width: 290px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .banner_box.-col2 {
    bottom: 2.5em;
    right: 15px;
    width: calc(100% - 30px);
  }

  .banner_box.-col2+.caption_box {
    bottom: 10px;
    width: 100%;
  }
}

/*------------ 3SUP_MHM-3324 MV動画掲載 -------------*/
/*202405 メインビジュアル動画*/
.movie-frame iframe, .movie-frame video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mvMovie {
  height: 100vh;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-out;
  width: 100vw;
  z-index: 1;
}

#mvMovie.active {
  opacity: 1;
}

#mvMovie:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}

#movieStartBtnWrap {
  bottom: 0;
  height: 126px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 126px;
  z-index: 10;
  opacity: 0;
}

#movieStartBtnWrap.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#movieStartBtn {
  display: block;
  margin-top: 10px;
  width: 126px;
  height: 126px;
  position: relative;
  transition: opacity 0.3s;
}

#movieStartBtn:before {
  animation: 12s linear infinite rotation;
  background: url(../images/top/circle-playmovie.svg) left top / 100% 100% no-repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

#movieStartBtn .iconMovie {
  height: auto;
  width: 100%;
}

#movieStartBtn:hover {
  opacity: 0.8;
  ;
}

/* モーダル動画 */
#modal-movie * {
  box-sizing: border-box;
}

#modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  padding: 60px 55px 25px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

#modal-movie.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10001;
}

#modal-movie .modal__overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#modal-movie .modal-panel {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  position: relative;
  width: fit-content;
}

#modal-movie video {
  aspect-ratio: 16 / 9;
  left: 0;
  max-width: 100%;
  max-height: calc(100vh - 85px);
  margin: 0 auto;
  object-fit: contain;
  top: 0;
}

.modal__close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  z-index: 10;
  text-indent: -9999em;
  outline: none;
  border: 0;
}

.modal__close-btn span {
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}

.modal__close-btn span::before,
.modal__close-btn span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.modal__close-btn span::before {
  transform: rotate(135deg);
}

.modal__close-btn span::after {
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .pc-video {
    display: none;
  }

  #modal-movie {
    padding: 50px 15px 15px;
  }

  #modal-movie video {
    aspect-ratio: 9 / 16;
    height: calc(90vh - 65px);
  }
}

@media (min-width: 768px) {
  .sp-video {
    display: none;
  }
}

/********************** 2026/05/26 ********************************/
.navi {
  padding-right: 20px;
  justify-content: flex-end;
  gap: 20px;
}
.navi > li  {
  border: none;
  width: fit-content;
}
.navi > li > a {
  padding: 0;
}
.navi > li > a.reservBtn {
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  border: none;
  padding: 6px 12px;
}
.contents {
  max-width: 100%;
}
#mvMovie,
#main {
  /* max-height: 600px; */
}
.anime05,
#main .cover {
  border: none;
  height: 100%;
}
#main .scroll {
  z-index: 5;
}

.banner_box {
  z-index: 1;
}
.news-section {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  max-width: 1100px;
  width: 100%;
}
.news-section .event_list {
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
.news-section .event_list.cf:after {
  content: unset;
}
.news-section .event_list li {
  margin-bottom: 0;
  margin-right: 0;
}
.news-section .event_list li a .ttl {
  font-size: 16px;
}
.news-section .event_list li a .txt {
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-section .view-more {
  width: 240px;
  margin-top: 40px;
}

.food-section {
  padding: 40px 0 70px;
  overflow: hidden;
}

.food-section * {
  box-sizing: border-box;
}
.section-lead {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.section-title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #2f6177;
  margin-bottom: 25px;
  font-weight: 900;
}

.slider-wrapper {
  max-width: 90%;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* slider
========================= */
.food-slider li {
  aspect-ratio: 68 / 40;
  list-style: none;
  position: relative;
}

.slide-image {
  aspect-ratio: 68 / 40;
  max-width: 680px;
  width: 68%;
  position: relative;
  z-index: 1;
}

.slide-image li {
  aspect-ratio: 68 / 40;
  position: relative;
  width: 100%;
}

.slide-image img {
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-image::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 100%;
  height: 100%;
  background: #104A62;
  z-index: -1;
}

.slide-content {
  background: #EAEAEA;
  color: #1A1A1A;
  margin-left: auto;
  margin-top: -20%;
  padding: 25px 30px;
  position: relative;
  width: 460px;
  z-index: 1;
}

.slide-content .section-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.slide-content p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 30px;
}
.view-more-wrap {
  display: grid;
  gap: 15px;
  margin: 0 auto;
  width: fit-content;
}
.view-more-wrap.-rows2 {
  /* grid-template-rows: repeat(2,1fr); */
}

.view-more {
  align-items: center;
  background: #104A62CC;
  border: 1px soild #104A62;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1.25;
  margin: 0 auto;
  min-height: 50px;
  min-width: 160px;
  padding: 10px 24px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

@media (hover:hover) {
  .view-more {
    transition: opacity 0.3s;
  }
  .view-more:hover {
    opacity: 0.8;
  }
}

/*   bxslider reset
========================= */
.bx-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.bx-wrapper .bx-pager {
  bottom: -60px;
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
  background: #2f6177;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
/* .bx-wrapper .bx-pager.bx-default-pager a.active,  */
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #ccc;
}
.floating-cta {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  width: 120px;
  z-index: 100;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition:
    opacity .4s ease,
    transform .4s ease,
    visibility .4s;
}

.floating-cta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*
responsive
 */
@media screen and (max-width:1200px) {
  .navi {
    gap: 40px;
  }
  .food-section {
    padding-bottom: 35px;
  }
  .slider-wrapper {
    width: 90%;
  }

  .slide-content {
    margin-top: -10%;
    width: 55%;
  }
}

@media screen and (max-width:768px) {
  .navi > li > a.reservBtn:before {
    content: unset;
  }
  .floating-cta {
    width: 80px;
  }
  .contents {
    margin-top: 0;
  }
  .banner_box {
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    margin-top: 0;
    padding: 20px;
    top: auto;
    width: 100%;
  } 
  .banner_season {
    max-width: 200px;
    margin: 0 auto;
    width: 60%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    height: 8px;
    width: 8px;
  }

  .bx-wrapper .bx-pager {
    bottom: -50px;
    left: 0;
    margin: auto;
    right: 0;
  }
  .section-title {
    font-size: min(7vw, 36px);
    letter-spacing: 0.6vw;
  }
  .slider-wrapper {
    width: calc(100% - 20px);
  }
  .slide-image {
    width: 100%;
  }
  .slide-image::after {
    left: 10px;
    top: 10px;
  }
  .slide-content {
    background: none;
    margin-top: 30px;
    padding: 20px 15px;
    position: relative;
    width: 100%;
  }
  .slide-content h3 {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
  .slide-content p {
    font-size: 15px;
  }
  .view-more-wrap {
    max-width: 100%;
  }
  .view-more {
    font-size: 15px;
    min-height: 45px;
    min-width: 240px;
  }

  .news-section {
    background-color: #F0F0F0;
    max-width: 100%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
  .news-section .bx-wrapper {
    overflow: visible !important;
  }
  .news-section .slider-news_wrap {
    margin: 40px auto;
    width: calc(100vw - 80px);
  }
  .news-section .slider-news {
    display: block;
    margin: 0 auto 24px;
  }
  .news-section .slider-news li {
    margin: 0 auto;
    /* width: 80vw !important; */
    width: auto;
  }
  .news-section .bx-wrapper {
    position: relative;
  }

  .news-section .bx-wrapper .bx-prev,
  .news-section .bx-wrapper .bx-next {
    background: none;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    border-top: 2px solid #2f6177;
    border-right: 2px solid #2f6177;
    text-indent: -9999px;
    z-index: 9;
  }

  .news-section .bx-wrapper .bx-prev {
    left: -24px;
    transform: translateY(-50%) rotate(-135deg);
  }

  .news-section .bx-wrapper .bx-next {
    right: -24px;
    transform: translateY(-50%) rotate(45deg);
  }
  /* .news-section .event_list li a {
    align-items: center;
    background: #fff;
    display: flex;
    padding: 5px;
  }
  .news-section .event_list li a .image {
    aspect-ratio: 110 / 77;
    flex-shrink: 0;
    height: auto;
    width: 30%;
  }
  .news-section .event_list li a:before {
    left: 7px;
    top: 3px;
    width: 12%;
  }
  .news-section .event_list li a .image span {
    background-size: cover;
    height: 100%;
  } */
  .news-section .event_list li a .ttl {
    font-size: 13px;
    /* margin-top: 0;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
  }
  .news-section .view-more { 
    margin-top: 60px;
  }
  .food-section {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px){
  .navi {
    background-color: #104A62CC;
    gap: 20px;
    right: 0;
  }
  .navi > li {
    margin: 0;
  }
  .navi > li:last-child {
    border: none;
  }
  /* .banner_box {
    margin-left: auto;
    position: relative;
    bottom: auto;
    margin-top: -185px;
  } */

  .-reverse  .slide-image {
    margin-left: auto;
  }
  .-reverse  .slide-image::after {
    left: unset;
    right: 18px;
  }
  .-reverse  .slide-content {
    margin-left: 0;
    margin-right: auto;
  }
}