@charset "UTF-8";



/* ----------------------------
  Layout
---------------------------- */
body:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(../img/event/bg-pc.jpg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 812px) {
  body:before {
    background-image: url(../img/event/bg-sp.jpg);
  }
}



/* ----------------------------
  Top
---------------------------- */
.top {
  padding-top: 145px;
  height: 648px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  background-image: url(../img/event/keyvisual-pc.jpg);
  text-align: center;
}

@media screen and (max-width: 812px) {
  .top {
    padding-top: 182px;
    height: 600px;
    background-image: url(../img/event/keyvisual-sp.jpg);
  }
}


/* Top Head
---------------------------- */
.top-head {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loaded .top-head {
  opacity: 1;
}
.top-head img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 812px) {
  .top-head img {
    width: 181px;
  }
}


/* Top Info
---------------------------- */
.top-info {
  margin-top: 34px;
  margin-top: 62px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.loaded .top-info {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-info dt {
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 35px;
}
.top-info dd {
  margin-top: 10px;
  font-family: "Chronicle Display Roman", serif;
  font-size: 45.6px;
}

@media screen and (max-width: 812px) {
  .top-info {
    margin-top: 66px;
    margin-top: 52px;
  }
  .top-info dt {
    font-size: 25.5px;
  }
  .top-info dd {
    margin-top: 0;
    font-size: 33px;
  }
}



/* ----------------------------
  Event
---------------------------- */
.event {
  margin-top: -143px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .event {
    margin-top: -119px;
  }
}


/* Event Button
---------------------------- */
.event-button {
  width: 325px;
  position: absolute;
  left: 76px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.event-button a {
  display: block;
  padding: 8px 0;
  text-indent: 1em;
  text-align: center;
  background: #8d7b39;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.event-button a:hover {
  opacity: 0.6;
}
.event-button img {
  margin-left: 20px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 812px) {
  .event-button {
    width: 220px;
    left: 10.6666667%;
  }
  .event-button a {
    text-indent: 0;
    font-size: 12px;
  }
  .event-button img {
    margin-left: 10px;
    width: 11px;
    top: 1px;
  }
}



/* ----------------------------
  Box
---------------------------- */
.box {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #4f4f50;
}

@media screen and (max-width: 812px) {
  .box {
    display: block;
    margin-bottom: 45px;
  }
}


/* Box Image
---------------------------- */
.box-image {
  width: 430px;
}

@media screen and (max-width: 812px) {
  .box-image {
    width: 100%;
  }
}


/* Box Body
---------------------------- */
.box-body {
  padding: 48px 50px 72px 60px;
  width: 550px;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  .box-body {
    padding: 20px 3.5820896% 46px; /* TODO:  */
    width: 100%;
  }
}


/* Box Head
---------------------------- */
.box-head {
  margin-bottom: 18px;
  line-height: 1.4;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 30px;
}
.box-head small {
  display: block;
  font-size: 22px;
}

@media screen and (max-width: 812px) {
  .box-head {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 21px;
  }
  .box-head small {
    font-size: 15px;
  }
}


/* Box Lead
---------------------------- */
.box-lead {
  margin-bottom: 20px;
  line-height: 1.571428571;
}

@media screen and (max-width: 812px) {
  .box-lead {
    margin-bottom: 14px;
    line-height: 1.75;
    font-size: 12px;
  }
}


/* Box Info
---------------------------- */
.box-info dt {
  margin-bottom: 4px;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #a0a0a0;
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .box-info dt {
    font-size: 16px;
  }
}


/* Box List
---------------------------- */
.box-list-body {
  line-height: 1.8;
  font-size: 15px;
}
.box-list-note {
  margin-top: 18px;
}

@media screen and (max-width: 812px) {
  .box-list {
    margin-top: 38px;
  }
  .box-list-body {
    line-height: 1.4;
  }
  .box-list-body li {
    margin-top: 16px;
  }
  .box-list-body li:first-child {
    margin-top: 0;
  }
  .box-list-note {
    margin-top: 16px;
    font-size: 15px;
  }
}


/* Box Buttons
---------------------------- */
.box-buttons {
  margin-top: 28px;
}
.box-buttons p {
  line-height: 1.615384615;
  font-size: 13px;
}
.box-buttons p.end-msg {
  margin-bottom: 0.5rem;
  padding-top: 0.8rem;
  color: #8d7b39;
}
.box-buttons ul {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 12px;
}
.box-buttons li {
  width: 210px;
}
.box-buttons a,
.box-buttons li span {
  display: block;
  padding: 7px;
  text-align: center;
  border: 1px solid #67663c;
  font-size: 13px;
  color: #67663c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.box-buttons a:hover {
  background: #8d7b39;
  border: 1px solid #8d7b39;
  color: #fff;
}



@media screen and (max-width: 812px) {
  .box-buttons {
    margin-top: 16px;
  }
  .box-buttons p {
    letter-spacing: 0;
    line-height: 1.583333333;
    font-size: 12px;
  }
  .box-buttons ul {
    margin-top: 17px;
  }
  .box-buttons li {
    width: 48.2315113%;
    letter-spacing: 0;
  }
  .box-buttons a, .box-buttons li span {
    padding: 10px 0;
    font-size: 11px;
  }
}


/* Box Section
---------------------------- */
.box-section {
  margin-bottom: 36px;
}
.box-section section {
  margin-top: 22px;
  line-height: 1.615384615;
  font-size: 13px;
}
.box-section section:first-child {
  margin-top: 0;
}
.box-section h3 {
  margin-bottom: -3px;
  line-height: 1.4;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 20px;
  color: #67663c;
}

@media screen and (max-width: 812px) {
  .box-section {
    margin-top: 32px;
    margin-bottom: 38px;
  }
  .box-section section {
    margin-top: 24px;
    line-height: 1.583333333;
    font-size: 12px;
  }
  .box-section h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }
}



/* ----------------------------
  Intro
---------------------------- */
.intro {
  display: block;
  padding: 55px 78px 70px;
}

@media screen and (max-width: 812px) {
  .intro {
    padding: 38px 5.9701493% 46px;
  }
}

/* Intro Head
---------------------------- */
.intro-head {
  margin-bottom: 24px;
}

@media screen and (max-width: 812px) {
  .intro-head {
    margin-bottom: 10px;
  }
  .intro-head img {
    width: 226px;
  }
}



/* ----------------------------
  Access
---------------------------- */
.access {
  padding: 60px 0 56px;
  background: #8e8669;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .access {
    padding: 42px 0 45px;
  }
}


/* Access Head
---------------------------- */
.access-head {
  position: relative;
}
.access-head:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #fff;
  margin: 8px auto 0;
}
.access-head img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 812px) {
  .access-head:before {
    width: 176px;
  }
  .access-head img {
    width: 185.5px;
  }
}


/* Access Body
---------------------------- */
.access-body {
  margin-top: 42px;
}
.access-body:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 812px) {
  .access-body {
    margin-top: 32px;
  }
}


/* Access Main
---------------------------- */
.access-main {
  width: 445px;
  float: right;
}
.access-main dl {
  margin-top: 58px;
}
.access-main dl:first-child {
  margin-top: 0;
}
.access-main dt {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
.access-main dd {
  margin-top: 8px;
  line-height: 2.1;
  font-size: 10px;
}
.access-main address {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  line-height: 1.769230769;
  font-size: 13px;
}
.access-main a {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  line-height: 2;
  text-align: center;
  border: 1px solid;
  font-family: "Chronicle Display Roman", serifj;
  font-size: 10px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.access-main a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .access-main {
    width: 100%;
    float: none;
  }
  .access-main dl {
    margin-top: 20px;
  }
  .access-main dt {
    font-size: 15px;
  }
  .access-main dd {
    line-height: 1.304347826;
    font-size: 12px;
  }
  .access-main address {
    margin-right: 16px;
    margin-bottom: 8px;
    line-height: 1.769230769;
    font-size: 12px;
  }
  .access-main a {
    width: 75px;
    top: 0;
  }
}


/* Access map
---------------------------- */
.access-map {
  height: 293px;
  width: 488px;
  background: #fff;
  float: left;
}
.access-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 812px) {
  .access-map {
    margin-top: 30px;
    height: 200px;
    width: 100%;
    float: none;
  }
}



/* Access SNS
---------------------------- */
.access-sns {
  margin-top: 56px;
}

@media screen and (max-width: 812px) {
  .access-sns {
    margin-top: 52px;
  }
}
