/* CSS Document */

/***********************************************

メインビジュアル

***********************************************/
.mainVisualBlock {
  background-color: #3d8dcf;
  background-image:  url("../img/top/mainvsl-bg_top.png"), url("../img/top/mainvsl-bg_bottom_left.png"), url("../img/top/mainvsl-bg_bottom_right.png");
  background-repeat: no-repeat;
  background-position: right 550px top, left bottom, right bottom;
  background-size: 181px auto, 427px auto, 539px auto;
  position: relative;
  min-height: 630px;
}
.mainVisualBlock .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

.mainVisualBlock .sliderBox {
  position: relative;
  text-align: center;
}
.mainVisualBlock .illust {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.mainVisualBlock .illust div {
  position: absolute;
}
.mainVisualBlock .illust div img {
  max-width: 100%;
}
.mainVisualBlock .illust .title {
  width: 403.5px;
  top: 30px;
  left: 180px;
}
.mainVisualBlock .illust .airplane {
  width: 331px;
  top: 10px;
  right: 50px;
}
.mainVisualBlock .illust .map {
  width: 104.5px;
  bottom: 110px;
  right: 50px;
}
.mainVisualBlock .illust .carrybag {
  width: 121.5px;
  bottom: -40px;
  right: 155px;
}
.mainVisualBlock .illust .sign {
  width: 125px;
  bottom: -60px;
  left: 190px;
}
.mainVisualBlock .illust .camera {
  width: 122.5px;
  bottom: 140px;
  left: 50px;
}
.mainVisualBlock .illust .hut {
  width: 97.5px;
  top: 150px;
  left: 120px;
}
.mainVisualBlock .illust .hello {
  width: 104px;
  top: 170px;
  right: 50px;
}
.mainVisualBlock .illust .heart {
  width: 47px;
  top: 125px;
  left: 80px;
}
.mainVisualBlock .illust .music {
  width: 31px;
  bottom: -10px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .mainVisualBlock {
    background-color: #3d8dcf;
    background-image:  url("../img/top/mainvsl-bg_top_left_sp.png"), url("../img/top/mainvsl-bg_top_right_sp.png"), url("../img/top/mainvsl-bg_bottom_left_sp.png"), url("../img/top/mainvsl-bg_bottom_right_sp.png");
    background-repeat: no-repeat;
    background-position: 50px 65px, right 60px, left bottom, right bottom;
    background-size: 15% auto, 15% auto, 35% auto, 35% auto;
    min-height: 300px;
  }
  .mainVisualBlock .wrap {
    padding: 80px 0 30px 0;
  }

  .mainVisualBlock .sliderBox img {
    width: 94%;
  }
  .mainVisualBlock .illust {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .mainVisualBlock .illust div {
    position: absolute;
  }
  .mainVisualBlock .illust div img {
    max-width: 100%;
  }
  .mainVisualBlock .illust .title {
    width: 55%;
    top: -10px;
    left: 0;
  }
  .mainVisualBlock .illust .airplane {
    width: 42%;
    top: -10px;
    right: 0;
  }
  .mainVisualBlock .illust .map {
    width: 12%;
    bottom: 90px;
    right: 0;
  }
  .mainVisualBlock .illust .carrybag {
    width: 15%;
    bottom: -15px;
    right: 10px;
  }
  .mainVisualBlock .illust .sign {
    width: 15%;
    bottom: -30px;
    left: 30px;
  }
  .mainVisualBlock .illust .camera {
    width: 15%;
    bottom: 40px;
    left: 10px;
  }
  .mainVisualBlock .illust .hut {
    width: 12%;
    top: 50px;
    left: 10px;
  }
  .mainVisualBlock .illust .hello {
    width: 10%;
    top: -30px;
    right: 50px;
    transform: rotate(-15deg);
  }
  .mainVisualBlock .illust .heart {
    width: 6%;
    top: 36px;
    left: 2px;
  }
  .mainVisualBlock .illust .music {
    display: none;
  }
}


/***********************************************

コンテンツ

***********************************************/
.contentsBlock {
  width: 100%;
  position: relative;
}
.contentsBlockInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contentsSec {
  position: relative;
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.contentsSec h1 {
  font-size: 26px;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
.contentsSec h1 span {
  font-family: Damion;
  position: absolute;
  z-index: -1;
  left: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 60px;
  font-weight: 500;
  bottom: -4px;
}
.contentsSec h1 i {
  position: relative;
  padding: 0 40px;
}
.contentsSec h1 i::before {
  content: '';
  background: url("../img/lower/bg_h1-left.png") no-repeat left center;
  background-size: auto 30px;
  width: 17px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.contentsSec h1 i::after {
  content: '';
  background: url("../img/lower/bg_h1-right.png") no-repeat right center;
  background-size: auto 30px;
  width: 17px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.contentsSec .topLeft {
  width: 780px;  
}
.contentsSec .topRight {
  width: 360px;
  margin: 0 -5px 0 0;
}
@media screen and (max-width: 767px) {
  .contentsSec {
    padding: 50px 10px 0;
    display: block;
  }
  .contentsSec h1 {
    font-size: 16px;
  }
  .contentsSec h1 span {
    font-size: 37px;
    bottom: -4px;
  }
  .contentsSec h1 i {
    position: relative;
    padding: 0 25px;
  }
  .contentsSec h1 i::before {
    background-size: auto 20px;
    width: 12px;
    height: 20px;
    bottom: 2px;
  }
  .contentsSec h1 i::after {
    background-size: auto 20px;
    width: 12px;
    height: 20px;
    bottom: 2px;
  }
  .contentsSec .topLeft {
    width: 100%;  
  }
  .contentsSec .topRight {
    width: 100%;
    margin: 0 -5px 0 0;
  }
}

/* 国内就航先
--------------------------------------------------*/
.flightBlock p img {
  max-width: 100%;
  margin-top: -60px;
}
.flightBlock h1 span {
  color: #f0f7fb;
}
@media screen and (max-width: 767px) {
  .flightBlock p img {
    margin-top: -30px;
  }
}

/* 新着情報
--------------------------------------------------*/
.newsBlock a {
  color: #222;
  text-decoration: none;
}
.newsBlock a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.newsBlock h1 span {
  color: #feefb5;
}
.newsBlock .newsPickup {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 30px 0;
}
.newsBlock .newsPickup li {
  width: 31%;
  line-height: 1.4;
}
.newsBlock .newsPickup .thumbnail {
  width: 100%;
  height: 180px;
  position: relative;
  border: 1px solid #ddd;
}
.newsBlock .newsPickup .thumbnail .new {
  position: absolute;
  top: -5px;
  left: 5px;
}
.newsBlock .newsPickup .thumbnail .new img {
  width: 50px;
}
.newsBlock .newsPickup .thumbnail span {
  width: 100%;
  height: 100%;
}
.newsBlock .newsPickup .thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBlock .newsPickup dl {
  margin: 10px 0 0 0;
}
.newsBlock .newsPickup dl dt {
  color: #888;
  margin: 0 0 5px;
}
.newsBlock .newsTable {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
}
.newsBlock .newsTable table {
  width: 100%;
}
.newsBlock .newsTable th {
  color: #888;
  width: 200px;
  padding: 5px 0;
}
.newsBlock .newsTable td {
  padding: 5px 15px 5px;
}
.newsBlock .newsTable td a {
  display: block;
  background: url("../img/arw_orange.png") no-repeat right center;
  background-size: 8px auto;
}
.newsBlock .btn {
  text-align: center;
}
.newsBlock .btn a {
  padding: 8px 30px 10px 30px;
  border-radius: 30px;
  background: #ff7902;
  color: #fff;
  display: inline-block;
}
.newsBlock .btn a span {
  background: url("../img/arw_white.png") no-repeat right center;
  background-size: 6px auto;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .newsBlock {
    margin: 30px 0 0 0;
  }
  .newsBlock .newsPickup {
    display: block;
    margin: 25px 0 0 0;
  }
  .newsBlock .newsPickup li {
    width: 100%;
    margin: 0 0 10px;
  }
  .newsBlock .newsPickup li a {
    display: flex;
    justify-content: space-between;
  }
  .newsBlock .newsPickup .thumbnail {
		width: 40%;
		height: auto;
  }
  .newsBlock .newsPickup .thumbnail .new img {
    width: 35px;
  }
  .newsBlock .newsPickup dl {
    margin: 10px 0 0 10px;
		width: 60%;
  }
  .newsBlock .newsTable {
    margin: 30px 0 20px;
  }
  .newsBlock .newsTable th {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .newsBlock .newsTable td {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
  }
  .newsBlock .newsTable td a {
    background-size: 5px auto;
  }
}

/* キャンペーン
--------------------------------------------------*/
.campaignBlock h1 span {
  color: #ffe8ed;
}
.campaignBlock ul {
  margin: 30px 0 0 0;
}
.campaignBlock ul li {
  margin: 0 0 20px;
  line-height: 1.2;
  text-align: center;
}
.campaignBlock ul li a {
  display: block;
  position: relative;
  border-radius: 6px;
  padding: calc(30px - 10px) 10px 20px;
  text-decoration: none;
  font-weight: bold;
}
.campaignBlock ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.campaignBlock ul li a::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.campaignBlock ul li h2 {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  letter-spacing: 0;
}
.campaignBlock ul li.clrBlue a {
  background: #d6ebf5 url("../img/top/campaign-bg.png");
  color: #1e64ac;
}
.campaignBlock ul li.clrBlue h2 {
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 9px auto;
}
.campaignBlock ul li.clrBlue a::before {
  border: 2px solid #78afdd;
}
.campaignBlock ul li.clrPink a {
  background: #ffe1ea url("../img/top/campaign-bg.png");
  color: #fa2863;
}
.campaignBlock ul li.clrPink h2 {
  background: url("../img/arw_pink.png") no-repeat right center;
  background-size: 9px auto;
}
.campaignBlock ul li.clrPink a::before {
  border: 2px solid #ed353f;
}
.campaignBlock ul li.txtBig h2 {
  font-size: 26px;
}
.campaignBlock ul li.txtSmall h2 {
  font-size: 24px;
}
.campaignBlock ul li h2 small {
  font-size: 20px;
}
.campaignBlock ul li span.period {
  font-size: 15px;
  margin: 20px 0 0 -5px;
  padding: 6px;
  display: block;
  background: #fff;
  color: #333;
  border-radius: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaignBlock {
    margin: 50px 0 0 0;
  }
  .campaignBlock ul {
    margin: 30px auto 0;
    width: 75%;
  }
  .campaignBlock ul li {
    margin: 0 0 20px;
    line-height: 1.2;
    text-align: center;
  }
  .campaignBlock ul li a {
    display: block;
    position: relative;
    border-radius: 6px;
    padding: calc(30px - 10px) 10px 20px;
    text-decoration: none;
    font-weight: bold;
  }
  .campaignBlock ul li h2 {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  .campaignBlock ul li.clrBlue h2,
  .campaignBlock ul li.clrPink h2 {
    background-size: 7px auto;
  }
  .campaignBlock ul li.txtBig h2 {
    font-size: 17px;
  }
  .campaignBlock ul li.txtSmall h2 {
    font-size: 15px;
  }
  .campaignBlock ul li h2 small {
    font-size: 12px;
  }
  .campaignBlock ul li span.period {
    font-size: 10px;
  }
}
