@charset "UTF-8";
/*　------ 変数を先に定義　　---------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #013b55;
  overflow-x: hidden;
}

.inner {
  background: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-bottom: 32px;
  }
}

.section-box {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  margin-top: 130px;
  border: 2px solid #080102;
  padding: 0 80px 88px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1149px) {
  .section-box {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-box {
    padding: 0 20px 40px;
    margin-top: 48px;
	border: 1px solid #080102;
  }
}
.section-box h2 {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .section-box h2 {
    max-width: 240px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.caution {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 40px;
  padding-left: 1em;
  text-indent: -1em;
}

.fs16{
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .caution {
    font-size: 13px;
    margin-top: 20px;
  }
	.fs16{
	font-size: 15px;
	line-height: 1.5;
	}
}

.strong {
  color: #f65674;
}

.center {
  text-align: center;
}

.caution-list {
  margin-top: 40px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .caution-list {
    font-size: 13px;
    margin-top: 20px;
  }
}
.caution-list li {
  line-height: 1.5;
}
.caution-list li:not(:first-child) {
  margin-top: 5px;
}

.limit {
  font-size: 12px;
  background: #fff;
  padding: 5px;
  border-radius: 2px;
  margin-top: auto;
}

#toX {
  position: fixed;
  width: 130px;
  right: 30px;
  bottom: 290px;
  z-index: 15;
}
@media screen and (max-width: 1149px) {
  #toX {
    width: 120px;
    right: 8px;
    bottom: 265px;
  }
}
@media screen and (max-width: 767px) {
  #toX {
    width: 70px;
    right: 10px;
    bottom: 170px;
  }
}
#toYaiba {
  position: fixed;
  width: 130px;
  right: 30px;
  bottom: 160px;
  z-index: 15;
}
@media screen and (max-width: 1149px) {
  #toYaiba {
    width: 120px;
    right: 8px;
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #toYaiba {
    width: 70px;
    right: 10px;
    bottom: 100px;
  }
}

#toTop {
  position: fixed;
  width: 130px;
  right: 30px;
  bottom: 30px;
  z-index: 15;
}
@media screen and (max-width: 1149px) {
  #toTop {
    width: 120px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #toTop {
    width: 70px;
    right: 10px;
    bottom: 30px;
  }
}

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

.header {
  position: relative;
  z-index: 100;
}

.g_nav--container {
	background: linear-gradient(180deg, rgb(70, 99, 134), rgb(2, 37, 85));
	max-height: 100px;
  	height: 100px;
	border-bottom: 2px solid #00122a;
	
	
	
	/*
  background: url("../images/fv/g_nav-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 120px;
  height: 120px;
*/
}
@media screen and (max-width: 1300px) {
  .g_nav--container {
    height: 100px;
  }
}
@media screen and (max-width: 1130px) {
  .g_nav--container {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .g_nav--container {
    display: none;
  }
}

.g_nav {
/*  max-width: 1080px;*/
/*  max-width: 1404px;*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1300px) {
  .g_nav {
    height: 100px;
    width: 95%;
    justify-content: space-around;
    gap: 10px;
  }
}
@media screen and (max-width: 1130px) {
  .g_nav {
    width: 90%;
    height: 80px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .g_nav {
    display: none;
  }
}
.g_nav > li:nth-child(-n+4) {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .g_nav > li:nth-child(-n+4) {
    height: 100px;
  }
}
@media screen and (max-width: 1130px) {
  .g_nav > li:nth-child(-n+4) {
    height: 80px;
  }
}
.g_nav > li:nth-child(-n+4):hover::before {
  content: "";
  display: block;
  width: 90px;
  height: 84px;
  background-image: url("../images/fv/hover-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1130px) {
  .g_nav > li:nth-child(-n+4):hover::before {
    width: 78px;
    height: 72px;
  }
}
.g_nav > li:nth-child(-n+4) a {
  height: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .g_nav > li:nth-child(-n+4) a {
    height: 100px;
  }
}
  .g_nav > li:nth-child(-n+4) a {
    height: 80px;
  }
.g_nav > li:nth-child(-n+4) a img {
  height: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1130px) {
	.g_nav > li:nth-child(-n+4) a img {
  height: 30px;
	}
	
  .g_nav_yaiba img {
	  height: 70px;
  }
}
/*
.g_nav > li.header-link img {
  height: 60px !important;
}
@media screen and (max-width: 1130px) {
  .g_nav > li.header-link img {
    height: 42px !important;
  }
}
*/
.g_nav > li:last-child img {
  height: 100px;
}
@media screen and (max-width: 1300px) {
  .g_nav > li:last-child img {
    height: 100px;
  }
}
@media screen and (max-width: 1130px) {
  .g_nav > li:last-child img {
    height: 80px;
  }
}
.g_nav > li a:hover {
  opacity: 0.8;
}

.sp-g_nav--container {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-g_nav--container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-g_nav {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 20px 0 30px;
    transition: all 0.3s;
    z-index: 200;
    overflow-y: auto;
    background: #061726;
    opacity: 0.9;
  }
}
.sp-g_nav > ul {
  margin-top: 45px;
}
.sp-g_nav > ul > li {
  border-bottom: 1px solid #fff;
}
.sp-g_nav > ul > li > ul {
  margin-left: 20px;
  padding-bottom: 16px;
}
.sp-g_nav > ul > li > ul a {
  padding: 10px 0 10px 36px;
  font-weight: normal;
}
.sp-g_nav > ul p {
  padding: 16px 0 8px 16px;
}
.sp-g_nav > ul p > a {
  padding: 0;
}
.sp-g_nav > ul p > a::before {
  display: none;
}
.sp-g_nav > ul a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 20px 36px;
  position: relative;
}
.sp-g_nav > ul a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 52%;
  margin-top: -6px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.hamburger {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0;
  filter: drop-shadow(0 0 2px rgb(30, 84, 131)) drop-shadow(0 0 5px rgb(30, 84, 131));
  z-index: 10;
}
.hamburger p {
  font-size: 11px;
	color: #fff;
  text-align: center;
  margin-top: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.6s;
}

.hamburgerLine {
  position: absolute;
  left: 0;
  right: 0;
  width: 34px;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  margin: auto;
}

.hamburgerLine1 {
  top: 6px;
}

.hamburgerLine2 {
  top: 16px;
}

.hamburgerLine3 {
  top: 26px;
}

.nav-open .sp-g_nav {
  right: 0;
}

.nav-open .hamburger {
  position: fixed;
  right: 5px;
  z-index: 300;
  transition: all 0.6s;
}
.nav-open .hamburgerLine1 {
  transform: rotate(45deg);
  top: 14px;
}
.nav-open .hamburgerLine2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 14px;
}
.nav-open .black-bg {
  opacity: 0.5;
  visibility: visible;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #000;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 2;
}

.fv {
  background: #fff;
}
.fv h1 {
  max-width: 1427px;
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv h1 {
    width: 100%;
  }
}


.x {
  max-width: 720px;
  width: 74%;
  margin: 0 auto;
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .x {
    width: 85%;
    max-height: 480px;
    padding-top: 48px;
  }
}
.x iframe {
  height: 600px !important;
}
@media screen and (max-width: 767px) {
  .x iframe {
    height: 400px !important;
  }
}

@media screen and (max-width: 767px) {
  .css-1dbjc4n {
    max-height: 400px !important;
  }
}

.event-date {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event-date {
    font-size: 24px;
  }
}

.content01{
	background-color: #e6f0f8;
	padding: 60px 50px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
.content01 {
    padding:20px 10px 30px;
	}
}

/*------------- event yaiba --------------*/
.content02{
	background-color: #feeeee;
	padding: 60px 50px;
	border-radius: 10px;
	color: #800000;
}
.content02 .event-name{
	border-bottom: 2px solid #800000;
}
.content02 .event-stores_tie span {
	background:#800000;
}
.content02 .event-store_list dt{
	background: #800000;
}
.content02 .event-store_list dt::before{
	border-left: 10px solid #800000;
}
.content02 .event-store_list dt::after{
	border-left: 10px solid #800000;
}
.content02 .event-store_list dd ul li a{
	color: #800000;
    font-size: 20px;
    border: 1px solid #800000;
}
.content02 .event-store_list dd ul li a:hover {
  background: #800000;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.content02 {
		padding:30px 10px;
	}
	.content02 .event-name{
		border-bottom: 1px solid #800000;
	}
	.content02 .event-store_list dd ul li a{
		font-size: 13px;
	}
	.content02 .event-store_list dt::before{
		border-left: 7px solid #800000;
	}
	.content02 .event-store_list dt::after{
		border-left: 7px solid #800000;
	}
}

/*------------- / event yaiba --------------*/


@media screen and (max-width: 767px) {
.content-box{
    width: 95%;
	margin: 0 auto;
	}
}

.txt-box{
	margin-bottom: 50px;
}
.txt-box p{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 20px;
	
	
}
.txt-box .red{
	color: #800000;
	font-size: 22px;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
.txt-box{
	margin-bottom: 30px;
	}
.txt-box p{
	font-size: 14px;
	}
.txt-box .red{
font-size: 19px;
	}
}

.event-name{
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	border-bottom: 2px solid #013b55;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.event-name{
	font-size: 24px;
    margin-bottom: 20px;
	border-bottom: 1px solid #013b55;
	}
}

.event-txt{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height:1.5;
	background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .event-txt{
	font-size: 18px;
	margin-bottom: 15px;
	line-height:1.3;
	   padding: 10px;
	}
}

.year {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .year {
    font-size: 16px;
  }
}

.day-of-week {
  font-size: 50px;
  margin-left: -26px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .day-of-week {
    font-size: 20px;
    margin-left: -13px;
    margin-right: -10px;
  }
}

.event-stores_tie {
  text-align: center;
  margin-top: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .event-stores_tie {
    margin-top: 16px;
  }
}
.event-stores_tie span {
  font-size: 25px;
  color: #fff;
  background: #013b55;
  display: inline-block;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .event-stores_tie span {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 12px;
  }
}

.event-store_list {
  text-align: center;
  font-weight: bold;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .event-store_list {
    margin-top: 32px;
  }
}
.event-store_list dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .event-store_list dl {
    flex-wrap: wrap;
  }
}
.event-store_list dt {
  color: #fff;
  background: #013b55;
  font-size: 24px;
  width: 96px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-right: 24px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .event-store_list dt {
    font-size: 15px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
  }
}
.event-store_list dt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #013b55;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .event-store_list dt::before {
    right: -7px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 7px solid #013b55;
  }
}
.event-store_list dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #013b55;
  border-right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .event-store_list dt::after {
    left: -7px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 7px solid #013b55;
  }
}
.event-store_list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.event-store_list dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .event-store_list dd ul {
    width: 100%;
    gap: 2%;
  }
}
.event-store_list dd ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .event-store_list dd ul li {
    width: 49%;
    margin-top: 5px;
    text-align: center;
  }
}
.event-store_list dd ul li a {
  color: #013b55;
  font-size: 20px;
  border: 1px solid #013b55;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .event-store_list dd ul li a {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 0 5px;
  }
}
.event-store_list dd ul li a:hover {
  background: #013b55;
  color: #fff;
}

.event-store_item:not(:first-child) {
  margin-top: 24px;
}

.present-explain {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .present-explain {
    font-size: 19px;
    margin-bottom: 16px;
  }
}

.theater .center img {
  width: 75%;
}

.theater-explain {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .theater-explain {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.goods-inner{
	margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
.goods-inner {
    margin-top: 30px;
  }
}

.caution-txt{
	margin: 40px 0;
}
.goods .caution-txt{
	margin: 30px 0 10px;	
}
@media screen and (max-width: 767px) {
 .caution-txt {
	 font-size: 15px;
	 line-height: 1.5;
	 margin:20px 0;
	}
}
.goods-title {
  width: 100%;
  text-align: center;
  font-family: "MA31", serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 13px;
	color: #fff;
}
@media screen and (max-width: 767px) {
  .goods-title {
    font-size: 20px;
    padding: 6px;
  }
}
.goods-title.pre {
  background: #3b7cb4;
  margin-top: 10px;
}
.goods-title.new {
  background: #dd9f47;
  margin-top: 80px;
}
.yaiba .goods-title {
  background: #a71e1e;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .goods-title.new {
    margin-top: 48px;
  }
}
.goods-title.other {
  background: #3fa5a6;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .goods-title.other {
    margin-top: 48px;
  }
}

.yaiba .present-explain{
	margin:60px auto 30px; 
} 
@media screen and (max-width: 767px) {
 .yaiba .present-explain{
	margin-top: 30px;
 }
}
.subtxt{
	font-size: 20px;
}
@media screen and (max-width: 767px) {
 .subtxt{
	font-size: 15px;
 }
}

.series-title {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 72px;
/*  margin-bottom: 8px;*/
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "MA31", serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}
.series-title.first {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .series-title.first {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .series-title {
    font-size: 18px;
    margin-top: 48px;
  }
}

.series-title__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.series-title__inner h4 {
  font-weight: bold;
}

.goods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.goods-list.pre > li {
  background: #d2e1ee;
}
.goods-list.new > li {
  background: #f4ebde;
}
.goods-list.other > li {
  background: #d4eeee;
}
.yaiba .goods-list > li {
  background: #feeeee;
}

.goods-list > li {
  width: 32%;
  color: #333;
  padding: 15px;
  margin-top: 24px;
	display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1149px) {
  .goods-list > li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .goods-list > li {
    width: 100%;
    margin-top: 12px;
  }
}

.goods-name {
/*  font-size: 18px;*/
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 0px;
  border-bottom: 2px solid #333;
	
/*    margin: 0 10px 20px 10px;*/
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
 .goods-name {
	 height: auto;
	 padding: 15px 0 10px;
  }
}

.goods-name.fix-txt {
  font-size: 17px;
}
.goods-name .goods-mini_txt {
  font-size: 13px;
}
@media screen and (max-width: 1149px) {
  .goods-name .goods-mini_txt {
    font-size: 18px;
  }
}
.goods-name .goods-mini_txt2 {
  font-size: 16px;
}
@media screen and (max-width: 1149px) {
  .goods-name .goods-mini_txt2 {
    font-size: 18px;
  }
}

.good-info {
  margin-top: 16px;
  margin-bottom: 10px;
	
}
.good-info li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.link {
  max-width: 1560px;
  width: 95%;
  margin: 0 auto;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .link {
    margin-top: 48px;
  }
}

.link-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .link-container {
    gap: 10px;
  }
}
.link-container a {
  width: 30%;
}
.link-container a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .link-container a {
    width: 90%;
  }
}

footer {
  background: #041624;
  text-align: center;
  padding: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 10px;
    line-height: 1.3;
  }
}

.snow-container {
  position: relative;
  overflow-x: hidden;
}

.snow {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snow li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 50s linear infinite, rotate1 3s ease-in-out infinite alternate;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .snow li {
    width: 10px;
  }
}

@keyframes fall {
  to {
    top: calc(100% - 200px);
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(700px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(700px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.snow li:nth-child(1) {
  left: 0;
  animation: fall 50s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(1) {
    animation: fall 80s linear infinite, rotate1 3s ease-in-out infinite alternate;
  }
}
.snow li:nth-child(2) {
  left: 5vw;
  animation: fall 55s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
  animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(2) {
    left: -2vw;
    animation: fall 100s linear infinite, rotate1 3s ease-in-out infinite alternate;
    animation-delay: 4s;
  }
}
.snow li:nth-child(3) {
  left: 15vw;
  animation: fall 45s linear infinite, rotate1 4s ease-in-out infinite alternate;
  animation-delay: 4s;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(3) {
    left: 65vw;
    animation: fall 85s linear infinite, rotate2 4s ease-in-out infinite alternate;
    animation-delay: 2s;
  }
}
.snow li:nth-child(4) {
  left: 30vw;
  animation: fall 60s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(4) {
    left: 0;
  }
}
.snow li:nth-child(5) {
  left: 40vw;
  animation: fall 65s linear infinite, rotate1 4s ease-in-out infinite alternate;
  animation-delay: 3s;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(5) {
    left: 16vw;
  }
}
.snow li:nth-child(6) {
  left: 55vw;
  animation: fall 70s linear infinite, rotate2 3s ease-in-out infinite alternate;
  animation-delay: 5s;
}
@media screen and (max-width: 767px) {
  .snow li:nth-child(6) {
    left: 22vw;
  }
}
.snow li:nth-child(7) {
  left: 65vw;
  animation: fall 75s linear infinite, rotate2 4s ease-in-out infinite alternate;
  animation-delay: 6s;
}
.snow li:nth-child(8) {
  left: -100px;
  animation: fall 80s linear infinite, rotate1 3s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.snow li:nth-child(9) {
  left: 40vw;
  animation: fall 85s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
  animation-delay: 8s;
}
.snow li:nth-child(10) {
  left: 55vw;
  animation: fall 90s linear infinite, rotate2 4s ease-in-out infinite alternate;
  animation-delay: 9s;
}
.snow li:nth-child(11) {
  left: 65vw;
  animation: fall 95s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
  animation-delay: 10s;
}
.snow li:nth-child(12) {
  left: 20vw;
  animation: fall 100s linear infinite, rotate1 4s ease-in-out infinite alternate;
  animation-delay: 11s;
}

.fv-btm-bg {
  background: linear-gradient(#fff,rgb(204,217,230,0));
}

.new-info {
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 767px) 
{
  .new-info {
    padding-top: 30px;
}
  .new-info a {
      width: 90vw;
      margin: 0 auto;
	  display: block;
  }
}
.new-info a {
  transition: 0.3s;
}
.new-info a:hover img {
  transition: 0.3s;
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}

.blue {
  color: #1d49e2;
}