/* reset */
#main.main_content{
  max-width: unset;
  padding: 0 0;
}

/* line-break */
.pc-only{
  display: none;
}

.sp-only {
	display: block;
}


@media (min-width: 768px) {
  .pc-only {
	  display: block;
  }

  .sp-only {
    display: none;
  }
}

/* font */
body{
  font-family: "Noto Sans JP", sans-serif;
}

.serif{
  font-family: "Noto Serif JP", serif;
}

#arttrip{
  color: #5D1137;
  /* padding: 44px 0 192px; */
  position: relative;
  letter-spacing: 0.15em;
  font-feature-settings: 'palt' on;
}

#arttrip .arttrip-wrapper{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  #arttrip{
    /* padding:3.4375vw 0 15vw; */
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  #arttrip{
    /* padding: 5.6vw 0 6.1333vw; */
    font-size: 4.2667vw;
  }
}

/* common */

#arttrip .btn-more{
  margin-inline: auto;
  width: 300px;
  height: 50px;
}

#arttrip .btn-more a,
#arttrip .btn-more button{
  background: #5D1137;
  border-radius: 100vh;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: none;
}

#arttrip .catch{
  font-weight: 700;
  line-height: 2;
}

/* キーボード操作でないフォーカス（クリックなど）の場合のみアウトラインを非表示にする */
#arttrip button:focus:not(:focus-visible) {
  outline: none;      
}

#artrain,
#art-spot,
#stamp-rally,
#art-museum {
  scroll-margin-top: 90px;
}


#arttrip h2:not(.l-feature-title):not(.l-about-title):not(.l-art-museum-title){
  width: max-content;
  margin: 10px auto 0;
  width: 540px;
  height: 60px;
  aspect-ratio: 54 / 6;
}

#arttrip h2.l-art-museum-title{
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.3em;
  background: linear-gradient(transparent 65%, #B9DEE6 65%, #B9DEE6 90%, transparent 90%);
}

#arttrip .read{
  margin: 30px auto 0;
  max-width: 1100px;
  line-height: 2.0;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  #arttrip .catch{
    width: 95%;
    margin-inline: auto;
  }

  #arttrip .read{
    width: 95%;
    margin-inline: auto;
  }

}

@media screen and (max-width: 768px) {
  #arttrip .btn-more{
    width: 68vw;
    height: 13.333vw;
  }

  #arttrip .btn-more a,
  #arttrip .btn-more button{
    font-size: 3.7333vw;
  }

  #arttrip .catch{
    font-size: 4.2667vw;
    width: 89.333%;
    margin-inline: auto;
  }

  #arttrip h2:not(.l-feature-title):not(.l-about-title):not(.l-art-museum-title){
    width: 89.333%;
    height: 9.86667vw;
  }

  #arttrip h2.l-art-museum-title{
    font-size: 8vw;
  }

  #arttrip .read{
    width: 89.333%;
    margin: 5.333vw auto 0;
    max-width: unset;
    font-size: 4.2667vw;
    text-align: left;
  }

  #artrain,
  #art-spot,
  #stamp-rally,
  #art-museum {
    scroll-margin-top: 20vw;
  }
}


/* kv */
#arttrip .l-kv{
  max-width: 1440px;
  width: 100%;
  height: auto;
  background: linear-gradient(#5D1137 98%, #FFF 98%);
  position: relative; 
  padding-bottom: 19.44vw;
}

#arttrip .l-kv::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/kv-bg.png') no-repeat;
  background-size: 100% auto;
  /* background-position: 0 1px; */
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 330;
}


#arttrip .l-kv h1{
  display: block;
  width: 720px;
  padding: 80px 0 56px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#arttrip .l-kv .scroll-infinity__wrap {
  display: flex;
  height: 190px;
  overflow: hidden;
}

#arttrip .l-kv .scroll-infinity__wrap:hover .scroll-infinity__list--left{
  animation-play-state: paused;
}

#arttrip .l-kv .scroll-infinity__list {
  display: flex;
  list-style: none;
  width: max-content;
}

#arttrip .l-kv .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

#arttrip .l-kv .scroll-infinity__item {
  width: 166px;
  margin-left: 40px;
}

#arttrip .l-kv .scroll-infinity__item > img {
  width: 100%;
  aspect-ratio: 166 / 190;
}

#arttrip .l-kv .l-kv-read{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2.2;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  #arttrip .l-kv{
    width: 100%;
    max-width: unset;
    padding-bottom: 23vw;
  }

  #arttrip .l-kv::after{
    background: url('../img/kv-bg_sp.png') no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 86;
  }


  #arttrip .l-kv h1{
    width: 86.6667vw;
    padding: 13.333vw 0 8.8vw;
  }

  #arttrip .l-kv .scroll-infinity__wrap {
    height: 32vw;
  }

  #arttrip .l-kv .scroll-infinity__item {
    width: 28vw; /* 105px */
    margin-left: 6.6667vw; /* 25px; */
  }

  #arttrip .l-kv .l-kv-read{
    font-size: 3.7333vw;
    margin-top: 5.333vw;
  }
}

/* feature */
#arttrip .l-feature{
  padding: 50px 0;
}

#arttrip .l-feature h2.l-feature-title{
  max-width: 470px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

#arttrip .l-feature h2::before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 40px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(50deg);
}

#arttrip .l-feature h2::after{
  content:'';
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 40px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(-50deg);
}

#arttrip .l-feature .nav-anchor{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 1074px;
  gap: 20px;
  flex-wrap: wrap;
}

#arttrip .l-feature .nav-anchor li{
  height: 30px;
}

#arttrip .l-feature .nav-anchor li a{
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 16px 0 32px;
  border: 1px solid #5D1137;
  border-radius: 100vh;
  white-space: nowrap;
}

#arttrip .l-feature .nav-anchor li a span{
  color: #5D1137;
  font-size: 14px;
  font-weight: 700;
}

#arttrip .l-feature .nav-anchor li a::before{
  content:'';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/ico-anchor.svg') no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}

#arttrip .l-feature .poster{
  display: flex;
  margin: 50px auto 0;
  max-width: 1100px;
  gap: 40px;
}

#arttrip .l-feature .poster li{
  width: 245px;
  height: 180px;
}

@media screen and (min-width: 769px) and (max-width: 1023px){
  #arttrip .l-feature .poster{
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #arttrip .l-feature{
    padding: 8vw 0;
  }

  #arttrip .l-feature h2.l-feature-title{
    max-width: unset;
    width: 88%;
    font-size: 5.333vw;
  }

  #arttrip .l-feature h2::before{
    bottom: 5.6vw; /* 21px */
    width: 10.667vw;
  }

  #arttrip .l-feature h2::after{
    bottom: 5.6vw; /* 21px */
    width: 10.667vw;
  }

  #arttrip .l-feature .nav-anchor{
    margin: 8vw auto 0;
    max-width: unset;
    width: 89.333%;
    gap: 5.333vw;
  }

  #arttrip .l-feature .nav-anchor li{
    width: 100%;
    height: auto;
  }

  #arttrip .l-feature .nav-anchor li a{
    display: block;
    padding: 0 4.2667vw 0 9vw; /*0 16px 0 42px*/
    border-radius: 4vw;
  }

  #arttrip .l-feature .nav-anchor li a span{
    font-size: 3.7333vw;
    word-break: break-all;
    width: calc(100% - 14vw);
  }

  

  #arttrip .l-feature .nav-anchor li a::before{
    left: 3.8vw;
    width: 4.2667vw;
    height: 4.2667vw;
  }

  #arttrip .l-feature .poster{
    flex-wrap: wrap;
    margin: 13.333vw auto 0;
    max-width: unset;
    width: 89.333%;
    gap: 4.5333vw;
  }

  #arttrip .l-feature .poster li{
    width: 42.4vw;
    height: 31.2vw;
  }
}


/* about */
#arttrip .l-about{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../img/bg-about.png') no-repeat,linear-gradient(180deg, #b9dee6, #addddc, #a6dbcc, #a6d7b9, #add2a5, #bacb92, #cbc284, #dcb77d);
  background-size: 100% auto;
  background-position: top center;
  padding: 120px 0 75px;
}

#arttrip .l-about h2.l-about-title{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.3em;
}

#arttrip .l-about .l-about-read{
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}

#arttrip .l-about .l-about-arttrip{
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  gap: 20px;
}

#arttrip .l-about .l-about-arttrip li{
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#arttrip .l-about .l-about-arttrip li .catch{
  text-align: center;
  font-weight: 700;
}

#arttrip .l-about .l-about-arttrip li h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 65%, rgba(255, 255, 255, 0.6) 65%, rgba(255, 255, 255, 0.6) 90%, transparent 90%);
}

#arttrip .l-about .l-about-arttrip li figure{
  width: 82.353%;
  margin: 20px auto 0;
}

#arttrip .l-about .l-about-arttrip li figcaption{
  margin: 20px auto 0;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1023px){
  #arttrip .l-about .l-about-wrapper{
    width: 95%;
    margin-inline: auto;
  }

  #arttrip .l-about .l-about-arttrip li h3{
    font-size: 2.5vw;
    letter-spacing: 0.15em;
  }

  #arttrip .l-about .l-about-arttrip li figcaption{
    font-size: 1.75vw;
  }

}

@media screen and (max-width: 768px) {
  #arttrip .l-about{
    background: url('../img/bg-about_sp.png') no-repeat,linear-gradient(180deg, #b9dee6, #addddc, #a6dbcc, #a6d7b9, #add2a5, #bacb92, #cbc284, #dcb77d);
    background-size: 100% auto;
    background-position: top center;
    padding: 18.667vw 0 18.667vw;
  }

  #arttrip .l-about h2.l-about-title{
    width: 89.333%;
    margin-inline: auto;
    font-size: 8vw;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }

  #arttrip .l-about .l-about-read{
    width: 89.333%;
    margin-inline: auto;
    margin-top: 2.667vw;
    text-align: left;
    font-size: 4.2667vw;
    letter-spacing: 0.15em;
  }

  #arttrip .l-about .l-about-arttrip{
    width: 89.333%;
    max-width: unset;
    margin: 10.6667vw auto 0;
    flex-direction: column;
    gap: 10.6667vw;
  }

  #arttrip .l-about .l-about-arttrip li{
    width: 100%;
  }

  #arttrip .l-about .l-about-arttrip li .catch{
    font-size: 4.2667vw;
  }

  #arttrip .l-about .l-about-arttrip li h3{
    font-size: 5.333vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }

  #arttrip .l-about .l-about-arttrip li figure{
    width: 82.353%;
    margin: 20px auto 0;
  }

  #arttrip .l-about .l-about-arttrip li figcaption{
    font-size: 4.2667vw;
    margin: 5.333vw auto 0;
  }
}

/* artrain */
#arttrip .l-artrain{
  background: #F8F6F0;
  padding: 120px 0;
  text-align: center;
}

#arttrip .l-artrain .l-artrain-wrapper{
  margin: 60px auto 0;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#arttrip .l-artrain .l-artrain-wrapper figure{
  width: 48.18%; /* 530px */
}

#arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail{
  width: 45.45%; /* 500px */
}

#arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dt{
  width: 130px;
  height: 32px;
  border-left: 1px solid #5D1137;
  border-right: 1px solid #5D1137;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.2em;
}

#arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dt:nth-child(3){
  margin-top: 40px;
}

#arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dd{
  text-align: left;
  margin-top: 10px;
}

#arttrip .l-artrain .l-artrain-notice{
  max-width: 535px;
  margin: 60px auto 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt' on;
}

#arttrip .l-artrain .l-artrain-notice li{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
}

#arttrip .l-artrain .l-artrain-notice li::before{
  content: "※";
}

#arttrip .l-artelier{
  max-width: 1100px;
  margin: 60px auto 0;
  border: 1px solid #5D1137;
  border-radius: 20px;
  padding: 50px 17.27%;
}

#arttrip .l-artelier .l-artelier-catch{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

#arttrip .l-artelier h3{
  width: 200px;
  height: 54px;
  margin: 10px auto 0;
}

#arttrip .l-artelier .l-artelier-detail{
  margin: 30px auto 0;
  text-align: left;
  line-height: 2.0;
}

#arttrip .l-artelier .btn-more{
  margin-top: 40px;
}

#arttrip .l-artelier .btn-more a::after{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/ico-blank-w.svg') no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1023px){
  #arttrip .l-artrain .l-artrain-wrapper{
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  #arttrip .l-artrain{
    padding: 18.667vw 0;
  }

  #arttrip .l-artrain .l-artrain-wrapper{
    width: 89.333%;
    margin: 10.667vw auto 0;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #arttrip .l-artrain .l-artrain-wrapper figure{
    width: 100%;
  }

  #arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail{
    width: 100%;
    text-align: center;
    margin-top: 5.333vw;
  }

  #arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dt{
    margin-inline: auto;
    width: 34.667vw;
    height: 8vw;
    font-size: 4.2667vw;
  }

  #arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dt:nth-child(3){
    margin-top: 5.333vw;
  }

  #arttrip .l-artrain .l-artrain-wrapper .l-artrain-detail dd{
    font-size: 4.2667vw;
    text-align: center;
    margin-top: 2.6667vw;
  }

  #arttrip .l-artrain .l-artrain-notice{
    max-width: unset;
    width: 89.333%;
    margin: 10.667vw auto 0;
    font-size: 3.2vw;
  }

  #arttrip .l-artelier{
    max-width: unset;
    width: 89.333%;
    margin: 10.6667vw auto 0;
    padding: 10.6667vw 5.333vw;
    border-radius: 5.333vw;
  }

  #arttrip .l-artelier .l-artelier-catch{
    font-size: 20px;
  }

  #arttrip .l-artelier h3{
    width: 53.333vw;
    height: 14.4vw;
    margin: 2.66667vw auto 0;
  }

  #arttrip .l-artelier .l-artelier-detail{
    margin: 5.333vw auto 0;
    font-size: 4.2667vw;
  }

  #arttrip .l-artelier .btn-more{
    margin-top: 8vw;
  }

  #arttrip .l-artelier .btn-more a::after{
    right: 4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}


/* art-spot */
#arttrip .l-art-spot{
  background: #FFF;
  padding: 120px 0;
  text-align: center;
}

#arttrip .l-art-spot-wrapper{
  max-width: 724px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px; /* 自動設定 */
}

#arttrip .l-art-spot-wrapper li{
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#arttrip .l-art-spot-wrapper li img{
  width: 340px;
  height: 240px;
}

#arttrip .l-art-spot-wrapper li h3{
  margin: 22px auto 0;
  font-weight: 700;
  line-height: 2.0;
}

#arttrip .l-art-spot-wrapper li .l-art-spot-date{
  font-size: 16px;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  #arttrip .l-art-spot{
    padding: 18.667vw 0;
  }

  #arttrip .l-art-spot-wrapper{
    max-width: unset;
    width: 89.333%;
    margin: 10.6667vw auto 0;
    flex-direction: column;
    gap: 10.6667vw;
  }

  #arttrip .l-art-spot-wrapper li{
    width: 100%;
  }

  #arttrip .l-art-spot-wrapper li img{
    width: 78.667vw;
    height: 55.4667vw;
  }

  #arttrip .l-art-spot-wrapper li h3{
    margin: 5.333vw auto 0;
    font-size: 4.2667vw;
  }

  #arttrip .l-art-spot-wrapper li .l-art-spot-date{
    font-size: 4.2667vw;
    line-height: 2.0;
  }
}

/* stamp-rally */
#arttrip .l-stamp-rally{
  background: #F8F6F0;
  padding: 120px 0 120px;
  text-align: center;
}

#arttrip .l-stamp-rally .l-title-guide{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  margin: 32px auto 0;
}

#arttrip .l-stamp-rally .l-read-guide{
  margin: 0 auto 0;
}

#arttrip .l-stamp-rally-wrapper{
  max-width: 1100px;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 50px 0 90px;
}

#arttrip .l-stamp-rally-wrapper h3{
  width: 760px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

#arttrip .l-stamp-rally-wrapper h3 span{
  display: inline-flex;
  margin-right: 13px;
  width: 50px;
  height: 50px;
  background: url('../img/ico-present.svg') no-repeat;
  background-size: 100% auto;
}

#arttrip .l-stamp-rally-wrapper h4{
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
}

#arttrip .l-stamp-rally-catch{
  width: 370px;
  margin-inline: auto;
  line-height: 2.0;
  font-weight: 700;
  position: relative;
}

#arttrip .l-stamp-rally-catch:before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 30px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(50deg);
}

#arttrip .l-stamp-rally-catch:after{
  content:'';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 30px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(-50deg);
}

#arttrip .l-stamp-rally-inner{
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #5D1137;
}

#arttrip .l-stamp-rally-inner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/bg-stamp.svg') no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1100 / 24;
}

#arttrip .l-stamp-rally-inner h4{
  padding: 50px 0 0;  
}

#arttrip .l-stamp-rally-rule{
  max-width: 1080px;
  margin: 33px auto 0;
  display: flex;
  gap: 30px;
}

#arttrip .l-stamp-rally-rule li{
  width: 340px;
  position: relative;
}

#arttrip .l-stamp-rally-rule li:not(:first-child)::before{
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 23px;
  background: url('../img/ico-rule.svg') no-repeat;
  background-size: 100% auto;
}


#arttrip .l-stamp-rally-step{
  margin-inline: auto;
  width: 120px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  position: relative;
}

#arttrip .l-stamp-rally-step span{
  display: block;
  font-size: 14px;
}

#arttrip .l-stamp-rally-step:before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 30px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(50deg);
}

#arttrip .l-stamp-rally-step:after{
  content:'';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 30px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(-50deg);
}

#arttrip .l-stamp-rally-rule figcaption{
  margin: 0 auto;
  width: 273px;
  text-align: left;
  line-height: 2.0;
}

#arttrip .l-stamp-rally-spot h4{
  padding: 40px 0 0;
}

#arttrip .l-stamp-rally-list{
  max-width: 720px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  font-size: 16px;
}

#arttrip .l-stamp-rally-list li{
  width: 300px;
}

#arttrip .l-stamp-rally-list li:first-child {
  width: 100%;
}

#arttrip .l-stamp-rally-list li h5{
  border: 1px solid #5D1137;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2.0;
  position: relative;
  width: 300px;
  height: 32px;
  margin: 24px auto 0;
}

#arttrip .l-stamp-rally-list li h5::before{
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/ico-down.svg') no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 8px;
}

#arttrip .l-stamp-rally-list li .list-station{
  width: 300px;
  height: 32px;
  margin: 0 auto 0;
  text-align: center;
  background: url('../img/bg-rail.svg') no-repeat;
  background-size: 100% auto;
  background-position: left 7px;
}

#arttrip .l-stamp-rally-list li .list-station span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 32px;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #5D1137;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#arttrip .l-stamp-rally-list li .get-sticker{
  position: relative;
  width: 300px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

#arttrip .l-stamp-rally-list li .get-sticker img{
  display: block;
  width: 100px;
  height: 100px;
}

#arttrip .l-stamp-rally-list li .get-sticker::before{
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/ico-down.svg') no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 8px;
}

#arttrip .l-stamp-rally .l-stamp-rally-img{
  width: 530px;
  height: 345px;
  margin: 30px auto 0;
}

#arttrip .l-stamp-rally .l-stamp-rally-notice{
  width: 610px;
  margin: 22px auto 0;
  text-align: left;
}

#arttrip .l-stamp-rally .l-stamp-rally-notice li{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.25em;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

#arttrip .l-stamp-rally .l-stamp-rally-notice li::before{
  content: "※";
}


#arttrip .l-stamp-rally .l-stamp-rally-present{
  margin: 60px auto 0;
}

#arttrip .l-stamp-rally .l-stamp-rally-present h4{
  width: 380px;
  margin-inline: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  position: relative;
}

#arttrip .l-stamp-rally .l-stamp-rally-present h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 40px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(50deg);
}

#arttrip .l-stamp-rally .l-stamp-rally-present h4::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 40px;
  height: 0px;
  border: 1px solid #5D1137;
  transform: rotate(-50deg);
}

#arttrip .l-stamp-rally .l-stamp-rally-present-read{
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 2.0;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  width: 95%;
  margin: 40px auto 0;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li{
  width: calc(calc(100% - 80px) / 3);
  height: auto;
  aspect-ratio: 340 / 257;
  background: url('../img/bg-present.svg') no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li button{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../img/bg-present.svg') no-repeat;
  background-size: 100% auto;
  background-position: center;
  border: none;
  color: #5D1137;
  position: relative;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li button::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/ico-modal-b.svg) no-repeat;
  background-size: 100% auto;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li button figure{
  width: 180px;
  height: 160px;
  aspect-ratio: 9 / 8;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

#arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li .present-number{
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

#arttrip .l-stamp-rally .l-stamp-rally-notice.present{
  margin: 60px auto 0;
}

#arttrip .l-stamp-rally .btn-value-ticket{
  max-width: 530px;
  margin: 40px auto 0;
  position: relative;
}

#arttrip .l-stamp-rally .btn-value-ticket::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/ico-next.svg') no-repeat;
  background-size: 100% auto;;
  width: 16px;
  height: 16px;
}

#arttrip .l-stamp-rally .btn-value-ticket a{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;  
  background: #5D1137;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-feature-settings: 'palt' on;
  border-radius: 100vh;
}

@media screen and (min-width: 769px) and (max-width: 1023px){
  #arttrip .l-stamp-rally-wrapper{
    width: 95%;
  }

  #arttrip .l-stamp-rally-wrapper h3{
    width: 100%;
  }

  #arttrip .l-stamp-rally-inner{
    width: 100%;
  }

  #arttrip .l-stamp-rally-rule{
    width: 95%;
  }

  #arttrip .l-stamp-rally-rule li{
    width: calc(calc(100% - 80px) / 3);
  }

  #arttrip .l-stamp-rally-rule figcaption{
    width: 90%;
    margin-inline: auto;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li{
    width: calc(calc(100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px) {
  #arttrip .l-stamp-rally{
    padding: 18.667vw 0;
  }

  #arttrip .l-stamp-rally-wrapper{
    max-width: unset;
    width: 89.333%;
    margin: 10.6667vw auto 0;
    background: #fff;
    border-radius: 5.333vw;
    padding: 10.6667vw 0 10.6667vw;
  }

  #arttrip .l-stamp-rally-wrapper h3{
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    font-size: 5.333vw;
  }

  #arttrip .l-stamp-rally-wrapper h3 span{
    display: block;
    margin-right: 0;
    width: 13.333vw;
    height: 13.333vw;
  }

  #arttrip .l-stamp-rally-wrapper h4{
    font-size: 6.4vw;
  }

  #arttrip .l-stamp-rally-catch{
    width: 74.667vw;
  }

  #arttrip .l-stamp-rally-catch:before{
    bottom: 2.6667vw;
    width: 8vw;
  }

  #arttrip .l-stamp-rally-catch:after{
    bottom: 2.6667vw;
    width: 8vw;
  }

  #arttrip .l-stamp-rally-inner{
    padding-bottom: 10.6667vw;
  }

  #arttrip .l-stamp-rally-inner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/bg-stamp_sp.svg') no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 6.4vw;
    aspect-ratio: 334 / 24;
  }

  #arttrip .l-stamp-rally-inner h4{
    padding: 11.73vw 0 0;  
  }

  #arttrip .l-stamp-rally-rule{
    max-width: unset;
    width: 89.333%;
    margin: 40px auto 0;
    flex-direction: column;
    gap: 50px;
  }

  #arttrip .l-stamp-rally-rule li{
    width: 78.667vw;
    margin-inline: auto;
    position: relative;
  }

  #arttrip .l-stamp-rally-rule li:not(:first-child)::before{
    left: 50%;
    top: -9.6vw;
    transform: translateX(-50%);
    width: 4.533vw;
    height: 5.8667vw;
    background: url('../img/ico-rule_sp.svg') no-repeat;
    background-size: 100% auto;
  }


  #arttrip .l-stamp-rally-step{
    width: 32vw;
    font-size: 8.5333vw;
  }

  #arttrip .l-stamp-rally-step span{
    font-size: 3.7333vw;
  }

  #arttrip .l-stamp-rally-step:before{
    bottom: 2.6667vw;
    width: 8vw;
  }

  #arttrip .l-stamp-rally-step:after{
    bottom: 2.6667vw;
    width: 8vw;
  }

  #arttrip .l-stamp-rally-rule figcaption{
    margin: 0 auto;
    width: 100%;
    font-size: 4.2667vw;
  }

  #arttrip .l-stamp-rally-spot h4{
    font-size: 5.333vw;
    padding: 10.6667vw 0 0;
  }

  #arttrip .l-stamp-rally-list{
    max-width: unset;
    width: 88%;
    margin: 10.6667vw auto 0;
    gap: 18.6667vw;
  }

  #arttrip .l-stamp-rally-list li{
    width: 100%;
  }

  #arttrip .l-stamp-rally-list li h5{
    font-size: 4.2667vw;
  }

  #arttrip .l-stamp-rally-list li .list-station{
    width: 68vw;
    height: 8.533vw;
    text-align: center;
  }

  #arttrip .l-stamp-rally-list li .list-station span{
    font-size: 4.2667vw;
    height: 100%;
    padding: 0 1em;
  }

  #arttrip .l-stamp-rally-list li .get-sticker{
    position: relative;
    width: 76.12%;
    margin: 6.4vw auto 0;
    font-size: 4.26667vw;
  }

  #arttrip .l-stamp-rally-list li .get-sticker img{
    width: 26.667vw;
    height: 26.667vw;
  }

  #arttrip .l-stamp-rally-list li .get-sticker::before{
    top: -4.26667vw;
    width: 4.26667vw;
    height: 2.1333vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-img{
    width: 89.333vw;
    height: 58.133vw;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-notice{
    width: 89.333%;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-notice li{
    font-size: 3.2vw;
  }


  #arttrip .l-stamp-rally .l-stamp-rally-present{
    margin: 10.6667vw auto 0;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present h4{
    width: 85.333%;
    font-size: 5.333vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present h4::before {
    bottom: 4.26667vw;
    width: 10.6667vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present h4::after {
    bottom: 4.26667vw;
    width: 10.6667vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-read{
    width: 89.333%;
    margin: 4.26667vw auto 0;
    font-size: 4.26667vw;
    text-align: left;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-notice.present{
    margin: 8vw auto 0;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper{
    flex-direction: column;
    gap: 5.333vw;
    max-width: unset;
    width: 78.6667vw;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li{
    width: 100%;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li button::after {
    right: 3.2vw;
    bottom: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li button figure{
    width: 41.333vw;
    height: 36.8vw;
    aspect-ratio: 9 / 8;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li p{
    font-size: 4.2667vw;
  }

  #arttrip .l-stamp-rally .l-stamp-rally-present-wrapper li .present-number{
    bottom: 6.4vw;
  }

  #arttrip .l-stamp-rally .btn-value-ticket{
    max-width: unset;
    width: 89.333%;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-stamp-rally .btn-value-ticket::after{
    right: 4.2667vw;
    width: 4.2667vw;
    height: 4.2667vw;
  }

  #arttrip .l-stamp-rally .btn-value-ticket a{
    height: 21.333vw;
    font-size: 4.8vw;
  }
}

/* art-museum */
#arttrip .l-art-museum{
  background: #FFF;
  padding: 120px 0;
  text-align: center;
}

#arttrip .l-art-museum-list{
  max-width: 1100px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

#arttrip .l-art-museum-list li{
  width: 340px;
}

#arttrip .l-art-museum-list li figcaption{
  margin: 20px auto 0;
  font-weight: 700;
  line-height: 2.0
}

#arttrip .l-art-museum-list li .list-station{
  width: 300px;
  height: 32px;
  margin: 20px auto 0;
  text-align: center;
  background: url('../img/bg-rail.svg') no-repeat;
  background-size: 100% auto;
  background-position: left 7px;
}

#arttrip .l-art-museum-list li .list-station span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 32px;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #5D1137;
  font-weight: 700;
}

#arttrip .l-art-museum-list li .btn-more{
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
}

#arttrip .l-art-museum-list li .btn-more button{
  width: 100%;
  height: 100%;
  position: relative;
}

#arttrip .l-art-museum-list li .btn-more button::after{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url('../img/ico-modal.svg') no-repeat;
  background-size: 100% auto;
}

#arttrip .l-art-museum-wrapper{
  max-width: 1100px;
  margin: 80px auto 0;
  display: flex;
  gap: 40px;
}

#arttrip .l-art-museum-wrapper figure{
  width: 48.18%; /* 530px */
  aspect-ratio: 530 / 374;
}

#arttrip .l-art-museum-inner{
  width: calc(51.82% - 40px);
  text-align: left;
}

#arttrip .l-art-museum-inner h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

#arttrip .l-art-museum-inner .l-art-museum-inner-read{
  margin-top: 20px;
  font-weight: 700;
  line-height: 2.0;
}

#arttrip .l-art-museum-inner .l-art-museum-inner-detail{
  line-height: 2.0;
}

#arttrip .l-art-museum-inner .l-art-museum-list{
  margin: 20px auto 0;
}

#arttrip .l-art-museum-inner .l-art-museum-list li{
  width: 300px;
}

#arttrip .l-art-museum-inner .l-art-museum-list h4{
  font-weight: 700;
  line-height: 2.0;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1023px){

  #arttrip .l-art-museum-list{
    width: 95%;
    justify-content: space-around;
  }

  #arttrip .l-art-museum-wrapper{
    width: 95%;
  }

}

@media screen and (max-width: 768px) {
  #arttrip .l-art-museum{
    padding: 18.667vw 0;
  }

  #arttrip .l-art-museum-list{
    max-width: unset;
    width: 78.667%;
    margin: 10.6667vw auto 0;
    flex-direction: column;
    gap: 10.6667vw;
  }

  #arttrip .l-art-museum-list li{
    width: 100%;
  }

  #arttrip .l-art-museum-list li figcaption{
    margin: 5.333vw auto 0;
    font-size: 4.26667vw;
  }

  #arttrip .l-art-museum-list li .list-station{
    width: 68vw;
    height: 8.533vw;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-art-museum-list li .list-station span{
    height: 8.533vw;
  }

  #arttrip .l-art-museum-list li .btn-more{
    width: 68vw;
    height: 13.333vw;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-art-museum-list li .btn-more::after{
    right: 4.26667vw;
    width: 6.4vw;
    height: 6.4vw;
  }

  #arttrip .l-art-museum-wrapper{
    max-width: unset;
    width: 78.667%;
    margin: 10.6667vw auto 0;
    flex-direction: column;
    gap: 5.333vw;
  }

  #arttrip .l-art-museum-wrapper figure{
    width: 100%;
  }

  #arttrip .l-art-museum-inner{
    width: 100%;
    text-align: left;
  }

  #arttrip .l-art-museum-inner h3{
    font-size: 5.333vw;
  }

  #arttrip .l-art-museum-inner .l-art-museum-inner-read{
    margin-top: 5.333vw;
    font-size: 4.26667vw;
  }

  #arttrip .l-art-museum-inner .l-art-museum-inner-detail{
    margin-top: 5.333vw;
    font-size: 4.26667vw;
  }

  #arttrip .l-art-museum-inner .l-art-museum-list{
    width: 100%;
    margin: 5.333vw auto 0;
  }

  #arttrip .l-art-museum-inner .l-art-museum-list li{
    width: 100%;
  }

  #arttrip .l-art-museum-inner .l-art-museum-list h4{
    font-size: 4.26667vw;
  }

}


/* modal */
#arttrip .contents_block{
    display: flex;
    max-width: 1024px;
    width: 100%;
    margin: 53px auto 0;
}
#arttrip .contents-btn_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#arttrip .contents-btn_block .modal-open{
  position: relative;
  width: 320px;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

#arttrip .contents-btn_block .modal-open:hover{
  opacity: 0.7;
  transition: 0.2s;
}

#arttrip .contents-btn_block .modal-open .btn_text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 13px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

#arttrip .contents-btn_block .modal-open .btn_text > span{
  text-align: center;
  font-size: 14px;
}

#arttrip .contents-btn_block .modal-open::before{
  display: block;
  content: '';
  width: 100%;
  height: 320px;
  background-size: 100%;
}


@media screen and (min-width: 769px) and (max-width: 1180px) {
  #arttrip .contents_block{
    width: 90%;
    margin: 4.14vw auto 0; 
  }

  #arttrip .contents-btn_block{
    gap: 2.34375vw; 0;
  }

  #arttrip .contents-btn_block .modal-open{
    width: 27.3vw;
  }

  #arttrip .contents-btn_block .modal-open .btn_text{
    margin-top: 1vw;
    font-size: 1.875vw;
  }

  #arttrip .contents-btn_block .modal-open::before{
    height: 27.3vw;
  }
  #arttrip .contents-btn_block .modal-open .btn_icon{
    bottom: 6.25vw;
    right: 1.5625vw;
    width: 3.28215vw;
    height: 3.28215vw;
  }

}
@media screen and (max-width: 768px) {
  #arttrip .contents_block{
    flex-wrap: wrap;
    max-width: unset;
    width: 87.2%;
    margin: 5.6vw auto 0;
  }
  #arttrip .contents-btn_block{
    gap: 6.4vw 0;
    align-items: flex-start;
  }

  #arttrip .contents-btn_block .modal-open{
    width: 41vw;
    height: auto;
  }

  #arttrip .contents-btn_block .modal-open .btn_text{
    margin-top: 1vw;
    font-size: 4.26667vw;
  }

  #arttrip .contents-btn_block .modal-open .btn_text > span{
    font-size: 3.2vw;
    white-space: nowrap;
  }

  #arttrip .contents-btn_block .modal-open::before{
    display: block;
    content: '';
    width: 100%;
    height: 41vw;
    background-size: 100% auto;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background: rgba(93,17,55,0.8);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal .modal__content {
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.modal .modal__content::-webkit-scrollbar {
  display: none;
}
.modal .modal_inner {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  min-height: 100vh;
  margin: 0 auto 0;
  padding: 0 0 60px;
  background: rgba(93,17,55,0.95);
  color: #fff;
  position: relative;
}
.modal .modal__close-btn::after {
  display: none;
}
.modal .modal__close-btn {
  position: fixed;
  top: 15px;
  right: calc(calc(100vw - 960px) / 2);
  width: 50px;
  box-sizing: border-box;
  height: 50px;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  border: none;
  background: url('../img/ico-close.svg') no-repeat;
  background-size: 100% auto;
  transition: background-color 0.2s ease;
}
.modal .modal__close-btn:hover {
  opacity: 0.8;
}

.modal .contents-01{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 910px;
  min-height: calc(100vh - 15px);
  gap: 20px;
  margin: 0 auto;
  padding-top: 90px;
}

.modal .contents-01.modal7-content{
  justify-content: center;
  margin-top: -45px;
}

.modal .contents-01 > figure{
  width: 58.24%;
  height: auto;
  text-align: center;
}

.modal .contents-01.modal__museum > figure{
  margin: 10px auto 0;
}

.modal .contents-01 > figure > figcaption{
  font-size: 16px;
  line-height: 2.0;
  margin: 10px auto 0;
}

.modal .contents-01 > figure > figcaption.modal__museum-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

.modal .contents-01.modal__museum .modal__museum-txt{
  font-size: 16px;
  line-height: 2.0;
}

.modal .contents-01 .title{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.15em;
}

.modal .contents-01 .title-lead{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.15em;
}

.modal .contents-01 dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  line-height: 2.0;
  letter-spacing: 0.15em;
  padding: 20px 0;
  gap: 20px;
}
.modal .contents-01 dl dt{
  width: 75px;
  font-weight: 700;
}
.modal .contents-01 dl dt > span{
  font-size: 12px;
}
.modal .contents-01 dl dd{
  width: calc(100% - 95px);
}

.modal .contents-01 dl dd > span{
  display: block;
  font-size: 14px;
  line-height: 1.428;
}

.modal .contents-01 .btn-external-notice{
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.modal .contents-01 .btn-external-link{
  width: 300px;
  height: 50px;
  
}

.modal .contents-01 .btn-external-link a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #5D1137;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 100vh;
  position: relative;
}

.modal .contents-01 .btn-external-link a::after{
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 25px;
  background: url(../img/ico-blank.svg) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .modal .modal__close-btn {
    right: 10%;
  }

  .modal .contents-01 .title-lead{
    width: 90%;
    margin-inline:auto;
  }

  .modal .contents-01 dl{
    width: 90%;
    margin-inline:auto;
  }
}

@media (max-width: 768px) {
  .modal{
    align-items: flex-start;
  }

  .modal .modal_inner {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    max-width: unset;
    min-height: 100vh;
    padding: 0 5.333vw 16vw;
  }

  .modal .modal__close-btn {
    top: 4vw;
    right: 4vw;
    left: auto;
    width: 13.333vw;
    height: 13.333vw;
    background: url('../img/ico-close_sp.svg') no-repeat;
    background-size: 100% auto;
  }

  .modal .contents-01{
    margin-top: 0;
    max-width: unset;
    min-height: 100vh;
    gap: 5.333vw;
    padding: 24vw 0 5.333vw;
  }

  .modal .contents-01.modal7-content{
    height: 100vw;
    margin-top: 0;
  }

  .modal .contents-01 > figure{
    width: 100%;
  }

  .modal .contents-01.modal__museum > figure{
    margin: 2.667vw auto 0;
  }

  .modal .contents-01 > figure > figcaption{
    font-size: 4.2667vw;
    margin: 2.667vw auto 0;
  }

  .modal .contents-01 > figure > figcaption.modal__museum-title{
    font-size: 6.4vw;
  }

  .modal .contents-01.modal__museum .modal__museum-txt{
    font-size: 4.2667vw;
  }

  .modal .contents-01 .title{
    font-size: 5.333vw;
    margin-top: 2.6667vw;
  }

  .modal .contents-01 .title-lead{
    font-size: 4.26667vw;
  }

  .modal .contents-01 dl{
    font-size: 4.26667vw;
    line-height: 2.0;
    padding: 5.333vw 0;
    gap: 0;
  }
  .modal .contents-01 dl dt{
    width: 100%;
  }
  .modal .contents-01 dl dd{
    width: 100%;
  }

  .modal .contents-01 dl dt:not(:first-child){
     margin-top: 5.3333vw;
  }

  .modal .contents-01 .btn-external-notice{
    margin-top: 2.6667vw;
    font-size: 3.2vw;
    text-align: center;
  }

  .modal .contents-01 .btn-external-link{
    width: 68vw;
    height: 13.333vw;
    
  }

  .modal .contents-01 .btn-external-link a{
    font-size: 4.26667vw;
  }

  .modal .contents-01 .btn-external-link a::after{
    right: 4vw;
    width: 6.4vw;
    height: 6.6667vw;
  }
}