@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@300;500;700&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000000;
}

p {
  word-wrap: break-word;
}

h1 {
  font-weight:400;
  color: #000;
  opacity: 1;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

li {
  text-decoration: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body#top {
  position: relative;
	width: 100vw;
	height: 10000px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:  "Noto Sans JP";
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
} 
#contents {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 10em;
}

.displayInlineB{
  display: inline-block;
}


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


.cover {
  width: 100%;
  height: auto;
}
.coverArtist{
  width: 80%;
  height: auto;
}

/* flexbox */
.flexBlock {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.flexlist1 > li{
	width:20%;
}
.flexlist1 > li img{
	width:100%;
}
.flexlist2 > li{
	width:50%;
}
.flexlist2 > li img{
	width:100%;
}
.flexlist3 > li{
	width:14.2857143%;
}
.flexlist4_ftr{
  width:18%;
  justify-content: space-around;
  margin-left: 2em!important;
}

.flexlist4_ftr > li{
  width: 18%;
} 
.flexlist4_ftr > li img{
  width:100%;
} 
.flexlist4_ftr > li a:hover{
  opacity: 0.75;
  transition: 0.25s;
}
.ftrTxt{
  margin-left: 3.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
  .flexlist2 > li{
    width:100%;
  }
  .flexlist4_ftr{
    width:40%;
    justify-content: space-around;
    margin-left: 2em!important;
  }
  .flexlist4_ftr > li a:hover{
    opacity:1;
  } 
  .ftrTxt{
    margin-left: 3em;
  }
}


/* lettercolor */
.letterWhite{
  color:#fff;
}
.letterBlack{
  color: #000000, !important;
}
.letterGrey{
  color:#ccc;
}
.letterRed{
  color:#ff0048;
}
.letterU {
  text-decoration: underline;
}
/* fontsize */
.text0 {
  font-size: 0px;
}
.text10 {
	font-size: 10px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text24{
  font-size: 24px;
}
.text32 {
  font-size: 32px;
}
.text40 {
  font-size: 40px;
}
.text12Vw{
  font-size: 12vw;
}
.text8Vw{
  font-size: 8vw;
}
.underLine{
  text-decoration: underline;
}

h2{
  font-size: 27px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .text40 {
    font-size: 4vw;
  }
  .text32 {
    font-size: 2.7vw;
  }
  .text24{
    font-size: 2vw;
  }
  .text18 {
    font-size: 1.40625vw;
  }
  .text16 {
    font-size: 1.2vw;
  }
  .text10 {
    font-size: 1vw;
  }
  h2{
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .text40 {
    font-size: 6vw;
  }
  .text32 {
    font-size: 4.5vw;
  }
  .text24{
    font-size: 3.3vw;
  }
  .text18 {
	  font-size: 3.5vw;
	}
  .text16 {
    font-size: 2.9vw;
  }
  .text10 {
    font-size: 2vw;
  }
  h2{
    font-size: 4vw;
  }
}

.alignCenter {
	text-align: center!important;
}
.alignLeft {
  text-align: left!important;
}
.alignRight {
  text-align: right!important;
}
 /* margin */
 .marginTopHalf {
	margin-top: 0.5em;
}
 .marginTop1em {
	margin-top: 1em;
}
 .marginTop2em {
	margin-top: 2em;
}
 .marginTop3em {
	margin-top: 3em;
}
 .marginTop4em {
	margin-top: 4em;
}
.marginBtm3em{
  margin-bottom: 3em;
}
.marginLeft1em{
  margin-left: 1em;
}
.marginLeft2em{
  margin-left: 2em;
}
.paddingBtm1em {
  padding-bottom: 1em;
}
.paddingBtm2em {
  padding-bottom: 2em;
}
.marginLeft2em {
  margin-left: 2em;
}

.paddingLeft2em{
  box-sizing: border-box;
  padding-left: 2em;
}

/* lineHeight */
  .lineHeight120 {
	line-height: 120%;
}
  .lineHeight160 {
	line-height: 160%;
}
  .lineHeight200 {
	line-height: 200%;
}
  .lineHeight250 {
  line-height: 250%;
}
/* brプロパティ */

.dispWide {
 display: block;
}
.dispNarrow {
  display: none;
 }

 @media screen and (max-width: 800px){
   .dispWide {
    display: none;
   }
   .dispNarrow {
     display: block;
    }
 }


/* 動画レスポンシブ  */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



/* goBack */

#goBack{
  display: none;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  /* border: 1px solid #999; */
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  position: fixed;
  opacity: 1;
  bottom: 20px;
  right: -35px;
  z-index: 10;
  background-image: url("../images/_svg/arrow_top.svg");
  background-size: 7%;
  background-repeat: no-repeat;
}
#goBack:hover{
  opacity: 0.45;
  transition: 0.75s;
}
@media(max-width:800px){
  #goBack{
      width: 60px;
      height: 60px;
      opacity: 1;
  }
  #goBack:hover{
    opacity: 1;
  }
}

.init {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.init.action {
  opacity: 1;
  transition: 0.5s;
}


/* イベントページ */
@media screen and (min-width:800px) {
  .mainPage #contents .squareBox{
display: none;
  }
}

.mainPage {
  background: #2f81d5;
  position: relative;
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'BIZ UDPMincho', serif;
  font-weight: 200;
  line-height: 300%;
}

.widthWrapper{
  max-width: 800px;
  width: 100%;
  height: auto;
  background-color: #a62fd5;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.mainPage .widthWrapper .bannerBlock1{
  display: block;
  width: 70%;
  max-width: 2894px;
  margin-left: auto;
  margin-right: auto;
}
.mainPage .widthWrapper .bannerBlock1 a{
  width: 100%;
  height: 100%;
}
.mainPage .widthWrapper .bannerBlock1 a:hover{
  opacity: 0.75;
  transition: 0.5s;
}
@media screen and (max-width:800px) {
  .mainPage .widthWrapper .bannerBlock1 a:hover{
    opacity: 1;
  }
}

.mainPage .title1 {
  display: block;
  max-width: 350px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.mainPage .context p{
  z-index: 70;
  color: #000;
  line-height: 120%;
}
.mainPage .context .contextWrap {
  margin-left: 1em;
  margin-right: 1em;
}

.mainPage .mainPicture {
  width:30%; 
  margin-left: auto; 
  margin-right: auto;
}
.mainPage .mainPictureWide {
  width:50%; 
  margin-left: auto; 
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .mainPage .mainPicture {
    width:40%; 
  }
  .mainPage .mainPictureWide {
    width:70%; 
    margin-left: auto; 
    margin-right: auto;
  }
}




/* slick */
.slickSlider{
  box-sizing: border-box;
  margin-left: 4em;
  margin-right: 4em;
}

.slickSlider div{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
	content:""!important;
}

.next-arrow{
width: 8%;
position: absolute;
right: -2%;
top: 110%;
}

.prev-arrow{
width: 8%;
position: absolute;
left: -2%;
top: 110%;
}


@media screen and (max-width: 800px) {
    .next-arrow{
      width: 30%;
      right: -13%;
      }
      
      .prev-arrow{
      width: 30%;
      left: -10%;
      }
  }



  /* メニュー/ハンバーガー */


  @media screen and (min-width: 801px) {
    .Menu-CloseBtn {
      display: none;
    }
    .Menu-Group {
      margin-top: 3em;
      margin-left: auto;
      margin-right: auto;
    }
    .Menu-Group .Menu-Group-Item {
      width: 18%;
      display: inline-block;
      text-align: center;
    }
  }

@media screen and (max-width: 800px) {
  .Menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Menu-CloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
  }
  .Menu-CloseBtn-Icon {
    width: 32px;
    color: #111;
  }
  .Menu-Group {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 12px;
  }
  .Menu-Group-Item {
    width: 100%;
    flex: auto;
    padding: 4px;
  }
  .Menu-Group-Item-Link {
    padding: 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }

  .Menu:has(.menuClicked) {
    height:20px;
  }
  .menuClicked+.Menu-Group {
    display: none;
  }
  .Menu-CloseBtn {
    background-image:url(../images/svg/cross.svg);
  }
  .Menu-CloseBtn.menuClicked {
    background-image:url(../images/svg/bars.svg);
  }
}


ul,li{
  text-decoration: none;
  list-style: none;
  line-height: 2;
}

.bannerBlock1 a:link,
.bannerBlock1 a:visited {
  color: rgb(51, 0, 255);
}

.borderBlack {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
  height: 2px;
  display: block;
  position: relative;
  border-bottom: solid 1px #000;
}