@charset "utf-8";

:root {
  --white: #fff;
  --grey12: rgba(0, 0, 0, 0.12);
  --grey06: rgba(0, 0, 0, 0.06);
  --primary-blue: #0026EE;
  --secondary-blue: #0000B2;
  --light-blue: #D7EEFF;
  --sky-blue: #001871;
  --yellow: #FFF737;
  --red: #F23927;
  --cal-bg: #EAF2F4;
  --font-family-sans-serif: Lato, "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family-Lato: "Lato", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
#container {
	margin-top: 0!important;
  width: 100%!important;
  position: relative;
}
.txt_s { font-size: 0.8em;}
.hidden{
  visibility: hidden;
  display: none;
}
main.newyear a:hover {
  opacity: 0.5;
  transition: all linear 0.1s;
}

/* section共通 */
.innerBlock {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  & h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
}

/* btn */
.rsvBtn {
  width: 400px;
  min-width: 400px;
  max-width: 100%;
  margin: 60px auto 0;
}
.rsvBtn a.pagelinkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0.8em;
  background: var(--white);
  border: solid 1px var(--primary-blue);
  border-radius: 4px;
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: var(--font-family-sans-serif);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 3px 3px var(--primary-blue);
}
.rsvBtn a.pagelinkBtn.dwn::after,
.rsvBtn a.pagelinkBtn.up::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--primary-blue);
  border-right: 2px solid var(--primary-blue);
}
.rsvBtn a.pagelinkBtn.dwn::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rsvBtn a.pagelinkBtn.up::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.dots {
  background-image: radial-gradient(circle at center, var(--red) 22%, transparent 22%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .3em; /* 縦方向の位置調整 */
}

/* ------------------------------------------------------ */
/* KV */
/* ------------------------------------------------------ */
#kvWrap {
  width: 100%;
  height: 428px;
  background: url(/ja/campaign/newyear/img/kv_bg.jpg) center center no-repeat;
  background-size: cover;
  & #kv {
    width: 100%;
    position: relative;
  }
  & h1 {
    text-align: center;
  }
}

/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink {
  margin: 50px auto;
}

.pagelink ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.pagelink ul li:first-child {
  background-color: #EF5954;
}

.pagelink ul li:last-child {
  background-color: #C8AC18;
}

.pagelink ul li {
  display: flex;
  font-size: 1.3em;
  position: relative;
  border: 1px solid #4c4c4c;
  border-radius: 50vh;
  text-align: center;
  width: 315px;
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.25));
}

.pagelink ul li::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
}

.pagelink ul li a {
  display: block;
  padding: 20px 50px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.pagelink ul li:hover {
  opacity: 0.5;
  transition: all .3s;
}

/* ------------------------------------------------------ */
/* section_共通 */
/* ------------------------------------------------------ */
#section_schedule h2,
#section_flight h2 {
  font-size: 4.0rem;
  font-weight: 700;
}

#section_schedule,
#section_flight {
  margin-top: 130px;
}
#section_schedule h2::before,
#section_flight h2::before {
  content: url(/ja/campaign/newyear/img/h2_bg.png);
  position: absolute;
  left: 0;
  right: 0;
  transform: scale(0.5);
}
#section_schedule h2::before {
  top: -90px;
}
#section_flight h2::before {
  top: -70px;
}

/* ------------------------------------------------------ */
/* section_schedule */
/* ------------------------------------------------------ */

.readTxt {
  font-size: 1.6rem;
  margin: 60px auto;
}

#section_schedule {
  .schedule_term {
    margin: auto;
    color: var(--white);
    font-size: 2.2rem;
    text-align: center;
    & > span {
      display: inline-block;
      background: var(--secondary-blue);
      padding: 10px 16px;
      border-radius: 100px;
      line-height: 1;
      font-weight: 700;
      > span {
        font-size: 0.8em;
      }
    }
  }
}

/* Tab */
.tab_wrap {
  background: none;
  padding: 0px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.tab_area{
  margin: 0px auto 20px;
  & p {
    margin-bottom: 0px;
    color: var(--secondary-blue);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    &::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 15px;
      background: url(/ja/campaign/images/ico_flight1.svg) no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: -4px 5px 0 0;
      filter: invert(14%) sepia(59%) saturate(5769%) hue-rotate(239deg) brightness(74%) contrast(136%);
    }
  }
}

.tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 0px;
}
.tab_list label {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 5px;
  padding: 12px 8px;
  background: var(--white);
  border: solid 1px var(--primary-blue);
  border-radius: 8px;
  color: var(--primary-blue);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  cursor:pointer;
  transition:ease 0.2s opacity;
  & span {
    font-size: 0.8em;
    margin-left: 3px;
  }
  &::after { 
    content: none;
  }
}
.tab_area label.active{
  background: var(--primary-blue);
  color: var(--white);
  &::after{
    content: "";
    position: absolute;
    margin: 0 auto;
    top: auto;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid var(--primary-blue);
    border-bottom: 0;
    transform: rotate(0deg);
  }
}

/* tab_panel */
.panel_area {
  width: 100%;
  padding: 40px 28px 30px;
  background: var(--light-blue);
  border-radius: 8px;
}
.tab_panel { display:none;}
.tab_panel.active { 
  display:flex;
  gap: 30px;
}

.tab_panel_area { 
  width: 50%;
  text-align: center;
}
.tab_panel_area > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 0 0 35px;
  color: var(--primary-blue);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  &::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    filter: invert(11%) sepia(93%) saturate(6579%) hue-rotate(237deg) brightness(87%) contrast(118%);
  }
}
.tab_panel_area > h3.flight_dep {
  padding: 0 0 0 38px;
  &::before {
    width: 32px;
    height: 27px;
    background: url(/ja/campaign/newyear/img/ico_dep.svg) no-repeat;
    background-size: cover;
  }
}
.tab_panel_area > h3.flight_arr {
  &::before {
    width: 27px;
    height: 29px;
    background: url(/ja/campaign/newyear/img/ico_arr.svg) no-repeat;
    background-size: cover;
  }
}

.calendarBlock {
  border-top: 3px solid var(--primary-blue);
  background: var(--white);
}

.schedule_list {
  display: flex;
  & li {
    width: calc(100% / 7);
  }
}

.week .schedule_list {
  padding: 4px 4px 0px;
  & li {
    font-weight: 700;
  }
  & li:first-child {
    color: var(--red);
  }
  & li:last-child {
    color: var(--secondary-blue);
  }
}
.condition .schedule_list {
  flex-wrap: wrap;
  padding: 0px 2px 2px;
  & li {
    background-color: var(--cal-bg);
    border: 2px solid var(--white);
  }
  & li.blankBox {
    background-color: #D8E3EC;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  & li div.mmdd {
    position: relative;
    & span.month {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      padding: 2px 0 0 2px;
      /* 数字 */
      display: flex;
      justify-content: flex-start;
      font-size: 0.7em;
      font-weight: 700;
      color: var(--white);
      z-index: 1;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 30px solid transparent;
        border-left: 30px solid var(--secondary-blue);
        z-index: -1;
      }
    }
    & span.day {
      display: block;
      padding-top: 0.9em;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
    }
  }
  & li div.cond {
    position: relative;
    line-height: 1;
    &::before{
      content: "";
      display: inline-block;
      width: 90%;
      height: 25px;
      background: center no-repeat;
      background-size: cover;
    }
    & span {
      display: block;
      font-size: 0.65em;
      padding: 4px 0;
    }
  }
  & li div.cond.typeA::before {
    background-image: url(/ja/campaign/newyear/img/ico_typeA.svg);
    filter: invert(18%) sepia(78%) saturate(4012%) hue-rotate(219deg) brightness(93%) contrast(105%);
  }
  & li div.cond.typeB::before {
    background-image: url(/ja/campaign/newyear/img/ico_typeB.svg);
    filter: invert(62%) sepia(95%) saturate(3027%) hue-rotate(102deg) brightness(98%) contrast(94%);
  }
  & li div.cond.typeC::before {
    background-image: url(/ja/campaign/newyear/img/ico_typeC.svg);
    filter: invert(25%) sepia(94%) saturate(3017%) hue-rotate(350deg) brightness(102%) contrast(90%);
  }
}

/* ------------------------------------------------------ */
/* section_flight */
/* ------------------------------------------------------ */

.fare_exp {
  position: relative;
  margin-top: 30px;
  padding: 40px 28px 30px;
  background: var(--light-blue);
  border-radius: 8px;

  & ul li {
    border: 1px solid #0026EE;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    background: var(--white);
    position: relative;
    margin-bottom: 20px;
    & a {
      text-decoration: none;
    }
    & dl {
      display: flex;
      align-items: stretch;
      gap: 2%;
      & dt {
        position: relative;
        flex-basis: 57%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 10px 10px 20px;
        background: #0026EE;
        border-radius: 10px 0 0 10px;
        color: var(--white);
        & .route {
          flex-basis: 100%;
          display: flex;
          align-items: baseline;
          flex-wrap: wrap;
          font-size: 1.1em;
          & span.ico_connect {
              background: #004dd3;
              margin-right: 5px;
              padding: 2px 4px;
              font-size: 0.8em;
          }
          & span.depart, span.connect {
              font-size: 1.2em;
              margin-left: 5px;
              margin-right: 5px;
            &::after{
              content: '';
              display: inline-block;
              width: 15px;
              height: 14px;
              background: url(/ja/campaign/images/ico_flight1.svg) no-repeat;
              background-size: contain;
              vertical-align: middle;
              margin: -4px 4px 0 14px;
              filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
            }
          }
          & span.arrival{
              font-size: 1.2em;
              margin-left: 5px;
          }
        }
        & .lab{
          --r: 0.5em;
          position: relative;
          display: inline-block;
          font-size: 0.8em;
          line-height: 1em;
          padding: 0.25em var(--r) 0.25em 0.25em;
          clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%);
          background: var(--yellow02);
          color: var(--sky-blue);
          width: fit-content;
        }
      }
      & dd.fare {
        flex-basis: 30%;
        padding-top: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: var(--text-black);
        text-align: right;
        & div {
          display: flex;
          align-items: baseline;
          & span {
            margin-right: 5px;
            color: #0026EE;
            font-size: 2.5em;
            font-weight: bold;
          }
        }
      }
      & dd.btn {
        position: relative;
        flex-basis: 7%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        & span.rsvbtn {
          position: relative;
          display: inline-block;
          padding: 3px 20px 2px 10px;
          background:var(--rsv-yellow);
          border-radius: 36px;
          color:#0026EE;
          font-size: 0.8em;
          font-weight: 700;
          text-align:center;
          cursor:pointer;
          transition:ease 0.2s opacity;
          &::after {
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            width: 5px;
            height: 5px;
            border-top: 2px solid #0026EE;
            border-right: 2px solid #0026EE;
            transform: rotate(45deg);
          }
        }
      }
    }
  }

  & p {
    margin-bottom: 10px;
  }
}


/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.rsvBlock {
  position: relative;
  margin-top: 0px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.rsvBlock h3 {
  position: relative;
  padding: 20px 0 0;
}
.rsvBlock h3:before {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  top: 22px;
  background-image: url(/ja/campaign/newyear/img/ico_flight2.svg);
  filter: invert(13%) sepia(65%) saturate(2738%) hue-rotate(217deg) brightness(88%) contrast(121%);
}
.rsvBlock h3 span {
  color: var(--sky-blue);
  font-size: 2rem;
  padding: 0 0 0 32px;
}

/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 60px;
  position: relative;
  & ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    & img{
      height: 150px;
    }
  }
}