/*===========================
MV
===========================*/
#MainImg h2.right {
  width: fit-content;
  right: 5vw;
  line-height: 1.25;
  text-align: right;
}

#MainImg h2.right .jp_text {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.10em;
}

#MainImg h2.right span {
  padding-top: 15px;
  letter-spacing: 0.18em;
  text-align: right;
}

/*===========================
F VILLAGE アカウント
===========================*/
.ContBox h4.sub_title {
  font-size: 1.1em;
  padding: 10px 0;
}

.fv_account_wrap {
  padding-top: 20px;
}

.fv_account_wrap table {
  width: 100%;
  background-color: #CCC;
  border-collapse:separate;
  border-spacing:1px;
}

.fv_account_wrap tr.even {
  background-color: transparent;
}

.fv_account_wrap th {
  background-color: #FFF;
  padding: 10px;
}

.fv_account_wrap .blank {
  background-color: #F1F1F1;
}

.fv_account_wrap .logo {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .fv_account_wrap .logo {
    width: 200px;
  }
}

.fv_account_wrap .title {
  background-color: #000;
  padding: 15px;
  color: #FFF;
  font-weight: 700;
}

.fv_account_wrap .textbox {
  padding: 15px 20px;
  text-align: center;
  line-height: 1.75;
  background-color: #FFF;
}

.fv_account_wrap .textbox .small_text {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.75;
}

.fv_account_wrap .textbox .big_text {
  display: inline-block;
  font-size: 1.55em;
  line-height: 1.75;
}

.fv_account_wrap .textbox .point_title01 {
  background-color: #004989;
  text-align: center;
  color: #FFF;
  font-size: 0.8em;
  font-weight: 700;
  border-radius: 30px;
  width: 100%;
  margin: auto;
  padding: 3px 0;
}



.fv_account_wrap .textbox .point_title02 {
  background-color: #999;
  text-align: center;
  color: #FFF;
  font-size: 0.8em;
  font-weight: 700;
  border-radius: 30px;
  width: 100%;
  margin: auto;
  padding: 3px 0;
}

.fv_account_wrap .caption {
  text-align: right;
  padding-top: 10px;
  font-size: 0.75em;
}

.mile_img {
  text-align: center;
}

.mile_img .caption {
  font-size: 0.75em;
  padding-top: 5px;
}

.flow_wrap {
  padding-top: 50px;
}

.flow_wrap .text {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #004989;
}

.app_btn_wrap {
  width: 500px;
  margin: auto;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .app_btn_wrap {
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }
}

.app_btn_wrap a {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #004989;
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}

.app_btn_wrap a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .fv_account_wrap .fv_account_wrap_scr {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .fv_account_wrap .fv_account_wrap_scr table {
    width: 600px;
    font-size: 0.8em;
  }
}

.fv_account_wrap .sp_scr_caption {
	display: none;
}

@media screen and (max-width: 767px) {
	.fv_account_wrap .sp_scr_caption {
		display: block;
		font-size: 0.8em;
	}
}

/*===========================
F マイルプログラム
===========================*/
.f_mile_box {
  padding: 30px;
  background-color: rgba(213, 238, 251, 0.5);
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .f_mile_box {
    padding: 0;
  }
}

.ContBox .f_mile_box:nth-of-type(2) {
  margin-bottom: -10px;
}

.f_mile_box .f_mile_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.f_mile_box .f_mile_header .title {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: relative;
  background-color: #006298;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .title {
    width: 100%;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
  }
}

.f_mile_box .f_mile_header .title span {
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.65;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .title span {
    font-size: 1em;
    position: relative;
    width: 100%;
    top: auto;
    transform: translateY(0);
  }
  .f_mile_box .f_mile_header .title span br {
    display: none;
  }
}

.f_mile_box .f_mile_header .textbox {
  width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
}

.f_mile_box .f_mile_header .textbox .lead {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .textbox .lead {
    font-size: 1em;
  }
}

.f_mile_box .f_mile_header .textbox .list {
  padding-top: 10px;
}

.f_mile_box .f_mile_header .textbox .list .text {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .textbox .list .text {
    display: block;
    text-align: center;
  }
}

.f_mile_box .f_mile_header .textbox .list .text strong {
  width: 200px;
  text-align: center;
  padding: 6px 15px;
  border-radius: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_header .textbox .list .text strong {
    width: auto;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 30px;
    margin-right: 0;
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}

.f_mile_box .f_mile_header .textbox .list .text strong.type01 {
  background-color: rgb(207, 221, 76);
}

.f_mile_box .f_mile_header .textbox .list .text strong.type02 {
  background-color: rgb(0, 90, 153);
  color: #FFF;
}

.f_mile_box .f_mile_header .textbox .list .text strong.type03 {
  background-color: rgb(122, 159, 201);
  color: #FFF;
}

.f_mile_box .f_mile_list01 .list,
.f_mile_box .f_mile_list02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list01 .list,
  .f_mile_box .f_mile_list02 .list {
    padding: 0 10px;
  }
}

.f_mile_box .f_mile_list01 .list .detail {
  text-align: center;
  width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list01 .list .detail {
    width: calc(100% / 3);
  }
}

.f_mile_box .f_mile_list01 .list .detail .text {
  font-size: 0.85em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list01 .list .detail .text {
    font-size: 0.75em;
  }
}

.f_mile_box .f_mile_list02 .list .detail {
  text-align: center;
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list02 .list .detail {
    width: calc(100% / 2);
  }
}

.f_mile_box .f_mile_list02 .list .detail img {
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list02 .list .detail img {
    border-radius: 3px;
  }
}

.f_mile_box .f_mile_list02 .list .detail .text {
  font-size: 0.85em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .f_mile_box .f_mile_list02 .list .detail .text {
    font-size: 0.75em;
  }
}

.app_manual {
  text-align: center;
  padding-top: 20px;
  font-size: 1em;
}

.app_manual a {
  color: #004989;
}

.app_manual a:hover {
  text-decoration: none;
}

.app_manual a span::after {
  content: "PDF";
  display: inline-block;
  background-color: #B30B00;
  font-size: 0.75em;
  font-weight: 700;
  padding: 2px 4px;
  color: #FFF;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

/*===========================
Fビレッジアプリ
===========================*/
.app_feature_wrap {
  position: relative;
  padding: 80px 40px;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    min-height: 200px;
  }
}

@media screen and (max-width: 390px) {
  .app_feature_wrap {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    min-height: 210px;
  }
}

.app_feature_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap::before {
    border-radius: 10px;
  }
}

.app_feature_wrap::after {
  content: "";
  width: 100%;
  height: 268px;
  background: linear-gradient(135deg, rgba(17,138,198,1) 0%,rgba(0,177,201,1) 100%);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap::after {
    height: 100%;
    border-radius: 10px;
  }
}

.app_feature_wrap:nth-child(even)::after {
  background: linear-gradient(135deg, rgba(0,177,201,1) 0%,rgba(17,138,198,1) 100%);
}

.app_feature_wrap .ph_wrap {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .ph_wrap {
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: 1;
    width: 120px;
  }
}

.app_feature_wrap:nth-child(even) .ph_wrap {
  right: auto;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap:nth-child(even) .ph_wrap {
    right: auto;
    left: -5px;
  }
}

.app_feature_wrap .textbox {
  max-width: 700px;
  position: relative;
  z-index: 1;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .textbox {
    max-width: calc(100% - 110px);
    position: relative;
    z-index: 1;
    color: #FFF;
  }
}

.app_feature_wrap:nth-child(even) .textbox {
  margin-left: auto;
}

.app_feature_wrap .app_feature_header {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .app_feature_header {
    display: block;
  }
}

.app_feature_wrap .app_feature_header .num {
  font-size: 1.6em;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .app_feature_header .num {
    font-size: 0.8em;
    padding-right: 0;
    padding-bottom: 7px;
  }
}

.app_feature_wrap .app_feature_header .sub_title {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .app_feature_header .sub_title {
    font-size: 1em;
    line-height: 1.4;
  }
}

.app_feature_wrap .app_feature_header .sub_title::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #FFF;
  margin-right: 10px;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .app_feature_header .sub_title::before {
    content: none;
  }
}

.app_feature_wrap .title {
  font-size: 2em;
  font-weight: 700;
  padding: 20px 0;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .title {
    font-size: 1.3em;
    font-weight: 700;
    padding: 10px 0 15px;
    letter-spacing: 0.075em;
  }
  .app_feature_wrap .text {
    padding-bottom: 0;
    line-height: 1.65;
  }
  .app_feature_wrap .text br {
    display: none;
  }
}

.app_feature_wrap .title span {
  display: inline-block;
  border-bottom: 2px solid #FFF;
  padding-bottom: 5px;
}

.app_feature_wrap .caption {
  font-size: 0.75em;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .app_feature_wrap .caption {
    font-size: 0.6em;
    padding: 0;
  }
}

#f_app.ContBox {
  overflow: visible;
}
  
.app_last_wrap {
  background-image: url(../img/2023/app_escon_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 140px 0;
  text-align: center;
  margin: 40px -100px 30px;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .app_last_wrap {
    padding: 60px 0;
    text-align: center;
    margin: 0 -15px;
    width: 100vw;
  }
}

.app_last_wrap .title {
  font-size: 2.2em;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
  position: relative;
}

@media screen and (max-width: 767px) {
  .app_last_wrap .title {
    font-size: 1.2em;
  }
}

.app_last_wrap .title span {
  position: relative;
}

.app_last_wrap .title span::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/2023/app_last_deco01.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .app_last_wrap .title span::before {
    width: 30px;
    height: 30px;
    left: -25px;
  }
}

.app_last_wrap .title span::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/2023/app_last_deco02.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .app_last_wrap .title span::after {
    width: 30px;
    height: 30px;
    right: -25px;
  }
}

.app_last_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .app_last_wrap .list {
    padding: 20px 50px 0;
  }
}

.app_last_wrap .list .icon {
  width: 140px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .app_last_wrap .list .icon {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
}

.TicketLink {
  margin: auto;
  clear: both;
  text-align: center;
  padding-top: 20px;
}

.TicketLink a {
  padding-left: 10px;
  padding-right: 10px;
}

.TicketLink img {
  border: 1px solid #CCC;
  width: 250px;
}

/* ボタン出し分け */
@media screen and (max-width: 767px) {
  .iphone .TicketLink a.ios_btn {
    display: block;
  }
  .iphone .TicketLink a.android_btn {
    display: none;
  }
  .android .TicketLink a.ios_btn {
    display: none;
  }
  .android .TicketLink a.android_btn {
    display: block;
  }
}