html {
  font-size: 62.5%;
}

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;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-feature-settings: 'palt';
  width: 100%;    
  font-size: 1.3em;    
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: underline;
  vertical-align: bottom;
  cursor: pointer;
  color: #db4014;    
}

img{
    width: 100%;
	vertical-align: top;
}

video{
	max-height:  500px; 
	width: auto;
	margin: 0 auto;
}



hr {
  border: 0;
  border-top: 2px solid #db4014;
  margin: 7rem 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;    
}

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

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
  color: #f8ba51;    
}

a img {
  border: 0;
}


/* ==================================================== */
html{
  height: auto;
  position: relative;
}

body{
  font-family: "fot-cezanne-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;    
	color: #111;
	background-color: #fffef0;
  letter-spacing: .03rem;
  position: relative;
  height: auto;
  overflow-y: auto;    
  overflow-x: hidden;   
  width: 100%;
    line-height: 1.8;  

}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-3;
  width:100%;
  height:100vh;
  background-size:cover;
}

h1{   
    font-size: 2.8rem;
    line-height: 1;
	padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
	border-bottom: solid 2px #db4014;
}

h2{
    font-size: 3rem;
	position: relative;
	display: inline-block;
	padding: 0 14rem;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12rem;
  height: 2px;
  background-color: black;
}

h2:before {
  left:0;
}

h2:after {
  right: 0;
}

h3{
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
	margin-bottom: 1rem;
}

h4{
    font-size: 1.8rem;
}

p{
  font-size: 1.8rem;    
}

section{
	padding: 0 3rem;
}

.btn {
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 0.8rem 6rem;
    border: solid 2px #111;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(17,17,17,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
    color: #111;
    text-decoration: none;
    margin-top: 3rem; 
	margin-bottom: 5rem;
}

.btn:hover {
	background-position: -100% 0;
    color: #fff;
}

.right {text-align: right}

.inner{
  max-width: 940px;
  margin: 0 auto;
}

.container{
    width: 92%;
    margin: auto;
}

.top-img{
    z-index: 1;
    background-size: cover;
    margin-bottom: 7rem;
    position: relative; 
}

.top{
    width: 100%;
    height: auto;
    position: relative;
	text-align: center;
}

.illust{
	width: 100%;
	max-width: 950px;
}

.title{
	width: 70%;
	margin-bottom: 5rem;
}

.date{
	width: 64%;
	margin-bottom: 3rem;
}

#top{
	text-align: center;
}

.copy{
	width: 70%;
}

#ticket{
	text-align: center;
	margin-top: 5rem;
}

#ticket .ticket{
	line-height: 1.4;
	background-color: #111;
	color: #fff;
	display: inline-block;
	padding: 0.2rem 3.4rem;
	margin-top: 3rem;
}

#artist .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5rem 5rem;
	border: 2px solid #db4014;
	margin-top: 5rem;
}

#artist hr{
	margin: 5rem 0;
}

.artist-photo{
	width: 30%;
}

.profile{
	width: 64%;
}

#qa{
	background-color: #fffde0;
	margin-top: 7rem;
	padding-bottom: 7rem;
}

#qa h2{
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
}

#qa hr{
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px dotted#111;
}

.sns{
    font-size: 2.6rem;   
}

footer{
    background-color: #111;
    margin: 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

footer a, footer a:hover, footer a:active{
    color: #fff;
}

footer p{
    width: 100%;
	font-size: 1.6rem;
	color: #fff;
	line-height: 2;
    text-align: center;
    margin-top: 1rem;
}

.video-wrap {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

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

html{
    font-size: 0.5em;
}       
    
.container{
    width: auto;
}
	
.btn {
    margin-top: 3rem; 
	margin-bottom: 3rem;
}	
    
footer{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
    
    
}

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

html{
    font-size: 0.4em;
} 
	
section{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
	
.title{
	width: 80%;
	margin-bottom: 5rem;
}

.date{
	width: 74%;
	margin-bottom: 3rem;
}

.copy{
	width: 90%;
}
	
hr {
  margin: 6rem 0;
}	
	
#artist .inner{
	padding: 3.6rem 3.6rem;
	border: 2px solid #db4014;
	margin-top: 4rem;
}
	
#artist hr{
	display: none;
}	
	
.artist-photo{
	width: 100%;
	text-align: center;
}
	
.artist-photo img{
	width: 70%;
}
	
#qa{
	margin-top: 6rem;
	padding-bottom: 6rem;
}	
	
video {
    width: 100%;
	max-height: 1000px;
}		
	
.video-wrap, video {
    margin-top: 3rem;
}	

h1{
	font-size: 2.6rem;
	text-align: center;
	margin-top: 3rem;
}
	
h2{
    font-size: 3rem;
}
	
#qa h2{
	margin-top: 3rem;
	margin-bottom: 3rem;
}	

h3{
    font-size: 2.4rem;
}

h4{
    font-size: 1.8rem;
}
	
#ticket{
	margin-top: 4rem;
}	
	
.btn {
    font-size: 2.4rem;
	margin-bottom: 4rem;
}
.profile{
	width: 100%;
}	
    
footer{
}

    
}

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

    
}

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

html{
    font-size: 0.4em;
}
    

}