/* 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 {
  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 {
  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: fixed;
  /*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%;
  }
}