@charset "UTF-8";
/*------------------------------------------------------------
  Default
------------------------------------------------------------*/
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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
  Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
  adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
  for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  min-width: 930px;
  position: relative;
  overflow-x:hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-wrap720 {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-wrap720 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-wrap770 {
  width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-wrap770 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.onlyPC {
  display: inherit !important;
}

@media screen and (max-width: 768px) {
  .onlyPC {
    display: none !important;
  }
}

.onlySP {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .onlySP {
    display: inherit !important;
  }
}

@font-face {
  font-family: 'BebasNeue-Bold';
  src: url("../fonts/BebasNeue-Bold.eot"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url("../fonts/BebasNeue-Regular.eot"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue-Book';
  src: url("../fonts/BebasNeue-Book.eot"), url("../fonts/BebasNeue-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans-Regular';
  src: url("../fonts/NotoSansJP-Regular-Alphabetic.eot"), url("../fonts/NotoSansJP-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans-Bold';
  src: url("../fonts/NotoSansJP-Bold-Alphabetic.eot"), url("../fonts/NotoSansJP-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MeiryoRegular';
  src: url("../fonts/Meiryo.eot"), url("../fonts/Meiryo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

header {
  width: 100%;
  height: 90px;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: -90px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding: 14px 6vw 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 930px;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
    min-width: 320px;
    top: 0;
    height: 50px;
    position: relative;
  }
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header ul li {
  text-align: center;
}

header ul li div {
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  header ul li div {
    min-height: auto;
  }
}

header ul li a {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  text-align: center;
  font-family: BebasNeue-Regular;
  display: block;
  width: 100%;
  height: 100%;
}

header ul .logo {
  width: 140px;
  min-width: 140px;
  padding-top: 0;
}

header ul .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header ul li:first-child a {
    color: #C9BC9D;
  }
}

header ul li:nth-child(2) div {
  padding-top: 8px;
}

header ul li:nth-child(2) img {
  width: 38px;
}

header ul li:nth-child(2) a {
  color: #88764B;
}

@media screen and (max-width: 768px) {
  header ul li:nth-child(2) a {
    color: #2E6A30;
  }
}

header ul li:nth-child(3) div {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  header ul li:nth-child(3) div {
    padding-top: 0;
  }
}

header ul li:nth-child(3) img {
  width: 19px;
}

header ul li:nth-child(3) a {
  color: #2E6A30;
}

@media screen and (max-width: 768px) {
  header ul li:nth-child(3) a {
    color: #2E6A30;
  }
}

header ul li:nth-child(4) div {
  padding-top: 5px;
}

header ul li:nth-child(4) img {
  width: 28px;
}

header ul li:nth-child(4) a {
  color: #2E6A30;
}

header ul li:nth-child(5) div {
  padding-top: 8px;
}

header ul li:nth-child(5) img {
  width: 35px;
}

header ul li:nth-child(5) a {
  color: #2E6A30;
}

header ul li:nth-child(6) div {
  padding-top: 10px;
}

header ul li:nth-child(6) img {
  width: 34px;
}

header ul li:nth-child(6) a {
  color: #2E6A30;
}

header ul li:nth-child(7) div {
  padding-top: 10px;
}

header ul li:nth-child(7) img {
  width: 38px;
}

header ul li:nth-child(7) a {
  color: #B4283B;
}

header ul li:nth-child(8) div {
  padding-top: 10px;
}

header ul li:nth-child(8) img {
  width: 36px;
}

header ul li:nth-child(8) a {
  color: #B4283B;
}

header ul li:nth-child(9) div {
  padding-top: 5px;
}

header ul li:nth-child(9) img {
  width: 28px;
}

header ul li:nth-child(9) a {
 color: #B4283B;
}

header ul li:nth-child(10) div {
  padding-top: 9px;
}

header ul li:nth-child(10) img {
  width: 21px;
}

header ul li:nth-child(10) a {
  color: #C6C02E;
}
header ul li:nth-child(11) div {
  padding-top: 5px;
}

header ul li:nth-child(11) img {
  width: 21px;
}

header ul li:nth-child(11) a {
  color: #C6C02E;
}
@media screen and (max-width: 768px) {
  header ul li:nth-child(6) a {
    color: #B4283B;
    color: #2E6A30;
  }
  header ul li:nth-child(8) a,
  header ul li:nth-child(9) a {
   color: #B4283B;
  }
}
header ul li a, header ul li a img {
  transition: all 0.2s ease;
}
header ul li a:hover {
  opacity: 0.66;
  cursor: pointer;
}
header ul li:not(.logo) a:hover img {
  transform: scale(1.1);
}
.fix_asidemenu ul li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fix_asidemenu ul li a:hover {
  opacity: 0.8;
}
header div.wrap_headsp {
  height: 50px;
  background-color: #000;
}

header div.wrap_headsp ul {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header div.wrap_headsp ul li:first-child {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../img/bg_ticketsp.svg");
  background-size: 100% 100%;
  z-index: 9999;
}

header div.wrap_headsp ul li:first-child a {
  display: block;
  height: 100%;
  width: 100%;
}
header div.wrap_headsp ul li:nth-child(2){
   height: 50px;
  width: 50px;
  position: fixed;
  top: 0;
  left: 51px;
  background-image: url("../img/bg_staysp.svg");
  background-size: 100% 100%;
  z-index: 9999;
}
header div.wrap_headsp ul li:nth-child(3) {
  
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: calc(100% - 100px);
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  header div.wrap_headsp ul li:nth-child(3) {
    padding-top: 0;
  }
}
header div.wrap_headsp ul li:nth-child(3) p {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  font-family: 'NotoSans-Regular';
  width: 100%;
  justify-content: center;
  align-items: center;
}

header div.wrap_headsp ul li:nth-child(3) p .span1 {
  font-size: 45px;
  font-family: 'BebasNeue-Bold';
  margin-left: 2px;
  padding-top: 5px;
  line-height: 1.2em;
}

header div.wrap_headsp ul li:nth-child(3) p .span2 {
  font-size: 24px;
  font-family: 'BebasNeue-Book';
  margin-left: 2px;
  line-height: 2.2em;
  padding-top: 4px;
}
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
  header div.wrap_headsp ul li:nth-child(3) p .span1 {
  line-height: 1.3em;
}
   header div.wrap_headsp ul li:nth-child(3) p .span2 {
    line-height: 2.3em;
  }
}}
header div.wrap_headsp ul li:last-child {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.header_show {
  top: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
}

.main {
  min-height: calc(100vh - 118px);
  width: 100%;
  background-image: url("../img/bg_main1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .main {
    min-height: auto;
    background-image: url("../img/bg_main1sp.png");
    min-height: 653px;
    height: calc(100vh - 198px);
    background-position: center top;
  }
}

.main_fixed1 {
  width: 287px;
  height: 157px;
  background-image: url("../img/bg_top1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 0 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_fixed1 p {
  color: #fff;
  text-align: center;
}

.main_fixed1 p:first-child {
  font-size: 26px;
  margin-bottom: 5px;
  font-family: 'NotoSans-Regular';
}

.main_fixed1 p:last-child {
  font-size: 42px;
  font-family: 'BebasNeue-Book';
}

.main_fixed1 p:last-child span {
  font-size: 72px;
  font-weight: bold;
  font-family: 'BebasNeue-Bold';
}

.main_detail {
  text-align: center;
  padding: 55px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_detail .head_text {
  font-size: 32px;
  margin-bottom: 55px;
  text-align: center;
  font-family: 'NotoSans-Regular';
}

@media screen and (max-width: 768px) {
  .main_detail {
    padding: 15vh 0 20px;
}
  .main_detail .head_text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 320px) {
  .main_detail .head_text {
    font-size: 22px;
  }
}

.main_detail .img_logo {
  width: 674px;
}

@media screen and (max-width: 768px) {
  .main_detail .img_logo {
    width: 86%;
    margin: 0 auto;
  }
}

.main_detail .under_lg {
  font-size: 12px;
  margin: 20px 0 30px 0;
  font-family: 'MeiryoRegular';
}

@media screen and (max-width: 768px) {
  .main_detail .under_lg {
    margin-bottom: 25px;
  }
}

.main_detail .wrap_time {
  width: 518px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .main_detail .wrap_time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.main_detail .time_pre {
  font-size: 32px;
  margin-right: 15px;
  line-height: 1;
  text-align: left;
  font-family: 'BebasNeue-Book';
}

@media screen and (max-width: 768px) {
  .main_detail .time_pre {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 27px;
  }
}

.main_detail .time_pre span {
  font-weight: bold;
}

.main_detail .time {
  font-size: 50px;
  line-height: 1;
  font-family: 'BebasNeue-Bold';
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .main_detail .time {
    font-size: 34px;
    margin-top: 5px;
    letter-spacing: 3px;
  }
}

.main_detail .time span {
  font-size: 72px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main_detail .time span {
    font-size: 52px;
  }
}

.main_detail .under_time {
  font-size: 36px;
  margin-top: 20px;
  font-family: 'NotoSans-Regular';
}

@media screen and (max-width: 768px) {
  .main_detail .under_time {
    font-size: 20px;
    margin-top: 7px;
  }
}

.main .scroll {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  bottom: -40px;
  margin-right: auto;
}

.main .scroll p {
  font-size: 16px;
  margin: 5px 0;
  font-family: 'BebasNeue-Regular';
}

@media screen and (max-width: 768px) {
  .main .scroll {
    bottom: 10px;
  }
  .main .scroll p {
    margin: 4px 0;
  }
  .main .scroll img:first-child {
    width: 35px;
  }
}

.big_textsp {
  display: none;
  width: 100%;
  height: 78px;
}

@media screen and (max-width: 768px) {
  .big_textsp {
    display: block;
  }
}

.big_textsp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.big_textsp ul li {
  width: 50%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.big_textsp ul li p {
  line-height: 1.2;
}

.big_textsp ul li p:first-child {
  font-size: 12px;
  font-family: 'NotoSans-Bold';
}
@media screen and (max-width: 360px) {
  .big_textsp ul li p:first-child {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
}
.big_textsp ul li p:last-child {
  font-size: 46px;
  font-family: 'BebasNeue-Bold';
}

.big_textsp ul li:first-child {
  background-color: #75A276;
}

.big_textsp ul li:last-child {
  background-color: #CA4758;
}

.line1 {
  height: 58px;
  background-image: url("../img/bg_line1.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  font-family: Noto Sans;
}

.line1 .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}

.line1 .big_text {
  font-size: 54px;
  font-weight: bold;
  font-family: 'BebasNeue-Bold';
  line-height: 64px;
}

.line1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line1 ul li {
  font-family: 'NotoSans-Regular';
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 58px;
}

.line1_green {
  width: 50%;
  padding-right: 125px;
}

.line1_green ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.line1_green ul li {
  margin-left: 20px;
}

.line1_red {
  width: 50%;
}

.line1_red ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.line1_red ul li {
  margin-right: 12px;
  word-break: keep-all;
}

.line1_red ul li:last-child {
  margin-right: 0;
  word-break: keep-all;
}

.line1_bg {
  height: 58px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: -58px;
}

.line1_bg .line1_bg1 {
  width: 42%;
  height: 58px;
  background-color: #75A276;
}

.line1_bg .line1_bg2 {
  width: 42%;
  height: 58px;
  background-color: #CA4758;
}

.line2 {
  height: 60px;
  background-image: url("../img/bg_line2.png");
  background-size: 100% 100%;
  position:relative;
  background-repeat: no-repeat;

}

@media screen and (max-width: 768px) {
  .line2 {
    height: 70px;
  }
}

.line2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  width: calc(100% - 60px);
  height: 60px;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .line2 ul {
    line-height: 70px;
    font-size: 14px;
  }
}

.line2 ul {
  position: relative;
}

.line2 ul:before {
  content: '';
  position: absolute;
  left: -40px;
  width: 21px;
  height: 20px;
  background-image: url("../img/sax.svg");
  background-size: 100% 100%;
  top: 18px;
}

@media screen and (max-width: 768px) {
  .line2 ul:before{
    top:23px;
  }
  .line2 ul li:first-child:before {
    top: 23px;
    left:-28px;
  }
}
.line2 ul li:last-child{
  height: 60px;
  width: 100%;
}
.line2 ul li:last-child div{
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .line2 ul li:last-child {
    line-height: 70px;
    height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
    transition:0.2s linear;
  }
  .line2 ul li:last-child div{
  height: 70px;
  width: 800px;
   
}
}

.ttl_h4 {
  font-size: 88px;
  font-family: 'BebasNeue-Regular';
  font-weight: normal;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ttl_h4 {
    font-size: 46px;
  }
}

.ttl_h4 img {
  position: absolute;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ttl_h4 img {
    bottom: 5px;
  }
}

.txt40 {
  font-size: 40px;
}

.txt20 {
  font-size: 20px;
}

.btn_more {
  width: 160px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
  background-color: #fff;
  font-family: 'NotoSans-Regular';
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn_more {
    line-height: 34px;
    font-size: 14px;
    height: 36px;
  }
}

.btn_more span {
  position: relative;
  margin-right: 8px;
}

.btn_more span:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 6px;
  background-image: url("../img/ar_right.svg");
  background-size: 100% 100%;
  right: -28px;
  top: 7px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.btn_more:hover span:after {
  right: -35px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.about {

  padding: 130px 0 130px 0;
  position: relative;
  overflow:hidden;
  background-image: url("../img/bg_main2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html:not(.mobile) .about {
    background-position: center !important;
    background-attachment: fixed;
}
.about .l-container{
 position: relative;
}

@media screen and (max-width: 768px) {
  .about {
    background-image: url("../img/bg_main2sp.png");
    padding: 60px 0 40px 0;
  }

}

.about h4 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about h4 img {
    width: 45px;
  }
}

.about p {
  color: #fff;
  text-align: center;
  font-family: 'NotoSans-Regular';
}

.about .txt40 {
  margin: 40px 0 25px 0;
}

@media screen and (max-width: 768px) {
  .about .txt40 {
    margin: 25px 0 20px 0;
    font-size: 20px;
    line-height: 1.5;
  }
}

.about .txt20 {
  line-height: 2.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .about .txt20 {
    font-size: 16px;
    line-height: 2;
  }
}

.news {
  padding: 140px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 50px 0 25px 0;
  }
}

.news .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news h4 {
  text-align: center;
  color: #000;
  width: 100%;
  position: relative;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .news h4 {
    margin-bottom: 30px;
    padding-right: 22px;
  }
}

.news h4 img {
  position: absolute;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .news h4 img {
    bottom: 0;
  }
}

.news h4 span {
  font-size: 60px;
}

.news_left {
  width: 520px;
}

@media screen and (max-width: 768px) {
  .news_left {
    width: 100%;
  }
}

.news_left ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 0 22px;
  border-top: 1px solid #D8D8D8;
}

@media screen and (max-width: 768px) {
  .news_left ul li ul {
    padding: 12px 0 10px 0;
  }
}

.news_left ul li ul li {
  font-size: 14px;
  font-family: 'NotoSans-Regular';
}
.news_left ul li ul li a {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_left ul li ul li a:hover {
  /*color: #000;*/
  opacity: 0.8;
  text-decoration: none;
}

.news_left ul li ul li:first-child {
  width: 96px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .news_left ul li ul li:first-child {
    line-height: 1.6;
  }
}

.news_left ul li ul li:last-child {
  width: calc(100% - 96px);
  /*text-decoration: underline;*/
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .news_left ul li ul li:last-child {
    line-height: 1.6;
  }
}

.news_left ul li:last-child ul {
  border-bottom: 1px solid #D8D8D8;
}

.news_left .btn_more {
  margin-top: 25px;
}

.news_right {
  width: 300px;
  height: 480px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D8D8D8;
}

@media screen and (max-width: 768px) {
  .news_right {
    width: 100%;
    height: auto;
    margin-top: 25px;
    height: 500px;
  }
}
@media screen and (max-width: 375px) {
  .news_right {
    width: 100%;
    height: auto;
    margin-top: 25px;
    height: 600px;
  }
}

.music_acti {
    background-image: url("../img/bg_main3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0 110px 0;
}
html:not(.mobile) .music_acti {
    background-position: center !important;
    background-attachment: fixed;
}

html.iphone .music_acti,
html.ipad .music_acti {
/*  background-image: url("../img/bg_main3.png");
  background-size: cover;
  padding: 135px 0 110px 0;
  background-attachment: scroll;*/
}

@media screen and (max-width: 768px) {
  .music_acti {
    padding: 50px 0 45px 0;
  }
}

.music_acti .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.music_acti .l-container h4 {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
  display: inline-block;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container h4 {
    margin-bottom: 20px;
  }
}

.music_acti .l-container h4 img {
  vertical-align: baseline;
}

.music_acti .l-container .wrap_ttl {
  text-align: center;
}

.music_acti .l-container .music {
  width: 440px;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music {
    width: 100%;
    margin-bottom: 20px;
  }
}

.music_acti .l-container .music h4:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -3px;
  width: 200px;
  height: 20px;
  background-color: #75A276;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music h4:after {
    width: 110px;
    height: 16px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music h4 img {
    width: 20px;
  }
}

.music_acti .l-container .music .link1 a {
  background-image: url("../img/artists.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music .link1 a {
    background-image: url("../img/artists_sp.svg");
  }
}

.music_acti .l-container .music .link2 a {
  background-image: url("../img/timetable.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music .link2 a {
    background-image: url("../img/timetable_sp.svg");
  }
}

.music_acti .l-container .music .link3 a {
  background-image: url("../img/ticket.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music .link3 a {
    background-image: url("../img/ticket_sp.svg");
  }
}

.music_acti .l-container .music .link4 a {
  background-image: url("../img/map.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .music .link4 a {
    background-image: url("../img/map_sp.svg");
  }
}

.music_acti .l-container .link {
  width: 100%;
  height: 130px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.music_acti .l-container .link:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .music_acti .l-container .link {
    height: 80px;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.music_acti .l-container .link a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 44px;
  font-family: 'BebasNeue-Regular';
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .link a {
    font-size: 26px;
  }
}

.music_acti .l-container .link a p {
  text-align: center;
  margin-left: 70px;
  line-height: 108px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .link a p {
    line-height: 65px;
    margin-left: 40px;
  }
}

.music_acti .l-container .link a p:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 6px;
  background-image: url("../img/ar_right.svg");
  background-size: 100% 100%;
  right: 15px;
  top: 45px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .link a p:after {
    top: 30px;
  }
}

.music_acti .l-container .link a:hover p:after {
  right: 8px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.music_acti .l-container .activity {
  width: 440px;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity {
    width: 100%;
  }
}

.music_acti .l-container .activity h4:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -3px;
  width: 265px;
  height: 20px;
  background-color: #CA4758;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity h4:after {
    width: 155px;
    height: 16px;
    bottom: 0;
  }
}

.music_acti .l-container .activity .link5 a {
  background-image: url("../img/workshop.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link5 a {
    background-image: url("../img/workshop_sp.svg");
  }
}

.music_acti .l-container .activity .link6 a {
  background-image: url("../img/fooddrink.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link6 a {
    background-image: url("../img/fooddrink_sp.svg");
  }
}

.music_acti .l-container .activity .link7 a {
  background-image: url("../img/stage.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link7 a {
    background-image: url("../img/stage_sp.svg");
  }
}

.music_acti .l-container .activity .link8 a {
  background-image: url("../img/access.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link8 a {
    background-image: url("../img/access_sp.svg");
  }
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link9 {
    margin-top: 40px;
  }
}

.music_acti .l-container .activity .link9 a {
  background-image: url("../img/map.svg");
}

@media screen and (max-width: 768px) {
  .music_acti .l-container .activity .link9 a {
    background-image: url("../img/map_sp.svg");
  }
}

.wrap_btn_f {
  padding: 120px 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .wrap_btn_f {
    padding: 40px 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap_totop_top{
    padding: 20px 10px;
    width: 100%;
    background-color: #C9BC9D;
    box-sizing: border-box;
  }
}

.wrap_btn_f .l-wrap720 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .wrap_btn_f .l-wrap720 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wrap_btn_f .l-wrap720 a {
  width: 340px;
  height: 60px;
  line-height: 58px;
}
.wrap_btn_f .l-wrap720 a:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wrap_btn_f .l-wrap720 a {
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 48px;
  }
}

.wrap_btn_f .l-wrap720 a span:after {
  right: -40px;
}

.wrap_btn_f .l-wrap720 a:hover span:after {
  right: -47px;
}

.totop {
  position: fixed;
  right: 70px;
  top: 595px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 768px) {
  .totop {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  [data-pagetopSP="true"] .totop {
      position: fixed;
      bottom: -10px;
      right: 0;
      left: 0;
      top: auto;
  }
  [data-pagetopSP="true"] footer {
      margin-top: 100px;
  }
}

footer .logo_foot {
  padding: 40px 0 30px 0;
  background-color: #C9BC9D;
  text-align: center;
}

footer .logo_foot img {
  width: 253px;
}

footer .coppy_right {
  text-align: center;
  background-color: #000;
  padding: 15px 0;
  font-family: 'NotoSans-Regular';
}

footer .coppy_right p {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}

.totop.cd-is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.totop.cd-fade-out {
  opacity: 1;
}

.fixed_asideleft {
  position: fixed;
  left: 0;
  top: 320px;
  z-index: 5;
 
}
.fixed_asideleft a{
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 20px;
   -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.19);
}
.fixed_asideleft a:hover{
  cursor: pointer;
}
.fixed_asideleft a:first-child{
  width: 70px;
  height: 140px;
  background-image: url("../img/stay_aside.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.fixed_asideleft a:last-child{
  width: 70px;
  height: 170px;
  background-image: url("../img/ticket_aside.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.fixed_asideleft a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed_asideleft a:hover {
  opacity: 0.8;
}
/*.fixed_asideleft a:hover {
  opacity: 0.6;
}*/

.fixed_asideright {
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  z-index: 5;
  right: 13px;
  top: 524px;
}

.fixed_asideright a {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
}

.fix_asidemenu ul {
  position: fixed;
  right: 0px;
  top: 260px;
  z-index: 1002;
  text-align: right;
}
.fix_asidemenu ul li {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fix_asidemenu ul li a {
  font-weight: 700;
  color: #fff;
  padding: 9px 15px 6px 15px;
  display: inline-block;
  position: relative;
  font-family: 'BebasNeue-Bold';
  min-width: 31px;
}

.fix_asidemenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.fix_asidemenu ul li a span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.fix_asidemenu ul li:first-child a:before {
  -webkit-animation: spin 0.5s 0s alternate ease infinite;
          animation: spin 0.5s 0s alternate ease infinite;
}

.fix_asidemenu ul li:nth-child(2) a:before {
  -webkit-animation: spin 0.4s 0.3s alternate ease infinite;
          animation: spin 0.4s 0.3s alternate ease infinite;
}

.fix_asidemenu ul li:nth-child(3) a:before {
  -webkit-animation: spin 0.5s 0.1s alternate ease infinite;
          animation: spin 0.5s 0.1s alternate ease infinite;
}

.fix_asidemenu ul li:last-child a:before {
  -webkit-animation: spin 0.6s 0.2s alternate ease infinite;
          animation: spin 0.6s 0.2s alternate ease infinite;
}

.fix_asidemenu ul .active a:before {
  background-color: #CA4758;
}

/*------------------------------------------------------------
  about page
------------------------------------------------------------*/
.p-about_head {
  top: 0;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
}

@media screen and (max-width: 768px) {
  .p-about_head {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-about {
  padding-top: 90px;
  font-family: 'NotoSans-Regular';
}

@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 0;
  }
}

.p-about .l-wrap840 {
  margin: 0 auto;
  width: 840px;
}

@media screen and (max-width: 768px) {
  .p-about .l-wrap840 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-about .txt20 {
  font-size: 20px;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-about .txt20 {
    font-size: 16px;
  }
}

.p-about .wrap_ttl {
  text-align: center;
}

.p-about .wrap_ttls {
  font-size: 28px;
  font-weight: bold;
  margin: 95px auto 50px auto;
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-family: 'NotoSans-Bold';
  background: url("../img/about/bg_lefttop.svg") left top no-repeat, url("../img/about/bg_botright.svg") right bottom no-repeat;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttls {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.p-about .wrap_ttl2 {
  width: 100%;
  height: 90px;
  background-image: url("../img/about/bg_ttl.png");
  background-size: cover;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttl2 {
    background-size: 100% 100%;
    height: 90px;
    margin-bottom: 20px;
  }
}

.p-about .wrap_ttl2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about .wrap_ttl2 ul li {
  width: 50%;
  text-align: center;
  padding-top: 12px;
}

.p-about .wrap_ttl2 ul li p {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttl2 ul li p {
    line-height: 1.5;
  }
}

.p-about .wrap_ttl2 ul li p:first-child {
  font-family: 'BebasNeue-Bold';
  font-size: 48px;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttl2 ul li p:first-child {
    font-size: 32px;
  }
}

.p-about .wrap_ttl2 ul li p:first-child img {
  position: absolute;
  bottom: 8px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttl2 ul li p:first-child img {
    width: 10px;
    right: -13px;
  }
}

.p-about .wrap_ttl2 ul li p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-about .wrap_ttl2 ul li p:nth-child(2) {
    font-size: 14px;
  }
}

.p-about_wrap1 {
  background-image: url("../img/about/bg_about1.png");
  background-size: 100% auto;
  padding: 120px 0 160px 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-about_wrap1 {
    background-image: url("../img/about/bg_about1sp.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0 50px 0;
  }
}

.p-about_wrap1 .l-container {
  text-align: center;
  font-family: 'NotoSans-Regular';
}

.p-about_wrap1 .l-container .txt40 {
  margin: 70px 0;
}

@media screen and (max-width: 768px) {
  .p-about_wrap1 .l-container .txt40 {
    font-size: 20px;
    margin: 30px 0 40px 0;
    line-height: 1.5;
  }
}

.p-about_wrap1 .l-container .txt20 {
  line-height: 2.2;
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .p-about_wrap1 .l-container .txt20 {
    font-size: 14px;
    line-height: 2;
  }
  .day_countsp{
    margin-right: 50px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 414px) {
.p-about_wrap1 .l-container .txt20 {
    text-align: left;
    font-size: 14px;
}
}
.p-about_wrap1 .l-container .last_p {
  margin-top: 55px;
  font-size: 14px;
}

.p-about_wrap1 .wr_lgab {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap1 .wr_lgab {
    margin-top: 30px;
  }
}

.p-about_wrap1 .wr_lgab img {
  width: 440px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap1 .wr_lgab img {
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 10px;
  }
}

.p-about_wrap1 .wr_lgab p {
  font-size: 12px;
}

.p-about_wrap2 {
  background-image: url("../img/about/bg_about2.png");
  background-size: cover;
  padding: 150px 0 250px 0;
  background-position: center;
  background-repeat: no-repeat;
}
html:not(.mobile) .p-about_wrap2 {
  background-position: center !important;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .p-about_wrap2 {
    padding: 60px 0 140px 0;
  }
}

.p-about_wrap2 .ttl_h4 {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
}

.p-about_wrap2 .ttl_h4:after {
  content: '';
  position: absolute;
  left: -10px;
  width: 558px;
  height: 20px;
  bottom: 5px;
  z-index: -2;
  background-color: #E3DE5D;
}

@media screen and (max-width: 768px) {
  .p-about_wrap2 .ttl_h4:after {
    width: 178px;
    height: 16px;
    left: -5px;
    bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .p-about_wrap2 .ttl_h4:before {
    content: '';
    position: absolute;
    left: 28px;
    width: 115px;
    height: 20px;
    bottom: 48px;
    z-index: -2;
    background-color: #E3DE5D;
  }
}

.p-about_wrap2 .wrap_ttls1 {
  width: 327px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap2 .wrap_ttls1 {
    width: calc(100% - 40px);
    margin: 40px auto 20px;
  }
}

.p-about_wrap4 {
  background-image: url("../img/about/bg_about3.png");
  background-size: cover;
  padding: 325px 0 415px 0;
  background-position: center;
  background-repeat: no-repeat;
}
html:not(.mobile) .p-about_wrap4 {
  background-position: center !important;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .p-about_wrap4 {
    padding: 110px 0 210px 0;
  }
}

.p-about_wrap4 .wrap_ttls2 {
  width: 360px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap4 .wrap_ttls2 {
    width: 100%;
  }
}

.p-about_wrap3 {
  padding: 100px 0 120px 0;
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 {
    padding: 60px 0 50px 0;
  }
}

.p-about_wrap3 .wrap_ttl {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 .wrap_ttl {
    margin-bottom: 25px;
  }
}

.p-about_wrap3 h4 {
  text-align: center;
  margin-bottom: 55px;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
}

.p-about_wrap3 h4:after {
  content: '';
  position: absolute;
  left: -10px;
  width: 230px;
  height: 20px;
  bottom: 5px;
  z-index: -2;
  background-color: #E3DE5D;
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 h4:after {
    width: 127px;
    height: 16px;
    bottom: 1px;
  }
}

.p-about_wrap3 ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-about_wrap3 ul li ul li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 ul li ul li {
    font-size: 16px;
  }
}

.p-about_wrap3 ul li ul li a {
  color: #1885AA;
}
.p-about_wrap3 ul li ul li a:hover{
  cursor: pointer;
}
.p-about_wrap3 ul li ul li:first-child {
  width: 145px;
  font-family: 'NotoSans-Bold';
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 ul li ul li:first-child {
    width: 20%;
    margin-right: 10px;
  }
}

.p-about_wrap3 ul li ul li:last-child {
  width: calc(100% - 145px);
  font-family: 'NotoSans-Regular';
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 ul li ul li:last-child {
    width: calc(80% - 10px);
  }
}

.p-about_wrap3 .wrap_link {
  width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-about_wrap3 .wrap_link {
    width: 100%;
    margin-top: 40px;
  }
}

.p-about_wrap3 .wrap_link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 0 18px;
          box-sizing: border-box;
}
.p-about_wrap3 .wrap_link div img{
  max-width: 100%;
  width: 100%;
}
.p-about_wrap3 .wrap_link div:first-child {
    display: none;
}
@media screen and (max-width: 768px) {
  .p-about_wrap3 .wrap_link div {
    padding: 0;
  }
  .p-about_wrap3 .wrap_link div img {
    width: 100%;
  }
  .p-about_wrap3 .wrap_link div:first-child {
    width: 19%;
  }
  .p-about_wrap3 .wrap_link div:nth-child(2) {
    width: 11%;
  }
  .p-about_wrap3 .wrap_link div:nth-child(3) {
    width: 15%;
  }
  .p-about_wrap3 .wrap_link div:nth-child(4) {
    width: 17.8%;
  }
  .p-about_wrap3 .wrap_link div:last-child {
    width: 16%;
  }
}

@media screen and (max-width: 768px) {
  .gNav-ul-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 10;
    width: 100%;
    -webkit-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
    background-color: rgba(0, 0, 0, 0.85);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px 0 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.gNav-ul-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gNav-ul-wrap ul li {
  width: 100%;
  margin-bottom: 12px;
}

.gNav-ul-wrap ul li a {
  font-size: 34px;
}

.gNav-ul-wrap .wrap_sns_sp {
  width: 100%;
  padding: 0 20px;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gNav-ul-wrap .wrap_sns_sp ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gNav-ul-wrap .wrap_sns_sp ul li {
  height: 44px;
  width: 44px;
  text-align: center;
}

.gNav-ul-wrap .wrap_sns_sp ul li img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.is-show {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-about_head {
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about_head .wrap_headsp {
    height: 0;
    background-color: inherit;
  }
}

@media screen and (max-width: 768px) {
  .totop_about {
  margin-bottom: 20px;
}
}

.fixed_asideright a:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed_asideright a img {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  border-radius: 100%;
}
.fixed_asideleft {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.totop {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 79px;
  height: 79px;
  /*background-image: url('../img/totop.svg');*/
  background-image: url('../img/totop.png');
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
html.android .totop,
html.ie-11 .totop,
html.ie .totop {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 79px;
  height: 79px;
  background-image: url('../img/totop.png');
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .totop {
    margin-left: auto;
    margin-right: auto;
  }
}
.cd-is-visible:hover {
  opacity: 0.7;
}
/*------------------------------------------------------------
  news page
------------------------------------------------------------*/
.p-news {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding-top: 0;
  }
}

.p-news_wrap1 {
  background-image: url(../img/news/bg_news.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 120px 0 250px 0;
}

@media screen and (max-width: 768px) {
  .p-news_wrap1 {
    background-image: url(../img/about/bg_about1sp.png);
    background-position: top;
    padding: 80px 0 50px 0;
  }
}

.p-news_wrap1 .l-container {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .p-news_wrap1 .l-container {
    width: 100%;
  }
}

.p-news_wrap1 h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news_wrap1 h4 img {
    width: 30px;
  }
}

.p-news .wrap_news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  font-family: 'NotoSans-Regular';
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news {
    margin-top: 40px;
  }
}

.p-news .wrap_news a {
  text-decoration: none;
  color: #000;
}

.p-news .wrap_news .left {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left {
    width: 100%;
    margin-bottom: 50px;
  }
}

.p-news .wrap_news .left .img {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .img {
    margin-bottom: 15px;
    width: 100%;
  }
}

.p-news .wrap_news .left .img img {
  max-width: 100%;
  width: 100%;
}

.p-news .wrap_news .left .spe_time {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .spe_time {
    margin-bottom: 15px;
  }
}

.p-news .wrap_news .left .spe_time .spe {
  min-width: 85px;
  padding: 0 10px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .spe_time .spe {
    font-size: 13px;
    min-width: 80px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
  }
}

.p-news .wrap_news .left .spe_time .time {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .spe_time .time {
    font-size: 16px;
    line-height: 22px;
  }
}

.p-news .wrap_news .left .detail .ttl {
  font-size: 22px;
  margin-bottom: 25px;
  font-family: 'NotoSans-Bold';
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .detail .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.p-news .wrap_news .left .detail .txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .detail .txt {
    font-size: 14px;
    line-height: 2;
  }
}

.p-news .wrap_news .left .btn_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .btn_news {
    margin-top: 30px;
  }
}

.p-news .wrap_news .left .btn_news a {
  width: 100px;
  height: 40px;
  display: block;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.p-news .wrap_news .left .btn_news a span {
  position: relative;
}

.p-news .wrap_news .left .btn_news a span:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background-size: 100% 100%;
      -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.p-news .wrap_news .left .btn_news a:last-child {
  padding-right: 10px;
}
.p-news .wrap_news .left .btn_news a:last-child:hover span:after{
  right:-26px;
      -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.p-news .wrap_news .left .btn_news a:last-child span:after {
  background-image: url(../img/ar_right.svg);
  right: -20px;
  top: 7px;
}
.p-news .wrap_news .left .btn_more_news{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-news .wrap_news .left .btn_more_news{
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.p-news .wrap_news .left .btn_more_news a{
    width: 160px;
    height: 40px;
    display: block;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding-right:10px;
    box-sizing: border-box;
}
.p-news .wrap_news .left .btn_more_news a span{
  position: relative;
}
.p-news .wrap_news .left .btn_more_news a span:after{
      content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background-size: 100% 100%;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background-image: url(../img/ar_right.svg);
    right: -20px;
    top: 10px;
}
.p-news .wrap_news .left .btn_more_news a:hover span:after{
  right:-26px;
   -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.p-news .wrap_news .left .btn_news a:first-child {
  padding-left: 10px;
}
.p-news .wrap_news .left .btn_news a:first-child:hover span:after{
  left:-26px;
   -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.p-news .wrap_news .left .btn_news a:first-child span:after {
  background-image: url(../img/ar_left.svg);
  left: -20px;
  top: 7px;
}

.p-news .wrap_news .left .btn_news .over {
  opacity: 0.5;
  border: 1px solid #D8D8D8;
  pointer-events: none;
}

.p-news .wrap_news .right {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-news .wrap_news .right .wrap_ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right .wrap_ttl {
    width: 100%;
  }
}

.p-news .wrap_news .right .ttl_under {
  font-size: 40px;
  font-family: 'BebasNeue-Regular';
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right .ttl_under {
    font-size: 28px;
  }
}

.p-news .wrap_news .right .ttl_under:after {
  content: '';
  width: 174px;
  height: 10px;
  background-color: #E3DE5D;
  position: absolute;
  left: -3px;
  z-index: -2;
  bottom: 3px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right .ttl_under:after {
    width: 125px;
  }
}

.p-news .wrap_news .right .box_recent {
  margin-top: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right .box_recent {
    width: 47%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.p-news .wrap_news .right .img {
  width: 100%;
}

.p-news .wrap_news .right .img img {
  width: 100%;
  max-width: 100%;
}

.p-news .wrap_news .right .spe_time {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.p-news .wrap_news .right .spe_time .spe {
  min-width: 75px;
  padding: 0 8px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}

.p-news .wrap_news .right .spe_time .time {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .p-news .wrap_news .right .spe_time{
    flex-wrap:wrap;
  }
  .p-news .wrap_news .right .spe_time .time {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
  }
}

.p-news .wrap_news .right .ttl {
  width: 100%;
  font-size: 16px;
  font-family: 'NotoSans-Bold';
  line-height: 1.5;
}

.p-news .wrap_news .spe-about,
.p-news .wrap_news .spe-ABOUT {
  background-color: #88764B;
}

.p-news .wrap_news .spe-ticket,
.p-news .wrap_news .spe-TICKET,
.p-news .wrap_news .spe-TIMETABLE,
.p-news .wrap_news .spe-STAY,
.p-news .wrap_news .spe-artists,
.p-news .wrap_news .spe-ARTISTS {
  background-color: #2E6A30;
}

.p-news .wrap_news .spe-workshop,
.p-news .wrap_news .spe[class*="FOOD"],
.p-news .wrap_news .spe-STAGE,
.p-news .wrap_news .spe-GOODS,
.p-news .wrap_news .spe-WORKSHOP {
  background-color: #B4283B;
}

.p-news .wrap_news .spe-access,
.p-news .wrap_news .spe-MAP,
.p-news .wrap_news .spe-ACCESS {
  background-color: #C6C02E;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left:0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc p{
  line-height: 140px;
  font-size:26px;
  font-family: 'NotoSans-Bold';
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 400px;
    min-height: 150px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.link.link4, .link.link8 {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .link.link8{
    margin-top: 15px;
  }
  .hover_bkgr_fricc > div {
    max-width: 340px;
    min-height:120px;
    padding: 10px 2%;
  }
  .hover_bkgr_fricc p{
    font-size:22px;
  }
}

.wrap_cmn {
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
}
.wrap_cmn_item {
    width: 31%;
    box-sizing: border-box;
    padding: 15px 15px 40px;
    margin: 0 3% 3% 0;
    /*border: 1px solid;*/
    font-size: 18px;
    z-index: 9;
    position: relative;
    z-index: 1;
/*    background-image: url(/assets/img/bgbox.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
}
.wrap_cmn_item:nth-child(3n) {
    margin-right: 0;
}
.wrap_cmn_item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background-image: url(/assets/img/bgbox.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -2;
}
.wrap_cmn_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: url(/assets/img/bgbox.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}

.wrap_cmn.type02 .wrap_cmn_item:before {
    background-image: url(/assets/img/bgbox_brown.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.wrap_cmn.type02 .wrap_cmn_item:after {
    background-image: url(/assets/img/bgbox_brown.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.wrap_cmn_item a {
  display: inline-block;
  word-break: break-all;
  color: #CA4758;
}
.item_pic {
    width: 100%;
}
.item_tit {
    margin: 1.2em auto;
    color: #CA4758;
    font-weight: bold;
}
.wrap_cmn.type02 .item_tit {
  color: #6A4335;
}

.item_dtl {
    font-size: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
.wrap_cmn_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.p-cmn {
    padding-bottom: 40px;
}
}

/*html.ie-11 header div.wrap_headsp ul li:nth-child(3) p,*/
/*html.ie header div.wrap_headsp ul li:nth-child(3) p,*/
/*html.ie-11 .main_fixed1 p:first-child,*/
/*html.ie .main_fixed1 p:first-child,*/
/*html.ie-11 .main_detail .head_text,*/
/*html.ie .main_detail .head_text,*/
/*html.ie-11 .main_detail .under_time,*/
/*html.ie .main_detail .under_time,*/
/*html.ie-11 .line1 ul li,*/
/*html.ie .line1 ul li,*/
/*html.ie-11 .btn_more,*/
/*html.ie .btn_more,*/
html[class*="ie"] body,
html[class*="ie"] table,
html[class*="ie"] input,
html[class*="ie"] textarea,
html[class*="ie"] select,
html[class*="ie"] option,
html[class*="ie"] button,
/*html[class*="ie"] h1,
html[class*="ie"] h2,
html[class*="ie"] h3,
html[class*="ie"] h4,
html[class*="ie"] h5,
html[class*="ie"] h6,*/
html.ie-11 .about p.txt20,
html.ie .about p.txt20,
html.ie-11 .news_left ul li ul li,
html.ie .news_left ul li ul li,
html.ie-11 footer .coppy_right,
html.ie footer .coppy_right,
html.ie-11 .p-about p.txt20,
html.ie .p-about p.txt20,

html.ie-11 .p-news .wrap_news,
html.ie .p-news .wrap_news,
html.ie-11 .p-news .wrap_news .left .detail .ttl,
html.ie .p-news .wrap_news .left .detail .ttl,

html.ie-11 .p-about_wrap3 ul li ul li:first-child,
html.ie .p-about_wrap3 ul li ul li:first-child,
html.ie-11 .p-about_wrap3 ul li ul li:last-child,
html.ie .p-about_wrap3 ul li ul li:last-child,


html[class*="ie"] .txt18,
html[class*="ie"] .artists_detail .text,
html[class*="ie"] .p-artists,
html[class*="ie"] .p-ticket,
html[class*="ie"] .p-access,
html[class*="ie"] .last_p_red,
html[class*="ie"] .hotNews,
html[class*="ie"] .rootNote,
html[class*="ie"] .p-access_3 p,
/*html[class*="ie"] .p-access br,*/
html[class*="ie"] .p-artists .ttl_ul,
html[class*="ie"] .p-access_4 .l-container,
html[class*="ie"] .wrap_diagram .diagram,
html[class*="ie"] .wrap_station .station,
html[class*="ie"] .p-map,
html[class*="ie"] .p-artists
 {
  font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
body.is_show_spMenu {
    overflow: hidden;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}