@charset "UTF-8";

.p-mv {
  padding: 410px 0 50px;
  background: url(../img/mv/bg_mv.png)no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 950px;
}

.p-mv-content {
    max-width: 715px;
    margin: 0 auto;
    padding: 0 30px;
}

.p-mv-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
	width:520px;
	margin:0 auto 45px;
}

.p-mv-ruby img {
  vertical-align: middle;
}

.p-mv-logo {
    position: absolute;
    width: 200px;
    top: -96px;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
	filter: blur(16px);
	transition: 3s cubic-bezier(.17,.84,.44,1) 1.5s;
	transition-property: opacity, filter;
}

.onloadcomplete .p-mv-logo {
	opacity: 1;
	filter: blur(0px);
}

.p-mv-head {
    position: relative;
    text-align: center;
}

.p-mv-schesule {
    text-align: center;
    margin: -28px 0 20px 0;
}

.p-support {
    text-align: center;
}

.p-support span {
    display: block;
    margin-bottom: 20px;
}

.p-support p {
  font-size: 14px;
  font-size: 1.4rem;
}


.p-detail {
    padding: 40px 0 60px;
    background: #FFDED9;
}

.p-detail-content {
    max-width: 805px;
    margin: 0 auto;
    padding: 0 30px;
}

.p-artist {
    padding-top: 60px;
    background: #000;
    color: #fff;
}

.p-artist__lead {
  text-align: center;
    max-width: 680px;
    margin: 0 auto;
    border-bottom: solid 3px #DF8E95;
    padding-bottom: 20px;
}

.p-artist-block {
    padding: 80px 0 90px;
    width: 100%;
    border-bottom: solid 3px #DF8E95;
}

.p-artist-block:first-child {
    padding-top: 60px;
}

.p-artist-block:last-child {
  border-bottom: none;
}

.p-artist-slider {
    max-width: 1280px;
    margin: 0 auto;
}


.p-artist-work {
  margin: 0 15px;
  outline: none;
}

#artist .slick-dotted.slick-slider {
    margin-bottom: 77px;
}

#artist .slick-dots {
  bottom: -80px;
}

#artist .slick-prev:before,
#artist .slick-next:before {
  display: none;
}

#artist .slick-prev {
  width: 26px;
  height: 59px;
  background: url(../img/ico_slider_prev.png)no-repeat;
  left: 100px;
  z-index: 5;
}

#artist .slick-next {
  width: 26px;
  height: 59px;
  background: url(../img/ico_slider_next.png)no-repeat;
  right: 100px;
  z-index: 5;
}

#artist .slick-dots li button {
    padding: 0;
    width: 14px;
    height: 14px;
}

#artist .slick-dots li {
    width: 14px;
    height: 14px;
}


#artist .slick-dots li button:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  opacity: 1;
}

#artist .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FFDED9;
}

.p-artist-head {
    max-width: 370px;
    margin: 0 auto 25px;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0.2em;
}

.p-artist-name {
    border-bottom: solid 1px #DF8E95;
    font-size: 33px;
    font-size: 3.3rem;
}

.p-artist-jp {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 10px;
}

.p-artist-en {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #E7A1A6;
    line-height: 1;
    padding-top: 10px;
}

.p-artist-profile {
    max-width: 730px;
    margin: 0 auto;
}

.p-artist-block:last-child .p-artist-work {
  text-align: center;
}

.p-artist-head p {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 10px;
}

.p-about {
  position: relative;
    background: #DF8E95;
    padding: 70px 0 150px;
}

.p-about:before {
  position: absolute;
  content: "";
  background: url(../img/bg_left.png)no-repeat;
  background-size: cover;
  width: 353px;
  height: 1418px;
  left: -100px;
  top: -28px;
}

.p-about:after {
  position: absolute;
  content: "";
  background: url(../img/bg_right.png)no-repeat;
  background-size: cover;
  width: 362px;
  height: 1419px;
  right: -100px;
  top: -25px;
}

.p-about-block {
  position: relative;
    max-width: 750px;
    margin: 90px auto 0;
    z-index: 2;
}

.p-about-block::before {
  position: absolute;
  content: "";
  background: url(../img/bg_logo.png)no-repeat;
  background-size: cover;
  width: 145px;
  height: 237px;
  bottom: -20px;
  left: 50%;
  margin-left: -73px;
}

.p-about .m-head {
    border-bottom: solid 1px #fff;
}

.p-about .m-head:before {
    background: #fff;
}

.p-about-head {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto 30px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 15px;
}

.p-about-head:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 370px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -185px;
}

.p-about-block p {
  position: relative;
}

.p-about-flex {
    max-width: 950px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-about-img {
    margin-bottom: 10px;
}

.p-about-img figcaption {
    padding: 20px 0 20px 34px;
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background: url(../img/ico_sample_logo.svg)no-repeat;
    background-position: left center;
}

.p-movie {
    margin: 70px auto 0;
    max-width: 710px;
}

.p-movie-iframe {
  text-align: center;
}

.p-movie-head {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 0 5px 30px;
    background: url(../img/ico_sample_logo.svg)no-repeat;
    background-position: left center;
}

.p-movie-lead {
    max-width: 670px;
    margin: 0 auto;
    font-size: 16px;
}

.p-movie-detail small {
    max-width: 670px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
}

.p-history {
  position: relative;
    padding: 40px 0 120px;
    background: #F4F1E2;
}

.p-history::before {
  position: absolute;
  content: "";
  background: url(../img/img_history_deco.svg)no-repeat;
  background-size: cover;
  width: 56px;
  height: 80px;
  top: 0;
  left: 50%;
  margin-left: -28px;
}

.p-history-head {
    text-align: center;
    margin-bottom: 30px;
}

.p-history .m-head {
  border-bottom: solid 1px #F5A888;
}


.p-history .m-head:before {
    background: #F5A888;
}

.p-history-inner {
    max-width: 814px;
    margin: 0 auto;
    background: #fff;
    border-radius: 114px 17px 132px 17px;
    padding: 30px 45px;
    text-align: center;
}

.p-history-detail dt {
    font-size: 22px;
    font-size: 2.2rem;
    color: #71161E;
    font-weight: 600;
    margin-bottom: 10px;
}

.p-history-detail dd {
    font-size: 17px;
    font-size: 1.7rem;
}

.p-history-detail:first-child {
    padding-bottom: 50px;
    background: url(../img/ico_history_line.svg)no-repeat;
    background-position: center bottom;
}

.p-history-detail:last-child {
    padding-top: 30px;
    letter-spacing: 0.3em;
}

.p-history-block {
  position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.p-history-block:first-child {
  background: url(../img/ico_history_line.svg)no-repeat;
  background-position: center bottom;
}

.p-history-block:first-child::before {
  position: absolute;
  content: "";
  background: #F5A888;
  width: calc(50% - 12px);
  height: 1px;
  bottom: 11px;
  left: 0;
}

.p-history-block:first-child::after {
  position: absolute;
  content: "";
  background: #F5A888;
  width: calc(50% - 12px);
  height: 1px;
  bottom: 11px;
  right: 0;
}

.p-history-block:last-child {
    padding: 0;
}

.p-history-subhead {
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 33px;
    font-size: 3.3rem;
    color: #71161E;
    font-weight: 600;
}

.p-history-area {
    padding-top: 90px;
}

.p-history-2col {
    position: relative;
    margin-bottom: 80px;
}

.p-history-2col:nth-child(2) {
  margin-bottom: 140px;
}

.p-history-2col:last-child {
  margin-bottom: 0;
}

.p-history-list {
    position: relative;
    width: 448px;
    background: #fff;
    border-radius: 114px 17px 132px;
    padding: 280px 50px 40px 40px;
    float: left;
}

.p-history-list:last-child {
    position: absolute;
    right: 0;
    top: 220px;
}

.p-history-img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.p-history-2col:first-child .p-history-list:last-child {
    padding-top: 240px;
}

.p-history-2col:first-child .p-history-list:last-child .p-history-img {
    top: -50px;
}

.p-history-2col:nth-child(2) .p-history-list:first-child {
    padding-top: 250px;
}

.p-history-2col:nth-child(2) .p-history-list:last-child {
  padding-top: 250px;
  top: 200px;
}

.p-history-2col:nth-child(2) .p-history-list:last-child .p-history-img {
    top: -70px;
}

.p-history-2col:nth-child(3) .p-history-list:first-child {
    padding-top: 250px;
}

.p-history-2col:nth-child(3) .p-history-list:last-child {
  padding-top: 240px;
  top: 210px;
}

.p-history-2col:nth-child(3) .p-history-list:last-child .p-history-img {
    top: -150px;
}

.p-history-2col:last-child .p-history-list:first-child {
    padding-top: 230px;
}


.p-history-year {
    display: inline-block;
    font-size: 49px;
    font-size: 4.9rem;
    color: #71161E;
    line-height: 1;
    vertical-align: middle;
}
.ft-color-red {
	color:#ED190B;
}

.p-history-ttl {
    padding: 15px 0 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

.p-history-flex {
    text-align: left;
}

.p-history-place {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 30px;
}

.p-history-place span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.p-history-place p {
    font-size: 19px;
    font-size: 1.9rem;
}

.p-history-last {
    position: absolute;
    width: 448px;
    background: rgba(245, 168, 136, 0.7);
    border-radius: 114px 17px 132px;
    padding: 60px 50px 80px 40px;
    right: 0;
    top: 180px;
}

.p-history-last a {
    display: block;
    margin-top: 50px;
    transition: .3s;
}

.p-info {
    padding: 40px 0 60px;
    background: #FFDED9;
}

.p-info-table {
    width: 680px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-info-head {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.p-info-head strong {
    display: block;
    margin: 10px 0;
    font-size: 25px;
    font-size: 2.5rem;
}

.p-info-table th {
    width: 120px;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.p-info-table td {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 5px;
    vertical-align: top;
}

.p-info-table th:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 23px;
    right: 0;
    top: 0;
}

.p-info-table td dl dt,
.p-info-table td dl dd {
    float: left;
}

.p-info-table td dl dt {
    padding-right: 20px;
}

.p-info-table td dl dd {
    width: calc(100% - 55px);
}

.p-ticket {
    padding: 40px 0 70px;
    background: #5A5655;
    color: #fff;
}


.p-ticket-content {
    max-width: 860px;
    margin: 0 auto 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-ticket-content span {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
}


.p-ticket-flex {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-ticket-block {
    width: 345px;
    height: 108px;
    background: #fff;
    transition: .3s;
}

.p-ticket-block a {
    position: relative;
    display: block;
    padding: 17px 0 17px 150px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #71161E;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.p-ticket-block a span {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.2em;
}

.p-ticket-og {
  background: url(../img/bg_ticket_og.svg)no-repeat, #fff;
  background-position: left center;
}

.p-ticket-og span {
  color: #FF5D48;
}

.p-ticket-gr {
  background: url(../img/bg_ticket_gr.svg)no-repeat, #fff;
  background-position: left center;
}

.p-ticket-gr span {
  color: #80BE9E;
}

.p-news {
    padding: 70px 0 90px;
}

.p-news-block {
    max-width: 777px;
    margin: 10px auto 80px;
    padding: 20px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
}

.p-news-lead {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.p-news-timeline {
    max-width: 580px;
    max-height: 640px;
    margin: 0 auto;
    border: solid 1px #64BBBA;
    overflow-y: scroll;
}

.p-news-timeline iframe {
    width: 100%;
}


.l-pagetop {
  display: none;
    position: fixed;
    right: 30px;
    bottom: 170px;
    transition: .3s;
}

.l-pagetop a {
    display: block;
}

@media screen and (min-width: 768px){
  .l-pagetop:hover {
    opacity: .7;
    transition: .3s;
  }

  .p-history-last a:hover,
  .p-ticket-block:hover {
    opacity: .7;
    transition: .3s;
  }
}

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

  img {
    max-width: 100%;
  }

  .p-mv {
    padding: 230px 0 30px;
    min-height: 680px;
  }

  .p-mv-logo {
    width: 150px;
    margin-left: -75px;
    top: -50px;
  }

  .p-mv-content {
    max-width: 480px;
  }

  .p-mv-left {
      width: 120px;
  }

  .p-mv-ruby {
      width: 70px;
  }


  .p-mv-flex {
      margin-bottom: 30px;
	  width:420px;
  }

  .p-mv-head {
      margin-bottom: 20px;
  }

  .p-mv-schesule {
      margin:0 auto 10px;
	  padding-left: 20px;
  }

  .p-support span {
      margin-bottom: 10px;
  }

  .p-support p {
      font-size: 1.2rem;
  }

  .p-detail-content {
    max-width: 700px;
  }

  .p-artist-block {
    padding: 60px 0 70px;
  }

  .p-artist__lead {
    padding-bottom: 10px;
    max-width: 540px;
  }

  .p-artist-work {
    height: 370px!important;
    margin: 0 10px;
  }

  .p-artist-work img {
    width: auto;
    height: 100%;
  }

  #artist .slick-dots {
    bottom: -50px;
  }

  #artist .slick-dotted.slick-slider {
      margin-bottom: 50px;
  }

  .p-artist-head {
      padding-top: 20px;
      max-width: 300px;
  }

  .p-artist-name {
      font-size: 2.8rem;
  }

  .p-artist-profile {
      max-width: 700px;
  }

  #artist .slick-next {
    right: 50px;
  }

  #artist .slick-prev {
      left: 50px;
  }

  .p-artist-head p {
    font-size: 1.6rem;
  }

  .p-about:before {
    width: 223px;
    height: 948px;
    top: -18px;
  }

  .p-about:after {
      width: 223px;
      height: 948px;
      top: -18px;
  }

  .p-about {
      padding: 60px 0 100px;
  }

  .p-about-block {
    max-width: 600px;
    margin: 60px auto 0;
  }

  .p-about-head {
      font-size: 2rem;
      margin: 0 auto 20px;
  }

  .p-about-head:before {
      width: 300px;
      margin-left: -150px;
  }

  .p-about-block::before {
      width: 125px;
      height: 207px;
      bottom: -10px;
      left: 50%;
      margin-left: -62px;
  }

  .p-about-flex {
    max-width: 750px;
  }

  .p-about-img {
      width: 360px;
  }

  .p-about-img figcaption {
      font-size: 1.6rem;
      background-size: 16px;
      padding: 15px 0 15px 24px;
  }

  .p-movie-iframe iframe {
    width: 100%;
    height: 360px;
  }

  .p-movie {
      max-width: 650px;
      margin: 40px auto 0;
  }

  .p-movie-head {
      font-size: 1.8rem;
      background-size: 17px;
      padding: 5px 0 5px 25px;
      margin-bottom: 5px;
  }

  .p-movie-lead {
      font-size: 1.4rem;
  }

  .p-history-head {
    width: 240px;
    margin: 0 auto 30px;
  }

  .p-history-block {
      max-width: 700px;
  }

  .p-history-detail dt {
      font-size: 2rem;
      margin-bottom: 5px;
  }

  .p-history-detail dd {
      font-size: 1.5rem;
  }

  .p-history-detail:first-child {
      padding-bottom: 40px;
  }

  .p-history-detail:last-child {
      padding-top: 20px;
  }

  .p-history-inner {
      padding: 20px 30px;
      max-width: 660px;
  }

  .p-history-subhead {
    font-size: 2.5rem;
  }

  .p-history-list {
      width: 340px;
      padding: 200px 30px 40px 20px;
      border-radius: 100px 10px 110px;
  }

  .p-history-year {
      font-size: 3rem;
  }

  .p-history-ttl {
      font-size: 1.6rem;
  }

  .p-history-list:last-child {
      top: 190px;
  }

  .p-history-2col:first-child .p-history-list:last-child {
      padding-top: 100px;
  }

  .p-history-2col:nth-child(2) .p-history-list:first-child {
      padding-top: 90px;
  }

  .p-history-place span {
      font-size: 1.3rem;
  }

  .p-history-place p {
      font-size: 1.6rem;
  }

  .p-history-2col:nth-child(2) .p-history-list:last-child {
      padding-top: 180px;
      top: 90px;
  }

  .p-history-2col:nth-child(3) .p-history-list:first-child {
      padding-top: 90px;
  }

  .p-history-2col:nth-child(3) .p-history-list:last-child {
      padding-top: 150px;
      top: 190px;
  }

  .p-history-2col:nth-child(3) .p-history-list:last-child .p-history-img {
      top: -100px;
  }

  .p-history-img {
      max-width: 300px;
  }

  .p-history-img iframe {
      width: 300px;
      height: 160px;
  }

  .p-history-2col:last-child .p-history-list:first-child {
      padding-top: 140px;
  }

  .p-history-last {
      width: 340px;
      padding: 50px 30px 40px 20px;
      border-radius: 100px 10px 110px;
      top: 220px;
  }

  .p-history-last a {
      margin-top: 20px;
  }

  .p-history-2col:nth-child(2) {
    margin-bottom: 60px;
  }

  .p-history {
    padding: 40px 0 80px;
  }

  .p-info-head strong {
    font-size: 2rem;
  }

  .p-info-head span {
    font-size: 1.4rem;
  }

  .p-info-table {
      font-size: 1.4rem;
  }

  .p-info-table th:before {
      height: 18px;
  }

  .p-ticket-content {
    max-width: 700px;
  }

  .p-ticket-flex {
      max-width: 620px;
  }

  .p-ticket-block {
      width: 300px;
      height: 80px;
  }

  .p-ticket-block a {
      font-size: 1.8rem;
      padding: 13px 0 13px 130px;
  }

  .p-news {
    padding: 50px 0 70px;
  }

  .p-news-lead {
      font-size: 1.4rem;
  }

  .p-news-block {
      max-width: 650px;
      margin: 10px auto 40px;
  }

  .p-news-timeline {
      max-width: 400px;
      max-height: 500px;
  }

  .l-pagetop {
      bottom: 50px;
  }

}

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

  .p-mv {
    background: url(../img/mv/bg_mv_sp.png)no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 350px 0 40px;
    min-height: 671px;
  }

  .p-mv-logo {
    width: 100px;
    margin-left: -50px;
  }

  .p-mv-content {
      max-width: 250px;
      padding: 0;
  }

  .p-support p {
      font-size: 1rem;
  }

  .p-mv-left {
      width: 80px;
  }

  .p-mv-ruby {
      width: 50px;
  }

  .p-mv-ruby img {
      vertical-align: middle;
  }

  .p-mv-flex {
      margin-bottom: 20px;
	  width:250px;
  }

  .p-detail {
    padding: 30px 0;
  }

  .p-artist__lead {
    max-width: 80%;
    margin: 0 auto;
  }

  .p-artist {
      padding-top: 40px;
  }

  .p-artist-block:first-child {
      padding-top: 40px;
  }

  #artist .slick-dots li {
    width: 10px;
    height: 10px;
  }

  #artist .slick-dots li button:before {
      width: 10px;
      height: 10px;
  }

  #artist .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
  }

  #artist .slick-dots {
      bottom: -30px;
  }

  #artist .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .p-artist-head {
      max-width: 250px;
  }

  .p-artist-name {
      font-size: 2rem;
  }

  .p-artist-jp {
      font-size: 1.4rem;
      padding-top: 5px;
  }

  .p-artist-en {
      font-size: 1.4rem;
      padding-top: 5px;
  }

  .p-artist-profile {
      padding: 0 30px;
  }

  .p-artist-block {
      padding: 40px 0 50px;
  }

  .p-artist-work {
    height: 300px!important;
    margin: 0 20px;
  }

  #artist .slick-next {
    right: 20px;
  }

  #artist .slick-prev {
    left: 20px;
  }

  .p-artist-block:last-child .p-artist-work {
      height: auto!important;
      max-width: 300px;
      margin: 0 auto;
  }

  .p-artist-block:last-child .p-artist-work img {
      height: auto;
  }

  .p-artist-head p {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }

  .p-about:before {
    width: 173px;
    height: 728px;
    top: -14px;
  }

  .p-about:after {
      width: 173px;
      height: 728px;
      top: -14px;
  }

  .p-about-head:before {
    width: 200px;
    margin-left: -100px;
  }

  .p-about-head {
      font-size: 1.8rem;
      padding-bottom: 10px;
      line-height: 1.3;
  }

  .p-about-block {
      padding: 0 30px;
      margin: 40px auto 0;
  }

  .p-about-block::before {
      bottom: inherit;
      top: 50%;
      transform: translateY(-50%);
  }

  .p-about-flex {
    margin: 40px auto 0;
    padding: 0 30px;
  }

  .p-about-img {
      width: 49%;
  }

  .p-about-img figcaption {
      font-size: 1.4rem;
      line-height: 1.3;
  }

  .p-movie {
    margin: 30px auto 0;
    padding: 0 30px;
  }

  .p-movie-iframe iframe {
      height: 180px;
  }

  .p-movie-head {
      font-size: 1.6rem;
      line-height: 1.3;
  }

  .p-about {
      padding: 40px 0 60px;
  }

  .p-history::before {
    width: 42px;
    height: 60px;
    margin-left: -21px;
  }

  .p-history-head {
      width: 200px;
  }

  .p-history-block {
    width: 90%;
    padding-bottom: 40px;
  }

  .p-history-inner {
      border-radius: 60px 10px 60px 10px;
  }

  .p-history-detail dt {
      font-size: 1.8rem;
      line-height: 1.3;
  }

  .p-history-detail dd {
      font-size: 1.4rem;
  }

  .p-history-subhead {
      font-size: 2rem;
      padding-top: 10px;
      line-height: 1.3;
  }

  .p-history-list {
    border-radius: 60px 10px 60px 10px;
    float: inherit;
    margin-bottom: 80px;
    padding: 210px 30px 40px 20px;
  }

  .p-history-list:last-child {
      position: inherit;
      float: inherit;
      top: inherit;
  }

  .p-history-area {
      padding-top: 80px;
  }

  .p-history-year {
      font-size: 2.5rem;
  }

  .p-history-ttl {
      font-size: 1.5rem;
      padding: 10px 0 5px;
  }

  .p-history-place span {
      font-size: 1.2rem;
  }

  .p-history-place p {
      font-size: 1.4rem;
  }

  .p-history-place {
      padding-left: 10px;
  }

  .p-history-2col {
      margin: 0;
  }

  .p-history-2col:nth-child(3) .p-history-list:last-child {
      top: inherit;
  }

  .p-history-2col:nth-child(2) .p-history-list:last-child {
      top: inherit;
  }

  .p-history-2col:first-child .p-history-list:last-child .p-history-img {
      width: 200px;
  }

  .p-history-2col:nth-child(2) .p-history-list:first-child .p-history-img {
      width: 200px;
  }

  .p-history-2col:nth-child(3) .p-history-list:first-child .p-history-img {
      width: 200px;
  }

  .p-history-2col:nth-child(3) .p-history-list:first-child {
    padding-top: 100px;
    margin-bottom: 130px;
  }

  .p-history-2col:nth-child(2) .p-history-list:first-child {
      padding-top: 110px;
      margin-bottom: 100px;
  }

  .p-history-2col:first-child .p-history-list:last-child {
      padding-top: 110px;
      margin-bottom: 70px;
  }

  .p-history-last {
    top: inherit;
    float: inherit;
    position: inherit;
    border-radius: 60px 10px 60px 10px;
  }

  .p-history-2col:last-child .p-history-list:first-child {
      margin-bottom: 30px;
  }

  .p-info-table {
    width: 90%;
  }

  .p-info-table th {
      width: 100%;
      display: block;
      text-align: left;
      padding-bottom: 5px;
  }

  .p-info-table td {
      display: block;
      width: 100%;
      padding: 5px 0 10px;
  }

  .p-info-table th:before {
      height: 1px;
      width: 70px;
      left: 0;
      right: inherit;
      top: inherit;
      bottom: 0;
  }

  .p-ticket {
    padding: 40px 30px;
  }

  .p-ticket-content span {
      font-size: 1.8rem;
      line-height: 1.3;
  }

  .p-ticket-flex {
      display: block;
  }

  .p-ticket-block {
      margin: 0 auto 20px;
  }

  .p-news {
    padding: 40px 30px 60px;
  }

  .l-pagetop {
    width: 40px;
  }


}
