/* ------------------------------------------------------ */
/* kv */
/* ------------------------------------------------------ */
#kvWrap {
    background: url(/ja/campaign/tokyo-airplane/img/kv_title.jpg) center 0 no-repeat;
    height: 700px;
    background-size: cover;
    position: relative;
    text-indent: -5000em;
    max-width: 1600px;
    margin: 0 auto;
}
#kvWrap h1 {
    /*padding-top: 62px;*/
    text-align: center;
}

/* ------------------------------------------------------ */
/* readtxt */
/* ------------------------------------------------------ */
#section_point .readtxt p span,
#section_point .head_txt {
  color: #FF8008;
  font-weight: bold;
}
#section_point .head_txt {
  font-size: 1.1em;
}
#section_point .readtxt {
  background-image: url(/ja/campaign/tokyo-airplane/img/img_left.png),url(/ja/campaign/tokyo-airplane/img/img_right.png) ;
  background-position: left,right;
  background-repeat: no-repeat;  
}

/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink ul {
  display: flex;
  gap: 40px;
}
.pagelink ul li:first-child {
  background-color: #FFE6E6;
}
.pagelink ul li:last-child {
  background-color: #D4EFFF;
}
.pagelink ul li {
  display: flex;
  font-size: 1.1em;
  position: relative;
  border: 1px solid #4c4c4c;
  border-radius: 50vh;
  text-align: center;
  width: 400px;
  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 #4c4c4c;
  border-right: 2px solid #4c4c4c;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li a {
  display: block;
  padding: 20px 50px;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}
.pagelink ul li:hover {
  opacity: 0.5;
  transition: all .3s;
}

/* innerWrap */
.innerWrap-1 {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 70px 0;
}
.innerWrap-2 {
    width: 100%;
    position: relative;
    margin: 0;
}
.inner_block {	
    margin: 0 auto;
    width: 960px;
    height: auto;
}
#section_flight .inner_block {	
    background: none;
}
.heading_h2 {
    text-align: center;
    margin-bottom: 60px;
}
.heading_h2 img {
    width: 50%;
}
/* flight_block */
.fare_exp.imatoku {
    background-color: #dff2ff;
    margin-bottom: 50px;
    border-radius: 20px;
}
.fare_exp.tasutoku {
    background-color: #edfad4;
    margin-bottom: 30px;
    border-radius: 20px;
}

.fare_exp .fare_inner ul li dl dt {
    width: 57%;
}
.fare_exp .fare_inner ul li dl dd {
    width: 37%;
}
.airport span.ico_connect {
    background: #027fe9;
    margin-right: 10px;
    padding: 2px 4px;
}
span.topics{
    position: absolute;
    top: -15px;
    left: -10px;
    width: 60px;
    background-color: yellow;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}
span.depart{
    font-size: 1.3em;
}

/* ------------------------------------------------------ */
/* Banner */
/* ------------------------------------------------------ */
ul.banner_block {
    margin-top: 50px;
}

p.txt_ch{
  font-size: 1em;
}
.bnr_list {
  margin-top: 120px !important;
  li {
  flex: 1;
  text-align: center;
}
}