@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 10px;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

img {
  vertical-align: bottom;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    font-size: 100%;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
}
.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.opacity:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

p, label, div, strong, input {
  display: block;
}

main {
  position: relative;
}

@media screen and (max-width: 1500px) {
  html, body {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
}
/*--------------------------------------------------------------------------*/
/* content
---------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
#header {
  display: none;
}

@media screen and (max-width: 767px) {
  #header {
    display: block;
  }
  #header #menu_trigger {
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
    background: url(../images/menu.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu_trigger.is-open {
    background: url(../images/menu_close.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu_content {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #E50020;
    height: 100vh;
    height: 100dvh;
    display: none;
  }
  #header #menu_content .menu_content_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header #menu_content .menu_title {
    width: 13rem;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }
  #header #menu_content ul li {
    text-align: center;
    margin-bottom: 3rem;
  }
  #header #menu_content ul li:last-child {
    margin-bottom: 0;
  }
  #header #menu_content ul li a {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 800;
  }
  #header #menu_content ul li a span {
    font-size: 1.6rem;
    font-weight: 800;
    margin-top: 0.6rem;
    display: block;
  }
  #header #menu_content .menu_sns {
    padding-top: 12rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #menu_content .menu_sns a {
    margin: 0 1.3rem;
  }
  #header #menu_content .menu_sns .icon_youtube {
    width: 3.7rem;
  }
  #header #menu_content .menu_sns .icon_x,
  #header #menu_content .menu_sns .icon_fb,
  #header #menu_content .menu_sns .icon_insta {
    width: 3.3rem;
  }
}
#mv .mv_top {
  width: 88.9%;
  max-width: 133.4rem;
  margin: 0 auto;
  padding-top: 6.5rem;
}
#mv .mv_bottom {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  background: #000000;
  line-height: 1;
  text-align: center;
  padding: 3rem 0;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  #mv .mv_top {
    width: 100%;
    padding-top: 0;
  }
  #mv .mv_bottom {
    font-size: 3.2rem;
    line-height: 1.5;
    padding: 2.3rem 0;
  }
}
.bg {
  background: #E50020;
  padding-top: 3.5rem;
  padding-bottom: 15rem;
  position: relative;
}
.bg .inner {
  width: 110rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.bg01 {
  padding-bottom: 9.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bg {
    padding-top: 0;
    padding-bottom: 8rem;
  }
  .bg .inner {
    width: 100%;
    padding: 0 1rem;
  }
  .bg01 {
    padding-top: 2.5rem;
    padding-bottom: 10.5rem;
  }
}
.navi {
  margin-bottom: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 78rem;
  border-radius: 4rem;
  border: 0.6rem solid #000;
  background: #fff;
  position: sticky;
  top: 2rem;
  z-index: 99;
}
.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navi ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navi ul li a {
  font-size: 2.6rem;
  font-weight: 800;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.navi ul li a:after {
  content: "";
  width: 100%;
  height: 0.7rem;
  background: #E50020;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navi ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.navi ul li:after {
  content: "/";
  color: #E50020;
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0 2.3rem;
}
.navi ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .navi {
    display: none;
  }
}
.ttl {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.ttl span {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 3rem;
  }
  .ttl span {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}
.about_schedule {
  background: #fff;
  border: 0.4rem solid #000;
  border-radius: 2rem;
}
.about_schedule .about {
  text-align: center;
  padding-top: 6rem;
}
.about_schedule .about .about_ttl {
  margin-top: 3.5rem;
  margin-bottom: 2.7rem;
  font-size: 3.2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}
.about_schedule .about .about_lead {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}
.about_schedule .about .about_txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.1176470588;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.about_schedule .about .about_txt + .about_txt {
  margin-top: 1.5em;
}
.about_schedule .photos {
  padding-top: 5.8rem;
  padding-bottom: 6rem;
}
.about_schedule .photos ul {
  width: 73.8rem;
  margin: -3.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_schedule .photos ul li {
  list-style: none;
  width: 34.4rem;
  margin-top: 3.5rem;
}
.about_schedule .photos p {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
}
.about_schedule .schedule {
  padding-bottom: 5rem;
}
.about_schedule .schedule .schedule_info {
  padding: 4.8rem 15.5rem 0;
}
.about_schedule .schedule .schedule_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_schedule .schedule .schedule_info dl.long {
  margin-top: 1rem;
}
.about_schedule .schedule .schedule_info dl.long dt {
  width: 14rem;
}
.about_schedule .schedule .schedule_info dl.long dd {
  width: calc(100% - 14rem);
}
.about_schedule .schedule .schedule_info dl dt {
  width: 9rem;
  font-size: 2.8rem;
  font-weight: 800;
}
.about_schedule .schedule .schedule_info dl dd {
  width: calc(100% - 9rem);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
}
.about_schedule .schedule .schedule_info dl dd .normal {
  font-size: 1.8rem;
  font-weight: 500;
}
.about_schedule .schedule .schedule_info dl dd .fs {
  font-size: 2.8rem;
  font-weight: 800;
}
.about_schedule .schedule .schedule_info dl dd.date .w {
  color: #fff;
  background: #E50020;
  border-radius: 1.3rem;
  font-size: 1.7rem;
  font-weight: 800;
  padding: 0 0.8rem;
  margin-left: 0.4rem;
}
.about_schedule .schedule .schedule_info dl dd.date .large {
  font-size: 3.8rem;
  font-weight: 800;
}
.about_schedule .schedule .schedule_info dl dd.date .small {
  font-size: 1.9rem;
  font-weight: 800;
  display: block;
  margin-left: -0.5em;
}
.about_schedule .schedule .schedule_sponsor {
  margin-top: 3rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item {
  text-align: center;
  margin-bottom: 2.5rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item:last-of-type {
  margin-bottom: 0;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item h4 {
  font-size: 2rem;
  font-weight: 800;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item p {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul li {
  list-style: none;
  margin-left: 2rem;
  width: 28rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul li:first-child {
  margin-left: 0;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul + .note {
  margin-top: 3rem;
}
.about_schedule .schedule .schedule_sponsor .schedule_sponsor_item .note {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .about_schedule {
    border-radius: 1.6rem;
  }
  .about_schedule .about {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .about_schedule .about .about_ttl {
    margin-top: 3rem;
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
  .about_schedule .about .about_lead {
    margin-bottom: 3.6rem;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .about_schedule .about .about_txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding: 0;
  }
  .about_schedule .about .about_txt + .about_txt.no_sp {
    margin-top: 0;
  }
  .about_schedule .photos {
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }
  .about_schedule .photos ul {
    width: 32.5rem;
    margin: -1.3rem auto 0;
  }
  .about_schedule .photos ul li {
    width: 15.6rem;
    margin-top: 1.3rem;
  }
  .about_schedule .photos p {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .about_schedule .schedule {
    padding-bottom: 8rem;
  }
  .about_schedule .schedule .schedule_info {
    padding: 0 2.5rem;
  }
  .about_schedule .schedule .schedule_info dl {
    margin-top: 1.6rem;
  }
  .about_schedule .schedule .schedule_info dl.long {
    margin-top: 1rem;
  }
  .about_schedule .schedule .schedule_info dl.long dt {
    width: 100%;
  }
  .about_schedule .schedule .schedule_info dl.long dd {
    width: 100%;
  }
  .about_schedule .schedule .schedule_info dl dt {
    width: 100%;
    font-size: 2.2em;
  }
  .about_schedule .schedule .schedule_info dl dd {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .about_schedule .schedule .schedule_info dl dd .normal {
    font-size: 1.6rem;
  }
  .about_schedule .schedule .schedule_info dl dd .fs {
    font-size: 2.2rem;
  }
  .about_schedule .schedule .schedule_info dl dd.date .w {
    border-radius: 1.3rem;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0 0.7rem;
    margin-left: 0.4rem;
  }
  .about_schedule .schedule .schedule_info dl dd.date .large {
    font-size: 3rem;
  }
  .about_schedule .schedule .schedule_info dl dd.date .small {
    font-size: 1.1rem;
    text-align: left;
  }
  .about_schedule .schedule .schedule_sponsor {
    margin-top: 2.4rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item {
    margin-bottom: 2.4rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item h4 {
    font-size: 2rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item p {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul {
    display: block;
    margin-top: 1.5rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    width: 28rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul li:first-child {
    margin-left: auto;
    margin-top: 0;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item ul + .note {
    margin-top: 2.5rem;
  }
  .about_schedule .schedule .schedule_sponsor .schedule_sponsor_item .note {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 5rem;
    padding: 0 3rem;
    text-align: center;
  }
}
.ticket {
  margin-bottom: 10rem;
  /*
  .goods{
  	position:relative;
  	background:#fff;
  	border:0.4rem solid #000;
  	border-radius:2rem;
  	z-index:2;
  	padding:16.4rem 10rem 7rem;
  	.ticket_ttl_round{
  		position:absolute;
  		top:-23.2rem;
  		left:50%;
  		margin-left:-16.8rem;
  		.ttl{
  			line-height:1.5;
  			span{
  				margin-top:0;
  			}
  		}
  	}
  	.goods_ttl{
  		margin:0 auto;
  		margin-bottom:3rem;
  		color:#fff;
  		background:#E50020;
  		border-radius:3rem;
  		font-size:2.8rem;
  		font-weight:800;
  		width:20rem;
  		height:6rem;
  		display: -webkit-flex;
  		display: flex;
  		-webkit-justify-content: center;
  		justify-content: center;
  		-webkit-align-items: center;
  		align-items: center;
  	}
  	p{
  		text-align:center;
  		font-weight:800;
  		font-size:3rem;
  		line-height:(45/30);
  	}
  	.red{
  		color:#E50120;
  		margin-top:3.8rem;
  		margin-bottom:1.8rem;
  	}
  	.note{
  		font-size:2rem;
  		font-weight:500;
  		line-height:(38/20);
  		margin-top:2rem;
  	}
  	.goods_img{
  		margin-top:5.8rem;
  		margin-bottom:3rem;
  	}
  	ul{
  		li{
  			font-size:1.5rem;
  			line-height:2;
  			list-style:none;
  			padding-left:1.5rem;
  			position:relative;
  			&:before{
  				content:"繝ｻ";
  				position:absolute;
  				top:0;
  				left:-0.5rem;
  				font-weight:900;
  			}
  		}
  	}
  }
  */
}
.ticket .ticket_ttl_round {
  width: 33.6rem;
  height: 33.6rem;
  background: #fff;
  border: 0.4rem solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.ticket .ticket_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 3.6rem;
  padding-right: 5.4rem;
}
.ticket .ticket_top .ticket_top_item {
  width: 45.6rem;
  height: 45.6rem;
  background: #fff;
  border: 0.4rem solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.ticket .ticket_top .ticket_top_item:before {
  content: "";
  width: 9.6rem;
  height: 7.5rem;
  background: url(../images/ticket_top_ribon.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2rem;
  right: 6.9rem;
  z-index: 2;
}
.ticket .ticket_top .ticket_top_item:after {
  content: "";
  width: 49.4rem;
  height: 49.4rem;
  background: url(../images/ticket_top_item.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ticket .ticket_top h3 {
  margin: 0 auto;
  margin-bottom: 3rem;
  color: #fff;
  background: #E50020;
  border-radius: 3rem;
  font-size: 2.8rem;
  font-weight: 800;
  width: 20rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket .ticket_top h3 span {
  font-size: 1.5rem;
  font-weight: 800;
  padding-top: 0.6rem;
}
.ticket .ticket_top p {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.ticket .ticket_top p.small {
  font-size: 3rem;
}
.ticket .ticket_top p.red {
  font-size: 1.9rem;
  color: #FF0000;
  font-weight: 900;
}
.ticket .ticket_top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 800;
}
.ticket .ticket_top_item02 {
  margin-left: auto;
  margin-top: 14.8rem;
}
.ticket .ticket_bottom {
  background: #fff;
  border: 0.4rem solid #000;
  border-radius: 2rem;
  margin-top: 7.7rem;
  position: relative;
  z-index: 1;
  padding: 10rem 10rem 12rem;
}
.ticket .ticket_bottom .ticket_price {
  background: url(../images/line.svg) center bottom no-repeat;
  background-size: 90rem auto;
  padding-bottom: 4.5rem;
}
.ticket .ticket_bottom .ticket_price h4 {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
}
.ticket .ticket_bottom .ticket_price h4 span {
  font-size: 1.6rem;
  font-weight: 800;
}
.ticket .ticket_bottom .ticket_price .ticket_detail {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  color: #fff;
  background: #E50020;
  border-radius: 3rem;
  font-size: 2.6rem;
  font-weight: 800;
  width: 90rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket .ticket_bottom .ticket_price dl {
  max-width: 45.4rem;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 2;
}
.ticket .ticket_bottom .ticket_price .ticket_note {
  max-width: 45.4rem;
  margin: 0 auto;
  margin-top: 3rem;
  width: 100%;
  font-size: 1.5rem;
  color: #E50020;
  line-height: 1.8666666667;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}
.ticket .ticket_bottom .ticket_bottom_notice_wrap {
  padding-top: 4rem;
  margin-bottom: 6rem;
}
.ticket .ticket_bottom .ticket_bottom_notice {
  padding: 0;
  margin: 0;
}
.ticket .ticket_bottom .ticket_bottom_notice li {
  font-size: 1.5rem;
  line-height: 2;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.ticket .ticket_bottom .ticket_bottom_notice li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ticket .ticket_bottom .ticket_bottom_notice + .ticket_bottom_notice {
  margin-top: 3.5rem;
}
.ticket .ticket_bottom_shop h4 {
  margin: 0 auto;
  margin-bottom: 3rem;
  color: #fff;
  background: #E50020;
  border-radius: 3rem;
  font-size: 2.8rem;
  font-weight: 800;
  width: 26rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket .ticket_bottom_shop .ticket_bottom_shop_ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
.ticket .ticket_bottom_shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3rem;
  margin-left: -2.4rem;
}
.ticket .ticket_bottom_shop ul li {
  list-style: none;
  border-radius: 1.4rem;
  border: 0.2rem solid #E50120;
  margin-top: 3rem;
  margin-left: 2.4rem;
  width: calc(50% - 2.4rem);
  padding: 3.2rem;
  text-align: center;
}
.ticket .ticket_bottom_shop ul li:first-child {
  width: calc(100% - 2.4rem);
}
.ticket .ticket_bottom_shop ul li.p_none {
  padding-bottom: 1rem;
}
.ticket .ticket_bottom_shop ul li p {
  margin-bottom: 1.8rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
.ticket .ticket_bottom_shop ul li p span {
  display: block;
  font-size: 50%;
  margin-top: 0.3rem;
}
.ticket .ticket_bottom_shop ul li p.note {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 400;
}
.ticket .ticket_bottom_shop ul li .deco {
  margin-bottom: 1.5rem;
}
.ticket .ticket_bottom_shop ul li .deco span {
  font-size: 1.6rem;
  font-weight: bold;
  background: #FFD3FC;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding: 0.5rem 1rem;
}
.ticket .ticket_bottom_shop ul li a {
  width: 32.4rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 1rem;
}
.ticket .ticket_bottom_shop ul li a:after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -1.1rem;
  right: 1.8rem;
}
.ticket .ticket_bottom_shop ul li a:hover {
  opacity: 0.7;
}
.ticket .ticket_bottom_shop ul li a.disable {
  pointer-events: none;
}
.ticket .ticket_bottom_shop ul li a.disable:hover {
  opacity: 1;
}
.ticket .limitedgoods {
  border: 2px solid #E50120;
  border-radius: 1.6rem;
  padding: 4.5rem 5rem;
  margin-bottom: 6rem;
}
.ticket .limitedgoods h4 {
  color: #E50020;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.ticket .limitedgoods .goods_dl01 {
  width: 48.2rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  margin-bottom: 1.8rem;
  background: url(../images/line.svg) center bottom no-repeat;
  background-size: 90rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket .limitedgoods .goods_dl01 dt {
  font-size: 2.4rem;
  font-weight: 800;
}
.ticket .limitedgoods .goods_dl01 dd {
  margin-left: 3.6rem;
  font-size: 2.4rem;
  font-weight: 800;
}
.ticket .limitedgoods .goods_dl01 dd span {
  font-size: 1.4rem;
  font-weight: 800;
}
.ticket .limitedgoods .goods_img h5 {
  width: 45.4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  background: #26B597;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.ticket .limitedgoods .goods_img .txt01 {
  text-align: center;
  font-size: 1.3rem;
}
.ticket .limitedgoods .goods_img img {
  width: 50.7rem;
  margin: 0 auto;
}
.ticket .limitedgoods .goods_img .txt02 {
  text-align: center;
  font-size: 1.3rem;
  color: #E50020;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.ticket .limitedgoods .goods_img .goods_dl02 dt {
  width: 13.1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  background: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 3rem;
  margin-bottom: 1.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}
.ticket .limitedgoods .goods_img .goods_dl02 dd {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.ticket .limitedgoods .goods_img .goods_dl02 dd span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}
.ticket .limitedgoods .goods_img ul {
  padding: 0;
  margin: 0;
  margin-top: 3.5rem;
}
.ticket .limitedgoods .goods_img ul li {
  font-size: 1.5rem;
  line-height: 2;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.ticket .limitedgoods .goods_img ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ticket {
    margin-bottom: 7rem;
    /*
    .goods{
    	border-radius:1.6rem;
    	padding:10.6rem 2rem 4rem;
    	.ticket_ttl_round{
    		top:-18rem;
    		margin-left:-10.8rem;
    	}
    	.note{
    		font-size:1.8rem;
    		line-height:(32/18);
    		margin-top:2.4rem;
    	}
    	.goods_img{
    		margin-top:3.6rem;
    		margin-bottom:5rem;
    	}
    	ul{
    		li{
    			line-height:(28/15);
    		}
    	}
    }
    */
  }
  .ticket .ticket_ttl_round {
    width: 21.6rem;
    height: 21.6rem;
  }
  .ticket .ticket_top {
    padding-left: 0;
    padding-right: 0;
  }
  .ticket .ticket_top .ticket_top_item {
    width: 31.8rem;
    height: 31.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ticket .ticket_top .ticket_top_item:before {
    content: "";
    width: 6.7rem;
    height: 5.3rem;
    top: -1.3rem;
    right: 4.8rem;
    z-index: 2;
  }
  .ticket .ticket_top .ticket_top_item:after {
    width: 34.5rem;
    height: 34.5rem;
  }
  .ticket .ticket_top h3 {
    margin-bottom: 1.8rem;
    font-size: 1.9rem;
    width: 14rem;
    height: 4.2rem;
  }
  .ticket .ticket_top h3 span {
    font-size: 0.9rem;
  }
  .ticket .ticket_top p {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .ticket .ticket_top p.small {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  .ticket .ticket_top p.red {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .ticket .ticket_top dl {
    font-size: 1.8rem;
  }
  .ticket .ticket_top_item01 {
    margin-top: 3.3rem;
  }
  .ticket .ticket_top_item02 {
    margin-left: auto;
    margin-top: 4.6rem;
    padding-bottom: 2rem;
  }
  .ticket .ticket_top_item02 .ticket_top_item_inner {
    padding: 0 4rem;
    width: 100%;
  }
  .ticket .ticket_bottom {
    border-radius: 1.6rem;
    margin-top: 5.6rem;
    margin-bottom: 4.5rem;
    padding: 7rem 0 5.5rem;
  }
  .ticket .ticket_bottom .ticket_price {
    background: url(../images/line_sp.svg) center bottom no-repeat;
    background-size: 31.5rem auto;
    padding-bottom: 3.5rem;
  }
  .ticket .ticket_bottom .ticket_price .ticket_detail {
    font-size: 2.2rem;
    width: 32.5rem;
    height: 6rem;
  }
  .ticket .ticket_bottom .ticket_price dl {
    max-width: 28.4rem;
    font-size: 2.4rem;
  }
  .ticket .ticket_bottom .ticket_price .ticket_note {
    max-width: 28.4rem;
    margin-top: 2rem;
  }
  .ticket .ticket_bottom .ticket_bottom_notice_wrap {
    padding: 3rem 2rem 0;
    margin-bottom: 4rem;
  }
  .ticket .ticket_bottom_shop {
    padding: 0 1rem;
  }
  .ticket .ticket_bottom_shop .ticket_bottom_shop_ttl {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
  }
  .ticket .ticket_bottom_shop ul {
    margin-top: -2rem;
    margin-left: 0;
  }
  .ticket .ticket_bottom_shop ul li {
    margin-top: 2rem;
    margin-left: 0;
    width: 100%;
    padding: 2.5rem 2rem 3rem;
    text-align: center;
  }
  .ticket .ticket_bottom_shop ul li:first-child {
    width: 100%;
  }
  .ticket .ticket_bottom_shop ul li p {
    font-size: 2.6rem;
  }
  .ticket .ticket_bottom_shop ul li p.note {
    font-size: 1.2rem;
  }
  .ticket .ticket_bottom_shop ul li .deco {
    line-height: 1.625;
  }
  .ticket .ticket_bottom_shop ul li .deco span {
    font-size: 1.5rem;
    padding: 0.5rem 0.8rem;
  }
  .ticket .ticket_bottom_shop ul li a {
    width: 28.6rem;
    height: 5.4rem;
    font-size: 1.5rem;
  }
  .ticket .ticket_bottom_shop ul li a:after {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    right: 1.6rem;
  }
  .ticket .limitedgoods {
    padding: 4.5rem 2rem;
    margin: 0 auto 6rem;
    width: 32.5rem;
  }
  .ticket .limitedgoods h4 {
    margin-bottom: 1.4rem;
  }
  .ticket .limitedgoods .goods_dl01 {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    background: url(../images/line_sp.svg) center bottom no-repeat;
    background-size: 31.5rem auto;
    display: block;
    text-align: center;
  }
  .ticket .limitedgoods .goods_dl01 dt {
    margin-bottom: 0.5rem;
  }
  .ticket .limitedgoods .goods_dl01 dd {
    margin-left: 0;
  }
  .ticket .limitedgoods .goods_img h5 {
    width: 29rem;
    height: 4rem;
    font-size: 1.6rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
  }
  .ticket .limitedgoods .goods_img .txt01 {
    text-align: center;
    font-size: 1.3rem;
  }
  .ticket .limitedgoods .goods_img img {
    width: 27.7rem;
    margin: 0 auto;
  }
  .ticket .limitedgoods .goods_img .goods_dl02 dd {
    line-height: 1.75;
  }
  .ticket .limitedgoods .goods_img .goods_dl02 dd span {
    margin-top: 0.6rem;
  }
}
.news .ttl {
  color: #fff;
  margin-bottom: 5rem;
}
.news .news_content {
  background: #fff;
  border: 0.4rem solid #000;
  border-radius: 2rem;
  padding: 7.6rem 10rem;
}
.news .news_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_content dl dt {
  width: 15.8rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.news .news_content dl dd {
  width: calc(100% - 15.8rem);
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news .news_content dl + dl {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .news .news_content {
    border-radius: 1.6rem;
    padding: 5rem 2rem;
  }
  .news .news_content dl dt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
  .news .news_content dl dd {
    width: 100%;
  }
  .news .news_content dl + dl {
    margin-top: 2.8rem;
  }
}
.sns {
  margin-top: 9rem;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  margin: 0 auto;
}
.sns ul li {
  list-style: none;
  width: 3.3rem;
}
.sns ul li:first-child {
  width: 3.7rem;
}

.logo_wrap {
  padding: 2.4rem 0;
}
.logo_wrap a {
  width: 31.7rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .logo_wrap {
    padding: 4.5rem 0;
  }
  .logo_wrap a {
    width: 30.1rem;
  }
}
#footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}
#footer small {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 3rem 0;
  }
}