@charset "UTF-8";
.menu,
.menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 22px;
  z-index: 10;
}

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3b176a;
  z-index: 10;
}

.menu span:nth-of-type(1) {
  top: 0px;
}

.menu span:nth-of-type(2) {
  top: 10px;
}

.menu span:nth-of-type(3) {
  bottom: 0px;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  background-color: #fff;
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  background-color: #fff;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #3b176a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav img {
  width: 180px;
}

#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav ul {
  margin: 20px 0;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul li {
  list-style-type: none;
}

#nav ul li a {
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.6rem;
}

#nav ul li a:hover {
  color: #fff;
}

html {
  font-size: 62.5%;
  width: 100%;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.8em;
  width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
}

a:hover img {
  opacity: 0.8;
}

a:link,
a:visited {
  color: #3b176a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

h2 img {
  height: 70px;
}

@media (min-width: 769px) {
  h2 img {
    height: 159px;
  }
}

a.anchor {
  display: block;
  margin-top: -140px;
  padding-top: 140px;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #000;
  border: 1px solid #3b176a;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 3px;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.btn:hover {
  background: #3b176a;
  color: #fff;
}

.btn-lg {
  font-size: 1.8rem;
  min-width: 140px;
  text-align: center;
}

header {
  width: 100vw;
  overflow-x: hidden;
}

#top main {
  background: url(/images/second_ng.jpg) 80% 50% no-repeat;
  background-size: cover;
  z-index: -1;
  text-align: centdayser;
  padding: 6rem 0;
}

@media (min-width: 769px) {
  #top main {
    height: 90vh;
    background: url(/images/second_ng.jpg) 50% 10% no-repeat;
    background-size: cover;
    padding: 2rem 0;
  }
}

#top main .container {
  position: relative;
  height: 100%;
}

#top main .catch {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

#top main h1 {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #top main h1 img {
    height: 45vh;
  }
}

#top main .mv_events {
  margin: -30px 0 0 0;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

@media (min-width: 769px) {
  #top main .mv_events {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: -160px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

#top main .mv_events img {
  width: 80%;
}

@media (min-width: 769px) {
  #top main .mv_events img {
    width: 40%;
    max-width: 700px;
  }
}

#top main .mv_events img:last-child {
  margin: -1rem 0 0 auto;
}

#top section {
  padding: 6rem 0 12rem;
}

#top section .container {
  max-width: 1120px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

#top #news {
  background: url(/images/news_bg.png) -50% 0 no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  #top #news {
    background: url(/images/news_bg.png) 30% -30% no-repeat;
    background-size: 30%;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #top #news {
    min-height: 400px;
  }
}

#top #news h2 {
  margin: -8rem 0 0;
  padding-right: 2rem;
  text-align: right;
}

#top #news dt {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

#top #news dd {
  font-size: 3rem;
  line-height: 1.4em;
  margin-bottom: 5rem;
}

@media (min-width: 769px) {
  #top #news dd {
    font-size: 4.5rem;
  }
}

#top #concept {
  background: url(/images/concept_bg.png) 95% 100% no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  #top #concept {
    background: url(/images/concept_bg.png) left top;
    background-size: cover;
  }
}

#top #concept h2 {
  margin: -9rem 0 0;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  #top #concept h2 {
    margin: -11rem 0 0 -6rem;
  }
}

#top #concept h3 {
  margin: 3rem 0;
}

@media (min-width: 769px) {
  #top #concept p {
    font-size: 2.1rem;
    line-height: 2.4em;
    text-align: center;
  }
}

@media (min-width: 769px) {
  #top #events {
    background: url(/images/events_bg.jpg) bottom center no-repeat;
    background-size: cover;
  }
}

#top #events h2 {
  margin: -4rem 0 0;
  padding-right: 3rem;
  text-align: right;
}

@media (min-width: 769px) {
  #top #events h2 {
    margin: -12rem 0 0 0;
    text-align: right;
    padding-right: 11rem;
  }
}

#top #events h3 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  #top #events h3 {
    font-size: 6.2rem;
    margin-bottom: 1.8rem;
  }
}

#top #events h3 span {
  font-size: 0.6em;
}

#top #events h3 span + .week {
  font-size: 0.7em;
}

#top #events .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 769px) {
  #top #events .days {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#top #events .days .day {
  padding: 3rem 1.5rem;
}

@media (min-width: 769px) {
  #top #events .days .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top #events .days .day .btnWrap {
  margin-top: auto;
}

@media (min-width: 769px) {
  #top #events .days .day {
    width: 50%;
  }
}

@media (min-width: 769px) {
  #top #events .days .day.one {
    text-align: right;
    padding: 3rem 6rem;
  }
}

#top #events .days .day.one h3 {
  color: #3b176a;
}

#top #events .days .day.two {
  border-top: 1px solid #000;
}

@media (min-width: 769px) {
  #top #events .days .day.two {
    padding: 3rem 6rem;
    border-top: none;
  }
}

#top #events .days .day.two h3 {
  color: #e52719;
}

#top #events .days .day h4 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 769px) {
  #top #events .days .day h4 {
    font-size: 2.1rem;
    line-height: 1.5em;
  }
}

#top #events .days .day h4 strong {
  letter-spacing: 0.2em;
  font-size: 1.2em;
  display: block;
}

#top #events .days .day h4 span {
  font-size: 0.8em;
  display: block;
}

footer {
  text-align: center;
  color: #fff;
  background: #3b176a;
}

footer p {
  font-size: 1.1rem;
}

footer nav {
  background: #f2f2f2ff;
  margin: 0 0 1.5rem;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  footer nav ul {
    display: block;
    width: 64%;
    margin: 0 auto;
  }
}

footer nav ul li {
  display: block;
  width: 50%;
  border: 1px solid #fff;
}

@media (min-width: 769px) {
  footer nav ul li {
    display: inline-block;
    border: none;
    width: auto;
  }
}

footer nav ul li a {
  display: block;
  padding: 1.8rem 0;
  text-decoration: none;
  color: #707070;
}

@media (min-width: 769px) {
  footer nav ul li a {
    padding: 1.8rem 3rem;
  }
}

footer p {
  padding: 1.5rem;
}

footer .credit {
  padding: 1.5rem 1.5rem 0;
  text-align: left;
}

footer .credit span {
  display: inline-block;
}

@media (min-width: 769px) {
  footer .credit {
    text-align: center;
  }
}

.second {
  background: #e0ba6a;
}

@media (min-width: 769px) {
  .second {
    background: url(/images/second_ng.jpg) 50% 50% no-repeat fixed;
    background-size: cover;
  }
}

.second header {
  background: #fff;
  padding: 0 0 1.5rem;
}

.second header h1 {
  text-align: center;
  font-size: 1.4rem;
}

.second header h1 img {
  height: 55px;
  display: block;
  margin: 0 auto 1rem;
}

.second header p {
  text-align: center;
}

.second section {
  padding: 0 0;
}

.second section h2 {
  text-align: center;
  padding: 1.5rem;
}

.second section h2 img {
  height: 60px;
}

@media (min-width: 769px) {
  .second section h2 img {
    height: 120px;
  }
}

.second section .container {
  max-width: 1120px;
  padding: 3rem 1.5rem;
  margin: 0 0.5rem 3rem;
  background: #fff;
  min-height: 40vh;
}

@media (min-width: 769px) {
  .second section .container {
    padding: 6rem 3rem;
    margin: 0 auto 3rem;
  }
}

.second section .container .announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .second section .container .announce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.second section .container .announce .pict {
  width: 100%;
}

@media (min-width: 769px) {
  .second section .container .announce .pict {
    width: 40%;
  }
}

@media (min-width: 769px) {
  .second section .container .announce .read {
    width: 60%;
    padding: 0 0 0 3rem;
    line-height: 4rem;
  }
}

.second section .container h3 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.second section .container h3.dayone {
  color: #3b176a;
}

.second section .container h3.daytwo {
  color: #e52719;
}

@media (min-width: 769px) {
  .second section .container h3 {
    font-size: 6.2rem;
    margin-bottom: 1.8rem;
    text-align: center;
  }
}

.second section .container h3 span {
  font-size: 0.6em;
}

.second section .container h3 span + .week {
  font-size: 0.7em;
}

.second section .container h4 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 769px) {
  .second section .container h4 {
    font-size: 2.1rem;
    line-height: 1.5em;
    text-align: center;
    padding: 4rem 0;
  }
}

.second section .container h4 strong {
  letter-spacing: 0.2em;
  font-size: 1.2em;
  display: block;
}

.second section .container h4 span {
  font-size: 0.8em;
  display: block;
}

.second section .container ul,
.second section .container ol {
  margin: 0 0 1.5rem 3rem;
}

.second section .container dt {
  font-size: 1.6rem;
  color: #fff;
  padding: 0.5rem;
  background: #AE7F46;
  margin: 0 0 1.5rem 0;
}

.second section .container dd {
  margin-bottom: 3rem;
  padding: 0.5rem;
}

.second section .container dd p {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}

.second section .container dd h5 {
  color: #e52719;
  font-size: 1.8rem;
}

.second section .container .contents_footer {
  border-top: 1px dashed #000;
  text-align: center;
  margin: 6rem 0 0;
  padding: 6rem 0;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}

ul.asterisk li:before {
  display: inline;
  content: "※";
}

.visible,
.invisible {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

.visible.translateY,
.invisible.translateY {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateY {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateToLeft,
.invisible.translateToLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateToRight,
.invisible.translateToRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToRight {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateScaleUp,
.invisible.translateScaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleUp {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visible.translateScaleDown,
.invisible.translateScaleDown {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleDown {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visible.translateRotate,
.invisible.translateRotate {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateRotate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/*# sourceMappingURL=style.css.map */