@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
html, body, main, header, section, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
  color: #0a0a0a;
}

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

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Mincho","YuMincho","游明朝","游明朝体", 'Noto Serif JP',sans-serif;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #0a0a0a;
  display: block;
  text-decoration: none;
}

p {
  font-size: 1.0rem;
  line-height: 1.8;
}

img {
  width: 100%;
}

main {
    display: block;
    background: #eae6db;
}


.sp{
		display: none;
	}
.header-container {
  overflow: hidden;
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
background-color: #FFF;
}

.header-container.active {
    background: #37485d;
    height: 100vh;
    width: 60%;
}

.header-container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  padding: 0 .65rem;
  width: 100%;
}

.header-container .logoText.active a {
  color: #fff;
}

.header-container .hamburger {
    background: #37485d;
    color: #fff;
    
    height: 40px;
    width: 100px;
    position: fixed;
    top: 2.5rem;
    right: 0;
    z-index: 1000;
}
.header-container .hamburger.active {
  color: #fff;
}
.header-container .hamburgerIcon {
  font-size: 1rem;
	line-height: 2.4;
	padding-left: 1rem;
}
.header-container .hamburgerIcon span:after {
    content: "menu";
    position: absolute;
    top: 0px;
    left: 0;
    color: #FFF;
    font-size: 1rem;
    line-height: 2.4;
    padding-left: 1rem;
}
.header-container .hamburger.active {
    color: #37485d;
    background: #FFF;
}

.header-container .hamburgerIcon.active span:after {
	content: "close";
    position: absolute;
    top: 0px;
    left: 0;
    color: #37485d;
    font-size: 1rem;
    line-height: 2.4;
    padding-left: 1rem;
}


.header-container .menuContainer {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 3.1rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; 
  background: #37485d;
}

.header-container .menuContainer.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadein .5s ease forwards;
  animation: fadein .5s ease forwards;
}

.header-container .menuContainer nav {
  width: 70%;
}

.header-container .menuContainer ul li a {
    color: #fff;
    font-size: 1.75rem;
    line-height: 5;
}
.header-container .menuContainer ul li a span {
    font-size: 1rem;
    font-weight: normal;
}
  
  .header-container .hamburgerIcon.active span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
	 width: 100%;
  }
  .header-container .hamburgerIcon.active span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .header-container .menuContainer {
    height: 100vh;
    padding: 0;
  }

  .header-container.active {
    width: 30%;
  }
  
  .header-container .hamburgerText {
    font-size: .87rem;
  }
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.contentWrap {
    max-width: 1100px;
    margin: 0 auto;
}


/*------------------------------------------------------------
	キービジュー
------------------------------------------------------------*/
section#top {
    padding: 85px 0 100px;
}
.kv {
    height: auto;
    margin: 0 auto;
}
img.kv1 {
    display: block;
}
img.kv2 {
    display: none;
}
.base-picture {
    position: relative;
	max-width: 1100px;
}
.base-picture2 {
    margin-right: 0;
    margin-left: auto;
    max-width: 730px;
}

.sub-picture {
    width: 536px;
    height: 536px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3%;
    margin-right: auto;
    margin-left: 0;
}

.kata {
   animation:example 1s;
}
 
@keyframes example {
   0% {
       transform:rotate(10deg);
   }
   100% {
       transform:rotate(0deg);
   }
}

/*------------------------------------------------------------
	animated
------------------------------------------------------------*/
.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.animate-delay-100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.animate-delay-200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.animate-delay-300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.animate-delay-400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.animate-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animate-delay-600 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.animate-delay-700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.animate-delay-800 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.animate-delay-900 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}
.animate-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp.on {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft.on {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeIn.on {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInscale {
	from {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: .6s opacity,.6s -webkit-transform cubic-bezier(.175,.885,.32,1.275);
		transition: .6s opacity,.6s transform cubic-bezier(.175,.885,.32,1.275);
		transition: .6s opacity,.6s transform cubic-bezier(.175,.885,.32,1.275),.6s -webkit-transform cubic-bezier(.175,.885,.32,1.275);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes fadeInscale {
	from {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: .6s opacity,.6s -webkit-transform cubic-bezier(.175,.885,.32,1.275);
		transition: .6s opacity,.6s transform cubic-bezier(.175,.885,.32,1.275);
		transition: .6s opacity,.6s transform cubic-bezier(.175,.885,.32,1.275),.6s -webkit-transform cubic-bezier(.175,.885,.32,1.275);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.fadeInscale.on {
	-webkit-animation-name: fadeInscale;
	animation-name: fadeInscale;
}


/*------------------------------------------------------------
	ARTIST
------------------------------------------------------------*/
section#artist {
    margin-bottom: 120px;
}
h2.title {
    font-size: 2.625rem;
    line-height: 0.924;
    letter-spacing: 0.075em;
    padding-bottom: 1rem;
    border-bottom: solid #000 1px;
}
h2.title span {
    font-size: 1rem;
}
.artistbox {
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}
.artistbox1 {
   width: 340px;
}
.name {
    font-size: 1.375rem;
    letter-spacing: 0.075em;
    text-align: center;
    padding-bottom: 15px;
	font-weight: 600;
}
.artistimg {
    margin-bottom: 20px;
    width: 340px;
    height: 233px;
}
.artistimg img {
    width: 340px;
    height: 233px;
}
.box1 {
    display: flex;
    justify-content: space-between;
}
.date {
    font-size: 2rem;
    letter-spacing: 0.075em;
}
.date span {
    font-size: 1.125rem;
    letter-spacing: 0.01em;
}
.place {
    font-size: 1.125rem;
    letter-spacing: 0.075em;
    color: #FFF;
    background-color: #000;
    width: 87px;
    height: 31px;
    text-align: center;
    padding: 0.4rem;
}
/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*========= レイアウトのためのCSS ===============*/
.modaal-container {
    width: 780px;
    height: auto;
    background-color: #eae6db;
}
.modaal-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.modaal-content-container {
    padding: 80px 0 20px;
    width: 642px;
    margin: 80px auto;
}
.modaal-close {
    position: absolute;
    right: 3%;
    top: 5%;
    color: #37485d;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modaal-close:after, .modaal-close:before {
    background: #37485d;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 1px;
    height: 50px;
    border-radius: 4px;
    background: #37485d;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: none;
	opacity: 0.5;
}
.name2 {
    font-size: 1.475rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.075em;
}
.artistimg2 {
    margin: 40px auto;
}
.text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
	margin-bottom: 20px;
}
.text h4 {
    font-weight: 600;
    padding-top: 2rem;
}
.sns1 {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.snsbutton {
    width: 180px;
    height: 46px;
    background-color: #37485d;
    margin: 10px auto;
}
.snsbutton a {
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    padding: 0.86rem 0;
}
.snsbutton.t2 {
    background: none;
}
img.Twitter01 {
    width: 27px;
    padding-right: 0.4rem;
}
img.Instagram01 {
    width: 23px;
    padding-right: 0.4rem;
}
img.YouTube01 {
    width: 27px;
    padding-right: 0.4rem;
}
img.Apple01 {
    width: 18px;
    padding-right: 0.4rem;
}
img.Spotify01 {
    width: 23px;
    padding-right: 0.4rem;
}

img{
  max-width: 100%;
  height: auto;
}
/*------------------------------------------------------------
	SCHEDULE
------------------------------------------------------------*/
h2.title {
    margin-bottom: 60px;
}
.schedulebox {
    margin-bottom: 120px;
}
.box2-1 {
    display: flex;
    margin-bottom: 40px;
}
.box2-2 {
    display: flex;
    width: 160px;
    padding-right: 20px;
    border-right: solid #000 1px;
    padding-top: 56px;
    justify-content: flex-start;
}
.date2 {
    font-size: 2rem;
    letter-spacing: 0.075em;
    width: 70px;
}
.date2-1 {
    padding-left: 26px;
    font-size: 1.125rem;
    letter-spacing: 0.01em;
    padding-top: 14px;
}

.box3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
}
.box4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.box5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 1rem;
    letter-spacing: 0.075em;
}
.box2 .date {
    width: 160px;
    padding-right: 20px;
    border-right: solid #000 1px;
    padding-top: 56px;
}
.box4 .place {
    font-size: 1rem;
    width: 74px;
    height: 26px;
    padding: 0.25rem;
}
.place2 {
    margin-left: 15px;
    font-size: 1.125rem;
    letter-spacing: 0.075em;
    padding-top: 0.15rem;
}
.cast {
    font-size: 1rem;
    letter-spacing: 0.075em;
    padding: 15px 0;
}
.place3 {
    padding-left: 30px;
}
/*------------------------------------------------------------
	TICKET
------------------------------------------------------------*/
.ticketbox {
    margin-bottom: 60px;
}
.tickettext p {
    font-size: 1.125rem;
    letter-spacing: 0.075em;
    padding: 0.5rem 0;
}
.tickettext p span {
    font-size: 2rem;
}
.ticketbox0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ticketbox1 {
    width: 340px;
    height: 60px;
    background: #37485d;
    margin: 60px 0;
}
.ticketbox1 a {
    font-size: 1.125rem;
    line-height: 3.44;
    letter-spacing: 0.075em;
    text-align: center;
    color: #FFF;
}
/*------------------------------------------------------------
	TICKET
------------------------------------------------------------*/
.goodsbox {
    max-width: 960px;
    margin: 0 auto 90px;
}
.goodsbox img {
    height: auto;
    max-width: 960px;
}
.goodsbox  p{
    text-align: center;
}
#goods .ticketbox1 {
    width: 340px;
    height: 60px;
    background: #37485d;
    margin: 60px auto;
}
/*------------------------------------------------------------
	copy
------------------------------------------------------------*/
.copy {
    padding: 40px 0;
    text-align: center;
    color: #333;
    font-size: 1rem;
}

.pageTop {
    position: fixed;
    right: 10px;
    bottom: 36px;
    z-index: 50;
    width: 42px;
}
/*------------------------------------------------------------
	SP
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.sp{
		display: block;
	}
	
	.header-container .hamburger {
    top: 0.93rem;
}
	.header-container.active {
    width: 65%;
}
	.header-container .menuContainer ul li a {
    color: #fff;
    font-size: 1.18rem;
    line-height: 4.2;
}
	
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
	.contentWrap {
    max-width: 100%;
    margin: 0 20px;
}
/*------------------------------------------------------------
	キービジュ
------------------------------------------------------------*/	
	section#top {
    padding: 40px 0 50px;
}
	img.kv1 {
    display: none;
}
	img.kv2 {
    display: block;
}
	.base-picture {
    right: 0;
    max-width: 100%;
}
	.base-picture2 {
    max-width: 320px;
    margin-top: 10%;
    margin-right: 0;
    margin-left: auto;
}
	.sub-picture {
    width: 163.5px;
    height: 163.5px;
    left: 0;
    top: -14%;
    margin-right: auto;
    margin-left: 0;
}
	
/*------------------------------------------------------------
	ARTIST
------------------------------------------------------------*/	
	section#artist {
    margin-bottom: 60px;
}
	h2.title {
    margin-bottom: 30px;
}
	h2.title {
    font-size: 1.375rem;
    line-height: 0.882;
    letter-spacing: 0.075em;
    padding-bottom: 0.5rem;
    border-bottom: solid #000 1px;
}
	h2.title span {
    font-size: .8125rem;
}
	.artistbox {
    margin: 30px auto;
    display: block;
}
	.artistbox1 {
    width: 100%;
    margin-bottom: 40px;
}
	.name {
    font-size: 1rem;
    padding-bottom: 7.5px;
}
	.artistimg {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
	.artistimg img {
    width: 100%;
    height: auto;
}
	.date {
    font-size: 1.3125rem;
    letter-spacing: 0em;
}
	.date span {
    font-size: 0.875rem;
    letter-spacing: 0em;
}
	.place {
    font-size: .875rem;
    width: 60px;
    height: auto;
    padding: 0.2rem;
}
	.modaal-close:after, .modaal-close:before {
    left: 30px;
    height: 25px;
}
	.modaal-inner-wrapper {
    padding: 40px 20px;
}
	.modaal-container {
    width: 100%;
    height: auto;
}
	.modaal-container {
    max-width: 896px;
}
	.modaal-content-container {
    padding: 40px 0 0;
    width: 305.5px;
    margin: 65px auto;
}
	.name2 {
    font-size: 1rem;
}
	.artistimg2 {
    margin: 20px auto;
}
	.text {
    font-size: .8125rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
	.text h4 {
    padding-top: 1.5rem;
    font-size: 1rem;
}
	.sns1 {
    margin: 5px auto;
}
	.snsbutton {
    width: 120px;
    height: 28px;
    margin: 5px auto;
}
	.snsbutton a {
    font-size: .875rem;
    padding: 0.4rem 0;
}
	img.Twitter01 {
    width: 18px;
    padding-right: 0.2rem;
}
	img.Instagram01 {
    width: 15px;
    padding-right: 0.2rem;
}
	img.YouTube01 {
    width: 21px;
    padding-right: 0.2rem;
}
	img.Apple01 {
    width: 13px;
    padding-right: 0.2rem;
}
	img.Spotify01 {
    width: 17px;
    padding-right: 0.2rem;
}
/*------------------------------------------------------------
	SCHEDULE
------------------------------------------------------------*/	
	.schedulebox {
    margin-bottom: 60px;
}
	box2-1 {
    display: flex;
    margin-bottom: 40px;
}
.box2-2 {
    display: flex;
    width: 90px;
    padding-right: 20px;
    border-right: solid #000 1px;
    padding-top: 56px;
    justify-content: flex-start;
}
.date2 {
    font-size: 1rem;
    letter-spacing: 0.075em;
    width: 35px;
}
.date2-1 {
    padding-left: 11px;
    font-size: .85rem;
    letter-spacing: 0.01em;
    padding-top: 2px;
}
	.box3 {
    margin-left: 10px;
}
	.box4 .place {
    font-size: .74rem;
    width: 50px;
    height: 17px;
    padding: 0.15rem;
}
	.place2 {
    margin-left: 7.5px;
    font-size: .74rem;
    padding-top: 0.1rem;
    letter-spacing: -0.0em;
}
	.cast {
    font-size: .74rem;
    padding: 10px 0;
}
	.box5 {
    display: block;
    font-size: .74rem;
    line-height: 1.3;
}
	.place3 {
    padding-left: 0;
    letter-spacing: -0.0em;
	font-size: .69rem;
}
/*------------------------------------------------------------
	TICKET
------------------------------------------------------------*/	
	
	.tickettext p {
    font-size: .875rem;
    letter-spacing: 0.065em;
	padding:0.25rem 0;
}
	.tickettext p span {
    font-size: 1.3125rem;
}
	.ticketbox0 {
    display: block;
    margin: 0 auto;
    max-width: 190px;
}
	.ticketbox1 {
    width: 190px;
    height: 35px;
    margin: 30px 0;
}
	.ticketbox1 a {
    font-size: .875rem;
    line-height: 2.5;
}
/*------------------------------------------------------------
	GOODS
------------------------------------------------------------*/	
	
	.goodsbox {
    max-width: 100%;
    margin: 0 auto 35px;
}
	#goods .ticketbox1 {
    width: 190px;
    height: 35px;
    background: #37485d;
    margin: 30px auto;
}
	
	
/*------------------------------------------------------------
	copy
------------------------------------------------------------*/	
	
	.copy {
    padding: 22.5px 0;
    text-align: center;
    color: #333;
    font-size: .8125rem;
}
	.pageTop {
    width: 30px;
}
	
}
@media screen and (max-width: 362px) {
/*------------------------------------------------------------
	SCHEDULE
------------------------------------------------------------*/	
	.schedulebox {
    margin-bottom: 60px;
}
	.box2 {
    margin-bottom: 20px;
}
	
	.box2 .date {
    width: 80px;
    padding-right: 5px;
    padding-top: 56px;
    font-size: 1rem;
}
	.date span {
    font-size: 0.5rem;
    letter-spacing: 0em;
}
	.box3 {
    margin-left: 10px;
}
	.box4 .place {
    font-size: .5rem;
    width: 50px;
    height: 17px;
    padding: 0.15rem;
}
	.place2 {
    margin-left: 7.5px;
    font-size: .5rem;
    padding-top: 0.1rem;
    letter-spacing: -0.0em;
}
	.cast {
    font-size: .5rem;
    padding: 10px 0;
}
	.box5 {
    display: block;
    font-size: .5rem;
    line-height: 1.3;
}
	.place3 {
    padding-left: 0;
    letter-spacing: -0.0em;
	font-size: .5rem;
}
}
