/* commonパーツ以外のuptateはココ*/


/* 2020.08.21 add MV上のアイコン用 */
.mv-icon01 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 160px;
  height: auto;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .mv-icon01 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 110px;
    height: auto;
    z-index: 100;
  }
  .hp-pconly {
    display: none;
  }
}

/* 2020.08.24 add bestrateバナー */
.banner-bestrate {
  margin-top: 3em;
}

.mv01-bnr{
  z-index: 1;
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: 20px;
  top: 20px;
}
.mv01_icon{
  width: 150px;
}
@media screen and (max-width: 640px) {
 .sp-non{
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pc-non{
    display: none;
  }
}

/* 2021.06.15 add 新潟PJバナーー */
.niigataPjBnr{
  display: inline-block;
  margin-bottom: 8px;
}

/* 20220621 add */
@media(max-width: 640px){
  .mvArea {
    height: 145vw !important;
  }
}

.top-bnr-pc{
  max-width: 1350px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.top-bnr{
  width: 30%;
  height: 30%;
  position: absolute;
  top: 8%;
  right: 5%;
}
.top-bnr img{
  display:block;
  width:100%;
}
.gift-bnr {position: absolute; bottom:0px; right:6vw; transition: 0.3s ease;}
.gift-bnr:hover {opacity:0.8; transition: 0.3s ease;}
.top-bnr{ margin: 5px auto -5px;}
.top-bnr a{width:100%; margin: 10px auto;}
.top-bnr a img{width:100%;}
@media screen and (max-width: 640px){
  .lanking-icon-sp{
    padding-bottom:20px;
  }
  .lanking-icon-sp img {
    width: 27%;
    float: none;
    padding-left: 18px;
  }
  .lanking-icon-sp a{
    display:block;
    text-align:center;
  }
}

/* 2022 12/9　課題252 add */
.mv01-icon {
	width: 110px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.banner-icon{
	width: 15%;
	padding-left: 60px;
}
.mv01_icon_2 {
    width: 180px;
}

.hiyou_icon{
	height: 152px;
}

@media (max-width: 640px) {
	.banner-icon{
		width: 27%;
		padding-left: 18px;
	}
}
	.mv01-bnr2 {
    position: absolute;
		right: 20px;
    bottom: 20px;
    z-index: 1;
}

.knsbnr{
    width: 94%;
    margin-left: 10px;
}
