@charset "utf-8";


/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],input[type="submit"],button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

select {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

h1,h2,h3,h4 {
	color: #000;
}



/* カスタマイズ
--------------------------------------------------*/

body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	color: #333;
	letter-spacing: 0.03em;
	
}

.adjust {
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

header {
	position: relative;
	background-image: url(img/brand_logo.svg);
	background-position: 18px 23px;
	background-repeat: no-repeat;
	background-size: 124px auto;
}

header:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 7px;
	width: 70px;
	height: 104px;
	background-image: url(img/logo125.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px auto;
}

header .title {
	padding: 95px 22px 0;
	transition: transform 0.5s ease-out 0.7s, opacity 0.5s linear 0.7s;
	opacity: 0;
	transform: translate3d(0,20px,0);
}

header.active .title {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.talk {
	width: 35%;
	position: absolute;
	right: 18px;
	bottom: 90px;	
}

.talk li {
	display: block;
	background-color: #ffda00;
	padding: 10px 8px;
	border-radius: 100px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s ease;
    
    transform: translate3d(-5px,10px,0);
    
}

.talk li:nth-child(1) {
	animation :talk1 10s infinite ease-out 2.4s both;
}

.talk li:nth-child(2) {
	animation :talk2 10s infinite ease-out 2.4s both;
}

.talk li:before {
	content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #ffda00;
    border-bottom: 12px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 15%;
}

@keyframes talk1 {
  0% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  19% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  20% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  52.5% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  54% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  100% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
}

@keyframes talk2 {
  0% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  55% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  56.5% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  83% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  84% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
  
  100% {
    transform: translate3d(-5px,10px,0);
    opacity: 0;
  }
}

.title img {
	width: 100%;
	height: auto;
}

.keyvisual {
	width: 100%;
	height: 170px;
	position: relative;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.landscape {
	width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    
}


.yama_layer,
.town_layer {
	display: flex;
    flex-wrap: wrap;
    width: 1352px;
    position: absolute;
    right: 0;
    top: 120px;
}

.yama_layer {
   transition: 1s ease-out 1.1s;
}

.town_layer {
   transition: 0.75s ease-out 1.4s;
}

header.active .yama_layer,
header.active .town_layer {
	top: 0px;
}

.town_layer .img {
	width: 676px;
    animation: infinity-scroll-left 30s infinite linear 0s both;
}

.yama_layer .img {
	width: 676px;
    animation: infinity-scroll-left 100s infinite linear 0s both;
}

.landscape .img img {
	width: 100%;
	height: auto;
}

.car_wrap {
	width: 100%;
	height: 110px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.car {
	text-align: center;
	width: 100%;
	position: absolute;
	right: -70%;
	bottom: 1px;
	animation :run 10s infinite ease-out 2.4s both;
}

.car img {
	width: 134px;
	height: auto;
	animation :updown 0.3s infinite cubic-bezier(0.23, 1, 0.32, 1) 0s both;
}


@keyframes run {
  0% {
    transform: translateX(0);
  }
  
  8% {
    transform: translateX(-78%);
  }
  
  20% {
    transform: translateX(-70%);
  }

  82% {
    transform: translateX(-70%);
  }
  
  92% {
    transform: translateX(-65%);
  }
  
  100% {
    transform: translateX(-150%);
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(1px);
  }
}

.hand {
	width: 70px;
	height: 110px;
	background-image: url(img/sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 70px auto;
	position: absolute;
	left: -75px;
	top: -100px;
	transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 3.9s;
}

.hand.active {
	transform: translate3d(90px,0,0);
}

.hand:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(img/star.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	position: absolute;
	right: -10px;
	top: -5px;
	animation :star 1s infinite cubic-bezier(0.23, 1, 0.32, 1) 0s both;
}

.hand:after {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	background-image: url(img/finger.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	position: absolute;
	left: 9px;
	bottom: 19px;
	animation :yubi 1s infinite linear 0s both;
}

@keyframes yubi {
  0% {
    transform: translate3d(0px,0px,0);
  }
  
  45% {
    transform: translate3d(0px,0px,0);
  }
  
  50% {
    transform: translate3d(2px,1px,0);
  }
  
  55% {
    transform: translate3d(2px,1px,0);
  }
  
  60% {
    transform: translate3d(0px,0px,0);
  }
  100% {
    transform: translate3d(0px,0px,0);
  }
}

@keyframes star {

  
  0% {
    transform: scale(0);
  }
  
  45% {
    transform: scale(0);
  }
  
  55% {
    transform: scale(1.3);
  }
  
  70% {
   	transform: scale(1.3);
  }
  
  75% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

.summary {
	background-color: #ffda00;
	padding: 40px 16px 40px;
	position: relative;
	opacity: 0;
	transition: transform 0.5s ease-out 1s,opacity 0.5s linear 1s;
	transform: translate3d(0,20px,0);
}

.summary.active {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.summary .hand + section {
	opacity: 0;
	transition: 0.5s ease-out 3.5s;
}

.summary.active .hand + section {
	opacity: 1;
}

.summary section > h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.56;
	text-align: center;
	letter-spacing: 0.075em;
}

.summary section > h1 strong{
	color: #ff7500;
}

.summary .terms {
	padding: 22px 0 0;
}

.summary .terms li {
	background-color: #fff;
	border-radius: 200px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
	margin: 12px 0 0;
}

.summary .terms li strong {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.summary .terms li .event_day {
	color: #ff7500;
}

.summary .terms li .campaign_day {
	color: #00a7b9;
}

.summary .detail {
	background-color: #fff;
	border-radius: 16px;
	padding: 24px;
	margin: 20px 0 0;
}

.summary .detail p {
	line-height: 1.56;
	font-size: 16px;
	margin: 1em 0 0;
}

.summary .detail h2 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin: 15px 0 0;
}

.summary .detail .setimg {
	padding: 15px 0 0;
}

.summary .detail .aboutimg img,
.summary .detail .setimg img {
	width: 100%;
	height: auto;
}

.btn_schedule {
	margin: 20px 0 0;
}

.btn_schedule a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 20px 2em;
	position: relative;
	background-color: #ffda00;
	border-radius: 200px;
	text-decoration: none;
}

.btn_schedule a:before {
	content: "";
	display: block;
	width: 84px;
	height: 65px;
	background-image: url(img/car.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 84px auto;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate3d(0,-58%,0);
	animation :updownmin 0.3s infinite cubic-bezier(0.23, 1, 0.32, 1) 0s both;
}

@keyframes updownmin {
  0% {
    transform: translate3d(0,-58%,0);
  }
  
  50% {
    transform: translate3d(0,-60%,0);
  }
}

.how_to_entry {
	padding: 15px 0 0;
}

.how_to_entry li {
	border-top: 2px solid #c9c9c9;
	padding: 25px 5px 25px 5em;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.56;
}

.how_to_entry li:last-child {
	padding-bottom: 0;
}

.how_to_entry li a {
	color: #00a7b9;
	font-weight: bold;
}

.how_to_entry li:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

.how_to_entry li.step1:before {
	background-image: url(img/icon_instagram.svg);
}

.how_to_entry li.step2:before {
	background-image: url(img/icon_hash.svg);
}

.how_to_entry li.step2:after {
	content: "";
    display: block;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg) translate3d(-50%,0,0);
    position: absolute;
    left: 50%;
    top: -14px;
    border-left: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
    
}

.schedule {
	background-color: #f2f1e4;
	position: relative;
	padding: 0 0 30px;
}

.schedule:before {
	content: "";
	width: 100px;
	height: 134px;
	display: block;
	background-image: url(img/map_tokyo.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 15px;
	right: 15px;
}

.schedule h1 {
	font-size: 19px;
    font-weight: bold;
    line-height: 1.56;
	padding: 55px 20px 0;
}

.day_list {
	padding: 16px;	
}

.day_list > li {
	background-color: #fff;
	width: 75%;
	border-radius: 20px;
	border: 3px dotted #ffda00;
	padding: 20px;
	margin: 24px 0 0;
	position: relative;
}

.day_list > li:nth-child(2n) {
	margin-left: 25%;
}

.day_list > li .wappen {
	background-color: #00a7b9;
	color: #fff;
	text-align: center;
	width: 56px;
	height: 56px;
	padding: 12px 0 0;
	border-radius: 100px;
	position: absolute;
	right: 8px;
	top: -10px;
	font-size: 10px;
	font-weight: bold;
}

.day_list > li .wappen span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
}

.day_list > li .date {
	font-size: 24px;
	font-weight: bold;
}

.day_list > li .date span {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}

.time_list {
	padding: 12px 0 0;	
}

.time_list li {
	line-height: 1.5;
	margin: 8px 0 0;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 0 2.7em;
	position: relative;
}

.time_list span {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 8px;
	border-radius: 3px;	
	color: #fff;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 4px;
	top: 3px;
}

.time_list span.am {
	background-color: #72b95b;
}

.time_list span.pm {
	background-color: #e16463;
}

.day1:before {
	content: "";
	width: 60px;
	height: 55px;
	display: block;
	background-image: url(img/map_shibuya.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: -80px;
	right: 13%;
}

.day1:after {
	content: "";
	width: 100px;
	height: 120px;
	display: block;
	background-image: url(img/root01.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 60px;
	right: -85px;
}

.day2:before {
	content: "";
	width: 65px;
	height: 45px;
	display: block;
	background-image: url(img/map_shinjyuku.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 65px auto;
	position: absolute;
	top: 10px;
	left: -32%;
}

.day2:after {
	content: "";
	width: 100px;
	height: 120px;
	display: block;
	background-image: url(img/root02.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 80px;
	left: -90px;
}

.day3:before {
	content: "";
	width: 80px;
	height: 124px;
	display: block;
	background-image: url(img/map_tower.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	position: absolute;
	top: 0px;
	right: -94px;
}

.day3:after {
	content: "";
	width: 100px;
	height: 120px;
	display: block;
	background-image: url(img/root03.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 60px;
	right: -85px;
}

.day4:before {
	content: "";
	width: 43px;
	height: 70px;
	display: block;
	background-image: url(img/map_asakusa.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 43px auto;
	position: absolute;
	top: 0px;
	left: -75px;
}

.day4:after {
	content: "";
	width: 100px;
	height: 120px;
	display: block;
	background-image: url(img/root04.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 70px;
	left: -80px;
}

.day5:before {
	content: "";
	width: 80px;
	height: 132px;
	display: block;
	background-image: url(img/map_ginza.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	position: absolute;
	top: 10px;
	right: -85px;
}

.day5:after {
	content: "";
	width: 100px;
	height: 120px;
	display: block;
	background-image: url(img/root05.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	bottom: -5px;
	right: 0px;
}

.kiyaku {
	background-color: #ffda00;
	padding: 40px 20px;
}

.kiyaku h1 {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.56;
    text-align: center;
}

.kiyaku h2 {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    margin: 30px 0 0;
}

.kiyaku p {
	line-height: 1.56;
	font-size: 15px;
	margin: 0.4em 0 0;
}

.kiyaku ul {
	padding: 10px 0 0;
}

.kiyaku ul li {
	line-height: 1.56;
	font-size: 16px;
	margin: 0.5em 0 0;
	padding-left: 1em;
	position: relative;
}

.kiyaku ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

footer {
	background-color: #ffda00;
	padding: 20px 20px 50px;
	text-align: center;
}

footer img {
	width: 60%;
	height: auto;
}

.links {
	background-color: #f2f1e4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 16px 30px;
}

.links li {
	width: 49%;
}

.links li a {
	display: block;
	background-color: #fff;
	border: 3px solid #ffda00;
	color: #000;
	text-align: center;
	font-size: 13px;
	padding: 18px 0px;
	border-radius: 100px;
	font-weight: bold;
	text-decoration: none;
}


@media (min-width: 600px) {
  body {
	  background-color: #fde9a5;
  }
  
  header {
	  background-size: 146px auto;
	  background-position: 25px 25px;
  }
  
  header .title {
	  padding: 105px 60px 0;
  }
  
  header:before {
	width: 100px;
	height: 124px;
	background-size: 100px auto;	  
  }
  
  .talk {
	  right: 10%;
	  bottom: 107px;
  }
  
  .talk li {
	  font-size: 13px;
  }
  
  .keyvisual {
	  height: 200px;
  }
  
  .hand {
	  width: 120px;
	  height: 180px;
	  background-size: 120px auto;
	  bottom: -30px;
	  left: -140px;
  }
  
  .hand.active {
	transform: translate3d(172px,0,0);
	
	}
  
  .hand:after {
	width: 60px;
	height: 60px;
	background-size: 60px auto;	  
	left: 16px;
	bottom: 26px;
  }
  
  .summary {
	  padding: 40px;
  }
  
  .summary .detail {
	  margin-top: 40px;
	  padding: 34px;
  }
  
  .schedule h1 {
	  padding: 65px 54px 0;
	  font-size: 24px;
  }
  .schedule:before {
	  width: 150px;
	  height: 300px;
	  background-size: 150px auto;
	  background-position: center top;
	  top: 25px;
	  right: 25px;
  }
  
  .links {
	  padding: 0 40px 60px;
  }
  
  .day_list {
	  padding: 45px;
  }
  
  .day_list > li {
	  padding: 30px;
  }
  
  .day_list > li .wappen {
	  width: 66px;
	  height: 66px;
	  padding-top: 18px;
  }
  
  .day1:before {
	  width: 100px;
	  height: 100px;
	  background-size: 100px auto;
	  top: -120px;
  }
  
  .day2:before {
	  width: 90px;
	  height: 90px;
	  background-size: 90px auto;
	  
  }
  
  .day3:before {
	  width: 104px;
	  height: 200px;
	  background-size: 104px auto;
	  right: -150px;
	  top: -20px;
  }
  
  .day4:before {
	  width: 70px;
	  height: 120px;
	  background-size: 70px auto;
	  left: -150px;
  }
  
  .day5:before {
	  width: 110px;
	  height: 200px;
	  background-size: 110px auto;
	  right: -150px;
  }
  
  .how_to_entry li {
	  padding: 40px 5px 40px 5em
  }
  
  .kiyaku {
	  padding: 40px;
  }
  
  footer img {
	  width: 30%;
  }
}