@charset "utf-8";



	
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

body {
/*  font-family: "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
*/
  font-family:Arial, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 12px;
  /* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
  color: #000;
}

.en {
  font-family: Arial;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

.inner {
  width: 100%;
  /* max-width: 1040px; */
  margin: 0 auto;
  position: relative;
}

.u_hidden {
  display: none;
}

.is_effect.effect_active {
  animation: fadein 1.5s ease forwards;
}

.is_effect.reverse.effect_active {
  animation: fadein_reverse 1.5s ease forwards;
}

@keyframes fadein {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadein_reverse {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}



@media screen and (min-width:1024px) {
  /*　画面サイズが1024px以上はここを読み込む　*/

.pc { display: block; }
.sp { display: none; }

.column{
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.left-column {
  /* width: calc(100% / 3); */
  /* width: clamp(27.188rem, 4.063rem + 28.91vw, 38.75rem); */
  /* max-width: 620px;*/
  width: 32.3%;
  min-width: 435px; 
  height: 100vh;
  background-color: #efeae0;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
}

.main-column {
  /* width: calc(100% / 3); */
  /* width: 56%; */
  /* width: calc(100% - 840px); */
  width: calc(100% - (32.3% + 220px));
  background-color: #fff;
  box-sizing: border-box;
}

.right-column {
  /* width: calc(100% / 3); */
  width: 220px;
  /* width: 220px; */
  height: 100vh;
  background-color: #efeae0;
  padding: 20px;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
}

/*-------------------event_info------------------*/
.event_info{
  padding: 80px 0 0 60px;
  position: fixed;
}

.event_info .main-logo{
  width: 315px;
}
.event_info .location {
  margin: 9.5vw 0 0 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.event_info .location span{
  font-size: 26px;
}
.event_info .dates {
  margin: 2.6vw 0 0 0;
  font-size: 20px;
  line-height: 1.4;
}
.event_info .dates span{
  font-size: 26px;
}
.event_info .free-entry {
  font-size: 26px;
  margin-top: 3.4vw;
}
.event_info .info {
  font-size: 8px;
  color: #808080;
  /* margin-top: 9.5vw; */
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 2vw;
  /* position: fixed;
  bottom: 6%; */
}
.event_info .info span{
  font-size: 10px;
}
/*-------------------date-logo------------------*/
.date-logo {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* right: 84px; */
  right: 4vw;
  /* top: 13vw; */
  top: 18vw;
}
.date-logo .date-vertical {
  writing-mode: vertical-rl;
  font-size: 45px;
  position: relative;
}
.date-logo .LMAP-logo{
  width: 100px;
/*  position: fixed;
  bottom: 6%;*/
  margin-top: 5vw;
}
.date-logo .LMAP-logo span{
  aspect-ratio: 201/208;
  background-image: url(../images/top/LMAP_logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
}





#idx_artist .artist_item {
  width: calc((100% - 60px) / 4);
}

#idx_artist .artist_item:nth-child(odd) {
  margin-right: 20px;
}

#idx_artist .artist_item:nth-child(3n) {
  margin-right: 20px;
}

#idx_artist .artist_item:nth-child(4n) {
  margin-right: 0;
}

/* -----------hover--------- */


#model .close:hover,
.btn_primary a:hover,
.btn_second a:hover,
#idx_artist .artist_item:hover,
#footer .sponsorship a:hover,
#idx_project .project_container a:hover{
  opacity: 0.7;
}



@media screen and (min-width: 768px) {
    /*　画面サイズが768px以上はここを読み込む　*/
  #idx_mainvisual .top_slider {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 1200px;
    max-height: 1080px;
    /* height: 84vw; */
  }

  #idx_artist .artist_item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(odd) {
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(3n) {
    margin-right: 0;
  }
  #idx_event .inner,
  #idx_popup .inner {
    max-width: 720px;
  }
  #idx_popup .popup_brand_img figcaption {
    font-size: 14px;
  }
}


/*-------------------h_title------------------*/
.h_title {
  text-align: center;
}

.h_title span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 19px;
}

.h_title span::after,
.h_title span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background: #666;
}

.h_title span::before {
  left: 0;
}

.h_title span::after {
  right: 0;
}

/*-------------------btn_primary------------------*/
.btn_primary {
  width: 224px;
  margin: 15px 0 0 8px;
}

/*-------------------header------------------*/
#header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  z-index: 10;
  cursor: pointer;
  flex-direction: row-reverse;
}

#header .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  transition-duration: 0.5s;
  z-index: 10;
  top: 60px;
  right: 62px;
}

#header .hamburger.open .icon {
  transition-duration: 0.5s;
}

#header .hamburger.open .icon span:nth-of-type(1) {
  transform: rotateZ(135deg) scaleX(0.6) translate(4.5px, -4.5px);
  width: 62px;
  right: -14px;
  top: -13px;
}
#header .hamburger.open .icon span:nth-of-type(2)  {
  opacity: 0;
}
#header .hamburger.open .icon span:nth-of-type(3)  {
  transform: rotateZ(-135deg) scaleX(0.6) translate(4.5px, 4.5px);
  width: 62px;
  right: -14px;
  top: -3px;
}

#header .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 0px;
  width: 30px;
  top: 30px;
  background-color: #000;
}

#header .hamburger .icon span {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #000;
  content: "";
  top: -20px;
}

#header .hamburger .icon span:nth-of-type(2) {
  top: -8px;
}

#header .hamburger .icon span:nth-of-type(3) {
  top: 4px;
}


#header .menu {
  position: fixed;
  left: 0;
  top: 0;
  padding-bottom: 35px;
  width: 100%;
  height: 100vh;
  background: #efeae0;
  /* background-color: rgba(239, 234, 224, 0.5); */
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

#header .menu.opend {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

#header .menu nav {
  display: flex;
}

#header .menu_list {
  position: absolute;
/*  top: 27.5vw;*/
  top: 49.5%;
  left: 74%;
  transform: translateY(-50%) translateX(-50%);
}
#header .menu_item{
  margin: 0 0 38px 0;
}
#header .menu_item:last-child {
  margin-bottom: 0;
}

#header .menu_item {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  opacity: 1;
  width: fit-content;
}
#header .menu_item::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;

}
#header .menu_item a{
  z-index: 1;
}
#header .menu_item:hover::before {
  width: 100%;
}
#header .menu_item a:hover{
  opacity: 1;
}
#header .menu_note {
  margin: 0;
}



/*-------------------idx_mainvisual------------------*/
#idx_mainvisual {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

#idx_mainvisual .inner {
  width: 100%;
  max-width: 100%;
}

#idx_mainvisual .mainvisual_contain .swiper-slide {
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
}

#idx_mainvisual .mainvisual_contain figure {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#idx_mainvisual .inner img {
  max-height: 100%;
  width: 100%;
}


/*-------------------common------------------*/

h4.sec_title {
  position: relative;
  font-size: 30px;

  padding: 0 0 0 23px;
  font-weight: 600;
  letter-spacing: 0.014em;
}

h4.sec_title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background-color: #000000;
  position: absolute;
  top: 3px;
  left: 0;
}

p.comingsoon{
  text-align: center;
  color: #cacaca;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 53px 0 0 0;
}


/*-------------------idx_about------------------*/
#idx_about {
  margin-top: 138px;
}
#idx_about .about_lumine_content{
  display: flex;
}
#idx_about h4.sec_title {
  top: 4px;
  left: 10px;
}
#idx_about h4.sec_title::before {
  left: -3px;
}
#idx_about .about_desc {
  margin-bottom: 188px;
}
#idx_about .about_desc p {
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.025em;
  line-height: 2;
  display: flex;
  justify-content: center;
}
#idx_about .about_desc p span{
  font-weight: 600;
  display: contents;
}
#idx_about .about_desc p span.big{
  font-size: 21px;
}
#idx_about .about_lumine_imgarea {
  width: 50%;
  max-width: 496px;
}
#idx_about .about_lumine_textarea {
  margin-left: 5vw;
}
#idx_about .about_lumine_block {
  margin-bottom: 25px;
}
#idx_about .about_lumine_block:last-child {
  margin-bottom: 0;
}
#idx_about .about_lumine_desc p {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 0 9px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}
#idx_about .about_lumine_desc p.small {
  font-size: 14px;
}
/*
#idx_about .about_lumine_desc .scheduleBox{
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 0 9px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#idx_about .about_lumine_desc .scheduleBox .yearBox{
width: 100%;
}
#idx_about .about_lumine_desc .scheduleBox .dateBox{
width: 60%;
}
#idx_about .about_lumine_desc .scheduleBox .timeBox{
width: 40%;
}
*/


#idx_about .about_lumine_desc.free {
  margin: 37px 0 89px 0;
}
#idx_about .about_lumine_desc.free p{
  overflow:hidden;
  display: inline-block;
  line-height: 1;
}
#idx_about .about_lumine_desc.free span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin: 0 0 0 8px;
  background-color: #f0ebe1;
  white-space: nowrap;
  margin-right: -0.3em;
}

/*-------------------idx_floormap------------------*/
#idx_floormap {
  margin-top: 200px;
}
#idx_floormap .floormap_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_floormap .floormap_imgarea{
  margin: 56px 0 0 0;
}

/*-------------------idx_artist------------------*/
#idx_artist {
  margin-top: 200px;
}
#idx_artist .artist_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_artist .artist_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 54px 0 2px 0;
}
#idx_artist .inner .h_title img {
  width: 129px;
}
#idx_artist .artist_item {
  margin-bottom: 32px;
}
#idx_artist .artist_title {
  font-size: 16px;
}
#idx_artist .artist_item {
  width: calc((100% - 25px) / 2);
  margin-bottom: 32px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#idx_artist .artist_item:nth-child(odd) {
  margin-right: 25px;
}
#idx_artist .artist_image {
  width: 100%;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#idx_artist .artist_image img {
  max-height: 100%;
}
#idx_artist .artist_title {
  text-align: center;
}
#idx_artist .artist_title span {
  white-space: nowrap;
}

/*-------------------idx_workshops------------------*/
#idx_workshops {
  margin-top: 170px;
}
#idx_workshops .workshops_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_workshops .workshops_container{
  margin: 36px auto;
  border-left: 6px solid #efeae0;
  padding-left: 25px;
}
#idx_workshops .workshops_container:nth-of-type(2)  {
  margin-top: 30px;
}
#idx_workshops .workshops_content .toptxt{
  margin-top: 36px;
  font-size: 20px;
  line-height: 1.8;
}
#idx_workshops .workshops_container .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.6;
}
#idx_workshops .workshops_container .title01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.6;
}
#idx_workshops .workshops_container .text-content .title02{
  font-size: 24px;
  margin-bottom: 17px;
  line-height: 1.6;
}
#idx_workshops .workshops_container .detailBox{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#idx_workshops .workshops_container .detailBox .box{
  width:50%;
  min-width: 230px;
}
#idx_workshops .image-placeholder {
  width: 100%;
  margin-bottom: 17px;
}
#idx_workshops .text-content {
  font-size: 20px;
  line-height: 1.85;
}
#idx_workshops .bgBox{
  background-color:#efeae0;
  font-size: 20px;
  line-height: 1.85;
  padding: 30px 20px 15px 20px;
  margin-bottom: 20px;
}
#idx_workshops .bgBox .ttl{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 17px;
}
#idx_workshops .bgBox .box{
  font-size: 20px;
  line-height: 1.85;
  margin-bottom: 36px;
}
#idx_workshops .bgBox .box .subTxt{
font-size: 15px;
}
#idx_workshops .bgBox .box .note{
  font-size: 15px;
}
#idx_workshops .note {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 10px;
}
#idx_workshops .note:last-child{
  margin-bottom: 0;
}
#idx_workshops .note .squareBox{
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  margin-right: 2px;
}
#idx_workshops .text-content .note.boxBtm{
  margin-bottom: 30px;
}
#idx_workshops .text-content .box{
margin-bottom: 36px;
}
#idx_workshops .text-content .color-red{
  color: #f00;
}

/*-------------------idx_project------------------*/
#idx_project {
  margin-top: 105px;
}
#idx_project .project_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_project .project_container {
  margin: 36px auto;
  border-left: 6px solid #efeae0;
  padding-left: 25px;
  margin-bottom: 30px;
}
#idx_project .project_container:first-child {
  margin-top: 30px;
}
#idx_project .project_container:last-child {
  margin-bottom: 0;
}
#idx_project .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.6;
}
#idx_project .image-placeholder {
  width: 100%;
  margin-bottom: 17px;
}
#idx_project .text-content {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1em;
}
#idx_project .text-content .ttlBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#idx_project .text-content .ttl {
  font-size: 20px;
  line-height: 1.85;
}
#idx_project .text-content .linkBox{
  font-size: 13px;
}
#idx_project .text-content .linkBox svg {
  width: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
}
#idx_project .text-content .detailTxt{
  font-size: 16px;
  line-height: 1.875;
}
#idx_project .text-content p{
  margin-bottom: 1em;
}

/*-------------------idx_artstore------------------*/
#idx_artstore {
  margin-top: 105px;
}
#idx_artstore .artstore_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_artstore .artstore_container {
  margin: 36px auto;
  border-left: 6px solid #efeae0;
  padding-left: 25px;
}
#idx_artstore .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.6;
}
#idx_artstore .image-placeholder {
  width: 100%;
  margin-bottom: 17px;
}
#idx_artstore .text-content {
  font-size: 20px;
  line-height: 1.8;
}

/*-------------------idx_artaward------------------*/
#idx_artaward {
  margin-top: 105px;
}
#idx_artaward .artaward_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_artaward .artaward_container {
  display: flex;
  max-width: 720px;
  width: 100%;
  margin: 56px 0 0 0;
}
#idx_artaward .left-section {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
#idx_artaward .right-section {
  width: 79%;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 440px;
}
#idx_artaward .award-image {
  max-width: 250px;
  height: auto;
}
.left-section .instructions{
  margin: 56px 0 0 0;
}
.left-section .instructions p {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  color: #666666;
  font-weight: 500;
}
.left-section .instructions .down_arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 12px;
}
.left-section .instructions .down_arrow:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.right-section .highlight {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
}
.right-section .lead {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
  margin: 14px 0 0 0;
  line-height: 1.5;
}
.right-section .desc {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0 0 0;
  letter-spacing: 0;
}
.right-section .desc:last-child{
  margin: 20px 0 0 0;
}

/*-------------------idx_hospitality------------------*/
#idx_hospitality {
  margin-top: 188px;
}
#idx_hospitality .hospitality_wrap{
  width: 67%;
  margin: 0 auto;
  max-width: 720px;
}
#idx_hospitality .hospitality_container{
  margin: 48px 0 0 0;
}

#idx_hospitality .hospitality_container li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
#idx_hospitality .hospitality_container li img {
  width: 100px;
  margin-right: 34px;
}
#idx_hospitality .hospitality_container .text_area{
  font-size: 19px;
}
#idx_hospitality .hospitality_container li h5 {
  font-weight: 600;
}
#idx_hospitality .hospitality_container li .text_area .desc {
  margin: 18px 0 0 0;
  line-height: 1.5;
}


/*-------------------idx_archive------------------*/
#idx_archive {
  margin-top: 214px;
}
#idx_archive .sec_title{
  width: 67%;
  margin: 54px auto 0;
  max-width: 720px;
  text-align: left;
}


.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-container .year{
  width: 67%;
  margin: 54px auto 14px;
  max-width: 720px;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
}
.carousel-item img{
  width: 100%;
}

.prev-area, .next-area {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
}

.prev-area {
  left: 0;
}

.next-area {
  right: 0;
}
.prev-btn, .next-btn {
  position: absolute;
  width: 25px;
  cursor: pointer;
  transform: translateY(-50%);
          top: 62%;
}

.prev-btn {
  left: 10px;
  transform: rotate(180deg);
}

.next-btn {
  right: 10px;
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

.indicator {
  width: 7px;
  height: 7px;
  background-color: #cacaca;
  border-radius: 50%;
  cursor: pointer;
}

.indicator.active {
  background-color: #666666;
}


.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}



/*-------------------model------------------*/
#model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 35px 0;
}
#model.open {
  opacity: 1;
  pointer-events: auto;
}
#model .model_artist_title {
  font-size: 22px;
}
#model .model_artist_title .en {
  font-size: 16px;
  margin-top: 0;
}
#model .close {
  bottom: 10px;
}
#model .close_icon {
  height: 20px;
}
#model .close_icon::after {
  left: -10px;
  top: 10px;
  width: 20px;
}
#model.open .model_artist {
  transform: translateY(0);
  opacity: 1;
}
#model .model_artist {
  max-width: 550px;
  padding-bottom: 40px;
  width: 100%;
  background: #fff;
  min-height: 380px;
  padding: 50px 76px;
  position: relative;
  transition: all 0.4s ease;
  margin: auto;
}
#model .model_artist_img {
  /* max-height: 185px;
  height: 185px; */
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-height: 330px;
  height: 330px; */
  margin-bottom: 25px;
  width: 100%;
}
#model .model_artist_img img {
  /* max-height: 100%; */
  width: 100%;
}
#model .model_artist_title {
  font-size: 25px;
  line-height: 1.75;
  font-weight: 600;
}

#model .model_artist_title .jp {
}

#model .model_artist_title .en {
  display: block;
  font-size: 18px;
}
#model .model_artist_heading {
  display: flex;
  margin: 32px 0 0;
  align-items: center;
  justify-content: space-between;
}
#model .model_artist_insta{
  display: block;
  width: 30px;
}
#model .model_artist_desc {
  letter-spacing: 0.0125em;
  line-height: 1.67;
  font-weight: 500;
  text-align: justify;
  font-size: 16px;
  margin: 30px 0 0 0;
}

#model .close {
  position: absolute;
  bottom: 5px;
  right: 11px;
  transform: rotate(45deg);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#model .close_icon {
  background: #333;
  height: 15px;
  width: 1px;
  position: absolute;
}

#model .close_icon::after {
  background: #333;
  content: "";
  position: absolute;
  left: -7px;
  top: 7px;
  height: 1px;
  width: 15px;
}

#model .top,
#model .bottom {
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

#model .top {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  top: 10px;
  right: 10px;
}

#model .bottom {
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  left: 10px;
  bottom: 10px;
}

/*-------------------footer------------------*/
#footer {
  width: 87%;
  margin: 148px auto 0;
  max-width: 900px;
}
#footer .inner {
}
#footer .note {
  line-height: 1.5;
  margin-bottom: 36px;
  font-size: 13px;
}
#footer .logo-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 ;
}
#footer .logo-area .logo_01 {
  width: 112px;

}
#footer .logo-area .logo_02 {
  width: 74px;
}
#footer .inner .caution li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  /* margin-bottom: 36px; */
  font-size: 13px;
}

#footer .inner .sponsorship{
  margin: 20px 0 0 0;
  display:flex;
}
#footer .inner .sponsorship .ttl{
  display:block;
  white-space: nowrap;
  font-weight: normal;
  margin-right: 1em;
}

#footer .inner .sponsorship li{
  text-indent: -4.3em;
  padding-left: 4.5em;
  line-height: 1.5;
  font-size: 13px;
}
#footer .inner .logo {
  width: 110px;
  text-align: left;
}
#footer .inner .copy {
  text-align: right;
  margin-bottom: 5px;
}
#footer .inner .sponsorship svg {
  width: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
}



}



/* 1920px以上の画面幅に適用するスタイル */
@media screen and (min-width: 1920px) {
  /* 1920px以上の場合のスタイル */
  body {
      /* background-color: rgb(230, 173, 208);  */
      /* 例: 背景色を変更 */
  }
  .left-column{
    width: 620px;
  }
  .main-column{
    width: calc(100% - 840px);
  }
  #idx_mainvisual .top_slider {
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: unset;
  }
  #idx_about .about_lumine_content{
    justify-content: center;
  }
}
/* 1280px以上1920px未満の画面幅に適用するスタイル */
@media screen and (max-width: 1919px) and (min-width: 1280px) {
  /* 1280pxから1919pxの間の場合のスタイル */
  body {
      /* background-color: lightgreen;  */
  }


}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  /* 1024pxから1279pxの間の場合のスタイル */
  body {
      /* background-color: lightcoral;  */
  }
  .main-column {
    width: calc(100% - 435px);
  }
  .event_info .location,
  .event_info .dates,
  .event_info .info{
    display: block;
  }

  .date-logo{
    z-index: 1;
    position: absolute;

  }
}

@media screen and (max-width:1023px) {
  /*　画面サイズが1023pxまでは以下を読み込む　*/

  body {
    background: #efeae0;
  }
  .right-column {
    display: none;
  }
  .main-column {
      margin-left: 0;
      width: 100%;
  }


  .pc { display: none; }
  .sp { display: block; }
  
  .column{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .main-column {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  
  .date-vertical.fv{
    /* display: none; */
  }

/*-------------------header------------------*/
#header {
  position: fixed;
  z-index: 10;
  cursor: pointer;
  top: 0vw;
  right: 0vw;
}
#header .wrapper{
  position: fixed;
  z-index: 10;
  cursor: pointer;
  background: #efeae0;
  top: 0vw;
  right: 0vw;
}
#header .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  transition-duration: 0.5s;
  z-index: 10;
  top: 9vw;
  right: 6.5vw;
}

#header .hamburger.open .icon {
  transition-duration: 0.5s;
}

#header .hamburger.open .icon span:nth-of-type(1) {
  transform: rotateZ(135deg) scaleX(0.6) translate(4.5px, -4.5px);
  width: 48px;
  right: 0;
  top: -8px;
}
#header .hamburger.open .icon span:nth-of-type(2)  {
  opacity: 0;
}
#header .hamburger.open .icon span:nth-of-type(3)  {
  transform: rotateZ(-135deg) scaleX(0.6) translate(4.5px, 4.5px);
  width: 48px;
  right: 0;
  top: 2px;
}

#header .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 0px;
  width: 30px;
  background-color: #000;
}

#header .hamburger .icon span {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -12px;
}

#header .hamburger .icon span:nth-of-type(2) {
  top: -4px;
}

#header .hamburger .icon span:nth-of-type(3) {
  top: 4px;
}


#header .menu {
  position: fixed;
  left: 0;
  top: 0;
  padding-bottom: 35px;
  width: 100%;
  height: 100vh;
  background: #efeae0;
  /* background-color: rgba(239, 234, 224, 0.5); */
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

#header .menu.opend {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

#header .menu nav {
  display: flex;
}

#header .menu_list {
  position: absolute;
/*  top: 46.5vw;*/
  top: 174px;
  left: 32vw;
}
#header .menu_item{
/*  margin: 0 0 7.7vw 0;*/
margin: 0 0 29px 0;
}
#header .menu_item:last-child {
  margin-bottom: 0;
}

#header .menu_item a {
  color: #000000;
/*  font-size: 5vw;*/
  font-size: min(5vw, 30px);
  font-weight: 600;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

#header .menu_note {
  margin: 0;
}

#idx_mainvisual {
  overflow: hidden;
}

/*-------------------event_info------------------*/
.event_info.sp{
  width: 100%;
  padding: 5vw;
  background: #efeae0;
  /* border-bottom: 1px solid #000000; */
}

.event_info .date-rogo_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.event_info .main-logo{
  width: 32vw;
  max-width: 220px;
  /*  margin: 6vw 0 6vw 5vw;*/
  margin: 22.5px 0 22.5px 18px;
}
.LMAP-logo_sp{
  width: 9vw; 
}
.event_info_wrap{
  display: flex;
  justify-content: space-between;
}
.event_info .location {
  font-size: 3vw;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
nav .event_info .location,
nav .event_info .dates,
nav .event_info .free-entry,
nav .event_info .info{
  display: none;
}
.event_info .location span{
  font-size: 4.1vw;
}
.event_info .dates {
  margin: 2.7vw 0 0 0;
  font-size: 3vw;
  line-height: 1.5;
}
.event_info .dates span{
  font-size: 4vw;
}
.event_info .free-entry {
  font-size: 3.3vw;
  margin-top: 1vw;
}
.event_info .info {
  font-size: 8px;
  color: #808080;
  margin-top: 184px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.event_info .info span{
  font-size: 10px;
}
/*-------------------date-logo------------------*/
.date-logo {
  position: fixed;
  right: 8.5vw;
  top: 15vw;

}
.date-vertical.fv{
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 6vw;
  top: 16vw;
  right: 7.6vw;
  z-index: 2;
}
nav .date-vertical{
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 6vw;
  right: 0.5vw;
  z-index: 2;
  white-space: nowrap;
}
.date-logo .LMAP-logo{
  display: none;
}



  /*-------------------idx_mainvisual------------------*/
  
      /*　画面サイズが768px以上はここを読み込む　*/
  /* @media screen and (min-width: 768px) {
  

    #idx_mainvisual .top_slider {
      width: 100%;
      max-width: 1200px;
      max-height: 1080px;
      height: 84vw;
    }
  
    #idx_artist .artist_item {
      width: calc((100% - 40px) / 3);
      margin-right: 20px;
    }
  
    #idx_artist .artist_item:nth-child(odd) {
      margin-right: 20px;
    }
  
    #idx_artist .artist_item:nth-child(3n) {
      margin-right: 0;
    }
    #idx_event .inner,
    #idx_popup .inner {
      max-width: 720px;
    }
    #idx_popup .popup_brand_img figcaption {
      font-size: 14px;
    }
  } */
    /* #idx_artist .artist_item {
      width: calc((100% - 60px) / 4);
    }
  
    #idx_artist .artist_item:nth-child(odd) {
      margin-right: 20px;
    }
  
    #idx_artist .artist_item:nth-child(3n) {
      margin-right: 20px;
    }
  
    #idx_artist .artist_item:nth-child(4n) {
      margin-right: 0;
    } */
  
    /* -----------hover--------- */
    #model .close:hover,
    .btn_primary a:hover,
    .btn_second a:hover,
    #idx_artist .artist_item:hover,
    #idx_project .project_container a:hover {
      opacity: 0.7;
    }
  
  

  /*-------------------h_title------------------*/
  .h_title {
    text-align: center;
  }
  
  .h_title span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 19px;
  }
  
  .h_title span::after,
  .h_title span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #666;
  }
  
  .h_title span::before {
    left: 0;
  }
  
  .h_title span::after {
    right: 0;
  }
  
  /*-------------------btn_primary------------------*/
  .btn_primary {
    width: 39vw;
    margin: 2vw 0 0 2vw;
  }
  
  /*-------------------idx_mainvisual------------------*/
  #idx_mainvisual {
  
  }
  
  #idx_mainvisual .inner {
    width: 100%;
    max-width: 100%;
  }
  
  #idx_mainvisual .mainvisual_contain .swiper-slide {
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
  }
  
  #idx_mainvisual .mainvisual_contain figure {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #idx_mainvisual .inner img {
    max-height: 100%;
    width: 100%;
  }
  
  
  /*-------------------common------------------*/
  
  h4.sec_title {
    position: relative;
    font-size: 5.6vw;
    padding: 0 0 0 16px;
    font-weight: 600;
    letter-spacing: 0;
  }
  
  h4.sec_title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    background-color: #000000;
    position: absolute;
    top: 4px;
    left: -1px;
  }
  #idx_about h4.sec_title::before {

  }
  p.comingsoon{
    text-align: center;
    color: #cacaca;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 9vw 0 0 0;
  }
  
  
  /*-------------------idx_about------------------*/
  #idx_about {
    margin-top: 22vw;

  }
  #idx_about .about_lumine_content{
  }
  #idx_about h4.sec_title {
    top: 4px;
    left: 10px;
  }

  #idx_about .about_desc {
    margin-bottom: 22.2vw;
  }
  #idx_about .about_desc p {
    text-align: center;
    font-weight: 400;
    font-size: 3.4vw;
    letter-spacing: 0.025em;
    line-height: 2;
    display: flex;
    justify-content: center;
  }
  #idx_about .about_desc p span{
    font-weight: 600;
    display: contents;
  }
  #idx_about .about_desc p span.big{
    font-size: 3.6vw;
  }
  #idx_about .about_lumine_imgarea {
    width: 100%;
  }
  #idx_about .about_lumine_textarea {
    width: 56vw;
    margin: 10vw auto 0;
  }
  #idx_about .about_lumine_block {
    margin-bottom: 25px;
  }
  #idx_about .about_lumine_block:last-child {
    margin-bottom: 0;
  }
  #idx_about .about_lumine_desc p {
    font-size: 3.6vw;
    font-weight: 600;
    margin: 7vw 0 0 2vw;
    text-align: left;
    line-height: 1.86;
    letter-spacing: 0;
    overflow: hidden;
    display: inline-block;
  }
  #idx_about .about_lumine_desc p.small {
    font-size: 14px;
  }
  #idx_about .about_lumine_desc.free {
    /* margin: 6.4vw 0 14vw 0; */
  }
  #idx_about .about_lumine_desc.free span {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    background-color: #f0ebe1;
    margin-right: -0.3em;
    line-height: 1;
  }
  
  /*-------------------idx_floormap------------------*/
  #idx_floormap {
    margin-top: 27.5vw;
  }
  #idx_floormap .floormap_wrap{
    width: 72%;
    margin: 0 auto;
  }
  #idx_floormap .floormap_imgarea{
    margin: 9vw 0 0 0;
  }
  
  /*-------------------idx_artist------------------*/
  #idx_artist {
    margin-top: 27vw;
  }
  #idx_artist .artist_wrap{
    width: 72%;
    margin: 0 auto;
  }
  #idx_artist .artist_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 5vw 0 0 0;
  }
  #idx_artist .inner .h_title img {
    width: 129px;
  }
  #idx_artist .artist_item {
    margin-bottom: 32px;
  }
  #idx_artist .artist_title {
    font-size: 2.6vw;
    position: relative;
    top: -3.4vw;
  }
  #idx_artist .artist_item {
    width: calc((100% - 6vw) / 3);
    margin-bottom: -3.5vw;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 3vw;
  }
  #idx_artist .artist_item:nth-child(3n) {
    margin-right: 0;
  }
  #idx_artist .artist_image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #idx_artist .artist_image img {
    max-height: 100%;
  }
  #idx_artist .artist_title {
    text-align: center;
  }
  #idx_artist .artist_title span {
  }
  
  /*-------------------idx_workshops------------------*/
#idx_workshops {
  margin-top: 29vw;
}
#idx_workshops .sec_title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
#idx_workshops .workshops_content .toptxt{
  width: 72%;
  margin: 9vw auto 0 auto;
  font-size: 3.4vw;
  line-height: 1.5;
}
#idx_workshops .workshops_container{
  position: relative;
  width: 100%;
  margin: 36px auto;
  overflow: hidden;
}
#idx_workshops .workshops_container .detailBox{
  margin-top: 10px;
}
#idx_workshops .workshops_container:nth-of-type(2) {
  margin-top: 30px;
}
#idx_workshops .workshops_container .title {
  width: 78%;
  margin: 0 auto;
  border-left: 3px solid #efeae0;
  padding-left: 3vw;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4vw;
}
#idx_workshops .workshops_container .title01 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4vw;
}
#idx_workshops .workshops_container .text-content .title02{
  font-size: 4vw;
  line-height: 1.5;
  padding-bottom: 4vw;
}
#idx_workshops .image-placeholder {
  width: 100%;
}  
#idx_workshops .text-content {
  width: 78%;
  margin: 0 auto;
  border-left: 3px solid #efeae0;
  padding: 3vw 0 0 3vw;
  font-size: 3.4vw;
  line-height: 1.5;
}
#idx_workshops .bgBox{
  background-color:#efeae0;
  font-size: 3.4vw;
  line-height: 1.5;
  padding:3vw;
}
#idx_workshops .bgBox .ttl{
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4vw;
}
#idx_workshops .bgBox .box{

}

#idx_workshops .infoBox{
  width: 72%;
  margin: 0 auto;
}
#idx_workshops .text-content .note {
  font-size: 3.2vw;
  line-height: 1.5;
  padding-bottom: 3vw;
}
#idx_workshops .text-content.spBox .note:last-child{
}
#idx_workshops .text-content .note.boxBtm{
  padding-bottom:4vw;
}
#idx_workshops .text-content .note .squareBox{
  display: inline-block;
  width: 3vw;
  height: 3vw;
  background-color: #000;
  margin-right: 1vw;
}
#idx_workshops .text-content .box{
  padding-bottom:5.5vw;
}
#idx_workshops .text-content.spBox .box{
}
#idx_workshops .text-content .color-red{
  color: #f00;
}


  /*-------------------idx_project------------------*/
  #idx_project {
    margin-top: 9vw;
  }
  #idx_project .sec_title{
    width: 72%;
    margin: 0 auto;
    text-align: left;
  }
  #idx_project .project-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #idx_project .project_container {
    margin: 36px auto;

  }
  #idx_project .project_container:nth-of-type(2)  {
    margin-top: 30px;
  }
  #idx_project .title {
    width: 78%;
    margin: 0 auto;
    border-left: 3px solid #efeae0;
    padding-left: 3vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 4vw;
  }
  #idx_project .image-placeholder {
    width: 100%;
  }
  #idx_project .text-content {
    width: 78%;
    margin: 0 auto;
    border-left: 3px solid #efeae0;
    padding: 3vw 0 0 3vw;
    font-size: 3.4vw;
    line-height: 1.5;
  }
  #idx_project .text-content.boxBtm{
    padding-bottom: 3vw;
  }
  #idx_project .text-content .ttlBox {
    margin-bottom: 1em;
  }
  #idx_project .text-content .ttl {
    font-size: 3.4vw;
    line-height: 1.85;
  }
  #idx_project .text-content .linkBox{
    font-size: 3vw;
    text-align: right;
  }
  #idx_project .text-content .linkBox svg {
    width: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  
  #idx_project .text-content .detailTxt{
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #idx_project .text-content p{
    margin-bottom: 5.5vw;
  }

  /*-------------------idx_artstore------------------*/
  #idx_artstore {
    margin-top: 10vw;
  }

  #idx_artstore .sec_title{
    width: 72%;
    margin: 0 auto;
    text-align: left;
  }
  #idx_artstore .project-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #idx_artstore .artstore_container {
    margin: 36px auto;
  }
  #idx_artstore .title {
    width: 78%;
    margin: 0 auto;
    border-left: 3px solid #efeae0;
    padding-left: 3vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 4vw;
  }
  #idx_artstore .image-placeholder {
    width: 100%;
  }
  #idx_artstore .text-content {
    width: 78%;
    margin: 0 auto;
    border-left: 3px solid #efeae0;
    padding: 3vw 0 0 3vw;
    font-size: 3.4vw;
    line-height: 1.5;
  }
  /*-------------------idx_artaward------------------*/
  #idx_artaward {
    margin-top: 17.5vw;
  }
  #idx_artaward .artaward_wrap{
    width: 72%;
    margin: 0 auto;
  }
  #idx_artaward .artaward_container {
    width: 100%;
    margin: 10vw 0 0 0;
  }
  #idx_artaward .left-section {
    text-align: center;
  }
  #idx_artaward .right-section {
    text-align: left;
    margin: 5.5vw 0 0 0;
  }
  .left-section .instructions {
    margin: 5vw 0 0 0;
  }
  .left-section .instructions p {
    font-size: 3vw;
    line-height: 1.6;
    margin: 2vw 0px;
    color: #666666;
    font-weight: 500;
  }
  .left-section .instructions .down_arrow {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    margin: 10px;
  }
  .left-section .instructions .down_arrow:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #666666;
    border-right: solid 2px #666666;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .right-section .highlight {
    font-weight: 600;
    font-size: 4.4vw;
    letter-spacing: 0.02em;
  }
  .right-section .lead {
    margin: 2vw 0 0 0;
    line-height: 1.5;
    font-weight: 600;
    font-size: 4.4vw;
    letter-spacing: 0.02em;
  }
  .right-section .desc {
    font-size: 3.4vw;
    line-height: 1.8;
    margin: 5.5vw 0 0 0;
    letter-spacing: 0;
  }
  .right-section .desc:last-child{
    margin: 5vw 0 0 0;
  }
  
  /*-------------------idx_hospitality------------------*/
  #idx_hospitality {
    margin-top: 25.5vw;
  }
  #idx_hospitality .hospitality_wrap{
    width: 72%;
    margin: 0 auto;
  }
  #idx_hospitality .hospitality_container{
    margin: 8vw 0 0 0;
  }
  
  #idx_hospitality .hospitality_container li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6vw;
  }
  #idx_hospitality .hospitality_container li img {
    width: 13vw;
    margin-right: 4vw;
  }
  #idx_hospitality .hospitality_container .text_area{
    font-size: 19px;
  }
  #idx_hospitality .hospitality_container li h5 {
    font-weight: 600;
    font-size: 3.4vw;
  }
  #idx_hospitality .hospitality_container li .text_area .desc {
    margin: 2vw 0 0 0;
    line-height: 1.6;
    font-size: 3.3vw;
  }
  
  
  /*-------------------idx_archive------------------*/
  #idx_archive {
    margin-top: 27vw;
  }
  #idx_archive .sec_title{
    width: 72%;
    margin: 27vw auto 0;
    text-align: left;
  }
  .carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .carousel-container .year{
    width: 72%;
    margin: 8.4vw auto 14px;
    text-align: left;
    font-size: 3.8vw;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carousel-item {
    min-width: 100%;
  }
  .carousel-item img{
    width: 100%;
  }
  
  .prev-area, .next-area {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
  }
  
  .prev-area {
    left: 0;
  }
  
  .next-area {
    right: 0;
  }
  
  .indicators {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
  }
  
  .indicator {
    width: 7px;
    height: 7px;
    background-color: #cacaca;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .indicator.active {
    background-color: #666666;
  }
  
  .prev-btn, .next-btn {
    position: absolute;
    width: 4vw;
    cursor: pointer;
    top: 62%;
    transform: translateY(-50%);
  }
  
  .prev-btn {
    left: 10px;
    transform: rotate(180deg);
  }
  
  .next-btn {
    right: 10px;
  }
  
  /*-------------------model------------------*/
  #model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    padding: 35px 0;
  }
  
  #model.open {
    opacity: 1;
    pointer-events: auto;
  }
  
  #model.open .model_artist {
    transform: translateY(0);
    opacity: 1;
  }
  
  #model .model_artist {
    width: 100%;
    max-width: 285px;
    background: #fff;
    min-height: 380px;
    padding: 24px 30px;
    position: relative;
    transition: all 0.4s ease;
    margin: auto;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #model .model_artist_img {
    max-height: 185px;
    height: 185px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #model .model_artist_img img {
    max-height: 100%;
  }
  #model .model_artist_heading {
    display: flex;
    margin: 5vw 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
  }
  #model .model_artist_insta{
    display: block;
    width: 5vw;
  }
  
  #model .model_artist_title {
    font-size: 4vw;
    line-height: 1.75;
    font-weight: 600;
  }
  
  #model .model_artist_title .jp {
  }
  
  #model .model_artist_title .en {
    display: block;
    font-size: 2.8vw;
  }
  
  #model .model_artist_desc {
    letter-spacing: 0.0125em;
    line-height: 1.67;
    font-weight: 500;
    text-align: justify;
  }
  
  #model .close {
    position: absolute;
    bottom: 5px;
    right: 11px;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  #model .close_icon {
    background: #333;
    height: 15px;
    width: 1px;
    position: absolute;
  }
  
  #model .close_icon::after {
    background: #333;
    content: "";
    position: absolute;
    left: -7px;
    top: 7px;
    height: 1px;
    width: 15px;
  }
  
  #model .top,
  #model .bottom {
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
  }
  
  #model .top {
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    top: 10px;
    right: 10px;
  }
  
  #model .bottom {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    left: 10px;
    bottom: 10px;
  }
  
  /*-------------------footer------------------*/
  #footer {
    width: 89%;
    margin: 21vw auto 0;
  }
  #footer .inner {
  }
  #footer .note {
  }
  #footer .logo-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0 8vw;
  }
  #footer .logo-area .logo_01 {
    width: 26vw;
  }
  #footer .logo-area .logo_02 {
    width: 16.5vw;
  }
  #footer .inner .caution li{
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    /* margin-bottom: 36px; */
    font-size: 3vw;
  }
  #footer .inner .sponsorship{
    margin: 5vw 0 0 0;
    font-size: 3vw;
   line-height: 1.5;
  }
  #footer .inner .sponsorship .ttl{
  font-weight: normal;
  }
  #footer .inner .sponsorship svg {
  width: 2vw;
  display: inline-block;
  position: relative;
  top: 0;
  }
/*
  #footer .inner .sponsorship li{
    text-indent: -4.3em;
    padding-left: 4.5em;
    line-height: 1.5;
    font-size: 3vw;
  }
  #footer .inner .sponsorship svg{
    width: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
 */ 
  
}

@media screen and (min-width: 1024px) and (max-width: 1280px){

  .color-beige .date-logo .date-vertical {
    color: #efeae0;
  }
  .color-beige .date-logo .LMAP-logo span{
    background-image: url(../images/top/LMAP_logo_beige.png);
  }
  .color-beige .date-logo .LMAP-logo.color-black span{
    background-image: url(../images/top/LMAP_logo.png);
  }
    
}