@charset "UTF-8";


.lang-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;

}

.lang-buttons button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  /* 文字白 */
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #fff;
}

.lang-buttons button:hover {
  background-color: #FF3300;
  color: #fff;
}

/* aタグがボタン内にある場合のスタイル */
.lang-buttons button a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* ホバー時も白のまま */
.lang-buttons button:hover a {
  color: #fff;
}

@media screen and (max-width: 1050px) {
  #enquete {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 7% 1% 5% 1%;
    height: auto;
    z-index: 100;
  }

  .lang-buttons {
    grid-template-columns: 1fr;
  }
}

.ffcotwlogo {
  width: 50%;
  margin: 0 auto;
}


.surveytit {
  position: relative;
  font-size: 4vw;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  margin-bottom: 0;

  text-align: center;
  z-index: 100;
}

.surveysub {
  margin-top: -10px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  .ffcotwlogo {
    width: 70%;
    margin: 0 auto;
  }


  .surveytit {
    position: relative;
    font-size: 10vw;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    margin-bottom: 0;

    text-align: center;
    z-index: 100;
  }

  .surveysub {
    margin-top: -10px;
    font-size: 5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
  }
}

#sale {
  width: 70%;
  height: auto;
  background-color: #000;
  margin: 0 auto;

}

.bgimage {
  position: relative;
  width: 100%;
  margin-left:0;
  z-index: 100;
}

.saletoptit {
  position: absolute;
  margin-top: 7px;
  left: 20px;
  width: 350px;
}


.salesnklogo {
  position: absolute;
  margin-top: 4px;
  right: 10px;
  width: 100px;
}



.sale-logo {
  position: absolute;
  width: 22%;
  margin-top: 1%;
  margin-left: 39.5%;
  z-index: 200;
  -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .6));
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
}

.platform-buttons {
  position: relative;
  margin-top: 1vw;
  margin-left: 0vw;
  width: 65%;
  margin-bottom: 0;
  z-index: 100;
}

.platform-buttons li a {
	transition: all 0.5s;
}
.platform-buttons li a:hover {
	opacity:0.8;
	transition: all 0.5s;
}
.platform-buttons li {
  float: left;
  width: 46%;
  margin-bottom: 3%;
	margin-right: 3%;
    -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .6));
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
	
}

.sale-banner {
  position: absolute;
  width: 32%;
  margin-top: -6.5vw;
  right: 8.5vw;
  z-index: 200;
}


.saleheader {
  position: relative;
  height: 50px;
	background-color: #000;
	z-index: 100;
}

.platform-label {
  position: relative;
  margin-top: 2.8vw;
  margin-left: 6vw;
  width: 50%;
  font-weight: 800;
  font-size: 2.5vw;
  color: #fff;
	font-family: "Barlow Condensed", sans-serif;
}

/* アイコン共通スタイル */
.platform-label::before,
.platform-label::after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url('../img/main/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.platform-label::before {
  margin-right: 0.8vw;
}


.platform-label::after {
  margin-left: 0.8vw;
}

.textarea_salenotice {
  position: relative;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 700;
  margin-left: 0vw;
  z-index: 100;
}

.halfgrad_premiumgreen_bottom_sale {
  width: 100%;
  height: 20vh;

  position: fixed;
  overflow: hidden;
  bottom: 0;
  background: linear-gradient(to top, rgba(43, 252, 218, 0.6) 0%, rgba(43, 252, 218, 0) 100%);
  z-index: 10;
}


.ftsnklogo {
  position: relative;
  width: 12%;
  margin: 55px auto;
  margin-bottom: 0;
  z-index: 100;
}

.ftwrp {
  position: relative;
  margin-top: 1%;
  width: 100%;
  height: auto;

  padding-bottom: 2%;
  z-index: 100;
}

.ftsns {
  position: relative;
  width: 30%;
  margin: 15px auto;

  z-index: 100;
}

.ftsns li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.ftsns li:first-child {
  width: 33%;
}

.ftsns li:nth-child(2) {
  width: 31%;
}

.ftsns li:last-child {
  width: 28%;
  margin-right: -30%;
}

.sociallist_ft {
  position: relative;
  margin-top: 0%;
  bottom: 3%;
  width: 45%;
  margin-left: 30.5%;
  z-index: 200;
}

.sociallist_ft li {
  float: left;
  width: 20%;
}


.sociallist_ft li:nth-child(4) {
  width: 28%;
}

.testarea_ftplatform {
  color: #fff;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-left: 10%;
  line-break: auto;
  font-size: min(1vw, 12px);
}

.ps_logo {
  width: min(1.3vw, 18px);
  display: inline-block;
}

.ps {
  width: min(3vw, 40px);
  display: inline-block;
}

.textarea_credit {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  z-index: 200;
}

 .overlay_map {
  position: fixed;
  right: 0;
	 margin-top: 15vw;
  width: 90%;
  mix-blend-mode: lighten;
  opacity: 0.5;
  z-index: 30;
}


@media screen and (min-width:320px) and (max-width:1050px) {
  #sale {
  width: 95%;
  height: auto;
  background-color: #000;
  margin: 0 auto;

}
	  .overlay_map {
    position: fixed;
    right: -20%;
    width: 150%;
    mix-blend-mode: lighten;
    opacity: 0.5;
    z-index: 51;
  }
  .textarea_salenotice {
  position: relative;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  margin-left: 2vw;
  z-index: 100;
}
  
  .platform-label {
  position: relative;
  margin-top: -1vw;
  margin-left: 0vw;
  width: 100%;
  font-weight: 800;
  text-align: center;
  font-size: 7vw;
  color: #fff;
  z-index: 100;
}
  /* アイコン共通スタイル */
.platform-label::before,
.platform-label::after {
  content: "";
  display: inline-block;
  width: 6vw;
  height:4vw;
  background-image: url('../img/main/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.platform-label::before {
  margin-right:2vw;
}


.platform-label::after {
  margin-left: 2vw;
}

 .sale-banner {
  position: relative;
  width: 95%;
  margin-top: -6vw;
  right: -6.5vw;
  z-index: 200;
}
  .platform-buttons {
    position: relative;
    margin-top: 1vw;
    margin-left: 3vw;
    width: 95%;
    margin-bottom: 0;
    z-index: 100;
  }

  .platform-buttons li {
    float: left;
    width: 47.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
.platform-buttons li:nth-child(2n) {
  margin-right: -20%;
  }
    .salesnklogo {
    position: absolute;
    margin-top: -1px;
    right: 5px;
    width: 70px;
  }

  .saletoptit {
    position: absolute;
    margin-top: 0px;
    left: 10px;
    width: 280px;
  }


  .saleheader {
    position: relative;
    height: 40px;
  }

  .sale-logo {
    position: relative;
    width: 70%;
    margin: 6vw auto;
    z-index: 200;
    -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .6));
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .6));
  }

  .ps {
    width: min(9vw, 50px);
    display: inline-block;
  }

  .ps_logo {
    width: min(4vw, 20px);
    display: inline-block;
  }

  .testarea_ftplatform {
    color: #fff;
    width: 80%;
    margin: 2vw auto;
    font-size: min(2.4vw, 14px);
    text-align: left;
  }

  .sociallist_ft {
    position: relative;
    margin-top: 2%;
    bottom: 3%;
    width: 60%;
    margin-left: 28%;
  }

  .sociallist_ft li {
    float: none;
    width: 80%;
    margin-bottom: 3%;
  }

  .sociallist_ft li:nth-child(1) {
    width: 80%;
    margin-left: 2%;
  }

  .sociallist_ft li:nth-child(2) {
    width: 80%;
    margin-left: -1.5%;
  }

  .sociallist_ft li:nth-child(3) {
    width: 80%;
    margin-left: -1.9%;
  }

  .sociallist_ft li:nth-child(4) {
    width: 70%;
    margin-left: -1.9%;
  }

  .ftsns {
    position: relative;
    width: 80%;
    margin: 15px auto;
    margin-bottom: 0;
    z-index: 100;
  }

  .ftsns li {
    border-top: 1px solid #666666;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0px;
  }

  .ftsns li:first-child {
    width: 100%;
  }

  .ftsns li:nth-child(2) {
    padding: 3% 15%;
    width: 100%;
  }

  .ftsns li:last-child {
    width: 100%;
    margin-right: -30%;
    padding-bottom: 0vw;
  }

  .ftsns li:last-child img {
    width: 80%;
    margin-left: 11%;
  }

  .ftsnklogo {
  position: relative;
  width: 40%;
  margin: 20px auto;
  margin-bottom: 0;
  z-index: 100;
  }

  .ftwrp {
    position: relative;
    margin-top: 5vw;
    padding-top: 5%;
    width: 100%;
    height: auto;
    padding-bottom: 5%;
    background-color: rgba(0, 0, 0, 0.6);

    overflow: hidden;
  }

  .sociallist_ft_sp {
    position: relative;
    padding: 2% 0 2% 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: flex;
    /* Flexboxを有効にする */
    justify-content: center;
    /* 要素を中央に配置 */
    width: 80%;
    /* 親要素の幅を90%に設定 */
    margin: 2% auto;
    /* 親要素を中央に配置 */
    z-index: 1000;
  }

  .sociallist_ft_sp_y {
    position: relative;
    padding: 0 0 2% 0;
    border-bottom: 1px solid #666666;
    display: flex;
    /* Flexboxを有効にする */
    justify-content: center;
    /* 要素を中央に配置 */
    width: 80%;
    /* 親要素の幅を90%に設定 */
    margin: 0% auto;
    /* 親要素を中央に配置 */
    z-index: 1000;
  }

  .sociallist_ft_sp_i {
    position: relative;
    padding: 2% 0 2% 0;

    border-bottom: 1px solid #666666;
    display: flex;
    /* Flexboxを有効にする */
    justify-content: center;
    /* 要素を中央に配置 */
    width: 80%;
    /* 親要素の幅を90%に設定 */
    margin: 0% auto;
    /* 親要素を中央に配置 */
    z-index: 1000;
  }
}

.loading_u {
	margin-top: 0;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		background-position: center top 45%;
		z-index: 4500;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .loading_u {
		margin-top: 0;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		background-position: center top 45%;
		z-index: 4500;
	}
}