@charset "UTF-8";

main {
    /*padding-top: 120px;
    /* height: 100vh; */
    align-items: center;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.header__inner {
    padding: 30px 36px;
}

.header__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
}

.stamp {
    width: 80px;
}

.header__item a {
    display: block;
    width: 94px;
}

 .main__visual {
    overflow: hidden;
	height: 100svh;
  display: flex;
	justify-content: center;
  align-items:center;
} 

h1 {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}


.title img {
    width: 320px;
    margin-bottom: 16px;
}

.txt_color01 {
	color: #DF7524;
}

.txt_color02 {
	color: #1C9CBD;
}

.txt_small {
	font-size: 80%;
}

.bottom_line01 {
	display: flex;
	align-items: flex-end;
}

.bottom_line02 {
	align-self: flex-end;
}

.timetable01 {
 margin: auto;
 width: 60%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 font-weight: bold;
}
.timetable01 tr {
 border-top: dashed 1px #778ca3;
}
.timetable01 th {
 padding: 10px;
 background: #DF7524;
	color: #fff;
}
.timetable01 td {
 padding: 10px;
	color: #1C9CBD;
}
.timetable01 td .time {
 padding: 10px;
	color: #DF7524;
}


.artist_day01,.artist_day02 {
	margin-bottom: 10px;
}

.artist_day01 img {
	max-width: 80%;
}

.artist_day02 img {
	max-width: 70%;
}

/* ------ artist-prof ------ */
.artist_prof {
	margin: 150px auto 0px;
	max-width: 1000px;
	display: flex;
	padding: 0 5%;
}

.artist_prof_ph {
	margin-right: 30px;
}
.artist_prof_ph img {
}
.artist_prof_txt {
	
}

.artist_prof_txt dt {
	margin-bottom: 1rem;
	font-weight: bold;
}

.artist_prof_txt dd {
	margin-bottom: 3rem;
}
.notes a {
	color: #000;
}

.notes a:hover {
	color: #DF7524;
}

/* ------ copy ------ */
.copy {
    text-align: center;
    padding: 160px 16px 80px 16px;
    /* clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%); */
    background-color: #f1e8ce;
}

.copy__main {
    max-width: 700px;
    margin: 0 auto 40px;
}

.copy__top {
    font-size: 3rem;
    font-feature-settings: "palt";
}



.copy__bottom {
    font-size: 1.8rem;
    font-feature-settings: "palt";
}



/* ------ artist ------ */
.artist {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}

.title {
    max-width: 600px;
    margin-bottom: 16px;
}


.artist__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto 80px;
}

.artist__wrapper.reverse {
    flex-direction: row-reverse;
}

.artist__img {
    width: 45%;
    text-align: center;
	position:relative;
}

.artist_space2 {
	margin-left: 100px;
}


.artist__img_tag {
	position:absolute;
	bottom: 0;
	left: 0;
}

.artist__inner {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.artist__name {
    font-size: 3rem;
    font-weight: bold;
	line-height:120%;
	margin-bottom: 10px;
}

.artist__text {
    font-size: 1.6rem;
	font-feature-settings: "palt";
}



.member {
    max-width: 300px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
	margin-top: 20px;
	text-align: left;
}

.member tr {
    display: flex;
    gap: 24px;
    border-bottom: 1px #262626 solid;
}

.member th {
    width: 20%;
    margin-left: 10px;
}

.main_member_box {
	position: relative;
}

.main_member_button {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

.member_box {
	position: relative;
}

.member_button {
	position: absolute;
	top: 20px;
	right: 20px;
}

.member_button2 {
	position: absolute;
	top: 20px;
	right: 20px;
}

.main-artist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 80px;
}

.main-artist__img {
    width: 55%;
}

.main-artist__img img {
    max-width: unset;
}

.main-artist__inner {
    width: 40%;
}

.main-artist__name {
    font-size: 5rem;
}

.main-artist__text {
    font-size: 2rem;
}



@media screen and (max-width: 1020px) {
    .main-artist__name {
        font-size: 5rem;
		margin-bottom: 10px;
    }
    .main-artist__text {
        font-size: 2rem;
    }

}





.notes {
    font-size: 3rem;
    font-weight: bold;
    padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* ------ market ------ */
.market__area {

    background: #f1e8ce;
    padding: 80px 0;
}

.market {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}

.title.title__left {
    text-align: left;
}

.title.title__left .title__ja {
    left: 0;
}


.shop-list-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    row-gap: 70px;
    margin-top: 80px;
}

.shop-item {
    position: relative;
    z-index: 1;
}

.drink-shop-item::before {
    position: absolute;
    top: -4%;
    content: "";
    display: block;
    width: 100px;
    height: 30px;
    background-image: url(../images/drink.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.food-shop-item::before {
    position: absolute;
    top: -4%;
    content: "";
    display: block;
    width: 100px;
    height: 30px;
    background-image: url(../images/food.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.shop-image {
    width: 100%;
    background-color: rgb(255, 255, 255);
    /* border: 1px solid #dedede; */
    position: relative;
    overflow: hidden;
}

.shop-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.shop-name {
    padding: 15px 0 12px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    word-wrap: break-word;
}

.food .shop-name {
    padding-bottom: 0;
}

.shop-service {
    font-size: 1.5rem;
}

.menu-txt {
    font-size: 1.2rem;
    padding-top: 16px;
}


.market__notes {
    text-align: right;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 40px;
}

@media (min-width: 560px) and (max-width: 1000px) {
    .shop-list-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 559px) {
    .shop-list-inner {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.timetable01 {
 width: 80%;
}
}

/* ------ present ------ */
.present {
    max-width: 1000px;
    margin: 80px auto 160px;
    padding: 0 16px;
}

.present__wrapper {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 40px auto 0;
}

.present__img {
    width: 50%;
}

.present__inner {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.present__caption {
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 1rem;
}

.present__text {
    font-size: 1.6rem;
	margin-bottom: 1rem;
}

.present__notes {
    font-size: 1.2rem;
}

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

	
	

    .copy {
        padding: 80px 16px;
    }
    .copy__top {
        font-size: 2rem;
    }


    header {
        position: unset
    }
    .header__inner {
        padding: 10px;
    }
    main {
        /* height: unset;
        padding: 180px 0 0; */
        align-items: baseline;
        /*padding-top: 80px;*/
    }

    .stamp {
        width: 60px;
    }
    .header__item a {
        display: block;
        width: 74px;
    }

	
    .artist__wrapper,
    .artist__wrapper.reverse {
        flex-direction: column;
    }
    .artist__img {
        width: 100%;
    }
    .artist__img img {
        max-width: 600px;
		margin-bottom: 20px;
    }
    .artist__inner {
        width: 100%;
        text-align: center;
    }

    .member {
        margin: 0 auto;
    }
    .main-artist {
        flex-direction: column;
    }
    .main-artist__img img {
        max-width: unset;
    }
    .main-artist__inner {
        text-align: center;
    }


	
    .present__wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .present__inner {
        width: 100%;
        margin: 0 auto;
    }

    .present__img {
        width: 100%;
        margin: 0 auto;
    }
}


/* ------ footer ------ */
footer {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 80px;
}

.copyright {
    margin-top: 40px;
}



/* ------ camp ------ */


.camp_inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 180px;
    padding: 0 0 100px;
}

.camp_contents {
    position: absolute;
    top:-58px;
    left: 0;
    width: 100%;
    display:flex;
    justify-content: space-between;
    z-index: 5;
}



.camp .h2-ttl{
    width: 516px;
}

.camp .h2-text{
    padding: 20px 0 0;
}

.camp .info {
    font-size: 1.8rem;
    padding: 40px 0 0;
    font-weight: 700;
}

.camp .info .camp_link{
    padding: 1px 8px;
    text-align: center;
    color: #000;
    background-color: #c6ccd5;
    display: inline-block;
    margin-top: 20px;
}

.camp .camp_image{
    position: relative;
    width: 387px;
    height: auto;
    margin-top: 80px;
}

.camp .camp_image .planetarium_txt{
    position: absolute;
    top: -107px;
    right: -40px;
    width: 265px;
    z-index: 10;
}

/* ------ workshop ------ */
.workshop {
    position: relative;
}

.workshop_bg {
  background-image: url('/images/common/bg_texture.jpg');
  background-size: auto;
  background-repeat: repeat-y; 
  clip-path: polygon(0 300px, 100% 0, 100% calc(100% - 300px), 0 100%);
  height: 885px;
}

.workshop_inner {
    width: 100%;
    max-width: 960px;
    position: absolute;
    top: 236px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}



.workshop .h2-ttl{
    width: 237px;
}

.workshop .workshop-item{
    display:flex;
    justify-content: flex-start;
    margin: 40px 0 0;
}

.workshop .workshop_image{
    width: 475px;
    height: auto;
    z-index: 5;
}

.workshop .workshop_info{
    padding: 20px 0 0 60px;
}

.workshop .workshop_title{
    font-size: 2.6rem;
    font-weight: 700;
    padding: 0 0 20px;
}

.workshop .workshop_text{
    font-size: 1.7rem;
    padding: 0 0 20px;
    line-height: 1.4;
}

.workshop .workshop_detail{
    font-size: 1.7rem;
    font-weight: 700;
}

.note{
    width: 800px;
    margin: 100px auto 120px;
    position: relative;
    z-index: 5;
}

/* ------ 会場map ------ */

@media (hover: hover) and (pointer: fine) {
    .hover10 {
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    }

.hover10:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
}
}
    .hover10 {
    width: 25%;
    text-align: center;
    }




/* footer{
    position: relative;
    height: 36vw;
} */

/* footer .footer_logo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41vw;
    height: auto;
    padding: 14vw 5vw;
    z-index: 5;
}

footer .notice{
    position: absolute;
    bottom: 0;
    left: 38vw;
    width: 37vw;
    height: auto;
    z-index: 5;
    padding: 7vw 0;
    line-height: 1.45;
    font-size: 1.5rem;
}

			 .footer-inner {
				 width: 100%;
				 height: 100%;
				 display: flex;
				 justify-content: center;
				 align-items: center;
			 }
			 .footer-inner small {
				 color: #666;
				 font-size: 14px;
				 padding-top: 650px
			 } */

.upper{
    width: 100px;
    position:fixed;
    right:4vw;
    bottom:4vw;
    transition:1s;
    opacity:0.7;
    z-index: 10;
}

.upper:hover{
    opacity:1;
}

.img_drawing{
    position: fixed;
    top: 2vw;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

.img_man {
    width: 10vw;
    position: absolute;
    top: 42vw;
    left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}

.img_cross{
    position:absolute;
    top: 59vw;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}

/* Tablet & SP ================================================== */
@media all and (max-width: 1000px) {
    
    /* .market_inner, 
    .food .market_inner,
    .camp_inner,
    .workshop_inner {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
     */
    
    .market .h2-area {
        left: 0;
        padding: 0 20px;
    }
    
    .camp_contents {
        display: block;
    }
    
    .camp .info .camp_link {
        padding: 1px 0;
        color: #021265;
        background-color: inherit;
        text-decoration: underline;
    }

    .camp .camp_image .planetarium_txt {
        top: -55px;
        right: -13px;
        width: 45%;
        z-index: 10;
    }
    
    .note{
        width: 100%;
        padding: 0 20px;
        margin: 200px auto 120px;
    }
    
}


/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 1000px) {
    
    #main-visual {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
    }
    
    #main-visual .img_text02 {
        width: 39vw;
    }

    /* .market {
        padding: 45px 0 0;
    } */

    /* .market .shop-item {
        margin-right: 10px;
    } */
    
    .market .shop-list-inner::before {
        width: calc(100% / 3 - 10px);
    }

    .market .shop-list-inner::after {
        width: calc(100% / 3 - 10px);
    }

    /* .market .shop-item {
        width: calc(100% / 3 - 10px);
    }
    
    .market .shop-item:nth-of-type(3n) {
        margin-right: 0;
    } */
    
    
    .food_bg {
      clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
      height: 170vw;
    }
    
    /* .food .market_inner {
        top: 75px;
    } */
    
    .camp {
        position: relative;
        height: 90vw;
    }
    
    .camp_contents {
        position: absolute;
        top:-48px;
        left: 20px;
        width: calc(100% - 40px);
        z-index: 10;
    }
    
    .camp .h2-ttl {
        width: 100%;
        max-width: 500px;
    }
    
    .camp .info {
        font-size: 1.7rem;
    }
    
    .camp .camp_image {
        width: 100%;
        margin-top: 54px;
        padding: 0 50px;
    }

    .workshop_bg {
      clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
    }
    
    .note {
        width: 100%;
        padding: 0 20px;
    }
	
.hover10 {
margin-top: -100px;
border-radius: 10%;
text-align: center;
   } 
	
	.present__caption {
	text-align: center;
}
	
		.present__text {
	text-align: center;
}

.present__notes {
	text-align: center;
}
}

/* SP ================================================== */
@media all and (max-width: 559px) {
   
h1 {
    max-width: 950px;
    width: 80%;
    margin: 0 auto;
    height: auto;
}
	.main {
		padding-top: 0px;
	}
    
    .img_man {
        width: 15vw;
        top: 104vw;
    }
    
    .img_cross {
        top: 134vw;
    }
    
    #main-visual .img_text01 {
        width: 11vw;
        top: 111vw;
        left: 67%;
    }
    
    #main-visual .img_text02 {
        width: 49vw;
        bottom: 30vw;
    }

    /* .market_inner {
        margin-bottom: 50px;
    } */
    
    .market .h2-area {
        top: -166px;
    }
    
    .h2-text {
        padding: 20px 0 0;
        font-size: 1.4rem;
    }
    
    .market .h2-ttl{
        width: 262px;
    }

    .food_bg {
      clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
      height: 385vw;
    }

    /* .food .market_inner {
        top: -10px;
    } */
    
    .food .shop-list-area {
        margin: 0 auto;
    }
    
    /* .market .shop-item {
        margin-right: 16px;
    } */
    
    .market .shop-list-inner::before {
        width: calc(100% / 2 - 8px);
    }

    .market .shop-list-inner::after {
        width: calc(100% / 2 - 8px);
    }

    /* .market .shop-item {
        width: calc(100% / 2 - 8px);
    }
    
    .market .shop-item:nth-of-type(2n) {
        margin-right: 0;
    } */
    
    
    .links-box-sns a {
        width: 6vw;
    }
    
    .links-box-ec a {
        padding: 3px 8px;
    }
    
    .camp {
        position: relative;
        height: 480px;
    }
    
    .camp_contents {
        position: absolute;
        top:-68px;
        left: 20px;
        width: calc(100% - 40px);
        z-index: 10;
    }
    
    .camp .h2-ttl {
        width: 100%;
    }
    
    .camp .info {
        font-size: 1.7rem;
    }
    
    .camp .camp_image {
        width: 100%;
        height: 200px;
        margin-top: 54px;
    }
    
    .workshop_bg {
        clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
        height: 1000px;
    }
    
    .workshop_inner {
        top: 132px;
    }
    
    .workshop .h2-ttl{
        width: 151px;
    }
    .workshop-item{
        flex-direction: column-reverse;
        padding-bottom: 30px;
    }
    
    .workshop .workshop_title {
        font-size: 2.3rem;
    }
    
    .workshop .workshop_text {
        font-size: 1.5rem;
    }
    
    .workshop .workshop_detail {
        font-size: 1.7rem;
    }
    
    .workshop .workshop_info {
        padding: 0;
    }
    
    .workshop .workshop_image {
        width: 100%;
        height: 200px;
        margin-top: 30px;
    }
    
    .note{
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .note img{
        position: absolute;
        top: -226px;
        left: 50%;
        width: calc(100vw - 100px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 5;
    }
	
	/* ------ 会場map ------ */

 
    .hover10 {
        margin-top: 90px;
        border-radius: 10%;
        text-align: center;
    }
	
    
    /* footer{
        height: 108vw;
    }
    
    footer .footer_logo{
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 55vw;
    }
    
    footer .notice {
        width: 80%;
        z-index: 5;
        padding: 21vw 0;
        font-size: 1.1rem;
        top: 63vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
	
				 .footer-inner {
				 width: 100%;
				 height: 100%;
				 display: flex;
				 justify-content: center;
				 align-items: center;
			 }
			 .footer-inner small {
				 font-size: 8px;
				 padding-top: 320px;
				 color: #666;
			 } */
	

    .upper {
        width: 80px;
    }
    
    .img_drawing{
        top: 215px;
    }

}


/* 20240220 */
.workshop .workshop_info{
    width: 475px;
}
.workshop .workshop-item{
    margin: 60px 0 0;
}
/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 1000px) {

    html{
        font-size: 1.2vw;
    }

    /* .market_inner, .food .market_inner, .camp_inner, .workshop_inner{
        padding-right: 4vw;
        padding-left: 4vw;
    } */
    /* .market{
        padding: 9vw 0 0;
    } */
    /* .market_inner{
        margin-bottom: 10vw;
    } */
    .market .h2-ttl{
        width: 50vw;
    }
    /* .market_inner{
        margin: 27vw auto 0;
    } */
    .market .shop-list-inner{
        margin: 8vw auto 0;
    }
    /* .market .shop-item{
            width: calc(100% / 3 - 2vw);
    }
    .market .shop-item{
        margin-right: 3vw;
    }
    .market .shop-item:nth-of-type(4n){
        margin-right: 3vw;
    }
    .market .shop-item:nth-of-type(3n){
        margin-right: 0;
    } */
    .shop-name{
        padding: 3vw 0 2.4vw;
    }
    /* .market .shop-item{
        margin-bottom: 8vw;
    } */
    .links-box-ec{
        width: 16vw;
        height: 4vw;
        margin-left: 1vw;
        line-height: 4vw;
    }
    .links-box-ec a{
        font-size: 1.7vw;
        padding: 0.4vw 1.2vw;
    }
    .camp_contents{
    top: -9.6vw;
    left: 4vw;
    width: calc(100% - 8vw);
    }
    .camp .h2-ttl{
        width: 85vw;
    }
    .camp .h2-text{
        padding: 4vw 0 0;
    }
    .camp .info{
        padding: 8vw 0 0;
    }
    .camp .info .camp_link{
        margin-top: 4vw;
    }
    .camp .camp_image{
        margin-top: 11vw;
    }
    .workshop .h2-ttl{
        width: 35vw;
    }
    .workshop .workshop_info{
        width: auto;
    }
    .workshop .workshop-item{
        margin: 8vw 0 0;
    }
    .workshop .workshop_image{
        height: 32vw;
    }
    .workshop .workshop_image{
        margin-top: 3vw;
    }
    .workshop .workshop_text{
        padding: 0 0 4vw;
    }
    .workshop-item{
        padding-bottom: 6vw;
    }
    .workshop_inner{
        top: 26.4vw;
    }
    .workshop .workshop_title{
        padding: 0 0 4vw;
    }
    .note img{
        top: -45.2vw;
    }
    .workshop .workshop_info{
        padding: 2vw 0 0 4vw;
    }
    .workshop .workshop_image{
        width: 50vw;
    }
    .workshop .workshop_info{
        width: 50vw;
    }

    /* .food .market_inner{
        top: 7vw;
    } */

}
/* SP ================================================== */
@media all and (max-width: 559px) {

    html{
        font-size: 2.2vw;
    }

    /* .market .shop-item{
        width: calc(100% / 2 - 1.6vw);
    }
    .market .shop-item{
        margin-right: 3.2vw;
    } */

    /* .market_inner, .food .market_inner, .camp_inner, .workshop_inner{
        padding-right: 4vw;
        padding-left: 4vw;
    } */
    /* .market{
        padding: 9vw 0 0;
    } */
 .market_inner{
        width: 80%;
	 margin: 0 auto;
} 
    .market .h2-ttl{
        width: 85vw;
    }
    /* .market .shop-item{
        margin-bottom: 8vw;
    } */
    /* .market_inner{
        margin: 27vw auto 0;
    } */
    /* .market .shop-list-inner{
        margin: 8vw auto 0;
    } */
    /* .food .market_inner{
        top: 10vw;
    } */
    .links-box-ec{
        width: 16vw;
        height: 4vw;
        line-height: 3vw;
    }
    .links-box-ec a{
        font-size: 2.6vw;
        padding: 0.6vw 1.2vw;
    }
    .shop-name{
        padding: 3vw 0 2.4vw;
    }
    .camp .h2-ttl{
        width: 85vw;
    }
    .camp_contents{
        top: -13.6vw;
        left: 4vw;
        width: calc(100% - 8vw)
    }
    .camp .h2-text{
        padding: 4vw 0 0;
    }
    .camp .info{
        padding: 8vw 0 0;
    }
    .camp .info .camp_link{
        margin-top: 4vw;
    }
    .camp .camp_image{
        margin-top: 10.8vw;
    }
    .workshop .h2-ttl{
        width: 35vw;
    }
    .workshop .workshop_info{
        width: auto;
    }
    .workshop .workshop-item{
        margin: 12vw 0 0;
    }
    .workshop .workshop_image{
        height: 58vw;
    }
    .workshop .workshop_image{
        margin-top: 3vw;
    }
    .workshop .workshop_text{
        padding: 0 0 4vw;
    }
    .workshop-item{
        padding-bottom: 6vw;
    }
    .workshop_inner{
        top: 26.4vw;
    }
    .workshop .workshop_title{
        padding: 0 0 4vw;
    }
    .note img{
        top: -45.2vw;
    }
}



/* 20240222 */
.logo-subarea{
    display: flex;
}
.logo-subarea-accesslink a{
    color: #000;
    text-decoration: underline;
}
.logo-subarea-accesslink{
    text-align: right;
    }

.main-logo{
    position: relative;
}
.main-logo h1{
    position: absolute;
    z-index: 2;
}
    /* .footer20240222{
        height: 47vw;
    } */


/* PC ================================================== */
@media all and (min-width: 1001px) {
    .logo-subarea{
        margin-top: 0.3vw;
    }
    .logo-subarea-instagram{
        width: 3vw;
    }
    .logo-subarea-accesslink{
        width: 25.8vw;
        font-size: 1.3vw;
        line-height: 2.6vw;
    }
    .main-logo h1{
        width: 31vw;
        height: auto;
        top: 5.5vw;
        left: 5vw;
    }
	



	
}
/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 1000px) {
    .logo-subarea{
        margin-top: 0.5vw;
    }
    .logo-subarea-instagram{
        width: 4vw;
    }
    .logo-subarea-accesslink{
        width: 25vw;
        font-size: 1.8vw;
        line-height: 4vw;
    }
    .main-logo h1{
        width: 31vw;
        height: auto;
        top: 5.5vw;
        left: 5vw;
    }
}
/* SP ================================================== */
@media all and (max-width: 559px) {
    .logo-subarea{
        margin-top: 0.5vw;
    }
    .logo-subarea-instagram{
        width: 5.5vw;
    }
    .logo-subarea-accesslink{
        width: 38.3vw;
        font-size: 2.6vw;
        line-height: 6.5vw;
    }

    /*.main-logo h1{
        width: 47vw;
        height: auto;
        top: 14vw;
        left:26.5vw;
    }*/
	
	.title img {
    width: 55%;
    margin-bottom: 16px;
}
	
	.timetable01 {
 width: 75%;
}

	/* ------ artist-prof ------ */
.artist_prof {
	margin: 50px auto;
	display:block;
	padding: 0 10%;
}

.artist_prof_ph {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
	
	.artist__wrapper {
		width: 80%;
	}
	
	.artist__img_tag {
	position:absolute;
	top: -10px;
	left: 0;
}
	.main_member_button {
	position: absolute;
	bottom: 0px;
	right: -10px;
}


.member_button2 {
	position: absolute;
	top: 0px;
	right: 20px;
}
		.present__caption {
	text-align: center;
}
	
		.present__text {
	text-align: center;
}

.present__notes {
	text-align: center;
}

}


