@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-all;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.is-pc-inline {
  display: inline-block;
}

.is-sp-inline {
  display: none;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

body {
  text-align: center;
  min-width: 1150px;
  position: relative;
}

.l-wrap {
  width: 100%;
  overflow: hidden;
}

.effect__fadein {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.effect__fadein.c-text {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.effect__fadein.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.effect__fadein.active.c-text {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.l-top {
  background: #ebebe9;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-top .c-top-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-top .c-top-content.active {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-top .c-img {
  margin-left: 110px;
}
.l-top .c-text {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
}
.l-top .c-banner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 200px;
}
.l-top.active {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-section-wrap {
  width: 100%;
  margin-top: 98px;
  position: relative;
}
.l-section-wrap + .l-section-wrap {
  margin-top: 123px;
}
.l-section-wrap::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 35px;
  left: 0;
  background: #fe6666;
}

.l-section {
  letter-spacing: -0.4em;
  font-size: 0;
  display: inline-block;
  width: 100%;
  max-width: 1150px;
  text-align: left;
  position: relative;
  background: #fff;
  margin-left: 10%;
}
.l-section .c-head, .l-section .c-text {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 16px;
}
.l-section .c-head {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 46px;
  letter-spacing: 0.18em;
  position: relative;
  padding-right: 85px;
  margin-left: 1.5%;
}
.l-section .c-text {
  width: 700px;
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.l-section .c-text .c-overview .c-applicate {
  width: 300px;
  margin-top: 18px;
}
.l-section .c-text .c-overview .c-applicate a {
  border: 1px solid #777777;
  text-align: center;
  line-height: 68px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ff6668));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff6668 50%);
  background-position: 0 0;
  background-size: 240% auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-section .c-text .c-overview .c-applicate a:hover {
  border-color: transparent;
  background-position: -70% 0;
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-section .c-text .c-catch {
  letter-spacing: 0.07em;
  padding-top: 8px;
  padding-bottom: 19px;
  font-size: 35px;
}
.l-section .c-text .is-middle {
  font-size: 24px;
}
.l-section .c-text .is-small {
  font-size: 14px;
}
.l-section .c-text .c-info-list {
  border-bottom: 1px solid #000;
  width: 100%;
}
.l-section .c-text .c-info-list dt {
  padding-right: 25px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-section .c-text .c-info-list dt .c-date {
  font-size: 14px;
}
.l-section .c-text .c-info-list dt .c-title {
  font-size: 20px;
}
.l-section .c-text .c-info-list dt .c-arrow {
  padding-right: 21px;
  position: absolute;
  top: 30px;
  right: 0;
}
.l-section .c-text .c-info-list dt .c-arrow::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fe6666;
  border-right: 1px solid #fe6666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-text .c-info-list dt:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-section .c-text .c-info-list dt.active .c-arrow::before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-text .c-info-list dd {
  display: none;
  overflow: hidden;
}
.l-section .c-text .c-info-list dd .c-info-text {
  padding-bottom: 30px;
  font-size: 14px;
}
.l-section .c-text .c-info-list dd .c-info-text a {
  color: #fe6666;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-text .c-info-list dd .c-info-text a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-text .c-info-list + .c-info-list {
  margin-top: 25px;
}
.l-section .c-detail-list {
  margin-top: 30px;
}
.l-section .c-detail-list li .c-title {
  font-size: 20px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.l-section .c-detail-list li .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 0.7em;
  background: #fe6666;
}
.l-section .c-detail-list li .c-supplement {
  display: block;
  padding-top: 20px;
}
.l-section .c-detail-list li + li {
  margin-top: 37px;
}
.l-section .c-detail-list li ul li {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.03em;
}
.l-section .c-detail-list li ul li a {
  color: #fe6666;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-detail-list li ul li a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-section .c-detail-list li ul li + li {
  margin-top: 0;
}
.l-section.l-about::before {
  content: "";
  position: absolute;
  background: url(../img/bg_01.png) center bottom no-repeat;
  width: 308px;
  height: 378px;
  right: 15px;
  bottom: -130px;
  z-index: 10;
}
.l-section.l-ticket .c-text .c-detail-list {
  margin-top: 38px;
}
.l-section.l-info::before {
  content: "";
  position: absolute;
  background: url(../img/bg_02.png) center center no-repeat;
  width: 198px;
  height: 149px;
  right: 210px;
  top: -200px;
}

@media all and (-ms-high-contrast: none) {
  .l-section .c-text .c-overview .c-applicate a {
    padding-top: 4px;
  }
}
.l-footer {
  letter-spacing: 0.1em;
  font-size: 15px;
  text-align: center;
  color: #747474;
  padding: 113px 0 50px;
}

@media screen and (min-width: 768px) {
  .l-top .c-top-content .c-banner {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .l-top .c-top-content .c-banner:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .is-pc-inline {
    display: none;
  }

  .is-sp-inline {
    display: inline-block;
  }

  body {
    text-align: center;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
  }

  .l-section-wrap {
    margin-top: 35px;
  }
  .l-section-wrap + .l-section-wrap {
    margin-top: 54px;
  }
  .l-section-wrap::before {
    top: 15px;
  }

  .l-top .c-top-content .c-img {
    width: 46%;
    margin-left: 2%;
  }
  .l-top .c-top-content .c-text {
    width: 55%;
    right: 4%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
  }
  .l-top .c-top-content .c-banner {
    width: 35.3%;
    right: 14%;
    bottom: -12%;
  }

  .l-section {
    max-width: 91%;
    margin-left: 9%;
  }
  .l-section .c-head, .l-section .c-text {
    display: block;
    max-width: 100%;
  }
  .l-section .c-head {
    font-size: 30px;
    padding-right: 0;
    margin-bottom: 19px;
    width: 91%;
  }
  .l-section .c-head::before {
    width: 6%;
  }
  .l-section .c-text {
    width: 91%;
    font-size: 13px;
    line-height: 1.75em;
  }
  .l-section .c-text .c-overview .c-applicate {
    margin-top: 8px;
    width: 70%;
  }
  .l-section .c-text .c-overview .c-applicate a {
    line-height: 50px;
  }
  .l-section .c-text .c-overview .c-applicate a:hover {
    border-color: #777777;
    color: #000;
    background-position: 0 0;
  }
  .l-section .c-text .c-catch {
    font-size: 23px;
    padding-bottom: 8px;
  }
  .l-section .c-text .is-middle {
    font-size: 15px;
  }
  .l-section .c-text .is-small, .l-section .c-text .is-verysmall {
    font-size: 12px;
  }
  .l-section .c-text .c-detail-list {
    margin-top: 11px;
  }
  .l-section .c-text .c-detail-list li .c-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .l-section .c-text .c-detail-list li .is-sp-small {
    display: block;
    padding-top: 5px;
  }
  .l-section .c-text .c-detail-list li .c-supplement {
    padding-top: 14px;
    line-height: 1.3em;
  }
  .l-section .c-text .c-detail-list li ul li {
    font-size: 13px;
    line-height: 1.45em;
  }
  .l-section .c-text .c-detail-list li ul li a:hover {
    opacity: 1;
  }
  .l-section .c-text .c-detail-list li ul li + li {
    margin-top: 0;
  }
  .l-section .c-text .c-detail-list li + li {
    margin-top: 19px;
  }
  .l-section .c-text .c-info-list dt {
    margin-bottom: 12px;
  }
  .l-section .c-text .c-info-list dt .c-date {
    font-size: 13px;
  }
  .l-section .c-text .c-info-list dt .c-title {
    font-size: 14px;
  }
  .l-section .c-text .c-info-list dt .c-arrow {
    top: 23px;
  }
  .l-section .c-text .c-info-list dt .c-arrow::before {
    width: 10px;
    height: 10px;
  }
  .l-section .c-text .c-info-list dt:hover {
    opacity: 1;
  }
  .l-section .c-text .c-info-list dd .c-info-text {
    font-size: 12px;
  }
  .l-section .c-text .c-info-list dd .c-info-text a:hover {
    opacity: 1;
  }
  .l-section .c-text .c-info-list + .c-info-list {
    margin-top: 15px;
  }
  .l-section.l-about {
    overflow: hidden;
  }
  .l-section.l-about::before {
    content: "";
    position: absolute;
    background: url(../img/bg_01.png) center center no-repeat;
    width: 154px;
    height: 189px;
    right: -10%;
    top: 25%;
    background-size: contain;
  }
  .l-section.l-ticket .c-head {
    margin-bottom: 24px;
  }
  .l-section.l-ticket .c-text .c-detail-list {
    margin-top: 21px;
  }
  .l-section.l-ticket .c-text .c-detail-list li .c-title {
    margin-bottom: 0;
  }
  .l-section.l-info::before {
    width: 99px;
    height: 75px;
    right: 16%;
    top: -100px;
    background-size: contain;
  }
  .l-section.l-info .c-head {
    margin-bottom: 24px;
  }
  .l-section.l-info .c-text .c-detail-list {
    margin-top: 21px;
  }
  .l-section.l-info .c-text .c-detail-list li .c-title {
    margin-bottom: 0;
  }

  .l-footer {
    padding: 77px 0 30px;
    font-size: 12px;
  }
}
