@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: 100%;
  height: auto;
  background-color: #000;

}

.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: 25%;
  margin-top: 3vw;
  margin-left: 37.5vw;
  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: 12vw;
  width: 50%;
  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));
	
}



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

.platform-label {
  position: relative;
  margin-top: 2.8vw;
  margin-left: 4vw;
  width: 50%;
  font-weight: 800;
  text-align: center;
  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.35vw;
  font-weight: 600;
  margin-left: 0;
  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;
  text-align: center;
  padding-top: 55px;
  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) {
	  .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: 6vw;
  z-index: 100;
}
  
  .platform-label {
  position: relative;
  margin-top: -4vw;
  margin-left: 0vw;
  width: 100%;
  font-weight: 800;
  text-align: center;
  font-size: 7vw;
  color: #fff;
}
  /* アイコン共通スタイル */
.platform-label::before,
.platform-label::after {
  content: "";
  display: inline-block;
  width: 6vw;
  height:6vw;
  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;
}


  .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: -6px;
    right: 10px;
    width: 80px;
  }

  .saletoptit {
    position: absolute;
    margin-top: -5px;
    left: 20px;
    width: 200px;
  }

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

.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;
    text-align: center;
    padding-top: 5%;
    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;
  }
}

.product_storelist {
	position: relative;
	width: 105%;
	margin-left: -2%;
	z-index: 150;
}

.wishlistwrp {
	width: 140%;
	height: 50vh;
	margin: 0 auto;
	padding: 0 5% 0 0;
	margin-left: -18.5%;


}
	.platformlogo {
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 5%;
	}
@media screen and (min-width:320px) and (max-width:1050px) {
	.platformlogo {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 8%;
	}

	.wishlistwrp {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-left: 12.5%;
	}
	.wishlist_pslist li {
		float: left;
		padding: 1% 1% 0% 1%;
		background-color: #fa3122;
		width: 48%!important;
		margin-right: 4.5%;
		margin-bottom: 5%;
	}

	.wishlist_pslist li:nth-child(4n) {
		margin-right: 0;
	}

	.wishlist_pslist li:nth-child(2n) {
		margin-right: -40%;
	}
}



.wishlist_pslist {
	position: relative;
	margin-bottom: 0;
}

.wishlist_pslist a {
	transition: 0.3s;
	text-decoration: none;
	/* 初期状態で下線を消す */
}

.wishlist_pslist a:hover {
	text-decoration: none;
	/* ホバー時も下線を消す */
	color: #fff;
	/* ホバー時のテキストカラー */
	transition: 0.3s;
}

.wishlist_pslist p:hover {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}



.wishlist_pslist li {
	float: left;
	padding: 1% 1% 0.5% 1%;
	background-color: #fa3122;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.wishlist_pslist li:nth-child(4n) {
	margin-right: -20%;
}


.textarea_wishlist {
	font-weight: 600;
	text-align: center;
	color: #000;
	font-size: min(3.6vw, 25px);
}

@media screen and (min-width:320px) and (max-width:1050px) {
		.textarea_wishlist {
		font-weight: 600;
		text-align: center;
		color: #000;
		font-size: min(4vw, 30px);
	}
	#product {
		position: relative;
		width: 100%;
		padding: 3% 1% 0% 1%;
		margin-bottom: 0;
		height: auto;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(3px);
		/* ブラーの強度を調整 */
		z-index: 125;
	}

	.wishlist_headcopy {
		position: relative;
		width: 80%;
		margin: 0 auto;

		z-index: 30;
	}

	.image_link img {
		width: 100%;
		filter: sepia(0%) hue-rotate(-10deg) saturate(100%) brightness(1);
		/* 色相回転、彩度、明るさ調整 */
		transition: 0.3s;
	}

	.image_link:hover img {
		filter: sepia(100%) hue-rotate(0deg) saturate(0%) brightness(1);
		/* ホバー時の通常状態 */
	}

	#wishlist {
		position: relative;
		padding-bottom: 10%;
		width: 100%;
		height: auto;
		background:
			linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
			url(../img/main/wishlist_backimg.jpg);
		background-repeat: no-repeat;
		background-size: 200%;
		background-position: top right;
	}

	.wishlist_infowrp {
		position: relative;
		width: 90%;
		margin-left: 5%;
		height: auto;
	}

	.wishlistlogo_onwishlist {
		position: relative;

		width: 70%;
		right: 0%;
		left: 15%;
		margin-top: 0%;
		z-index: 500;
	}

	.wishlist_btnlist {
		position: relative;
		width: 100%;
		margin-top: 5%;
		margin-left: 2.5%;
	}

	.wishlist_btnlist li {
		float: left;
		width: 95%;
		margin-right: 0%;
		margin-bottom: 6%;

	}

	.wishlist_btnlist li:nth-child(2n) {
		margin-right: 0%;
	}

	.wishlist_img02 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 3vw;
	}

	.wishlist_logo {
		position: absolute;
		width: 70%;
		margin: -70vw auto;
		left: 14vw;
		margin-bottom: 0%;
		z-index: 155;
	}
}

.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;
	}
}



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

}
.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));
}

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

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

@media screen and (min-width:320px) and (max-width:1050px) {

  .saleheader {
    position: relative;
    height: 40px;
  }
    .saletoptit {
    position: absolute;
    margin-top: 2px;
    left: 10px;
    width: 280px;
  }
      .salesnklogo {
    position: absolute;
    margin-top: 1px;
    right: 5px;
    width: 70px;
  }

  .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));
  }
 .sale-banner {
  position: relative;
  width: 95%;
  margin-top: -6vw;
  right: -6.5vw;
  z-index: 200;
}
  #sale {
  width: 95%;
  height: auto;
  background-color: #000;
  margin: 0 auto;

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