@media only screen and (max-device-width: 480px) {
    .head-pc { display: none !important; }
    .head-sp { display: block !important; }

    img {
        max-width: 100%;
        height: auto;
        pointer-events:none;
    }

html {
    scroll-behavior:smooth;
    font-size: 62.5%; 
  }

  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;  
  }

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

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

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


  /*　ハンバーガーメニューボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba( 71,70,73,0.6 );
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: 100vh;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 100px;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 30px;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
     transform: translateX(0%);
  }

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

.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: 40%;
  font-size: 20px;
  text-align: center;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

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

.title-text{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    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: 105%;
      height: 100%;
      padding: 20px;
    }
  
    .date{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 16px;
    }
  
    .news {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-style: normal;
      font-size: 19px;
      color: whitesmoke;
      margin-top: -10px;
    }

    .news-wrapper{
      display: grid;
      place-items: center;
    }
  
  
    /* ========NEWS========== */

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

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

.profile-text{
    padding: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
   font-weight: 500;
      font-size: 19px;
    color: whitesmoke;
    margin-top: 10px;
}

.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: 80%;
	height: 100%;
  padding: 20px;
}

.img-container-object-fit {
  margin: 0 auto;
    max-width: 100%;
    height: auto;
    }

.artist {
  margin: 0 auto;
   width: 300px;
   object-fit: cover;
       }

.sns-link{
  display: flex;
 justify-content: center;
 margin-top: 100px;
 margin: 0 auto;
 padding-right: 30px;
}

.link-img{
  width: 40px;
  margin-bottom: 20px;
}
/* =======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: 80%;
	height: 100%;
  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;

}
  

}