@charset "utf-8";
html {
  font-size: 62.5%; /* -> 10px; */
}
br {
  font-size: 0px;
}
body {
  overflow-x: hidden;
  position: relative;
  font-size: 1.4em;
}
* {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style-type: none;
}
a {
  outline: none;
}
tr, th, td, div, span, a, p, i {
  color: inherit;
}
a:link, a:visited {
  text-decoration: none;
}
article p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
/* フェード設定 */
.fadein {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: all 0.9s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 波ループ */
@keyframes scrollAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -635px 0;
  }
}
/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100vw;
}
/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}
/* 画面100%表示用↑ここまで */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.freeArea-direct {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#nc_all {
  text-align: center;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  position: relative;
}
.main_all {
  width: 100%;
  background: url("../img/bg_main.jpg") no-repeat;
  background-size: cover;
  height: 145vh;
  position: relative;
}
.main_all::before {
  content: "";
  position: absolute;
  background-image: url(../img/wave03.png);
  animation: scrollAnime 10s linear infinite;
  height: 3.8rem;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
}
.main_all .title {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.main_all .title::after {
  right: 3rem;
}
/*メインタイトル*/
div.title img {
  /*width: 55rem;*/
  top: 3%;
  left: -8rem;
  right: 0;
  /*bottom: 0;*/
  margin: auto;
  position: absolute;
  filter: drop-shadow(0.5rem 0.5rem 1rem rgba(0, 0, 0, .2));
}
/* 飾り線のクラス */
.line {
  position: relative;
  padding: 10rem 0;
}

.copyright_marine::after {
  content: "©Marine Reveilhac／NCTPS";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: -1.8rem;
  color: #808080;
  z-index: 3;
}
.copyright_sbm::after {
  /*content: "©";*/
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: -1.8rem;
  color: #808080;
  z-index: 3;
  background-color: #fff;
}
.copyright::after {
  /*content: "©";*/
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: -1.8rem;
  color: #808080;
  z-index: 3;
  background-color: #fff;
}
.copyright_fair::after {
  /*content: "©";*/
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: -1.8rem;
  color: #808080;
  z-index: 3;
  background-color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex img {
  flex-shrink: 0;
}
.img_title {
  display: block;
  margin: 0 auto 3rem;
}
.introduction {
  position: relative;
  margin: 5rem auto 10rem;
}
.introduction .text {
  text-align: left;
}
.welcome {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5rem 5rem 10rem 5rem;
}
/*.campaign {
  width: 100%;
  background: url("../img/bg_wave.jpg") no-repeat;
  background-size: cover;
  height: 185vh;
  position: relative;
  padding-top: 10vh;
}*/
.campaign {
  width: 100%;
  background: url("../img/bg_wave.jpg") no-repeat;
  background-size: cover;
  height: 180vh;
	min-height: 1530px;
  position: relative;
}
.campaign img{
	position: absolute;
	top: 3%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width:100%;
	max-width:940px;
}
.campaign .btn_cpn{
	position: absolute;
    top: 1280px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.campaign .btn_cpn img{
	 width: 100%;
    max-width: 589px;
}

.campaign::before {
  content: "";
  position: absolute;
  background-image: url(../img/wave03.png);
  /*animation:  scrollAnime 10s linear infinite;*/
  height: 3.8rem;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
}
.btn_cpn .campaign  {
    margin-top: 8rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}
/*.btn_cpn a {
    color: #e26baa;
    border: 1px solid #e26baa;
    padding: 2rem 5rem;
    font-size: 1.5em;
    letter-spacing: 1rem;
	transition-duration: .8s;
}
.btn_cpn a:hover {
    color: #ffffff;
    background-color: #e26baa;
}*/
.airline_info {
  width: 100%;
  background: url(../img/bg_airinfo-wave.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
	min-height: 830px;
  position: relative;
  padding-top: 10vh;
  overflow: hidden;
	padding-bottom: 25vh;
}
#nc_itsuka_all {
  padding-top: 8rem;
  /*padding-bottom: 8rem;*/
}

.moreinfo {
    margin-bottom: 30px;
}
.moreinfo a {
    font-size: 1.3em;
    color: #25a3d4;
}
.moreinfo a img {
    width: 21px;
    vertical-align: middle;
    padding-left: 5px;
}
.moreinfo_nc{
    margin-bottom:50px;
}
.moreinfo_nc a {
    font-size: 1.6em;
    color: #f780b7;
}
.moreinfo_nc a img {
    width: 21px;
    vertical-align: middle;
    padding-left: 5px;
}
.airline_info .al-title img {
  margin-left: 30rem;
}
.airinfo-text01 {
  font-size: 1.3em;
  color: #ffffff;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  font-weight: lighter;
  margin-top: 4rem;
  text-align: left;
  line-height: 180%;
}
.airinfo-text02 {
  font-size: 1.1em;
  color: #333;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  font-weight: lighter;
  margin-top: 12rem;
  margin-bottom: 6rem;
  text-align: left;
  line-height: 180%;
	text-shadow: 2px 2px 0 #e4e6e8, -2px -2px 0 #e4e6e8,-2px 2px 0 #e4e6e8, 2px -2px 0 #e4e6e8,0px 2px 0 #e4e6e8,  0-2px 0 #e4e6e8,-2px 0 0 #e4e6e8, 2px 0 0 #e4e6e8;
}
p.airinfo-text02 a {
  font-size: 1em;
}
/*.airline_info img:nth-child(2) {
  margin-top: 10rem;
}*/
#attention_all {
  width: 100%;
  background: url(../img/bg_bottom.jpg) no-repeat bottom;
  background-size: cover;
  height: 100vh;
	min-height: 600px;
  /*position: relative;*/
  padding-top: 10vh;
  overflow: hidden;
}

#attention {
  width: 80vw;
  box-sizing: border-box;
  padding: 5rem;
  border: solid 3px #909090;
  margin: 0 auto;
	position: relative;
}
#attention.copyright_Chiris::after {
  content: "©Chris Fynes／NCTPS";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
      right: 0;
    bottom: -4rem;
    color: #5a5a5a;
  z-index: 3;
}
#attention .title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#attention .text {
  text-align: left;
	  color: #5a5a5a;
	font-weight: normal;
}
#attention .text a {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  color: #bd0c2e;
}
#attention .text_red {
  color: #bd0c2e;
}
.base_info {
  width: 39rem;
  margin-bottom: 3rem;
  display: block;
}
.text {
  font-size: 1.5rem;
  line-height: 2.5;
  font-weight: 500;
}
.title {
  font-size: 2.5rem;
}

/*@media screen and (max-width:1212px) {}*/
/*.ipad #campaign, .iphone #campaign, .ipad .main_all, .iphone .main_all, .iphone .bg_01, .ipad  .bg_01, .iphone .bg_02, .ipad .bg_02, .iphone .bg_03, .ipad  .bg_03, .iphone .bg_04, .ipad .bg_04, .iphone .bg_05, .ipad .bg_05, .iphone .bg_06, .ipad .bg_06{
   background-attachment: inherit !important;
}*/
/*@media screen and (max-width:1200px) {}
@media screen and (max-width:1290px) {}
@media screen and (max-width:1150px) {}
@media screen and (max-width:1024px) {
  html {
    font-size: calc(1000vw / 1024);
  }
  .main_all {
    height: 120vmin;
  }
}*/
@media screen and (min-width:751px) and (max-width:940px) {
	  #fftop_recomDetail section {
    padding: 0;
  }
  html {
    font-size: calc(1000vw / 767);
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp img {
    width: 100%;
  }
  .text {
    font-size: 3.5vw !important;
    text-align: left;
  }
  .main_all {
    background: url("../img/bg_main-sp.jpg") no-repeat;
    background-size: cover;
    /*height: 80vh;*/
  }
  div.title img {
    width: 65rem;
    top: 3%;
    left: 0;
    right: 0;
  }
  .welcome {
    width: 95%;
    box-sizing: border-box;
    margin: 5rem auto;
  }
/*  .campaign {
    height: 265vh;
    padding-top: 5vh;
    padding-bottom: 65vh;
  }
  .campaign img {
    width: 90vw
  }
	.campaign .btn_cpn{
		top:2950px;
	}*/

/*	.campaign {
    height: 450vh;
    padding-top: 5vh;
  }
	.campaign img {
    width: 90vw
  }
	.campaign .btn_cpn{
		top:420vh;
}*/
		.campaign {
    height: 630vh;
    padding-top: 5vh;
    min-height: 4000px;
  }
	.campaign img {
    width: 90vw
  }
	.campaign .btn_cpn{
		top: 3700px;
}
	
  .airline_info {
    height: 60vh;
    padding-top: 5vh;
  }
  .airline_info img {
    width: 55%;
    margin: 0 auto;
  }
	.airline_info img:first-child {
     margin-left: inherit; 
}
  .airline_info .a330neo img {
    width: 70%;
    margin: 0 auto;
  }
  .airline_info .airinfo-text01 {
    color: #333;
    font-size: 1.8em;
    width: 90vw;
  }
  .airline_info .airinfo-text02 {
    font-size: 1.5em;
    width: 90vw;
    margin-top: 3rem;
	  margin-bottom: 1rem;
  }
  #attention {
    border: solid 3px #909090;
  }
  #attention .text {
    color: #5a5a5a;
	font-weight: normal;
	  font-size: 1.1em !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1200px) {
	.campaign{
  height: 140vh;
    min-height: 1400px;
}
	.campaign img {
    max-width: 800px;
}
	.campaign .btn_cpn {
    top: 1100px;
}
}
@media screen and (min-width:941px) and (max-width:1024px) {
	.main_all {
    background: url("../img/bg_main-sp.jpg") no-repeat;
    background-size: cover;
    height: 80vh;
  }
	.welcome{
		margin: 5rem auto;
	}
	.airline_info {
    height: 60vh;
    padding-top: 5vh;
    padding-bottom: inherit;
}
	.airinfo-text02 {
    margin-bottom: inherit;
}
	.campaign{
   height:190vh;
}
	.campaign .btn_cpn {
    top: 1270px;
}
}
@media screen and (max-width:750px) {
  #fftop_recomDetail section {
    padding: 0;
  }
  html {
    font-size: calc(1000vw / 767);
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp img {
    width: 100%;
  }
  .text {
    font-size: 3.5vw !important;
    text-align: left;
  }
  .main_all {
    background: url("../img/bg_main-sp.jpg") no-repeat;
    background-size: cover;
    height: 50vh;
  }
  div.title img {
    width: 65rem;
    top: 3%;
    left: 0;
    right: 0;
  }
  .welcome {
    width: 95%;
    box-sizing: border-box;
    margin: 5rem auto;
  }
 .campaign {
    height: 245vh;
    padding-top: 5vh;
  }
/*	.campaign {
    height: 0;
    padding-top: 5vh;
		padding-bottom: 440%;
  }*/
  .campaign img {
    width: 90vw;
		max-width: inherit;
  }
	.campaign .btn_cpn{
    top: 230vh;
}
	
	.moreinfo a {
    font-size: 1.5em;
}
.moreinfo a img {
    width: 12px !important;
}
  .airline_info {
    height: 60vh;
    padding-top: 5vh;
	  padding-bottom: inherit;
	  min-height: 400px;
  }
  .airline_info img {
    width: 55%;
    margin: 0 auto;
  }
	.airline_info img:first-child {
     margin-left: inherit; 
}
  .airline_info .a330neo img {
    width: 70%;
    margin: 0 auto;
  }
  .airline_info .airinfo-text01 {
    color: #333;
    font-size: 1.8em;
    width: 90vw;
  }
  .airline_info .airinfo-text02 {
    font-size: 1.5em;
    width: 90vw;
    margin-top: 3rem;
	  margin-bottom: 1rem;
  }
  #attention {
    border: solid 3px #c3c3c3;
  }
  #attention .text {
    color: #5a5a5a;
	  /*font-size: 1.1em !important;*/
  }
	#attention .text a {
    font-size: 1.6rem !important;
}
}
@media screen and (max-width: 413px){
.campaign {
    height: 210vh;
}
	.campaign .btn_cpn {
    top: 195vh;
}
}
@media screen and (max-width: 375px){
.campaign {
    height: 260vh;
}
	.campaign .btn_cpn {
    top: 240vh;
}
}
@media all and (-ms-high-contrast: none) {
 /* .campaign {
    height: 245vh;
    padding-top: 5vh;
  }*/
}