﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
div.wrapper_ .sp {
  display: none;
}
.cpnlist .content-inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* sp */
@media screen and (max-width: 767px) {
  div.wrapper_ .pc {
    display: none;
  }
  div.wrapper_ .sp {
    display: block;
  }
  .cpnlist .content-inner {
    width: 100%;
    padding: 0 15px;
}
}
/* パンくず
------------------------------*/
.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
  background-color: #F7F7F7;
  margin-bottom: 40px;
}

.breadcrumb__inner {
  display: flex;
  flex-flow: row wrap;
  width: 1200px;
  padding: 8px 0 7px;
  margin: 0 auto;
  box-sizing: border-box;
}

.breadcrumb__arrow {
  display: inline-block;
  position: relative;
  color: #CCCCCC;
  width: 8px;
  font-size: 0;
  line-height: 20px;
  margin: 0 16px;
}
.breadcrumb__arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.breadcrumb__label {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 20px;
}

a.breadcrumb__item-link {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.breadcrumb__page-number {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
}
/* sp */
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    padding: 0 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
  }

  .breadcrumb__scroller {
    width: 100%;
    min-height: 40px;
    overflow: auto;
  }
  .breadcrumb__scroller::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb__scroller .simplebar-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 8px 0 7px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .breadcrumb__inner {
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    min-height: 40px;
    overflow: auto hidden;
  }

  .breadcrumb__arrow {
    flex: none;
    line-height: 18px;
    margin: 0 12px;
  }

  .breadcrumb__label {
    flex: none;
    font-size: 12px;
    line-height: 18px;
  }

  .breadcrumb__item {
    flex: none;
    height: 18px;
    line-height: 18px;
  }

  a.breadcrumb__item-link {
    color: #209191;
    font-size: 12px;
    line-height: 18px;
  }

  .breadcrumb__page-number {
    flex: none;
    font-size: 12px;
    line-height: 18px;
  }    
}
/* アンカーリンク
------------------------------*/
.anchor {
    margin-bottom: 60px;
}
.anchor-link {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 1080px;   
}
.anchor-link li {
    border: 1px solid #3A6DCE;
    border-right: none;
    width: calc(100% / 3);
}
.anchor-link li:last-child {
    border-right: 1px solid #3A6DCE;
}
.anchor-link .anchor-open {
    border-radius: 35px 0 0 35px;
}
.anchor-link .anchor-end {
    border-radius: 0 35px 35px 0;
}
.anchor-link li a {
    padding: 19.2px 30px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
}
.anchor-link li a span {
    position: relative;
}
.anchor-link li a span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent url(https://furusato.ana.co.jp/shop_assets/img/usr/common/icon_arrow_b.png) no-repeat right center / contain;
    transform: translate3d(0, 0, 0) rotate(0deg);
    margin-left: 10px;
}
/* sp */
@media screen and (max-width: 767px) {
    .anchor-link {
        width: 100%;
    }
    .anchor-link li a {
        font-size: 13px;
        padding: 10px 5px 15px;
    }
    .anchor-link li a span {
        position: relative;
        display: block;
        width: 100%;
    }
    .anchor-link li a span::after {
        position: absolute;
        margin-left: 0;
        transform: translateX(-50%) translate3d(0, 0, 0) rotate(0deg);
        left: 50%;
        bottom: -13px;
    }
}
/* キャンペーン
------------------------------*/
.cpn-area {
    padding: 60px 0;
}
.cpn-area.cpn-open,
.cpn-area.cpn-end {
    background-color: #F5F5F8;
}
.cpn-area .p-subheading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.cpn-area .p-subheading::before,
.cpn-area .p-subheading::after {
    content: "";
    width: 45px;
    height: 1.5px;
    background-color: #3A6DCE;
}
.cpn-area .p-subheading::before {
    margin-right: 20px;
}
.cpn-area .p-subheading::after {
    margin-left: 20px;
}
.cpn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.cpn-list li {
    width: calc((100% - 40px) / 2);
}
.icon-entry span {
    background-color: #E4E4E4;
    padding: 6px 20px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    min-width: 152px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}
.icon-entry.entry span {
    background-color: #F9C400;
}
.icon-entry.cpncode span {
    width: 185px;
    background-color: #7eff66;
}
.event-title {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin-top: 20px;
}
.event-dates {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.event-dates .event-dates-txt {
    background-color: #DEDFE8;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 5px 10px;
    border-radius: 6px;
}
.event-dates .event-dates-txt::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 21px;
    background-image: url(/cms/feature/cpnlist/img/icon_calendar.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(4px);
    margin-right: 10px;
}
.cpn-area .more-btn {
    text-align: right;
}
.cpn-area .more-btn a {
    color: #3A6DCE;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid #3A6DCE;
}
.cpn-area .more-btn a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent url(https://furusato.ana.co.jp/shop_assets/img/usr/common/icon_arrow_b.png) no-repeat right center / contain;
    transform: translate3d(0, 0, 0) rotate(-90deg);
    margin-left: 5px;
}
.cpn-end .event-img {
    position: relative;
}
.cpn-end .event-img::before {
    content: "このキャンペーンは終了しました";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
/* sp */
@media screen and (max-width: 767px) {
    .cpn-area .p-subheading {
        font-size: 18px;
    }
    .cpn-area .p-subheading::before,
    .cpn-area .p-subheading::after {
        width: 35px;
    }
    .cpn-list {
        flex-direction: column;    
    }
    .cpn-list li {
        width: auto;
    }
    .event-title {
        font-size: 15px;
    }
    .event-dates {
        gap: 10px;
    }
    .event-dates .event-dates-txt {
        font-size: 11px;
        padding: 2px 5px 5px;
    }
    .event-dates .event-dates-txt::before {
        width: 17px;
        height: 16px;
        margin-right: 6px;
    }
    .event-dates .event-dates-period {
        font-size: 12px;
    }
    .cpn-area .more-btn {
        margin-top: 10px;
    }
}