/* pc　768px以上 */
@media only screen and (min-width: 699px), print {

  .head-pc { display: block !important; }
    .head-sp { display: none !important; }

    img{
      width: 100%;
      height: auto;
    }

    body:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100%;
      background:url(img/03.-Snowy-Mint_1.jpg) no-repeat 0 0 / cover;
      background-size: cover;
      background-position: center;  
    }

  }

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

  .btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
    width: 20%;
    font-size: 20px;
    text-align: center;
  }
  
  .btn-flat-simple:hover {
    background: #00bcd4;
    color: white;
  }


  .wrapper{
    display: grid;
    place-items: center;
  }

  .blur{
    position: relative;/*相対配置*/
  }


/* ==================== */

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;
}
/* ==================== */

/* ========NEWS========== */

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

  .box{
    display: grid;
    place-items: center;
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100vh;
    height: 60vh;
    padding: 20px;
  }

  .date{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  }

  .news {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-size: 22px;
    color: whitesmoke;
    margin-top: -12px;
    letter-spacing: 0.05em;
  }


  /* ========NEWS========== */


/* =======Profile======= */ 

.profile-wrap{
    display: flex;
    justify-content: center;
    place-items: center;
    
}

.profile-text{
    padding: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: whitesmoke;
    margin-top: -100px;
    padding-left: 50px;
}

.box2{
  display: grid;
  place-items: center;
  background-color:rgba(0, 85, 255, 0.25);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100vh;
  height: 60vh;
  padding: 20px;
}

.img-container-object-fit {
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto;
    }

.artist {
       max-width: 300px;
        object-fit: cover;
        margin-left: 20px;
       }

.sns-link{
  margin-top: -190px;
  margin-left: 300px;
}

.link-img{
  width: 45px;
  margin-left: 30px;
}
/* =======Profile======= */


/* =========VIDEO======= */
.box3{
  display: grid;
  place-items: center;
  background-color:rgba(0, 85, 255, 0.25);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100vh;
  height:auto;
  padding: 20px;
}

.video-wrapper{
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =========VIDEO======= */

footer{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}