.modal__inner, .modal__content {
  position: relative;
}

.formElement__label, .formElement__label:before, .closeIcon, .closeIcon:before, .closeIcon:after {
  position: absolute;
}

.modal__inner {
  margin: 0 auto;
}

.nav {
  -webkit-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #c9e8e0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.nav-open .nav {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-open .menu__list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-open .menu__list:nth-child(2) {
  transition-delay: .2s;
}

.nav-open .menu__list:nth-child(3) {
  transition-delay: .4s;
}

.nav-open .menu__list:nth-child(4) {
  transition-delay: .6s;
}

.nav-open .menu__list:nth-child(5) {
  transition-delay: .8s;
}

.nav-open .menu__list:nth-child(6) {
  transition-delay: 1s;
}

.nav-open .menu__list:nth-child(7) {
  transition-delay: 1.2s;
}

.nav-open .menu__list:nth-child(7) {
  transition-delay: 1.4s;
}

.menu__list {
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.menu__list a {
  display: inline-block;
  padding: 0 100px;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 110px;
  color: #000;
  font-size: 36px;
}
.menu__list a:hover {
  background-color: #50b79d;
  color: #fff;
}

.menu__list + .menu__list a {
  border-top: 2px solid white;
}

.s3area1, .s4, .s5 {
  position: relative;
  z-index: 0;
  background-color: #ffe1e2;
}

.sectionBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.s1{ background:url(../images/bg_sec1.jpg); height:1080px}
.s1 p{ color:#fff; font-size:40px;color:#fff; text-shadow: 3px 3px 3px rgba(0, 0, 0,.3); line-height:1.4}
.s1 figure{ width:553px; height:567px;overflow:hidden; position:relative; margin:20px auto 0; background:url(../images/kv.jpg) center}
.s1 .ab{ position:absolute; top:-120px; left:0}
.s2 {
  position: relative;
  padding: 80px 40px 100px;
  background: url(../images/bg_sec2.jpg) bottom center no-repeat;
}

.s2 h4{ font-size:30px; margin-bottom:40px; line-height:1.6}




.s3 h2{ color:#ab244c; font-size:55px; font-weight:700; line-height:1.2}
.s3{ background:url(../images/bg_sec3.jpg) no-repeat; height:4135px; box-sizing:border-box; padding:50px 0 0}
.spot .icon{ background:url(../images/bg_title.png) center no-repeat; width:411px; margin:20px auto 0px auto; font-size:42px;font-weight:700;}
.spot h3{ font-size:52px; font-weight:700; color:#e7317e; margin-bottom:20px; position:relative; z-index:2}
.spot p{color:#2c2c2c; font-size:30px; margin:20px 0; position:relative; z-index:2}
.spot{ margin-bottom:30px;}
.spot2 figure{ margin-top:-90px}
.spot2 p{margin-top:-70px}
.spot3 figure{ margin-top:-70px}
.spot3 p{ margin-top:-30px}
.spot4 figure{ margin-top:-20px}
.spot4 p{ margin-top:-150px}
.spot5 figure{ margin-top:-20px}
.spot5 p{ margin-top:10px}

.timeline{ width:80%; margin:0 auto ; background:#fff; border-radius:5px; padding:30px 50px;}
.timeline h4{ color:#e7317e; font-size:36px;font-weight:700;}
.timeline li{ text-align:left; font-size:30px; font-weight:500;padding:10px 0;}
.timeline li:nth-child(1),.timeline li:nth-child(2){ border-bottom:1px solid #ccc; }
.timeline li span{ font-size:36px; font-weight:bold}

.timeline .note{ font-size:24px; text-align:left; margin-top:30px;}



.s3area1 {
  padding: 90px 40px;
}

.s3 .title__main {
  font-size: 48px;
}

.s3 .title__sub {
  font-size: 45px;
}

.s3area1 h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.4), 0px 0px 20px rgba(247, 84, 81, 0.7);
}

.videoWrap {
  position: relative;
  padding-top: 56%;
  box-shadow: 15px 15px 0px #fca09c;
}

#ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.s5 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;

}
.flower{ position:absolute; top:0; right:0}

.s5 h2{ font-size:60px; color:#e7317e; line-height:1.2; font-weight:700 }

.s5 .title__sub {
  font-size: 42px;
}

.s5 .section__inner {
  padding: 60px;

}

.eventTip {

  margin-top: 15px;
  border: 1px solid #56555b;
  border-left: none;
  border-right: none;
  color:#454545; text-align:left; padding:10px 0;
  width:70%; margin-left:30px;
}
.eventgift{color:#e7317e;text-align:left;padding:10px 0; margin-left:30px;}
.s5 figure{ position:absolute; right:80px; top:216px; z-index:2}

.eventNote {
  font-size: 24px;
}

.modalLink {
  margin-top: 10px;
  color: #000;
  text-decoration: underline;
}

.oj-s5-1 {
  width: 113px;
  height: 107px;
  z-index: 3;
  top: 10px;
  right: 10px;
  background-position: -147px -389px;
}

.oj-s5-2 {
  width: 182px;
  height: 129px;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  background-position: -377px -170px;
}

.formWrap {
  margin-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
}

.formElement {
  position: relative;
  margin-bottom: 20px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
select {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  line-height: 55px;
  font-family: inherit;
  font-size: 28px;
  color: #666666;
  background-color: #f2f2f2;
  border: 1px solid  #d8d8d8;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:focus,
select:focus {
  background-color: #eeeeee;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #666666;
}

input::placeholder {
  color: #666666;
}

.formElement__label {
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  top: -40px;
  left: 0;
  z-index: 2;
  padding: 3px 15px;
  font-size: 20px;
  color: #fff;
  background-color: #e7317e;
  opacity: 0;
}

.formElement__label:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  bottom: -5px;
  margin-left: -4px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #e7317e transparent transparent transparent;
}

.formElement.show .formElement__label {
  opacity: 1;
}

.formElement__select {
  position: relative;
  overflow: hidden;
}

.formElement__select input[type="text"] {
  margin-top: 10px;
}

.formElement__select:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 33px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/sprites.png") -579px -170px;
  pointer-events: none;
}

.formElement--checkboxs {
  margin-bottom: 35px;
  text-align: left;
  font-size: 24px;
  color: #666666;
}

.formElement--btns {
  margin-bottom: 35px;
}

.modal-open .modal {
  overflow-y: scroll;
}

.modal {
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  background-color: rgba(193, 224, 198, 0.5);
  opacity: 0;
  display: none;
}

.modal__layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal.open {
  opacity: 1;
  display: block;
}

.modal.open .modal__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal__inner {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.closeIcon {
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.closeIcon:before, .closeIcon:after {
  content: '';
  width: 70%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 15%;
  margin-top: -1px;
}
.closeIcon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.closeIcon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.center .modal__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.modal__content {
  z-index: 1;
  max-width: 550px;
  margin: 0 auto;
  padding: 70px 30px 70px 30px;
  text-align: left;
  background-color: #fff;
  border: 10px solid #ffaaa5;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal__content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.modal__content p {
  font-size: 24px;
}

footer {
  font-size: 18px;
  text-align: center;
  color: #666;
  text-align: center;
  padding: 20px 0;
}

.sticky {
  position: fixed;
  right: -1px;
  top: 50%;
  width: 70px;
  z-index: 888;
  transform: translateY(-50%);cursor:pointer;
}

.sticky__item-1{background: linear-gradient(to bottom, #c253d6 20%, #aa34c4 100%);}
.sticky__item-2{background: linear-gradient(to bottom, #fd88b2 20%, #e95389 100%);}

.sticky__item{
  height: 195px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.sticky__item+.sticky__item{margin-top: 10px;}

.sticky__item__text {
  width: 1em;
  color: #fff;
  line-height: 1.1;
  font-size: 36px;
}
