@charset "utf-8";
/*---------- Input ----------*/
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"] { width: auto; height: 40px; line-height: 40px; line-height: normal; padding:0 10px; border:0; vertical-align: middle; width: 100%; box-sizing: border-box; font-size: 1.65rem; border-radius: 6px; border:1px solid #ddd;}
input:read-only { background-color: #E4E4E4;}

/* Placeholder */
::placeholder { color: #999; opacity:1;}

/* Textarea */
textarea {padding:20px; border:0; min-height: 150px; width: 100%; font-size: 1.65rem; box-sizing: border-box; background: #F8F8F8;}

/* Select */
select {position: relative; appearance: none; cursor: pointer; width:auto; height:45px; padding:0 40px 0 15px; border:1px solid #ccc; background:#fff url(../img/ico-select-s.png) no-repeat; background-position: calc(100% - 10px) 50%; font-size: 1.65rem; vertical-align: middle;}
select::-ms-expand {display:none;}

/* Checkbox */
.check-set {display: inline-block; text-align: left;}
.check-set p:nth-child(1) {margin-bottom: 10px;}
.check-set input[type="checkbox"] {display:none;}
.check-set input[type="checkbox"] + label {margin-right:20px; cursor: pointer; font-weight: normal; font-size: 1.65rem;}
.check-set input[type="checkbox"]:last-of-type + label {margin-right: 0;} 
.check-set input[type="checkbox"] + label:before {content: ''; display:inline-block; width:20px; height:20px; margin:-2px 15px 0 0; vertical-align:middle; background:url(../img/check-radio.png)no-repeat 0px 0; cursor:pointer;}
.check-set input[type="checkbox"]:checked + label {color:#000;}
.check-set input[type="checkbox"]:checked + label:before {background:url(../img/check-radio.png) -20px 0 no-repeat;}

/*popup*/
.popup {position: fixed; top:0; left: 0; width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,0.75); display: none; overflow-y: auto; }
.popup .popup-con {background: #fff; position: absolute;  top:5vh; left: 50%; transform: translateX(-50%); width: 90%;  max-width: 1240px; }
.popup .popup-con.pop-s {background-image: linear-gradient(to right, #538aea, #6848e5); position: absolute;  top:50%; left: 50%; transform: translate(-50%,-50%); width: 90%;  max-width: 400px; text-align: center; border-radius: 10px;}
.popup .popup-con .p-inner {display: flex; align-items: center; padding: 0;}
.popup .popup-con .p-inner > div {width: 50%;}
.popup .popup-con.pop-s .qr-txt {padding:80px 20px 60px 20px;}
.popup .popup-con.pop-s .qr-txt img {max-width: 200px;}
.popup .popup-con.pop-s .qr-txt p {color:#fff; font-size: 2.3rem; margin-top: 25px; text-align: center; margin-bottom: 0; line-height: 1.2;}
.popup .popup-con.pop-s .popup-close {width: 35px; height: 35px;}
.popup .popup-con .txt {padding:70px;}
.popup .popup-con .txt h2 {font-size: 4rem; color:#000; margin: 60px 0 20px;}
.popup .popup-con .txt p {margin-bottom: 30px; line-height: 1.4;}
.popup .popup-con .txt p strong {color:#6947e5; display: inline;}
.popup .popup-con .img {position: absolute; top:0; right: 0; width: 50%; height: 100%;}
.popup .popup-con .img img {object-fit: cover; position: absolute; top:0; left: 0; width: 100%; height: 100%}
.popup .popup-con .popup-close {width:58px; height: 58px; background: url(../img/btn_closed.png) no-repeat 50% 50%; position: absolute; top:20px; right: 20px; cursor: pointer;}
.popup .popup-con .popup-close span {display: none;}
.popup .popup-con .btn-box {text-align: center; display: inline-block;}
.popup .popup-con small {display: flex; align-items: center; justify-content: space-between; font-size: 1.2rem; color:#fff; margin-bottom: 7px; }

.btn-about {position: fixed; top:50%; right: 40px; z-index: 3; }
.btn-about img {width: 80px;}

.wrap {overflow: hidden;}
.inner {max-width: 1240px; width: 100%; padding:0 20px; margin:0 auto; }
.visual-wrap {position: relative; background-image: linear-gradient(to right, #538aea, #6848e5)}
.visual-wrap .btn-bbric {position: absolute; top:32px; left: 40px; z-index: 2; display: flex; align-items: center; }
.visual-wrap .btn-bbric img {width: 5vw; height:5vw;}
.visual-wrap .btn-bbric span {color:#fff; margin-left: 20px; font-size: 1.8rem; font-weight: 600; letter-spacing: 0; line-height: 1.4;}
.visual-wrap .btn-top{position: absolute; top:32px; right: 40px; z-index: 2; color:#fff;}
.visual-wrap .btn-top a {display: flex; align-items: center;}
.visual-wrap .btn-top a span {margin-right: 12px; display: flex; align-items: center; animation: btnHand 1.2s infinite alternate-reverse; position: relative; left: 0;}
.visual-wrap .btn-top a span img {margin-left: 5px;}
.visual {height: 100vh; display: flex; align-items:flex-end; justify-content: center; padding-bottom: 80px;}
.visual .inner {display: flex; justify-content: space-between; margin:0;}
.visual .inner > div {width: 48%;}
.visual .section1 p {font-family: 'GongGothicBold'; color:#fff; font-size: 3.6rem; margin-bottom:10px;}
.visual .section1 h2 {font-size:6rem; color:#ffe04b; font-family: 'GongGothicBold'; margin-bottom: 30px;}
.visual .section1 .img { position: relative; left: -50px;}
.visual .section1 .item-cd {position: absolute; top:4%; left: -30%; animation: cloud 3s forwards; opacity: 0;}
.visual .section1 .item-bd {position: relative; z-index: 2;}
.visual .section1 .item-p1 {position: absolute; top:42%; left: 19%; width: 7%}
.visual .section1 .item-p2 {position: absolute; top:52.5%; left: 10%; width: 4%}
.visual .section1 .item-p3 {position: absolute; top:73%; left: 9%; width: 7.5%}
.visual .section1 .item-p4 {position: absolute; top:80.5%; left: 29%; width: 6.8%}
.visual .section1 .item-p5 {position: absolute; top:76%; left: 67.5%; width: 7.6%;}
.visual .section1 .item-p6 {position: absolute; top:67.5%; left: 82.3%; width: 4.7%}
.visual .section1 .item-p7 {position: absolute; top:48%; left: 74%; width: 6.8%}
@keyframes cloud {
	0% {left:-30%; opacity: 0;}
	100% {left: 8%; opacity: 1;}
}
.visual .section2 {position: relative;}
.visual .section2 .txt {position: absolute; bottom: 45px; left: 0;}
.visual .section2 p {font-family: 'GongGothicLight'; color:#fff; font-size: 3.6rem; margin: 30px 0 25px 0; line-height: 1.2;}
.visual .section2 .btn {border:5px solid #fff; font-family: 'GongGothicMedium'; font-size: 2.1rem; width: 300px; height: 70px; line-height: 64px; text-align: center; color:#fff; border-radius: 100px; letter-spacing: 0; transition: color .4s ease, background .4s .3s ease; position: relative; overflow: hidden;}
.visual .section2 .btn span {position: relative; z-index: 2;}
.visual .section2 .btn:before {content: ''; display: block; width: 150%; height: 150px; background: #fff; position: absolute; bottom: -300%; left: 0; transform: rotate(-10deg); transition: all .4s ease;}
.visual .section2 .btn:hover {color:#000; background: #fff;}
.visual .section2 .btn:hover:before {bottom: -82%;}
.visual .section2 .img {position: relative; display: flex; max-width: 430px; }
.visual .section2 .img img {width: 50%;}
.visual .section2 .img .item1 {position: relative; z-index: 2}
.visual .section2 .img .item2 {position: relative; left: -65px;}

h2 {font-size: 4.5rem; color:#000; font-family: 'GongGothicMedium'; margin-bottom: 60px; line-height: 1.2;}

.event-info {padding:100px 0; }
.event-info h3 {background-image: linear-gradient(to right, #538aea, #6848e5); width:200px; height: 50px; line-height: 50px; text-align: center; color:#fff; font-size: 2.2rem; border-radius: 100px; }
.event-info p {font-size: 2.2rem; margin:25px 0 30px; color:#111;  line-height: 1.3;}
.event-info ul li {font-size: 2rem; line-height: 1.2; margin-bottom: 8px;}
.event-info ul li:nth-of-type(1) span {color:#623be9}
.event-info ul li strong {color:#623be9; display: inline;}
.event-info ul li span {display: inline;}
.event-info ul li:nth-of-type(4) span{color:#666; font-size: 1.8rem;}

.info-step {margin-top: -60px; padding-bottom:90px; border-bottom: 1px solid #ddd; }
.info-step ul {display: flex; align-items:flex-end; justify-content: space-between;}
.info-step ul li {width: 25%; position: relative;}
.info-step ul li:after {content: ''; display: block; width: 20px; height: 20px; border-top:2px solid #ccc; border-right: 2px solid #ccc; transform: rotate(45deg) translateY(-50%); position: absolute; top:50%; right: 40px;}
.info-step ul li dl {width: 225px; height: 240px; background: #cdddf6; border-radius: 10px; padding:30px; background-position: 85% 87%; background-repeat: no-repeat;}
.info-step ul li dl dt {font-size: 1.9rem; color:#4e617d;}
.info-step ul li dl dt:after {content: ''; display: block; width: 30px; height: 1px; background: #fff; margin:10px 0 30px;}
.info-step ul li:nth-of-type(1) dl {background-image: url(../img/ico-step1.png); }
.info-step ul li:nth-of-type(2) dl {background-image: url(../img/ico-step2.png); background-position: 85% 88%; }
.info-step ul li:nth-of-type(3) dl {background-image: url(../img/ico-step3.png); }
.info-step ul li:last-of-type {height: 360px; background-image: linear-gradient(to right, #538aea, #6848e5); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding-top: 40px;}
.info-step ul li:last-of-type p {font-size: 3rem; color:#fff; font-weight: 500; padding-top:70px; background: url(../img/ico-check.png) no-repeat 50% 0; line-height: 1.3;}
.info-step ul li:last-of-type:after {display: none;}

.event-app {padding:0px 0 150px 0; position: relative;}
.event-app .inner {display: flex; justify-content: space-between; position: relative; z-index: 2;}
.event-app .inner > div {width: 48%;}
.event-app .bg {position: absolute; bottom: -150vh; left: 0; background-image: linear-gradient(to right, #538aea, #6848e5); width: 100%; height: 80vh; transform: skewY(-10deg); }
.event-app.animated .bg{animation: appBg 1.3s 0.5s ease-in-out forwards;}
@keyframes appBg {
	0% {bottom: -150vh;}
	100% {bottom: -30vh;}
}
.event-app .btn-box {display: flex; align-items: center; margin-top: 30px;}
.event-app .btn-box a {width: 260px; height: 80px; text-align: center; border:2px solid #ccc; border-radius: 10px; background: #fff; display: flex; align-items: center; justify-content: center; margin-right: 10px; overflow: hidden; position: relative;}
.event-app .btn-box a:before {content: ''; display: block; width: 200%; height: 200px; background: #ccc; position: absolute; bottom: -300%; left:-20px; transform: rotate(-10deg); transition: all .5s ease;}
.event-app .btn-box a:hover:before {bottom: -90%;}
.event-app .btn-box a img {max-width: 170px; position: relative; z-index: 2;}

.event-app .section1 {margin-top: 130px;}
.event-app .section2 {text-align: center;}
.event-app .app-slide-wrap {max-width: 420px; display: inline-block; position: relative;}
.event-app .app-slide-wrap .frame {position: absolute; top:0; left: 0; z-index: 2}
.event-app .app-slide .slide {text-align: center; border-radius: 30px; overflow: hidden;}
.event-app .app-slide img {max-width: 361px; display: inline-block; margin-top: 20px; border-radius:30px;}
.slick-slider .slick-prev {left: -110px;}
.slick-slider .slick-next {right: -110px;}
.slick-slider .slick-prev, .slick-slider .slick-next { top: 40%; position: absolute;  width: 100px; height: 100px; text-indent: -9999px; z-index: 2; transform: translateY(-50%); cursor: pointer;}
.slick-slider .slick-prev {background: url(../img/ico-prev.png) no-repeat 50% 50%; }
.slick-slider .slick-next {background: url(../img/ico-next.png) no-repeat 50% 50%; }
/*slick dots*/
.slick-dots {text-align: center; position: absolute; bottom:-50px; left: 0px; width: 100%;}
.slick-dots li {display: inline-block; margin:0 5px;}
.slick-dots li button {display: block; width: 15px; height:15px; border-radius: 100px; background: transparent; text-indent: -9999px; background: #ccc;}
.slick-dots li.slick-active button {background: #000; }

.sticky {position: sticky !important; top:0; left: 0; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; padding: 0; overflow: hidden; min-height: -webkit-fill-available;  }
.progress-wrap {display: flex; flex-direction: column; align-items: flex-end; position: relative; z-index: -1; opacity: 0; top:-50vh;}
.progress-wrap .progress {width: 10px; height: 100vh; background: #666; border-top:5px solid #ac0430;}

.event-notice {background: #434343; padding:80px 0; position: relative; z-index: 3;}
.event-notice h3 {font-size: 2.4rem; color:#fff; margin-bottom: 30px;}
.event-notice ul li {margin-bottom: 12px; color:#fff; padding-left: 15px; position: relative; font-weight: normal; line-height: 1.2;}
.event-notice ul li:last-of-type {margin-bottom: 0;}
.event-notice ul li:before {content: '·'; display: block; position: absolute; top:0; left: 0;}

.copyright {background: #434343; padding:50px 0; border-top:1px solid #666; position: relative; z-index: 2; font-weight: normal;}
.copyright .inner {padding-left: 120px; position: relative;}
.copyright .logo {position: absolute; top:0; left: 20px; width: 70px}
.copyright span {color:#ccc; line-height: 1.4; margin:0 6px;}
.copyright p {margin-bottom: 3px;}
.copyright p:last-of-type {margin-top: 10px;}
.copyright p br {display: none;}
.copyright p a {color:#ccc;}
.pc-view {display: block !important;}
.mo-view {display: none !important;}

@media all and (max-width:1600px){ 
	html {font-size:53.5%;}
	.visual-wrap .btn-bbric {top:30px; left: 20px;}
	.visual-wrap .btn-top {top:30px; right: 20px;}
	.btn-about {right: 20px;}
	.inner {max-width: 1000px;}
	
	.info-step ul li dl {width: 200px; height: 220px;}
	.info-step ul li:last-of-type {height: 320px;}
	.info-step ul li:after {right: 24px;}
	.event-app .btn-box a {width: 40%;}
	.event-app .btn-box a img {max-width: 140px;}
	.event-app .section1 > img {width: 150px;}
	.slick-slider .slick-prev, .slick-slider .slick-next {width: 50px; height: 50px;}
	.slick-slider .slick-prev {left: -60px;}
	.slick-slider .slick-next {right: -60px;}
	.visual {padding-bottom: 0; align-items: center;}
	.visual .section2 .txt {bottom: -30px;}
}

@media all and (max-width:1200px){ 
	.inner {max-width: 920px;}
	.info-step ul li dl {width: 175px; height: 200px; padding:20px;}
	.info-step ul li:last-of-type {height: 290px;}
	.event-app .app-slide-wrap {max-width: 320px;}
	.event-app .app-slide img {max-width: 272px;}
	.event-app .bg {height: 65vh;}
	.btn-about img {width: 65px;}
	.visual .section2 .txt {bottom: -60px;}
	.visual-wrap .btn-top a > img {width: 140px;}
	
	.popup .popup-con .txt img {width: 70px;}
	.popup .popup-con .txt h2 {font-size: 3.5rem; margin:40px 0 20px;}
	.popup .popup-con .txt {padding:30px;}
	.popup .popup-con .popup-close {width: 40px; height: 40px;}
	.popup .popup-con .txt p {margin-bottom: 20px;}
	
}
@media all and (max-width:1000px){ 
	.pc-view {display: none !important;}
	.mo-view {display: block !important;}
	h2 {margin-bottom: 40px;}
	.visual-wrap .btn-top a span {display: none;}
	.visual-wrap .btn-bbric span {margin-left: 8px; font-size: 1.4rem;}
	.visual-wrap .btn-bbric {top:22px;}
	.visual-wrap .btn-bbric img {width: 50px; height: 50px;}
	.visual-wrap .btn-top a > img {width: 120px;}
	.visual {height: auto !important; padding:100px 0; text-align: center;}
	.visual .inner {display: block;}
	.visual .inner > div {width: 100%;}
	.visual .section1 .txt {display: inline-block; text-align: left;}
	.visual .section1 .img {left: 0; width: 80%; display: inline-block; }
	.visual .section2 .txt {position: relative; bottom: 0; left: 0; display: inline-block; margin-bottom: 40px; text-align: left;}
	.visual .section2 .img {margin:0 auto; max-width: 500px; left: 33px;}
	.visual .section2 .btn {font-size:2.5rem; border:4px solid #fff; width: 100%; padding:0 25px;}
	.visual .section2 .btn:before {display: none;}
	.visual .section2 p {margin-bottom: 15px;}
	.visual .section1 .item-cd {width: 90%}
	
	.info-step {margin-top: 30px; padding-bottom: 60px;}
	.info-step ul {display: block;}
	.info-step ul li:after {top:inherit; bottom: -20px; left: 0; right: 0; margin:0 auto; transform: rotate(135deg); width: 15px; height: 15px; }
	.info-step ul li {width: 100%; margin-bottom: 30px;}
	.info-step ul li dl {width: 100%; height: 70px; display: flex; align-items: center; background-position: 97% 50% !important; background-size: 50px !important;}
	.info-step ul li dl dt:after {width: 1px; height: 30px; display: inline-block; margin:0; vertical-align: middle; margin:0 20px }
	.info-step ul li:last-of-type {height: 100px; margin-bottom: 0;}
	.info-step ul li:last-of-type {padding-top: 0; display: flex; align-items: center;}
	.info-step ul li:last-of-type p {padding: 0; margin:0;  padding-left: 55px; background-position: 0 50%; background-size: 30px; font-size: 2.5rem;}
	
	
	
	.event-info {padding:60px 0;}
	.event-info h3 {width: 180px;}
	.event-info p {margin:25px 0;}
	.event-app .inner {display: block;}
	.event-app .inner > div {width: 100%; }
	.event-app .section1 {margin-top: 0; margin-bottom: 40px;}
	.event-app .btn-box {max-width: 450px;}
	.event-app .btn-box a {height: 60px;}
	.event-app .btn-box a:before {display: none;}
	.event-app .btn-box a img {max-width: 70%;}
	
	.btn-about {top:calc(100% - 90px);}
	
}
@media all and (max-width:768px){ 
	.popup .popup-con .p-inner {display: block;}
	.popup .popup-con .p-inner > div {width: 100%;}
	.popup .popup-con .img {position: relative; top:0; }
	.popup .popup-con .img img {position: relative;}
	.popup .popup-con .popup-close {background-color: #999; border-radius: 100px; background-size: 25px; width: 40px; height:40px;}
	.popup .popup-con.pop-s .popup-close {width: 40px; height: 40px; background-color: transparent; background-size: 40px;}
	.popup .popup-con .txt {padding:20px;}
}

@media all and (max-width:500px){ 
	h2 {font-size: 3.5rem; margin-bottom: 30px;}
	.visual {padding:110px 0 50px;}
	.visual .section1 p {font-size: 3rem; margin-bottom: 8px;}
	.visual .section1 h2 {font-size: 4.5rem;}
	.visual .section2 p {font-size: 3rem;}
	.visual .section2 .btn {font-size: 2.2rem; height: 60px; line-height: 55px;}
	
	.event-info h3 {height: 40px; line-height: 40px; width: 160px; font-size: 2rem;}
	.event-info p {font-size: 2rem;}
	.event-info ul li {font-size: 1.8rem;}
	.event-info ul li:nth-of-type(4) span{font-size: 1.65rem;}
	.info-step ul li dl {background-size: 40px !important;}
	.info-step ul li:last-of-type {height: 80px;}
	.info-step ul li:last-of-type p {font-size:2.1rem;}
	
	.event-app {padding-bottom: 100px;}
	.event-app .section1 > img {width: 110px;}
	.event-app .app-slide-wrap {max-width: 290px;}
	.slick-slider .slick-prev, .slick-slider .slick-next {width: 45px; height: 45px;}
	.slick-slider .slick-prev {left: -30px;}
	.slick-slider .slick-next {right: -30px;}
	.event-app .app-slide img {max-width: 248px; border-radius: 20px;}
	
	
	.event-notice {padding:50px 0;}
	.copyright {padding:40px 0;}
	.copyright .inner {padding-left: 20px
		;}
	.copyright .logo {position: relative; top:0; left: 0; width: 50px; margin-bottom: 20px;}
}
@media all and (max-width:400px){
	h2 {font-size: 3rem;}
	.visual .section1 h2 {font-size: 4rem;}
	
	.event-app .app-slide-wrap {max-width: 270px;}
	.slick-slider .slick-prev, .slick-slider .slick-next {width: 30px; height: 30px; background-size: cover;}
	.slick-slider .slick-prev {left: -20px;}
	.slick-slider .slick-next {right: -20px;}
	.event-app .app-slide img {max-width: 232px; position: relative; top:-7px;}
	.slick-dots li button {width: 10px; height: 10px;}
	
	.btn-about img {width: 55px;}
	.btn-about {top:calc(100% - 80px);}
}