
.num {
 margin: 0;
 position: fixed;
 right: 10px;
 top: 10px;
 z-index: 1000;
 display: none;
}

ul{
  padding-left: 0px;
}

body
 {
 	background-color: #ff9ec4;
 	color: #fff;
 	font-size: 14px;
 	line-height: 26px;
  letter-spacing: 1px;
 	margin: 0;
  font-family: "Rounded Mplus 1c";
 	text-align: center;
  min-width: 1024px;
 } 

@media screen and (max-width:414px) { 
  body{
    min-width: 320px;
  line-height: 22px;
  letter-spacing: 0px;
  }
}


 img
 {
 /*  zoom: 0.5; */
  margin: 0;
  padding: 0;
  vertical-align: bottom;
 }

 a{
  color: #fff;
 }

a:active{
  color: #fff;
 }

a:visited{
  color: #fff;
 }





 .clear{
  clear: both;
 }



 .loading{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9ec4;
  z-index: 200;

  display: flex;
  justify-content: center;
  align-items: center;

 }



.pc{
  display: block;
}
.sp{
  display: none;
}


 @media screen and (max-width:414px) { 
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}





.contents{/* 大枠 */
  position: relative;
  overflow: hidden;
  width: 100%;
  height:  calc(100vh + 90px);
  background-image: url('img/back.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}


@media screen and (max-width:414px) { /* TOP画像SP */
  .contents{
    display: none;
  }
}


.pink{/* ピンク */
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}



.hiddenwrap{/* hiddenラップ */
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: calc(100vh + 90px);
  bottom: 0px;
  left: 0px;
}

.blue{/* 水色 */
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
}

.blue2{/* 水色2 */
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0px;
}


.girl{/* 女の子 */
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
}

.hanabiwrap{/* 花火 */
  position: absolute;
  bottom: 0px;
  left: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 縦横中央 */
}

.hanabi{/* 花火 */
  width: 100%;
}

.hanabi2{/* 花火2 */

  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.cloud{/* くも */
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.niji{/* 虹 */
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}


.logo, .logoback{/* ロゴ */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20%;
  min-width: 250px;
}

@media screen and (max-height:610px) { /* ウィンドウ高さ縮めた時のロゴ */
   
  .logo, .logoback{/* ロゴ */
    height: 100%;
    width: auto;
  }
}



.release{/* リリース */
  position: absolute;
  top: 80px;
  left: 50px;
  width: 35%;
  min-width: 400px;
}







/* -----インフォ------------------------------------------------------ */


.info{/* インフォ */
  position: relative;
  width: 100%;
  background-color: #ff9ec4;
  padding-top: 42px;
  min-height: 600px;
}



@media screen and (max-width:414px) { /* TOP画像SP */
  .info{
    display: block;
  }
}



.jacket{
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width:414px) { /* TOP画像SP */
  .yoru, .hiru{
    width: 100%;
  }
}



.hiruwrap, .yoruwrap{
  float: left;
  text-align: left;
}

.catchwrap{/* キャッチwrap */
  margin-top: 0px;
  float: left;
  width: 80px;
  height: 415px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.catch{/* キャッチ */
}



.whtab{/* 白タブ */
display: inline-block;
height: 50px;
border-left: 4px solid #fff;
padding-left: 16px;
}




.girl1{/* 丸まってる女の子 */
  position: absolute;
  bottom: -600px;
  left: 0;
  z-index: 100;
}


@media screen and (max-width:414px) { /* おんなのこSP */
  .girl1{
    width:300px;
  }
}


/* -----トラックリスト------------------------------------------------------ */



.pinkb{/* ピンクのあわ */
  position: absolute;
  bottom: -100px;
  right: 100px;
  z-index: 100;
}


.tracklist{/* トラックリスト */
  position: relative;
  width: 100%;
  background-color: #83d8fe;
  min-height: 800px;
}



.tlon{/* トラックリストon */
  color: #ff9ec4;
  font-weight: bold;
}


.tlhide {
  display:none;
}

@media screen and (max-width:414px) { /* SP */
  .tlhide{
    display: block;
  }
}



.tlul {
  cursor:pointer;
  padding-left: 0px;

}



.cddvd{/* cd文字 */
  display: inline-block;
  background-color: #fefe93;
  color: #83d8fe;
}


.no{/* トラックリストナンバー */
  font-family: shelby, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #ff9ec4;
}



.pktitle{/* トラックリストタイトル */
  color: #ff9ec4;
  font-size: 22px;
}

.tracklistwrap{
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}




.tracklist_l{/* 左 */
  float: left;
  text-align: left;
}


.tracklist_r{/* 右 */
  float: right;
  background-color: rgba(255,255,255,0.7);
  width: 408px;
  min-height: 456px;
  border-radius: 6px;
  text-align: left;
  padding: 36px 26px 26px 26px;
  background-image: url("img/logo_wh.png"); 
  background-position: right top; 
  background-repeat: no-repeat;
  background-size:40%;
}

@media screen and (max-width:414px) { /* SP */
  .tracklist_r{
    width:100%;
    margin: 0 16px;
  }
  .tracklist_r iframe{
    width:100%;
  }
}



/* ----------------------初回限定封入特典------------------------------------------------------ */


.shokai{/* 初回 */
  position: relative;
  width: 100%;
  background-color: #333c93;
  min-height: 1780px;
}

.shokaiwrap{
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}


.shokaiwrap2{
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}


.shokai1{/* はこ */
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width:414px) { /* しょかいSP */
  .shokai1{/* はこ */
    width: 100%;
  }
}



.shokai2{/* CD */
  position: absolute;
  top: 200px;
  right: 0;
}


@media screen and (max-width:414px) { /* しょかいSP */
  .shokai2{/* はこ */
    width: 100%;
  }
}


.dvdtxt{/* DVDテキスト */
  position: absolute;
  top: 420px;
  left: 0;
  text-align: left;
}


.sample1{/* ブックレットサンプル */ 
  position: absolute;
  top: 820px;
  left: 0;
  text-align: left;
}



.sample2{/* ブックレットサンプル2 */
  position: absolute;
  top: 1060px;
  right: 0;
  text-align: right;
}




.book1{/* ブックレット解説 */
  position: absolute;
  top: 750px;
  right: 0;
  text-align: left;
}


.book2{/* ブックレット解説 */
  position: absolute;
  top: 890px;
  right: 0;
  text-align: left;
  color: #fefe93;
  font-size: 10px;
  line-height:16px;
}



.kaisetsu0{/* ブックレット解説 */
  position: absolute;
  top: 30px;
  left: 540px;
  text-align: left;
  padding: 6px 16px;

  background-color: rgba(254,254,147,0.7);
  color: #333c93;
}



.kaisetsu1{/* ブックレット解説 */
  position: absolute;
  top: 1048px;
  right: 0;
  text-align: left;
  padding: 6px 16px;

  background-color: rgba(254,254,147,0.7);
  color: #333c93;
}


.kaisetsu2{/* ブックレット解説 */
  position: absolute;
  top: 1080px;
  left: 26px;
  text-align: left;
  padding: 6px 16px;
  background-color: rgba(254,254,147,0.7);
  color: #333c93;
}


.kaisetsu3{/* ブックレット解説 */
  position: absolute;
  top: 1344px;
  right: 0;
  text-align: left;
  z-index: 10;
  padding: 6px 16px;
  background-color: rgba(254,254,147,0.7);
  color: #333c93;
}



.shokaihanabi1{/* 花火１ */
  position: absolute;
  top: 690px;
  right: 0;
  text-align: right;
}

.shokaihanabi2{/* 花火２ */
  position: absolute;
  top: 160px;
  right: 0;
  text-align: right;
}



.cddvd2{/* dvd文字 */
  display: inline-block;
  background-color: #fefe93;
  color: #333c93;
}


.girl2{/* 浮いてる女の子 */
  position: absolute;
  bottom: -1800px;
  left: 0;
  z-index: 100;
}




/* -----店舗特典------------------------------------------------------ */


.tokutenwrap{
  position: relative;
  margin: 0 auto;
  min-height: 1000px;
}


.tokuten_{/* 特典それぞれ */

  display: inline-block;
  margin: 0 25px 68px 25px;
}


.store{/* おみせ */

  display: inline-block;
  padding: 0 16px;
  background: #fff;
  color: #ff9ec4;
  border-radius: 16px;
}

.tktxt{
  height: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.yoyaku{
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
}



.girl3{/* おさかな女の子 */
  position: absolute;
  bottom: -2000px;
  right: 0;
  z-index: 100;
}




/* -----???------------------------------------------------------ */


.om{
  position: relative;
  width: 100%;
  background-color: #83d8fe;
  min-height: 500px;
}


.omwrap{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 800px;
}


.timer{
  font-size: 68px;
  color: #333c93;
  line-height: 50px;
  font-family: "Muli";
}


@media screen and (max-width:414px) { /* SP */
  .timer{
  font-size: 36px;
  line-height: 42px;
  }
}




.cs{/* comingsoon */
  display: inline-block;
  margin-top: 36px;
  font-family: shelby, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  color: #333c93;
}


@media screen and (max-width:414px) { /* しょかいSP */
  .omt{/* タイトル */
    width: 100%;
  }
}

.onemanimg{
  width: 100%;
  height: auto;
}



/* -----コラボカフェ------------------------------------------------------ */


.cafe{
  position: relative;
  width: 100%;
  background-color: #ff9ec4;
}

.cafewrap{
  max-width: 900px;
  position: relative;
  margin: 0 auto;

  min-height: 806px;
}



.cafewhbl{/* 文字白水色 */
  display: inline-block;
  background-color: rgba(131,216,254,0.8);
  color: #fff;
  padding: 0 6px;
  line-height: 18px;
}


.map{
  text-decoration: underline;
}



.xmas, .ny{
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: left;
  width: calc(100% - 220px);
}




@media screen and (max-width:414px) { /* しょかいSP */
  .xmas, .ny{/* タイトル */
    width: 100%;
  }
}




.ribbonwrap{
  position: absolute;
  width: 100%;
  margin-top: 0px;
  top: -40px;
  left: 0px;
}



.ribbon{
  width: 370px;
  height: 68px;
  background-image: url("img/ribbon.png");
  background-size: contain;
  vertical-align: middle;
  color: #ff9ec4;
  text-align: center;
  margin: 0 auto ;
  padding-top: 10px;
  font-size: 18px;
}


@media screen and (max-width:414px) { /* SP */
  .ribbon{/* タイトル */
   width: 300px;
  height: 68px;
  }
}

/* .xmas ul, .ny ul {
  margin: 0;
  padding: 36px 26px 16px 26px;
} */

.xmas , .ny{/* 公開したらけす */
  margin: 0;
  padding: 36px 26px 16px 26px;
} 








.xmas ul li, .ny ul li{/* メニュー項目 */
  display: inline-block;
  width: 49%;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
 




.cafeimgwrap{
  position: absolute;
  bottom: 0px;
  right: 200px;
}


.hat{/* ぼうし */
  position: absolute;
  bottom: -2600px;
  left: 0;
  z-index: 100;
}
.cafeinstore{
  width: 100%;
}

/* -----イベント------------------------------------------------------ */


.event{/* イベント */
  position: relative;
  width: 100%;
  background-color: #83d8fe;
}

.eventwrap{
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  min-height: 750px;
}


.event_l{
  position: relative;
  text-align: left;
  width: calc(100% - 220px);
}


.shousai1, .shousai2, .spshousai1, .spshousai2{


  text-decoration: underline;
  color: #333c93;
  cursor: pointer;
}


.shousaiw{/* 詳細ウィンドウ */
  position: fixed;
  background-color: rgb(0, 0, 0,0.8);
  width: 100%;
  height: 100%;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.shousaiw img {
  height: 100%;
  width: auto;
}



.eventimgwrap{
  position: absolute;
  bottom: 0px;
  right: 150px;
}


/* -----トレイラー------------------------------------------------------ */


.trailer{/* トレイラー */
  position: relative;
  width: 100%;
  background-color: #ff9ec4;
/*   min-height: 1480px; */
}

.trailerwrap_s{/* トレイラーwrap */
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.trailerwrap_s ul{
  padding-left: 0px;
}

.trailerwrap_s ul li{
  display: inline-block; 
  flex: 1 1 auto;
  padding: 0 6px 16px 6px;
}





/* -----プロフィール------------------------------------------------------ */


.profile{
  position: relative;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.2);
  padding: 68px 0;
}


.profilewrap{
  margin: 0 auto;
}

.prof_l{
  display: inline-block;
}

.prof_r{
  display: inline-block;
  text-align: left;
  padding-left: 36px;
}




/* =====TOP画像========================================================= */


.sptop{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.sptoppink{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.splogo{
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
}

.sphidden{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px !important;
  top: 0;
  left: 0;
}


.spgohan{
  width: 15%;
  height: auto;
}

.sphiruyoru{
  display: inline-block;
  width: 150px;
}

.spm{
  margin-right: 10px;
}


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



.spinfo{
  background-color: #ff9ec4;
}


/* =====トラックリスト========================================================= */


.sptl{/* トラックリスト */
  position: relative;
  width: 100%;
  background-color: #83d8fe;
}

.inline{
  display: inline-block;
  text-align: left;
}




/* =====初回限定========================================================= */


.spshokai{/* トラックリスト */
  position: relative;
  width: 100%;
  background-color: #333c93;

  overflow: hidden;
}


.sphanabiimg{
    position: absolute;
    width: 320px;
    height: auto;
    top: 320px;
    right: 50%;
    margin-right: -160px;

}

.inline{
  display: inline-block;
  text-align: left;
}

.spshokaiimg{
  position: relative;
  width:100%;
  height: auto;
}


.spswrap{
  position: relative;
}

.spsample1{
  width:80%;
  float: left;
}
.spsample2{
  width:80%;
  float: right;
  margin-top: -26px;
}



.spbook1{/* ブックレット解説 */
  text-align: left;
}


.spbook2{/* ブックレット解説 */
  text-align: left;
  color: #fefe93;
  font-size: 10px;
  line-height:16px;
}


.spkaisetsu0{/* スリーブケース */
  position: absolute;
  top: 80px;
  right: 40px;
  text-align: left;
  padding: 6px 10px;

  background-color: rgba(254,254,147,0.7);
  color: #333c93;
  font-size: 10px;
  line-height: 12px;
}



.spkaisetsu1{/* ブックレット解説 */
  position: absolute;
  top: 88px;
  right: 0;
  text-align: left;
  padding: 6px 10px;

  background-color: rgba(254,254,147,0.7);
  color: #333c93;
  font-size: 10px;
  line-height: 12px;
}


.spkaisetsu2{/* ブックレット解説 */
  position: absolute;
  top: -24px;
  left: 0px;
  text-align: left;
  padding: 6px 10px;
  background-color: rgba(254,254,147,0.7);
  color: #333c93;
  font-size: 10px;
  line-height: 12px;
}


.spkaisetsu3{/* ブックレット解説 */
  position: absolute;
  top: 202px;
  right: 0;
  text-align: left;
  z-index: 10;
  padding: 6px 10px;
  background-color: rgba(254,254,147,0.7);
  color: #333c93;
  font-size: 10px;
  line-height: 12px;
}

/* =====店舗特典========================================================= */


.sptp{
  background-color: #ff9ec4;
}

.sptokuten_{/* 特典それぞれ */
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  width: 49%;
  text-align: center;
}

.sptk1{/* 特典それぞれ */

  width: 100%;
  height: auto;
}

.spstore{/* おみせ */

  display: inline-block;
  padding: 0 6px;
  background: #fff;
  font-size: 10px;
  color: #ff9ec4;
  border-radius: 10px;
}


.sptktxt{
  height: 94px;
}

.spyoyaku{
  display: inline-block;
  margin-top: 10px;
  margin-bottom : 50px;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
}


/* =====???========================================================= */


.spom{
  width: 100%;
  background-color: #83d8fe;
}


.sptimer{
  font-size: 36px;
  color: #333c93;
  line-height: 42px;
  font-family: "Muli";
}


.spcs{/* comingsoon */
  display: inline-block;
  margin-top: 6px;
  font-family: shelby, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:36px;
  line-height: 36px;
  color: #333c93;
}

.sponemanimg{
  width: 100%;
}


/* =====コラボカフェ========================================================= */


.spcafe{
  width: 100%;
  background-color: #ff9ec4;
  position: relative;
  overflow: hidden;

}



.spcafe1{
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  padding: 32px 16px 16px 16px;
}

.spcafeimg{
    position: absolute;
    width: 250px;
    height: auto;
    top: 200px;
    right: 50%;
    margin-right: -120px;
    opacity: 0.5;

}

.zwrap{
  z-index: 100;

}


.spribbonwrap{
  position: absolute;
  width: 100%;
  top: -32px;
  left: 0px;
}


.spribbon{
  width: 300px;
  height: 55px;
  background-image: url("img/ribbon.png");
  background-size: contain;
  vertical-align: middle;
  color: #ff9ec4;
  text-align: center;
  margin: 0 auto ;
  padding-top: 8px;
  font-size: 16px;
}

.sppanel{
  width: 100%;
  height: auto;
}

.spcafeinstore{
  width: 100%;
}




/* =====イベント========================================================= */


.spev{
  width: 100%;
  background-color: #83d8fe;
  overflow: hidden;
  position: relative;
}


.spevimg{
  position: absolute;
  width: 300px;
  height: auto;
  top: 340px;
  right: 50%;
  margin-right: -150px;
  opacity: 0.5;

}

.spplace{
font-size: 20px;
line-height: 20px;
font-weight: bold;
}



.spshousaiwwrap{/* 詳細ウィンドウSP */

  position: fixed;
  z-index: 300;
  background-color: rgba(0,0,0,0.8);
  display: none;
  width: 100%;
  height: 100%;
}


.spshousaiw{/* 詳細ウィンドウSP */

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.spshousaiw img {
  width: 80%;
  height: auto;
}

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





/* =====トレイラー========================================================= */

.sptr{
  z-index: 100;
}

.mlul{
  cursor:pointer;
}

.mlul li{
  display: inline-block;
  width: 28%;
  margin-bottom: 10px;
}
.mlul li img{
  width: 100%;
}

.mlhide {
  display:none;
}

.mlon{
  border: 2px solid #83d8fe;
}


.spcf
{min-height:166px;
 }

/* =====プロフィール========================================================= */


.sppr{
  position: relative;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.2);
  padding: 36px 0;
}


.sppr_l{
  display: inline-block;
  width: 80px;
}

.sppr img{
}


.sppr_r{
  display: inline-block;
  margin-left: 16px;
}




.spbird{
  width: 30%;
  height: auto;
}




/* -----セッティング------------------------------------------------------ */


.sp{

  z-index: -1000;
}


.spwrap{
  margin: 0 auto;
  padding:  0 26px;
  position: relative;
}

.left{
  text-align: left;
}


li{
  list-style: none;
}

hr{
  border: 1px solid #ff9ec4;
}


.borderpink{/* ボーダーピンク */
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url('img/borderpink.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:70%;
}


.borderblue{/* ボーダーブルー */
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url('img/borderblue.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:70%;
}


.borderpinksp{/* ボーダーピンクSP */
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url('img/borderpink.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:100%;
}


.borderbluesp{/* ボーダーブルーSP */
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url('img/borderblue.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:100%;
}



.bordernavy{/* ボーダーネイビー */
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url('img/bordernavy.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:70%;
}


.bordernavysp{/* ボーダーネイビーSP */
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url('img/bordernavy.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size:100%;
}




.nv{/* ネイビー */
  color: #354b76;
}

.str{/* 太字 */
  font-weight: bold;
}



.f22{
font-size: 22px;
}

.f10{
font-size: 10px;
line-height: 10px;
}

.f12{
font-size: 12px;
line-height: 12px;
}

.f16{
font-size: 16px;
}


.f26{
font-size: 26px;
line-height: 26px;
}

.f36{
font-size: 36px;
line-height: 36px;
}


.f50{
font-size: 50px;
line-height: 50px;
letter-spacing: 0px;
}


.f45{
font-size: 45px;
line-height: 45px;
letter-spacing: 0px;
}

.bold{
  font-weight: bold;
}



.underline{
  text-decoration: underline;
}

.center{
  width: 100%;
  text-align: center;
}




.sp6/* 6マージン */
{
height: 6px;
}

.sp10/* 10マージン */
{
height: 10px;
}

.sp16/* 16マージン */
{
height: 16px;
}


.sp20/* 20マージン */
{
height: 20px;
}

.sp26/* 26マージン */
{
height: 26px;
}

.sp32/* 32マージン */
{
height: 32px;
}

.sp36/* 36マージン */
{
height: 36px;
}


.sp50/* 50マージン */
{
height: 50px;
}


.sp58/* 58マージン */
{
height: 58px;
}


.sp68/* 68マージン */
{
height: 68px;
}

.sp80/* 80マージン */
{
height: 80px;
}
.sp94/* 94マージン */
{
height: 94px;
}

.sp110/* 110マージン */
{
height: 110px;
}

.shokaisp/* 初回マージン */
{
height: 1290px;
}


