@charset "utf-8";

  #appdeeplink{
    display: none;
  }

/* CSS Document */
#Live {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
}
#Live p {
  font-size: 15px;
}
#Main, #Venue, #Hotel, #Collabo, #Sns {
  background: url(/static/img/tour/campaign/live/bg.jpg) repeat;
  text-align: center;
  padding: 20px 0;
}
#Main img {
  margin: 0 auto;
}
.txt-main {
  font-weight: bold;
  margin: 40px auto 0;
}
#Merit {
  background: #3A4F8D;
  padding: 40px 0 140px;
}
.menu-live {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  justify-content: center;
  margin: 30px auto 0;
}
.menu-live li {
  width: 45%;
  margin: 0 7px 14px;
}
.menu-live li a {
  background: #FFF;
  box-shadow: 0 0 0 2px #3A4F8D inset;
  border-radius: 10px;
  color: #1C1C1C;
  display: block;
  margin: 0 auto;
}
.menu-live li a img {
  height: 15px;
  width: auto;
}
.menu-live li a span {
  background: #3A4F8D;
  border: solid 2px #3A4F8D;
  border-radius: 10px;
  color: #fff;
  padding: 14px 10px;
  position: relative;
  display: block;
  text-align: center;
  top: -5px;
  left: -5px;
  font-weight: bold;
}
.menu-live li a:hover span {
  top: 0;
  left: 0;
}
.menu-live li a:visited span {
  top: -5px;
  left: -5px;
}
#Merit h2, #Merit h3 {
  text-align: center;
  margin-bottom: 10px;
  position: relative
}
.cospa h2::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/sp-dod.svg) no-repeat center;
  width: 98%;
  height: 90px;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 10px;
}
#Merit h2 img {
  width: 90%;
  margin-left: -25px;
  max-width: 420px;
}
#Merit h3 img {
  height: 65px;
}
.list-cospa {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 60px;
  position: relative;
  justify-content: space-between;
}
.list-cospa li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #000;
  padding: 20px 0;
  margin-bottom: 45px;
}
.list-cospa h4 {
  background: #3A4F8D;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.list-cospa dl {}
.list-cospa dl dt {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
}
.list-cospa dl dt::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/txt-ex.svg) no-repeat center;
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  transform: translate(-97%, -30%)
}
.list-cospa dl dd {
  font-weight: bold;
  font-size: 15px;
}
.txt-red {
  color: #C4505D;
  margin-left: 10px;
}
.txt-big {
  font-size: 1.6em;
}
.txt-price {
  font-family: 'Oswald', sans-serif;
}
.img-win {
  position: relative;
}
.img-win::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/win.svg) no-repeat center;
  width: 142px;
  height: 93px;
  background-size: contain;
  position: absolute;
  top: -20%;
  left: -2%;
  animation: purun 1.5s ease-in-out 0s infinite normal;
}
@keyframes purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  20% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.2) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.img-vs {
  position: relative;
}
.img-vs::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/vs.svg) no-repeat center;
  width: 105px;
  height: 105px;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: -25px;
  left: 50%;
}
.list-cospa::after {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/arrow-u.svg) no-repeat center;
  width: 80px;
  height: 30px;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -10px;
  left: 50%;
}
.txt-cospa {
  background: #FFF8CE;
  border: #2C2C2C 3px solid;
  border-radius: 40px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.txt-red-s {
  color: #C4505D;
}
.tipa {
  padding: 40px 0 0;
}
.list-tipa {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
}
.list-tipa li {
  width: 90%;
  margin: 20px auto 0;
  max-width: 290px;
  background: #fff;
  border: #2C2C2C 3px solid;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.list-tipa li img:first-child {
  margin-bottom: 10px;
}
.list-tipa li img:last-child {
  margin-top: 10px;
}
/*会場別*/
#Venue {
  position: relative;
  padding-top: 70px;
}
.bg-circle {
  width: 130px;
  height: 130px;
  background-color: #FFF8CE;
  border-radius: 50%;
  text-align: center;
  border: #2C2C2C 2px solid;
  font-size: 18px;
  line-height: 130px;
  font-weight: bold;
  margin: 0 auto;
}
.txt-bold {
  font-weight: bold;
}
#Venue .bg-circle {
  position: absolute;
  top: -10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
}
#Hotel .container {
  position: relative;
  padding-top: 140px;
}
#Hotel .bg-circle {
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
#Venue h3, #Hotel h3 {
  margin: 20px auto 30px;
}
#Venue h3 img {
  width: 60%;
  max-width: 250px;
}
.list-photo {
  display: flex;
  flex-wrap: wrap;
}
.list-photo li {
  width: 100%;
  margin-bottom: 10px;
}
.list-photo li img {
  border: #2C2C2C 3px solid;
  border-radius: 20px;
}
.Venue-list {
  max-width: 800px;
  margin: 40px auto;
}
.Venue-list .card-header {
  background: #fff;
  height: 70px;
  border: #2C2C2C 3px solid;
  border-radius: 10px;
  align-content: center;
  padding: 0;
}
.Venue-list .card-header a {
  color: #2C2C2C;
  font-size: 17px;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 64px;
  border-radius: 10px;
}
.Venue-list .card-header a:hover {
  text-decoration: none;
  cursor: pointer;/*20240509追記*/
}
.Venue-list .card-header a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  position: absolute;
  top: 50%;
  left: 94%;
  transform: translate(0, -50%);
  font-weight: 900;
  transform: translateY(-50%) rotate(0deg);
}
.Venue-list .card-header a:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}
.Venue-list .card-header a:not(.collapsed) {
  background: #FFF8CE;
}
.Venue-list .card {
  border-radius: 10px;
}
#Hotel .bg-circle {
  line-height: 25px;
  padding-top: 45px;
}
/*----------------------------
エリア別
----------------------------*/
.acd-content .erea-box {
  width: 95%;
  border-bottom: 1px dashed #999;
  padding-bottom: 40px;
  margin: 0 auto 30px;
}
.bg-venue {
  width: 100%;
}
.acd-content .erea-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.erea-name {
  padding-bottom: 20px;
  margin-bottom: 12px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.1em !important;
  background: url(/static/img/tour/campaign/live/line.svg) no-repeat bottom center;
  background-size: contain;
}
.erea-name:before {
  position: absolute;
  content: "";
  width: 1px;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.erea-name:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
.arrow {
  background: url(/static/img/tour/campaign/live/bg-arrow-sp.svg) no-repeat center center;
  background-size: contain;
  width: 81px;
  height: 46px;
  line-height: 46px;
  margin-right: 10px;
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
  padding-left: 14px;
}
.arrow.kanagawa {
  padding-left: 8px;
}
.areabox row {
  margin: 0 auto;
}
.box-venue {
  margin: 0 auto 20px;
  width: 90%
}
.tit-venue {
  max-width: 150px;
  border-bottom: solid 4px #F76395;
  margin: 0 auto 20px;
  line-height: 2em;
}
.photo {
  text-align: center;
  margin-bottom: 20px;
}
.venue {
  text-align: left;
}
.box-select {
  justify-content: center;
}
.form-select {
  display: block;
  margin: 0 auto 10px;
  width: 90%;
}
.txt-departure {
  background: #000;
  color: #fff;
  width: 100px;
  height: 50px;
  padding: 0 15px;
  font-size: 0.9em;
  line-height: 50px;
}
.select-prefecture {
  height: 50px;
  border: 2px solid #000;
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  position: relative;
}
dl.box-departure dd {
  width: 100%;
}
dl.box-departure dd:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #000;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  pointer-events: none;
}
.erea-box input {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.9em;
  height: 45px;
  line-height: 45px;
  width: 160px;
}
.setbtn {
  display: flex;
  padding: 15px 8px 15px 80px;
  background: url(/static/img/tour/campaign/live/ic-set-sp.svg) no-repeat, linear-gradient(to top right, #F76395, #EE1758);
  background-position: left 5% bottom 50%;
  box-shadow: 0 5px 0 #FEBBBB;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 460px;
  margin: 20px auto 0;
  font-weight: bold;
  align-items: center;
}
.setbtn i {
  margin-left: auto;
}
.setbtn:hover {
  box-shadow: none;
  transform: translateY(5px);
  color: #fff;
  text-decoration: none;
}
/* コラボ企画*/
#Collabo {
  padding: 80px 0 0;
}
.box-collab {
  background: #FFF8CE;
  box-shadow: 0 0 0 3px #2C2C2C inset;
  border-radius: 10px;
  color: #1C1C1C;
  display: block;
  margin: 0 auto;
  max-width: 980px;
}
.box-collab span.box-inner {
  background: #FFF;
  border: solid 3px #2C2C2C;
  border-radius: 10px;
  padding: 14px 10px;
  position: relative;
  display: block;
  text-align: center;
  top: -7px;
  left: -7px;
  padding-top: 40px;
}
.box-collab span.box-inner::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/collab.svg) no-repeat center;
  width: 100%;
  height: 75px;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 1%;
  left: 50%;
}
.box-collab h2 {
  font-size: 16px;
  font-weight: bold;
	margin-bottom: 30px;
}
span.marker {
  background: linear-gradient(transparent 60%, #FFCED2 60%);
  padding: 0 5px;
}
.box-collab ul {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.box-collab ul li {
  margin-bottom: 20px;
}
.box-collab ul li a:hover {
  opacity: 0.7;
}
.box-collab ul li img {
  border: #2C2C2C 1px solid;
  border-radius: 20px;
  margin-bottom: 5px;
}
#Sns {
  padding: 170px 0 40px;
}
#Sns h2 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#Sns h2::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/sns.svg) no-repeat center;
  width: 100%;
  height: 82px;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: -90px;
  left: 50%;
}
span.marker-w {
  background: linear-gradient(transparent 60%, #FFF 60%);
  padding: 0 5px;
}
.list-instragram {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 20px;
  justify-content: space-between;
}
.list-instragram li {
  width: 100%;
  margin: 0 auto 20px;
}
.list-instragram li:first-child {
  position: relative;
}
.list-instragram li:first-child::before {
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/live/insta.svg) no-repeat center;
  width: 100px;
  height: 100px;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: -70px;
  left: 9%;
}
.ico-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ico-sns li {
  width: 20%;
}
/* PC、TAB*/
@media (min-width: 767px) {
  #Main, #Hotel {
    padding: 40px 0;
  }
  #Live p {
    font-size: 18px;
  }
  .menu-live {
    max-width: 1100px;
    margin: 40px auto 10px;
  }
  .menu-live li {
    width: 30%;
    margin: 0 15px 20px;
  }
  .menu-live li a {
    background: #FFF;
    box-shadow: 0 0 0 2px #3A4F8D inset;
    border-radius: 10px;
    color: #1C1C1C;
    display: block;
    margin: 0 auto;
  }
  .menu-live li a img {
    height: 26px;
    width: auto;
  }
  .menu-live li a span {
    padding: 25px 10px;
    top: -7px;
    left: -7px;
  }
  .menu-live li a:visited span {
    top: -7px;
    left: -7px;
  }
  .bg-menu {
    background: url(/static/img/tour/campaign/live/bg-menu-dod.svg) no-repeat center;
    background-size: 82%;
    max-width: 1550px;
    margin: 0 auto;
  }
  #Merit {
    padding: 80px 0 140px;
  }
  .cospa h2::before {
    content: "";
    display: inline-block;
    background: url(/static/img/tour/campaign/live/pc-dod.svg) no-repeat center;
    width: 96%;
    height: 280px;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: 10px;
  }
  #Merit h2 img {
    margin-left: -95px;
  }
  #Merit h3 img {
    height: 80px;
  }
  .list-cospa {
    margin-bottom: 20px;
  }
  .list-cospa::after {
    width: 90px;
    bottom: -20px;
  }
  .list-cospa li {
    width: 48%;
  }
  .img-vs::before {
    width: 140px;
    height: 140px;
    top: 50%;
    left: -25px;
  }
  .list-cospa h4 {
    font-size: 20px;
  }
  .list-cospa dl dt {
    font-size: 20px;
  }
  .list-cospa dl dd {
    font-size: 18px;
  }
  .txt-cospa {
    font-size: 20px;
  }
  .list-tipa li {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list-tipa li img:last-child {
    margin-top: auto;
  }
  .list-tipa li p {
    font-size: 17px !important;
  }
  .tipa {
    padding: 80px 0 0;
  }
  #Venue h3, #Hotel h3 {
    margin: 40px 0 60px;
  }
  .list-photo {
    max-width: 950px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .list-photo li {
    width: 49%;
    margin-bottom: 20px;
  }
  .list-photo li a:hover {
    opacity: 0.7;
  }
  .Venue-list .card-header {
    height: 90px;
  }
  .Venue-list .card-header a {
    font-size: 20px;
    border-radius: 10px;
    line-height: 84px;
  }
  dl.box-departure dd:after {
    right: 40px;
  }
  .erea-name {
    padding-bottom: 40px;
    margin: 20px auto 20px;
    font-weight: bold;
    font-size: 1.3em !important;
  }
  .arrow {
    background: url(/static/img/tour/campaign/live/bg-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 135px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    display: inline-block;
    font-size: 1em;
    text-align: left;
    padding-left: 40px;
  }
  .arrow.kanagawa {
    padding-left: 30px
  }
  .form-select {
    display: flex;
  }
  .setbtn {
    padding: 15px 10px 15px 22%;
    background: url(/static/img/tour/campaign/live/ic-set.png) no-repeat, linear-gradient(to top right, #F76395, #EE1758);
    background-position: left 15% bottom 50%;
    box-shadow: 0 5px 0 #FEBBBB;
    width: 70%;
    margin: 20px auto 0;
    font-weight: bold;
  }
  #Collabo {
    padding: 120px 0 0;
  }
  .box-collab span.box-inner::before {
    width: 680px;
    height: 138px;
    top: 0;
    left: 40%;
  }
  .box-collab ul {
    justify-content: space-between;
  }
  .box-collab ul li {
    width: 48%;
  }
  #Sns {
    padding: 240px 0 80px;
  }
  #Sns h2 {
    padding-top: 80px;
  }
  .ico-sns li {
    width: 10%;
  }
  .list-instragram li {
    width: 47% !important;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  #Sns h2::before {
    width: 100%;
    height: 144px;
    background: url(/static/img/tour/campaign/live/sns-pc.svg) no-repeat center;
  }
}
@media (min-width: 1200px) {
  .list-instragram li {
    width: 32% !important;
    margin: 0 auto 20px;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  transform: translateX(-70px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}