main.inner{
	padding: 100px 0 0;
}

#instagram{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #274F7B;
}

#visual{
  text-align: center;
}

#present{
  background-color: #F7F3EC;
  padding: 50px 20px;
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}

#present h2{
  color: #D5480A;
  margin-bottom: 40px;
}

#present h2 .en{
  display: block;
  line-height: 0;
  margin-bottom: 5px;
  
}

#present h2 .en img{
  height: 51px;
}

#present h3{
  margin-bottom: 2rem;
}

#present h3 .jp{
  font-size: 3rem;
}

#present .annotation{
  font-size: 1.4rem;
  margin-top: 2rem;
}

#present .ticket img{
  width: 400px;
}

#snap{
  padding: 50px 20px;
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}

#snap h2{
  position: relative;
}

#snap h2 .en{
  margin-bottom: 5px;
}

#snap h2 .en img{
  height: 41px;
}

#snap h2 .txt{
  position: relative;
}

#snap h2 .txt img{
  margin-top: -5px;
  transform: translateX(100%);
}

#snap ul{
  display: flex;
  flex-wrap: wrap;
}

#snap ul li{
  width: calc(33.333% - 10px);
  background-color: #F0EFEC;
  padding: 10px 10px 30px;
  margin: 5px;
}

#snap ul li img{
  width: 100%;
}

#insta{
  background: #2C5683 url('image/txt-check.svg') no-repeat right 10px bottom 10px;
  background-size: 300px auto;
  padding: 30px 20px 70px;
  max-width: 958px;
  margin: 0 auto;
}

#insta h2{
  text-align: center;
}

#insta .links{
  display: flex;
  justify-content: center;
}

#insta .links .box{
  background-color: #fff;
  width: 300px;
  margin: 1%;
  padding: 20px;
  display: flex;
  align-items: center;
}

#insta .links .box .text{
  flex: 1;
  padding-right: 15px;
}

#insta .links .box .qr{
  width: 86px;
}

#requirement{
  padding: 50px 20px;
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}

#requirement h2{
  margin-bottom: 20px;
}


#requirement ul{
  max-width: 713px;
  margin: auto;
  padding-left: 25px;
}

#requirement ul li{
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  list-style: disc;
}
  
/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

main.inner {
    padding: 0 0;
}

#howto h2 .en img{
  height: 22px;
}

#howto h2 .jp {
    font-size: 1.6rem;
}
#howto .box{
  padding: 15px;
}

#howto .box .lead{
  font-size: 1.5rem;
  font-weight: bold;
}

#howto .box .lead a{
  font-size: 1.5rem;
}

#howto .box .sub{
  font-size: 1.3rem;
}

#howto .annotation{
  font-size: 1.2rem;
  text-align: left;
}

#howto .step .txt{
  top: -25px;
}

#howto .tousen h3{
  font-size: 2rem;
}

#howto .tousen p.annotation{
  font-size: 1.2rem;
}

#present h2{
  margin-bottom: 25px;
}

#present h2 .en img{
  width: auto;
  height: 30px;
}

#snap h2 .en img{
}

#present h2 .jp{
  font-size: 1.6rem;
}

#present h3 .jp{
  font-size: 1.6rem;
}

#present .lead{
  text-align: center;
  font-size: 1.2rem;
}

#present .annotation{
  font-size: 1.2rem;
}

#present .ticket img{
  width: 290px;
}


#snap h2{
  margin-bottom: 40px;
  padding: 0 10px;
}

#snap{
  padding: 30px 5px;
}

#snap h2 .en img{
  height: 24px;
}

#snap h2 .jp{
  font-size: 1.6rem;
}
#snap h2 .txt img{
  width: 162px;
  transform: none;
  position: absolute;
  right: 0;
  top: -5px;
}

#snap ul li{
  width: calc(33.333% - 10px);
  padding: 5px 5px 15px;
}

#insta{
  background-size: 238px auto;
}

#insta .links{
  display: block;
}

#insta .links .box{
  width: 293px;
  margin: 0 auto 10px;
}

#insta .links .box .text,
#insta .links .box .qr{
  line-height: 0;
}

}

.inview{
  opacity: 0;
}
.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}