/* pc　768px以上 */
@media only screen and (min-width: 699px), print {
    img{
      width: 100%;
      height: auto;
    }

    body{
      height:100%;
    background-color: #e4f8fe;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo","kinto-sans",
    sans-serif;
   }
   
    body:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100%;
      background:url(img/16.-Medium-Purple_1.jpg) no-repeat 0 0 / cover;
      background-size: cover;
      background-position: center;  
    }

    a{
      display: inline-block;
      text-decoration: none;
    }
  }

  .curved {
    position: relative;
    background: none;
    height: 14vh;
    border-bottom-left-radius: 50% 4%;
    border-bottom-right-radius: 50% 4%;
  }

  .curved2 {
    position: relative;
    background: none;
    height: 10vh;
    border-bottom-left-radius: 50% 4%;
    border-bottom-right-radius: 50% 4%;
  }

  nav.globalMenuSp {
    z-index: 1;
    position: absolute;/*絶対配置*/
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center; 
  }
   
  .globalMenuSp li {
    list-style: none;
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-right: 40px;
    margin-left:10px ;
    place-items: center;
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
   
  .globalMenuSp li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px;
  }

  


  .disco-wrap{
    display: grid;
    place-items: center;
}

.link-wrap{
  display: flex;
  justify-content: center;
}

.m01{
  width: auto;
}

.title-text{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(25px, 1vw, 40px);
  letter-spacing: 0.3rem;
  color: #fff;
}

.date{
  font-family: solano-gothic-pro-mvb,sans-serif;
font-weight: 700;
font-style: normal;
  font-size: clamp(25px, 1.5vw, 50px);
  letter-spacing: 0.3rem;
  color: #fff;
}

.line{
  padding: 0.3em;
  border-bottom: solid 3px #ffffff;
}

h1{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0.3rem;
    color: #fff;
    padding-top: 150px;
}

.btn{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 100%;
  font-size: clamp(25px, 1vw, 40px);
  margin: 20px;
}

.btn:hover{
  color: black;
}

.wrapper{
  min-height: 100vh;
  position: relative;/*←相対位置*/
}

footer{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 100%;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
  text-align: center;
}