
@-webkit-keyframes opening_mv {
  0% {
    opacity: 1;
    display: block;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes opening_mv {
  0% {
    opacity: 1;
    display: block;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@-webkit-keyframes opening_concept {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening_concept {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #FFF;
  transition: .3s;
  z-index: 99999999999;
  animation: opening_mv 1.5s ease-in 0s both;
}

.opening .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
}

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

  .opening .logo {
    width: 150px;
  }
}

.visual_wrapper {
  position: relative;
}

.topvisual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}

.topvisual .ph_box {
  width: 76%;
  height: calc(100vh - 100px);
  background: url(../img/top/mv.png) top center no-repeat;
  background-size: contain;
  color: #FFF;
  z-index: 99;
}

.topvisual .main_catch {
  position: absolute;
  bottom: 100px;
  right: 8.3%;
  text-align: left;
  width: 28%;
  opacity: 0;
  z-index: 999;
}

.topvisual.on .main_catch {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-aanimation-delay: 0.1s;
  animation-delay: 0.1s;
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .topvisual {
    height: 600px;
  }

  .topvisual .ph_box {
    width: 95%;
    height: 320px;
    background-position: 0 60px;
  }

  .topvisual .main_catch {
    bottom: auto;
    top: 280px;
    right: 10%;
    width: 58%;
  }

}

/* concept */
.section_concept {
  padding: 100px 0 140px;
}

.section_concept .inner {
  width: 1000px;
  margin: 0 auto;
}

.section_concept .txt {
  width: 754px;
}

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

  .section_concept {
    padding: 5% 0 25%;
    animation: opening_concept 1.5s ease-in 2s both;
  }

  .section_concept .inner {
    width: 86%;
  }

  .section_concept .txt {
    width: 100%;
    max-width: 320px;
  }

}


/* title */
.section_title {
  margin: 0 auto 150px;
}

.section_title .title {
  width: 1200px;
  margin: 0 auto;
}

.section_title .tit {
  width: 450px;
}

.section_title .stit {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.0;
}

.section_title .inner {
  width: calc(50% + 500px);
  margin-top: 70px;
  margin-left:calc(50% - 500px);
  background: rgba(230,230,225,.25);
  padding: 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 760px) {
  .section_title {
    margin: 0 auto 25%;
  }

  .section_title .title {
    width: 86%;
  }

  .section_title .tit {
    width: 225px;
  }

  .section_title .stit {
    font-size: 1.2rem;
    margin-top: 4%;
  }

  .section_title .inner {
    width: 93%;
    margin-top: 10%;
    margin-left:7%;
    padding: 6% 8%;
    font-size: 1.3rem;
  }
}



/* event */
.title_box {
  width: 1200px;
  margin: 0 auto 90px;
}

.title_box p {
  display: inline-block;
  vertical-align: top;
}

.title_box .stit {
  margin-top: 27px;
  margin-left: 20px;
  font-size: 1.3rem;
}

.section_event {
  background: #1E1E1E;
  color: #FFF;
  padding: 150px 0;
}

.section_event .inner {
  width: 1000px;
  margin: 0 auto;
}

.section_event .box {
  margin-bottom: 120px;
}

.section_event .sub_tit {
  width: 162px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.0;
  position: relative;
}

.section_event .sub_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 18px;
  height: 1px;
  background: #FFF;
}

.section_event .info_box {
  width: 830px;
  display: inline-block;
  vertical-align: top;
}

.section_event .guest_ph {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}

.section_event .guest_box .txt_box {
  width: 565px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.section_event .guest_box .tit {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #FFF;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.section_event .guest_box .tit small {
  font-size: 1.8rem;
}

.section_event .date_box .date {
  width: 706px;
  margin-bottom: 40px;
}

.section_event .date_box .icon li {
  background: #FFF;
  color: #1E1E1E;
  line-height: 26px;
  width: 105px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 500;
  text-align: center;
}

.section_event .date_box .icon {
  margin-bottom: 50px;
}

.section_event .date_box .icon li {
  background: #FFF;
  color: #1E1E1E;
  line-height: 26px;
  width: 105px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 500;
  text-align: center;
}

.section_event .date_box .reserve_box:not(:last-child) {
  margin-bottom: 80px;
}

.section_event .date_box .reserve_box .tit {
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.section_event .date_box .reserve_box .txt small {
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.6;
  display: block;
}

.section_event .btn_box {
  margin-top: 40px;
  width: 660px;
  text-align: center;
}

.section_event .btn_box .phrase {
  display: inline-block;
  font-weight: 700;
  line-height: 1.0;
  padding: 0 25px;
  background: url(../img/cmn/phrase.svg) 0 0 no-repeat,url(../img/cmn/phrase02.svg) 100% 0 no-repeat;
  background-size: auto 20px;
  margin-bottom: 20px;
}

.section_event .btn_box .phrase em {
  color: #F8FFC0;
}

.section_event .btn_box .btn_cv a {
  width: 100%;
  line-height: 90px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1E1E1E;
  background: #F8FFC0 url(../img/cmn/arrow.svg) 90% 40px no-repeat;
  background-size: 10px auto;
  border-radius: 50px;
  display: block;
  box-shadow: 2px 2px 20px rgba(248,255,192,.4),
-2px -2px 20px rgba(248,255,192,.4);
  transition: .3s;
}

.section_event .btn_box .btn_cv a:hover {
  box-shadow: 2px 2px 5px rgba(248,255,192,.4),
-2px -2px 5px rgba(248,255,192,.4);
  transition: .3s;
  opacity: 1;
}

.section_event .map_box iframe {
  width: 100%;
  height: 370px;
  border: none;
  filter: grayscale(100%);
}

.section_event .address_box {
  margin-top: 20px;
}

.section_event .address_box p {
  display: inline-block;
  vertical-align: top;
}

.section_event .address_box .address {
  font-size: 1.4rem;
}

.section_event .address_box .address em {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

.section_event .address_box .access {
  text-align: right;
  width: 280px;
  font-size: 1.4rem;
}

.section_event .address_box .access span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 2px;
}

.section_event .address_box .access .en {
  margin-right: 20px;
  font-size: 1.6rem;
  margin-top: 0;
}

.section_event .access_box .link {
  margin-top: 20px;
}

.section_event .access_box .link li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.section_event .access_box .link a {
  display: block;
  padding-right: 20px;
  font-size: 1.4rem;
  background: url(../img/cmn/icon_blank_w.svg) 100% 8px no-repeat;
  background-size: 11px auto;
  text-decoration: underline;
}

.section_event .contact {
  border: 1px solid rgba(255,255,255,.3);
  padding: 40px;
  font-size: 1.4rem;
  margin-top: -20px;
  line-height: 1.8;
  text-align: center;
}

.section_event .contact .inner_box {
  display: inline-block;
  text-align: left;
}

.section_event .contact .notice {
  margin-bottom: 10px;
}

.section_event .contact a {
  text-decoration: underline;
}

.section_event .sub_txt {
  margin-top: 50px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 760px) {
  .title_box {
    width: 86%;
    margin: 0 auto 15%;
  }

  .title_box .stit {
    margin-top: 3%;
    margin-left: 0;
    font-size: 1.2rem;
    display: block;
  }

  .section_event {
    padding: 25% 0;
    font-size: 1.4rem;
  }

  .section_event .inner {
    width: 80%;
    margin: 0 auto;
  }

  .section_event .title_box .tit {
    width: 310px;
  }

  .section_event .box {
    margin-bottom: 22%;
  }

  .section_event .sub_tit {
    width: 100%;
    display: block;
    margin-bottom: 15%;
  }

  .section_event .sub_tit::after {
    bottom: -16px;
    width: 14px;
  }

  .section_event .info_box {
    width: 100%;
    display: block;
  }

  .section_event .guest_ph {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .section_event .guest_box .txt_box {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 8%;
  }

  .section_event .guest_box .tit {
    font-size: 1.8rem;
    padding-bottom: 3%;
    margin-bottom: 0;
    width: 45%;
    margin-left: 6%;
    display: inline-block;
    vertical-align: middle;
  }

  .section_event .guest_box .tit small {
    font-size: 1.4rem;
  }

  .section_event .date_box .date {
    width: 304px;
    margin-bottom: 5%;
  }

  .section_event .date_box .icon li {
    line-height: 20px;
    width: 80px;
    margin-right: 2%;
  }

  .section_event .date_box .icon {
    margin-bottom: 10%;
  }

  .section_event .date_box .icon li {
    line-height: 20px;
    width: 80px;
    margin-right: 2%;
    font-size: 1.3rem;
  }

  .section_event .date_box .reserve_box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_event .date_box .reserve_box .tit {
    font-size: 1.6rem;
    padding-bottom: 3%;
    margin-bottom: 8%;
  }

  .section_event .date_box .reserve_box .txt small {
    font-size: 1.1rem;
    margin-top: 4%;
  }

  .section_event .btn_box {
    margin-top: 8%;
    width: 100%;
  }

  .section_event .btn_box .phrase {
    padding: 0 5%;
    margin-bottom: 5%;
    font-size: 1.2rem;
    background-size: auto 25px;
  }

  .section_event .btn_box .btn_cv a {
    line-height: 65px;
    font-size: 1.6rem;
    background-position: 90% 28px;
    background-size: 8px auto;
  }

  .section_event .map_box iframe {
    height: 160px;
  }

  .section_event .address_box {
    margin-top: 3%;
  }

  .section_event .address_box p {
    display: inline-block;
    vertical-align: top;
  }

  .section_event .address_box .address {
    font-size: 1.2rem;
  }

  .section_event .address_box .address em {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .section_event .address_box .access {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 4%;
  }

  .section_event .address_box .access span {
    margin-top: 2px;
  }

  .section_event .address_box .access .en {
    margin-right: 5%;
    font-size: 1.2rem;
  }

  .section_event .access_box .link {
    margin-top: 5%;
  }

  .section_event .access_box .link li {
    margin-right: 6%;
  }

  .section_event .contact {
    padding: 6%;
    font-size: 1.3rem;
    margin-top: -5%;
    line-height: 1.6;
  }

  .section_event .contact .notice {
    margin-bottom: 3%;
  }

  .section_event .sub_txt {
    margin-top: 10%;
    text-align: left;
    font-size: 1.1rem
  }
}



/* enjoy */

.section_enjoy {
  padding: 150px 0 100px;
}

.section_enjoy .inner {
  width: 1200px;
  margin: 0 auto;
}

.section_enjoy .box {
  margin-bottom: 100px;
  position: relative;
}

.section_enjoy .box:nth-child(1) {
  margin-bottom: 240px;
}

.section_enjoy .box:nth-child(2) {
  margin-bottom: 100px;
}

.section_enjoy .txt_box {
  margin-left: 100px;
  padding-left: 40px;
  position: relative;
  z-index: 99;
}

.section_enjoy .box:nth-child(2) .txt_box {
  margin-left: 580px;
  padding-left: 110px;
}

.section_enjoy .txt_box .tit_en {
  margin-left: -40px;
  position: relative;
}

.section_enjoy .box:nth-child(2) .txt_box .tit_en {
  margin-left: -110px;
}

.section_enjoy .txt_box .tit_en .num {
  position: absolute;
  display: block;
  top: 0;
  left: -45px;
  font-size: 1.6rem;
  line-height: 1.0;
}

.section_enjoy .txt_box .tit_ja {
  margin: 80px 0 36px;
}

.section_enjoy .txt_box .txt {
  width: 380px;
}

.section_enjoy .ph {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50px;
  width: 640px;
}

.section_enjoy .box:nth-child(2) .ph {
  right: auto;
  left: 0;
}

.section_enjoy .ph::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -120px;
  background: rgba(230,230,225,.4);
  width: 560px;
  height: 435px;
  z-index: -1;
}

.section_enjoy .box:nth-child(2) .ph::after {
  top: -90px;
  right: auto;
  left: -120px;
  width: 439px;
  height: 442px;
}

.section_enjoy .box:nth-child(3) .ph::after {
  top: 60px;
  right: -120px;
  width: 422px;
  height: 435px;
}

@media screen and (max-width: 760px) {
  .section_enjoy {
    padding: 15% 0 5%;
    font-size: 1.4rem;
    overflow-x: hidden;
  }

  .section_enjoy .title_box {
    margin-bottom: 12%;
  }

  .section_enjoy .title_box .tit {
    width: 230px;
    margin-bottom: -3%;
  }

  .section_enjoy .inner {
    width: 100%;
    margin: 0 auto;
  }

  .section_enjoy .box {
    margin-bottom: 15%;
  }

  .section_enjoy .box:nth-child(1) {
    margin-bottom: 20%;
  }

  .section_enjoy .box:nth-child(2) {
    margin-bottom: 15%;
  }

  .section_enjoy .txt_box {
    padding-top: 65%;
    margin-left: 12%;
    padding-left: 8%;
    padding-right: 5%;
  }

  .section_enjoy .box:nth-child(2) .txt_box {
    margin-left: 10%;
    padding-left: 8%;
  }

  .section_enjoy .txt_box .tit_en {
    margin-left: -9%;
    width: 250px;
  }

  .section_enjoy .box:nth-child(2) .txt_box .tit_en {
    width: 220px;
    margin-left: -8%;
  }

  .section_enjoy .box:nth-child(3) .txt_box .tit_en {
    margin-left: -10%;
    margin-bottom: -3%;
  }

  .section_enjoy .txt_box .tit_en .num {
    left: -10%;
    font-size: 1.0rem;
  }

  .section_enjoy .txt_box .tit_ja {
    margin: 10% 0 5%;
  }

  .section_enjoy .txt_box .tit_ja img {
    height: 26px;
  }

  .section_enjoy .txt_box .txt {
    width: 100%;
  }

  .section_enjoy .ph {
    top: 0;
    right: auto;
    left: 5%;
    width: 85%;
  }

  .section_enjoy .box:nth-child(2) .ph {
    right: 5%;
    left: auto;
  }

  .section_enjoy .ph::after {
    top: -12%;
    right: auto;
    left: -10%;
    width: 95%;
    height: 180px;
  }

  .section_enjoy .box:nth-child(2) .ph::after {
    top: -12%;
    right: -7%;
    left: auto;
    width: 95%;
    height: 180px;
  }

  .section_enjoy .box:nth-child(3) .ph::after {
    top: 18%;
    right: auto;
    left: -7%;
    width: 90%;
    height: 220px;
  }
}




/* about */

.section_about {
  padding: 100px 0 0;
}

.section_about .inner {
  width: 1000px;
  margin: 0 auto;
}

.section_about .box:not(:last-child) {
  margin-bottom: 80px;
}

.section_about .logo {
  width: 275px;
  display: inline-block;
  vertical-align: top;
  margin-right: 58px;
  text-align: center;
}

.section_about .logo small {
  font-size: 1.4rem;
  opacity: .6;
  margin-top: 18px;
  line-height: 1.0;
  display: block;
}

.section_about .txt_box {
  width: 660px;
  display: inline-block;
  vertical-align: top;
}

.section_about .txt_box .txt {
  margin-bottom: 30px;
}

.section_about .hp_link,
.section_about .ig_link {
  display: inline-block;
  vertical-align: middle;
}

.hp_link {
  width: 240px;
  margin-right: 25px;
}

.hp_link a {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 1.4rem;
  text-align: center;
  background: url(../img/cmn/icon_blank.svg) 92% 13px no-repeat;
  background-size: 11px auto;
  border-radius: 30px;
  box-sizing: border-box;
}

.hp_link a:hover {
  background-color: #F8FFC0;
  opacity: 1;
}

.section_about .ig_link a {
  display: block;
  width: 18px;
  height: 18px;
}

.section_about .ig_link a img {
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .section_about {
    padding: 10% 0 0;
  }

  .section_about .title_box .tit {
    width: 168px;
  }

  .section_about .inner {
    width: 86%;
  }

  .section_about .box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_about .logo {
    width: 150px;
    display: block;
    margin-right: 0;
    margin-bottom: 8%;
    text-align: left;
  }

  .section_about .box:nth-child(2) .logo {
    width: 180px;
  }

  .section_about .box:nth-child(2) .logo img {
    margin-left: -5%;
  }

  .section_about .logo small {
    font-size: 1.2rem;
    margin-top: 8%;
  }

  .section_about .txt_box {
    width: 100%;
    display: block;
  }

  .section_about .txt_box .txt {
    margin-bottom: 8%;
  }

  .hp_link {
    width: 65%;
    margin-right: 6%;
  }

  .hp_link a {
    font-size: 1.3rem;
  }

}



/* sponsor */

.section_sponsor {
  width: 1200px;
  margin: 150px auto;
  padding: 0 80px 90px;
  border: 1px solid #E6E6E1;
  text-align: center;
  position: relative;
}

.section_sponsor .title_box {
  text-align: center;
  background: #FFF;
  margin: -25px auto 30px;
  width: 300px;
}

.section_sponsor .title_box p {
  display: block;
}

.section_sponsor .title_box .stit {
  margin-left: 0;
  margin-top: -5px;
  text-align: center;
}

.section_sponsor li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 20px;
}

.section_sponsor .notice {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 1.2rem;
  opacity: .6;
}

.section_sponsor .hp_link {
  margin: 40px auto 0;
}

@media screen and (max-width: 760px) {
  .section_sponsor {
    width: 90%;
    margin: 25% auto;
    padding: 0 5% 12%;
  }

  .section_sponsor .title_box {
    margin: -18px auto 5%;
    width: 194px;
    padding: 0 20px;
  }

  .section_sponsor .title_box .stit {
    margin-left: 0;
    margin-top: -2px;
  }

  .section_sponsor li {
    margin: 3%;
    line-height: 1.6;
  }

  .section_sponsor .notice {
    right: 5%;
    bottom: 3%;
    font-size: 1.0rem;
  }

  .section_sponsor .txt {
    text-align: left;
  }

  .section_sponsor .hp_link {
    margin-top: 5%;
    margin-right: auto;
  }
}

