*{
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
	list-style: none;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F4F4F4;
    color: #434343;
    font-family: kinuta-mincho-stdn, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1.5px;
    position: relative;
}


body {
  overflow-x: hidden;
  transform-origin: top center;
  animation: loading 4s;
}

body:before, section:before {
    background: url(img/kv.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 120%;
    background-attachment: fixed;
}

@keyframes loading {
  0% {opacity: 0;transform: scale(1.2);}
  100% {opacity: 1;transform: scale(1);}
}

.momochi_thin {
  font-family: "momochidori-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.momochi_Re {
  font-family: "momochidori-wide", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.momochi_Re_re {
font-family: "momochidori", sans-serif;
font-weight: 400;
font-style: normal;
}

.photo {
    font-size: 10px;
    color: #868686;
    letter-spacing: 1px;
}
.kv,
.menu,
#plofile,
#program,
#concerto,
.imc_area,
.copyright {
  z-index: 99;
}
.tell.sp,
.sp,
.sponly2,
.sponly {display: none;}
.indent {
    padding-left: 5em;
    text-indent: -5em;
}
/*fadeIn//////////////*/
.fadeIn {
    transition: 8s;
    -webkit-transition: 8s;
    -moz-transition: 8s;
    -ms-transition: 8s;
    -o-transition: 8s;
    opacity: 0;
    transform: translateY(15%)!important;
}
.fadeIn2 {
    transition: 5s;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    opacity: 0;
    transform: translateY(15%)!important;
}
.fadeIn2.animated,
.fadeIn.animated {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transform: translateY(0%)!important;
}

/*.blur2,*/
.blur,.blur2{
  filter: blur(7px);
  opacity: 0;
  transition: 1s;
}
/*.blur2.animateds,*/
.blur.animated,
.blur2.animated{
  opacity: 1;
  filter: blur(0px);
}

/*.blurbox2,*/
.blurbox {
  display: inline-block;
}

.tiket {
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 9999999;
    width: 191px;
}
.tiket a span {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    color: #222;
    font-weight: bold;
}



img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}
iframe {
    width: 100%;
    height: 200px;
    position: relative;
}
a {
	color: #36EA2D;
	text-decoration: none;
}
.loading {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    background-color: #1F1F1F;
}
.loading img {
    position: absolute;
    width: 80px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.keyup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: rgba(0,0,0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyuptxt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.keyuptxt:after {
  content:"";
  display: inline-block;
  height: 25px;
  width: 2px;
  background-color: #A5A5A5;
  position: absolute;
  right: 0;
  top: 0;
  animation: ddd 1s linear infinite;
}
.keyuptxt span {
  display: none;
}
@keyframes ddd {
  0%,50%,100%{
    opacity: 0;
  }

  25%{
    opacity: 1;
  }
  
  75%{
    opacity: 1;
  }
}

.kv {
    background: url(img/kv.jpg) no-repeat;
    max-height: 159vh;
    width: 100%;
    background-size: 100%;
    position: relative;
    padding-top: 96%;
}


.artistsnote {
    position: absolute;
    bottom: -196px;
    width: 89%;
    right: 0;
    background: #2F2F2F;
    padding: 68px 118px;
    z-index: 9999;
}

ul.ttlbox {
    align-items: center;
    gap: 78px;
}
ul.ttlbox li:first-child {
 width: 240px;
}
ul.ttlbox li:last-child {
    width: 350px;
    flex: none;
}

.artistcoment {
    font-size: 13px;
    line-height: 2;
    color: #36EA2D;
    padding: 30px 0 0;
}



ul.delayScroll li {
    opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration: 2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  transition : 1s;
  }
}

.title {
    position: absolute;
    top: 3%;
    right: 3%;
    text-align: center;
    height: 6%;
}
.title h1 {
    padding-bottom: 15px;
}
.title h2,
.title h3 {
    padding-bottom: 13px;
}




.box {
    color: #D5D5D5
}

#plofile {
    padding: 220px 0 0;
    background: url(img/BG.jpg) no-repeat;
    background-size: cover;
    background-position: 100%,50%;
    position: relative;
    z-index: 9
}

.profle_wrap {
    width: 100%;
    padding: 10px 80px 150px;
}
.namearea {
  padding-top: 80px;
}

.namearea ul li:first-child {
    width: 118px;
    margin-bottom: 15px;
}
.namearea ul li:nth-child(2) {
  margin-bottom: 8px;
}
.namearea ul li:nth-child(2),
.namearea ul li:last-child {
  width: 258px;
  max-width: inherit;
}
.box img {
    width: 100%;
}

.green_box {
   width: 191px;
    position: absolute;
    bottom: -90px;
    right: 40px;
    mix-blend-mode: multiply;
    z-index: 99999
}




ul.flex_border {
    display: flex;
    align-items: end;
}
ul.flex_border li {
    width: auto;
}
ul.flex_border li:first-child {
    padding-left: 7px;
}
ul.flex_border li:last-child {
    padding-bottom: 10px;
    padding-left: 10px;
}

.comentR {
  margin-left: 35px;
}









.en_name,
.namearea {
    display: inline-block;
}

.play {
    font-size: 14px;
    letter-spacing: -.5px;
    font-weight: 400;
}
.en_name {
    padding-left: 0;
    font-size: 32px;
    letter-spacing: -.8px;
    font-weight: 400;
    margin-top: -4px;
}
.name {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: -.1px;
    font-weight: 400;
}




.flex {
    display: flex;
    gap: 67px;
}
.flex li:first-child {
    width: 360px;
}
.flex li:last-child {
    width: 70%;
    flex: 1;
}
.coment_flex ul {
  display: flex;
  gap: 35px;
}
.flex li .coment_flex ul li {
  width: 50%;
  max-width: 400px;
}


.coment {
    font-size: 12px;
    line-height: 2;
    padding: 30px 0 0 0;
    letter-spacing: 3px;

}
.pt150{
    padding-top: 150px;
}
.pt95 {
  padding-top: 176px;
}


#program {
    position: relative;
    background: #f8f8f8;
    z-index: 1;
}

.program_wrap {
    width: 100%;
    padding: 100px 200px 80px;
    max-width: 1277px;
    margin: 0 auto;
}

.flex_border2 {
  padding-left: 8px;
}
.flex_border2 img {
    width: 1px;
    height: 100px;
}
.Ptitle h4 {
    width: 145px;
   margin: 0 auto;
}


.flex.blurbox2 {
  align-items: center;
  padding-top: 70px;
  color: #FFFFFF
}
.programbox {
}
.flex.blurbox2 li {
    width: 100%;
    max-width: inherit;
    padding-bottom: 30px;
}

.programnum {
  width: 60px;
  margin-right: 30px;
}
.programarea {
    padding-top: 65px;
    padding-left: 66px;
}

.jp {
    font-size: 15px;
    color: #505050;
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
}
.jp p {
  display: block;
  font-size: 14px;
}
.jp p span {
  font-size: 12px;
}
.p_l p:first-child {
  font-weight: 500;
}

.p_l {
  width: 130px;
}
.p_r {
    width: 73%;
    flex: 1;
}
.p_r p:first-child {
  font-size: 13px;
}
.ls6 {
  letter-spacing: 6px;
}
.ls15 {
  letter-spacing: 15.5px;
}
.jp .dott {
    font-size: 12px;
    display: inline-block;
    padding: 0 30px 0 24px;
    letter-spacing: -.5px;
}
.jp p.en {
    padding-top: 10px;
    font-size: 12px!important;
    color: #9a9a9a;
}

.flex.blurbox2 ul:last-child {
  padding-left: 30px;
}


.hanbai {
  line-height: 1.6
}

.add {
  padding: 10px 0 10px;
}
.train {
    border-top: .5px solid #898989;
    border-bottom: .5px solid #898989;
    padding: 10px 0;
    line-height: 1.8;
    display: inline-block;
    margin-top: 5px;
    text-align: left;
    font-size: 12px;
}


.video {
    position: relative;

    background: url(img/BG.jpg) no-repeat;
}
.video ul {
    display: flex;
    position: relative;
    padding: 50px 50px;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}

.video ul li {
  width: 33.333%;
  padding: 12px;
}
/*.video ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
  -webkit-filter: blur(6px);
  filter: blur(6px);

    background: rgba(0,0,0,0.4);
}*/

.videocoment {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .5px;
  padding-top: 10px;
}

section {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: rgb(0,0,0);
}

body:before {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
}
section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.2;
    filter: blur(8px);
    top: -11px;
    left: -8px;
    right: -8px;
    bottom: 0px;
    z-index: -1;
}

.coment2 {
    padding: 50px;
    max-width: 66%;
    padding-left: 300px;
    line-height: 2;
    font-size: 13px;
    color: #FFFFFF;
}
.flex2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.flex2 li {
    width: 100%;
    max-width: 500px;
    padding: 0px 15px;
    text-align: center;
}
.recitalarea {
    
  color: #C4C4C4  
}


.recital_box {
    background: rgba(255,255,255,.1);
    height: 100%;
    padding: 30px 0;
}
.recital_top {
  font-size: 13px;
  padding-bottom: 15px;
}
.day {
  font-size: 15px;
  color: #36EA2D;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.recital_name {
  font-size: 17px;
  line-height: 1.4;
}
.linkbox {
  width: 50%;
  margin: 15px auto 0;
}
.linkbox a {
  display: block;
  width: 100%;
  border: 1px solid #36EA2D;
  color: #36EA2D;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.linkbox a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #36EA2D;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.linkbox a:hover {
  color: #222;
  border: 1px solid #36EA2D;
}
.linkbox a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

.price {
    background: rgba(255,255,255,.1);
    width: 80%;
    margin: 13px auto;
    padding: 15px 0;
}
.price span {
  font-size: 18px;
  color: #36EA2D;
  letter-spacing: .2px;
  display: inline-block;
  padding: 0 3px;
}
.price span.line {
  color: #BFBFBF!important;
  padding: 0;
  font-size: 13px;
}

.atention {
  text-align: center;
    font-size: 12px;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
}
.atention a {
  text-decoration: underline;
}
.atention a:hover {
  text-decoration: none;
  transition : 1s;
  cursor: pointer;
}

#concerto .recital_ttl {
    padding-bottom: 0;
    font-size: 18px;
}
.recital_ttl {
  padding: 70px 0 30px;
    text-align: center;
    font-size: 22px;
}

.playguide ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.squre {
    font-size: 10px;
    padding-right: 5px;
}
.tell {
    display: inline-block;
    padding-left: 13px;
    font-size: 12px;
}
.tell img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.guide {
    padding-bottom: 18px;
    font-size: 13px;
}
.guide a {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: .5px;
}
.guide a:hover {
  transition: 1s;
  text-decoration: none;
}
.playguide {
  background: rgba(0,0,0,.5);
    padding: 50px 0;
}
#concerto .playguide {
background: rgba(0,0,0,.2);
}
.playguidettle {
  font-size: 13px;
  padding-bottom: 15px;
}
.playguide li:first-child p {
  font-size: 13px;
  line-height: 1.6;
}
.playguide li:first-child {
    padding-right: 50px;
    border-right: 1px solid;
    border-color: rgba(69, 69, 69, .74);
    margin-right: 50px;
    width: 40%;
}
.organizer {
    padding: 25px 0;
}
.organizer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizer ul li {
  font-size: 12px;
  letter-spacing: .5px;
  color: #898989;
  padding-right: 30px;
}
.organizer ul li img {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}


#concerto {
  background: #0F0F0F;
  color: #BFBFBF;
}
#concerto ul.concertolist {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#concerto ul.concertolist .recital_box {
  background: none;
}
#concerto ul.concertolist li {
    width: 100%;
    padding: 0;
}
#concerto ul.concertolist li:last-child {
    padding-left: 0;
    border-top: 1px solid;
    border-color: rgba(69, 69, 69, .74);
}
#concerto ul.concertolist li:first-child {
    width: 80%;
    padding-right: 0;
    border: none;
    padding-left: 0;
    margin: 0 auto;
}
#concerto .recital_name {
  font-size: 14px;
}
#concerto .recital_name span {
  font-size: 12px;
  display: block;
  padding-top: 3px;
}
.music {
    font-size: 12px;
    letter-spacing: -.5px;
    color: #36EA2D;
    padding-top: 13px;
}
#concerto .playguide .linkbox {
  width: 60%;
  margin: 15px 0 0;
}
.linkbox2 {
    width: 60%;
    margin: 15px auto 0;
    max-width: 300px;
}
#concerto .playguide .linkbox a,
.linkbox2 a {
  display: block;
  width: 100%;
  border: 1px solid #36EA2D;
  color: #f4f4f4;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
#concerto .playguide .linkbox a::before,
.linkbox2 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #36EA2D;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#concerto .playguide .linkbox a:hover,
.linkbox2 a:hover {
  color: #f4f4f4;
  border: 1px solid #36EA2D;
  z-index: 99;
  position: relative;
}
#concerto .playguide .linkbox a:hover::before,
.linkbox2 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
  z-index: -1
}

#concerto .price {
    width: 100%;
    margin: 13px auto;
    padding: 15px 0;
    text-align: center;
    max-width: 430px;
}
#concerto .atention {
  width: 100%;
}
.minift {
  font-size: 10px;
}
.guide_ttl {
  padding-bottom: 8px;
}
#concerto .guide {
    padding-bottom: 0px;
}

.imc_area {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #f8f8f8
}
/*.imc_area::before {
    background: url(img/kv.jpg) no-repeat;
    background-position: 0% 0;
    background-size: 120%;
    background-attachment: fixed;

}*/
/*.imc_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    filter: blur(4px);
    z-index: -1;
}*/
.imc_wrap {
  padding: 30px 0 15px;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.imcttl {
  font-size: 13px;
}
.imc_wrap p {
  font-size: 12px;
  line-height: 1.8;
  padding-top: 10px;
}
.linkimc a {
  width: 50%;
  display: block;
  color: #505050;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  letter-spacing: .5px;
  text-decoration: underline;
}
.linkimc a:hover {
  opacity: .4;
  transition: 1s;
  cursor: pointer;
}
.sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.sns ul li {
    max-width: 35px;
    padding: 0 2px;
}
.sns ul li:nth-child(2) {
    margin-top: 2px;
}
.sns ul li a {
  display: block;
}
.sns ul li a:hover {
  opacity: .3;
  transition: 1s;
  cursor: pointer;
}
.copyright {
    background: #2F2F2F;
    padding: 18px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: .5px;
    color: #898989;
}


@media screen and (max-width:1024px) {
.jp p {
  line-height: 1.5;
}
.en p {
  line-height: 1.4;
}
.video ul {
  padding: 30px;
}
.coment2 {
    max-width: 86%;
}
#concerto ul.concertolist {
  max-width: 90%;
}
body, section:before,
.imc_area::before {
  background-size: cover;
}

.artistsnote {
  bottom: -320px;
}
#plofile {
    padding: 331px 0 0;
}
.flex li:first-child {
    width: 200px;
}

}

@media screen and (max-width:769px) {
.sponly {display: block;}
.pdfdl {display: none;}
.pconly{display: none!important;}
.tell.sp {
  display: inline-block;
}
.tell.sp a {
  text-decoration: none;
  color: #C4C4C4
}
.flex {
    display: block;
}
.program_wrap,
.profle_wrap {
    width: 100%;
    padding-left: 200px;
    padding-right: 30px;
}
.flex li {
    width: 100%;
    max-width: 100%;
}

.pt150 {
    padding-top: 30px;
}
.en p:first-child,
.jp p:first-child {
    padding-bottom: 5px;
}
.video ul {
  display: block;
  padding: 30px 80px;
}
.video ul li {
    width: 100%;
}
.coment2 {
    max-width: 100%;
    padding-left: 200px;
    padding-right: 30px;
}
.imc_area::before {
    background-size: cover;
    background-position: 50% 50%;
}

.flex2 {
    display: block;
    justify-content: inherit;
    align-items: inherit;
}
.flex2 li {
    width: 100%;
    max-width: 90%;
    padding: 0px 30px;
    text-align: center;
    margin: 0 auto 15px;
}
.playguide ul {
    display: block;
    justify-content: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.playguide li:first-child {
    padding-right: 0;
    border-bottom: 1px solid;
    border-color: rgba(69, 69, 69, .74);
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-right: none;
    text-align: center;
    width: 100%;
}
.playguide li:last-child {
  max-width: 70%;
  margin: 0 auto;
}
.playguide {
    padding: 30px 0;
}
.recital_ttl {
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
}
.Ptitle h4 {
  font-size: 26px;
}
#concerto ul.concertolist {
    max-width: 100%;
    display: block;
}
#concerto ul.concertolist li:first-child {
    width: 80%;
    padding-right: 0;
    border: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px solid #444;
}
#concerto .playguide .linkbox, .linkbox2 {
    width: 40%;
    margin: 20px auto 0;
}
#concerto ul.concertolist li:last-child {
    padding-left: 0;
    border-left: none;
    border-color: none;
    text-align: center;
}
#concerto .price {
    width: 100%;
    margin: 13px auto;
}
#concerto .atention {
    width: 100%;
    text-align: center;
}
.guide_ttl {
    text-align: center;
}
.imc_wrap {
    padding: 30px 0 10px;
}

.imc_area::before {
    background: none;
    background-position:inherit;
    background-size:inherit;
    content: "";
    display:inherit;
    top: inherit;
    left: inherit;
    z-index: inherit;
    height: inherit;
    width: inherit;
}
body::before{
  background: none;
  }
section:before {
    background: url(img/kv.jpg) no-repeat;
        background-position: 74% 60%;
        background-size: 200%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;/*
    position: fixed;*/
    filter: blur(0);
    opacity: .1;

}

.organizer {
    padding: 25px 0;
    max-width: 81%;
    margin: 0 auto;
}

#concerto .guide {
  text-align: center;
}
.organizer ul li {
    line-height: 1.6;
    padding-right: 10px;
}
.organizer ul li:last-child {
  padding-right: 0
}
.playguide li:first-child p {
    display: inline-block;
    text-align: left;
}



.artistsnote {
        bottom: -505px;
        width: 95%;
    }

.kv {
        background-position: 50% 100px;
        padding-top: 1000px;
        background-size: cover;
    }
.title {
    position: absolute;
    top: 3%;
    left: 50%;
    text-align: center;
    height: 6%;
    transform: translateX(-50%);
}
#plofile {padding: 531px 0 0;}

.profle_wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 50px 50px 100px;
}
.flex li:first-child {width: 100%;}
.namearea {padding-top: 30px;}

.namearea ul li:first-child {width: 180px;}
.flex li:last-child { width: 100%;}
.namearea ul li:nth-child(2), .namearea ul li:last-child {
    width: 400px;
    max-width: inherit;
}
.coment_flex ul {
    display: flex;
    gap: 15px;
}
.green_box {
    bottom: -153px;
}
.program_wrap {
  padding: 100px 50px;
}
.Ptitle h4 {
    width: 220px;
  }

.jp {
    display: block;
}

.p_l {
    width: auto;
}
.jp p.en {
    padding-top: 0;
  }
.en p:first-child, .jp p:first-child {
        padding-bottom: 0;
    }

.jp .dott {
    display: none;
}
.p_r {
    width: 100%;
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
}
.p_r::before {
    content: "---";
    position: absolute;
    width: 24px;
    font-size: 13px;
    z-index: 999999;
    left: -3px;
    top: 58%;
    transform: translateY(-50%);
}
.programarea {
    padding-left: 40px;
}

}

/*@media screen and (min-width:480px) {
  .sponly2 {
  display: block;
}*/

@media screen and (max-width:480px) {
.sponly2 {
  display: block;
}
.pconly2 {
  display: none;
}

.artistsnote {
    position: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    padding: 50px 35px;
}
.delayScroll {
  width: 80%;
  margin: 0 auto
}
ul.ttlbox li:first-child {
    width: 80%;
    margin-bottom: 15px;
}
.artistcoment {
    font-size: 13px;
    line-height: 2;
    color: #36EA2D;
    padding: 21px 0 0;
    font-weight: 200;
}


.kv {
    height: 114vh;
    background: url(img/kv_sp.jpg) no-repeat;
    max-height: inherit;
    background-size: 100%;
    padding-top: 0;
}
.menu ul {
    display: none;
}
.logo {
    width: 40px;
    margin-left: 0;
    margin-bottom: 0;
}
.menu {
    top: 15px;
    left: 15px;
    bottom: inherit;
}
.title {
    width: 100%;
}
.sp {
  display: block;
}

.title h1 {
    color: rgba(0,0,0,.5);
    letter-spacing: -1px;
    padding-bottom: 10px;
    font-size: 26px;
}
.title h2 {
    line-height: 1.6;
    letter-spacing: 1px;
}
.title h2 span {
  display: none;
}
.title h2, .title h3 {
    padding-bottom: 10px;
}
.profle_wrap {
    width: 100%;
    padding: 50px 35px 100px;
}
.green_box {
    bottom: -50px;
    height: 150px;
    overflow: hidden;
    right: 0px;
}
.programarea {
    padding-left: 0;
}
.program_wrap {
    padding: 100px 45px 50px;
}







.namearea ul li:first-child {
    width: 35%;
}
.namearea ul li:nth-child(2), .namearea ul li:last-child {
  width: 100%;
  max-width: inherit;
}
.coment_flex ul {
    display: block;
    gap: 0;
}
.flex li .coment_flex ul li {
    width: 100%;
    max-width: 100%;
}



.en_name {
    font-size: 28px;
    letter-spacing: -1px;
}
.coment {
    font-size: 13px;
    line-height: 2;
    padding: 25px 0 0;
    letter-spacing: .5px;
    color: #505050;
}
.coment_flex ul li:last-child .coment {
  padding-top: 10px;
}




.fadeIn {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    opacity: 0;
    transform: translateY(15%)!important;
}
#plofile {
    padding-top: 0
}

.fadeUp {
  animation-duration: 1s;
}
.flex.blurbox2 {
    padding-top: 50px;
}
.programnum {
    width: 50px;
    margin-right: 20px;
}
.video ul {
    padding: 30px 20px;
}
#program {
    background-position: 25%,50%;
}
.flex.blurbox2 li:nth-child(2) {
    padding-left: 20px;
}
.flex.blurbox2 ul:last-child {
    padding-left: 0px;
}
.video {
    padding-top: 0;
}

section:before {
  background-position: 76% 51%;
  background-size: 300%;
  height: 110vh
  }








.coment2 {
    max-width: 100%;
    padding: 50px 15px;
    line-height: 2.2;
    letter-spacing: 2px;
}
.flex2 li {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
.recital_name {
  font-size: 16px;
}
.atention,
.price {
    width: 90%;
}
.atention {
  text-align: left;
}
.organizer {
  max-width: inherit;
}
.organizer ul {
    display: block;
    justify-content: inherit;
    align-items: inherit;
    text-align: center;
}
.organizer ul li {
  padding: 5px 0;
}
.organizer {
    padding: 15px 0 25px;
}


.playguide {
  background: #000;
}



.playguide ul {
  padding: 0 15px
}

.playguide li:first-child p {
    text-align: left;
}
.playguide li:last-child {
    max-width: 100%;
}

.guide a {
    font-size: 16px;
    padding-bottom: 10px;
}
.tell {
    letter-spacing: .5px;
    font-size: 14px;
    display: inline-block;
}

.tell a {
  color: #C4C4C4;
  text-decoration: none;
}
#concerto ul.concertolist {
  padding: 0 15px;
}
#concerto ul.concertolist li:first-child {
  width: 100%;
}
.recitalarea .recital_box {
  padding: 30px 0;
}
.recital_box {
    padding: 5px 0 30px;
}
#concerto .recital_name {
    font-size: 16px;
}
#concerto .recital_name span {
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.4;
}
.music {
    font-size: 13px;
    line-height: 1.4;
}
.linkbox,
.linkbox2 {
    width: 85%;
    margin: 20px auto 0;
}
#concerto .playguide .linkbox {
    width: 85%;
    margin: 0px auto 0;
}
#concerto ul.concertolist li:last-child {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
#concerto .price {
    line-height: 2.3;
    padding-bottom: 10px;
}
#concerto .atention {
    text-align: left;
}
#concerto .guide {
    padding-bottom: 18px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
#concerto .guide .tell {
  display: block;
  font-size: 16px;
  padding: 13px 0 5px;
}
.guide_ttl {
    padding-bottom: 15px;
}
#concerto .guide a {
    padding-bottom: 0px;
}
        .playguide li:first-child {
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }
     .playguide {
        padding: 30px 0;
    }

    .playguide ul {
        padding: 0 15px;
    }



.recital_ttl {
    padding: 40px 0 20px;
}
.imc_wrap {
    padding: 30px 15px 10px;
    max-width: 100%;
}
.mi {
  display: block;
  padding-top: 5px;
}
.border {
  height: 200px;
}
#concerto .recital_ttl {
    padding-bottom: 15px;
    font-size: 16px;
}

}
