/* pc　768px以上 */
@media only screen and (min-width: 699px), print {
    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/39.-Prelude_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%;
  }

.title{
  display: grid;
  place-items: center;
}
  .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;
  }

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

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



  .goods-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
    margin: 100px;
  }

  .goods-wrap2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
    margin: 100px;
  }

  .box1{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 590px;
    margin:auto;
  }
  .box2{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 590px;
    margin:auto;
  }
  .box3{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 590px;
    margin:auto;
  }
  .box4{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 590px;
    margin:auto;
  }

  .g1{
    width: 500px;
    margin:auto
  }
  .g2{
    width: 500px;
    margin:auto
  }
  .g3{
    width: 500px;
    margin:auto
  }
  .g4{
    width: 500px;
    margin:auto
  }

  .text-wrap{
   margin-top: -10px;
  }

  .text{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic";
    font-weight: bold;
    font-style: normal;
    color: #fff;
    margin: 30px;
    text-align: center;
  }
  .text2{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic";
    font-weight: bold;
    font-style: normal;
    color: #fff;
    margin: 30px;
    margin-top: -20px;
    text-align: center;
  }

  .line{
    padding: 0.3em;
    border-bottom: solid 3px #ffffff;
  }
  
  footer{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    width: 100%;
    bottom: 0; /*下に固定*/
    text-align: center;
  }