@charset "UTF-8";
/*------ トラベルキャンプのヘッダー調整 ------*/
.css-dkm91a {
  margin-top: 0;
}
/*------ /トラベルキャンプのヘッダー調整 ------*/

/*---- Common ----*/
.s-pc {
  display: none !important;
}
.s-sp {
  display: block !important;
}
.f-annotation {
  font-size: 11px;
}
th.tbl-th01 {
  text-align: center;
}
th.tbl-th02 {
  text-align: center;
  font-size: 1em;
  width:20%;
  padding: 0.2em;
}
td.tbl-td02 {
  text-align: center;
  vertical-align: middle;
}
td.tbl-td02 img {
    display: inline-block;
}

/*---- Main Header ----*/
.main {
  background: #fff;
}
.f-menu {
  margin-bottom: 0;
}
.f-ing {
  display: inline-block;
  margin: 0 auto;
}
.campaign-mv {
  width: 100%;
  height: auto;
  background-image: url('../img/mv-sp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 1vh 0 0;
	background-color: #121619;
}
.campaign-mv .f-text {
  color: #FFF;
}
.campaign-mv h1{
  margin: 5vh auto 28vh;
  width: 70%;
  text-align: center;
}
.campaign-mv h1 img{
  display: inline-block;
  width: 100%;
}
.campaign-mv .heading img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
.campaign-mv a.f-btn{
  background-color: #0a800c;
  line-height: 1.4;
}
.campaign-mv .f-annotation {
  text-align: center;
	width: 100%;
	padding: 1em 10px;
  color: #f0f0f0;
}
  .campaign-mv .f-annotation a {
  color: #f0f0f0;
}
.campaign-schedule {
  font-size: 12px;
  text-align: center;
  background-color: #0E6BA4;
  padding: 8px 4px;
}
.campaign-schedule p {
  color: #FFF;
}
.campaign-schedule p span {
  font-weight: bold;
}
.f-btn-block.btn-hero {
  padding: 20px;
  margin: 0 0 -20px;
  background-color: #008a00;
}
.f-btn-block.btn-hero a.f-btn--bottom {
  background-color: #fffc04;
  color: #111;
}
.f-img img {
  display: block;
  margin: 0 auto;
}

/*---- Main Content ----*/
.layout-block {
    margin-bottom: 24px;
  }
.lb-text{
  margin-bottom: 10px ;
}
.lb-img {
  background-color: #f0f0f0;
  padding: 16px;
  border-radius: 8px;
}
.lb-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/*-- クーポン獲得 --*/
.f-section-header .f-text em {
  font-style: normal;
}
.coupon-box {
  margin: 20px 0 30px;
}
.coupon-box .coupon-detail {
  text-align: center;
}
.coupon-box .coupon-detail .sheet {
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  background-color: #00b900;
  padding: 4px 0;
}
.coupon-box .coupon-detail .period {
  font-size: 13px;
  margin: 8px 0;
}
.coupon-box .f-imagelink {
  margin-bottom: 12px;
}
.coupon-box .remaining-coupon {
  margin-top: 10px;
  text-align: right;
}
.coupon-box .remaining-coupon a {
  position: relative;
  padding-right: 12px;
}
.coupon-box .remaining-coupon a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
}

/*-- クーポンの使い方 --*/
.f-step.f-step--simple .f-step-title {
  display: flex;
  align-items: center;
}
.f-step.f-step--simple .f-step-title i {
  display: flex;
  width: 30px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #00b900;
  border-radius: 15px;
}

/* クーポンが使える施設の確認方法 */
.img-couponuse {
  width: 96%;
  margin: 0 auto 20px;
}
.img-couponuse:last-of-type {
  margin-bottom: 40px;
}
.f-card-subtitle {
  border: 1px solid #111;
  padding: 1px 4px;
  color: #111;
  display: inline-block;
  margin-bottom: 4px;
}
.f-card-head .f-card-title{
  color: #578E57;
}

/*-- クーポン進呈スケジュール --*/
.f-table th {
  width: calc(100% / 8);
  vertical-align: middle;
}
.finish {
  border-bottom: 1px #fff solid;
  color: #CCC;
  text-decoration: line-through;
}

/* -- カード -- */
.f-card-image {
    height: 200px;
    width: 100%;
  }
.f-card-image img{
  height: 100%;
  object-fit: cover;
  max-height: 260px;
  overflow: hidden;
  position: relative;
}

/* ranking */
.f-section-inner .f-ranking {
  margin-right: 0;
  margin-left: 0;
}
.f-ranking-item .ranking-item-inner {
  margin-bottom: 10px;
}
.f-ranking-tabs {
  display: none;
}
.f-ranking-panels {
  margin-bottom: 16px;
}
.f-ranking-panel-title {
  margin-bottom: 4px;
  font-weight: 400;
}
.f-ranking-panel-item {
  max-width: 100%;
}

/*-- 免責 --*/
.detail-area .f-outline {
  border: none;
  padding: 12px 0 4px 20px;
}
.detail-area .f-outline a {
  color: #0055b8;
  text-decoration: underline;
}

/*-- Count down --*/
.countdown-container {
    background-color: none;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#countdown-timer {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.time-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-segment span:first-child { /* 時間の数値 */
    font-size: 2em;
    font-weight: bold;
    color: #28a745;
    color: #7ebc8c;
    background-color: #e9ecef;
    background-color: #000B;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 90px;
    display: inline-block;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.time-segment .label { /* 日、時間などのラベル */
    margin-top: 10px;
    font-size: 1.2em;
    color: #f0f0f0;
    font-weight: 500;
}

#event-message {
    font-size: 1.8em;
    color: #dc3545;
    font-weight: bold;
    margin-top: 20px;
}

.hidden {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .countdown-container {
        padding: 30px 40px;
    }
    #countdown-timer {
        gap: 16px;
    }
    .time-segment span:first-child {
        font-size: 2em;
        padding: 8px 15px;
        min-width: 70px;
    }

    .time-segment .label {
        font-size: 1em;
    }

    #event-message {
        font-size: 1.5em;
    }
}

@media (max-width: 374px) {
    #countdown-timer {
        flex-wrap: wrap; /* 小さい画面では折り返す */
        justify-content: space-around;
    }

    .time-segment {
        flex-basis: 5%; /* 2列表示は45% */
        margin-bottom: 15px;
    }

    .time-segment span:first-child {
        font-size: 2.5em;
        padding: 6px 12px;
        min-width: 60px;
    }

    .time-segment .label {
        font-size: 0.9em;
    }

    #event-message {
        font-size: 1.3em;
    }
}


/*----------------------------------------------------------------------------------
  PC only
----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*------ トラベルキャンプのヘッダー調整 ------*/
  .css-dkm91a {
    margin-top: 25px;
  }
  /*------ /トラベルキャンプのヘッダー調整 ------*/

  /*---- Common ----*/
  .s-sp {
    display: none !important;
  }
  .s-pc {
    display: block !important;
  }
  .f-annotation {
    font-size: 12px;
  }
  .campaign-mv .f-annotation {
    background: none;
  }
  .read {
    text-align: center;
    margin-bottom: 40px;
  }
  /*---- Main Header ----*/
  .campaign-mv {
    height: auto;
    background-image: url('../img/mv-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -5%;
    padding: 1vh 0 0;
  }
  .campaign-mv h1 {
    margin: 10vh auto 14vh;
  }
  .campaign-mv h1 img{
  max-width: 50%;
  }
  .campaign-mv .heading img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .campaign-schedule p {
    font-size: 18px;
  }
  .campaign-schedule p span {
    font-size: 18px;
  }
  .f-menu.f-menu--cover .f-menu-button {
    padding: 1.2em 8px;
  }
  .f-btn-block.btn-hero {
  padding: 20px 0;
  margin: 0 0 -20px;
  }
  /*-- 施設一覧 --*/
  .layout-block {
    display: flex;
    background-color: #f0f0f0;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .lb-text {
    font-weight: 400;
    font-size: 1em;
    line-height: 2;
  }
  .lb-img {
    width: 80%;
    display: inline-block;
    margin: 0 0 0 32px;
  }
  /*-- クーポン獲得 --*/
  .coupon-box {
    width: 640px;
    margin: 60px auto;
  }
  .coupon-box .coupon-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .coupon-box .coupon-detail .sheet {
    font-size: 18px;
    padding: 10px 10px;
    margin-right: 10px;
  }
  .coupon-box .coupon-detail .period {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
  /* クーポンが使える施設の確認方法 */
  .coupon-use-txt {
    text-align: center;
  }
  .img-couponuse {
    width: 40%;
    margin: 0 auto 30px;
  }
  /*-- クーポン進呈スケジュール --*/
  .f-table th {
    width: calc(100% / 4);
  }
  p.f-imagelink-item {
    margin: 0 auto;
    width: 60%;
  }
}