@charset "utf-8";

.dummy::after{
  width: 100%;
  height: 100%;
}

/*
======================================
	font
======================================	
*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}
html {
  font-size: 62.5%;
} /* =10px相当 */
html {
  font-size: calc(1em * 0.625);
} /* =10px相当 */
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
} /* =14px */

.header_block {
  background-color: #333;
}

.sp_none {
  display: block !important;
}

.pc_none {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .tbl_none{
  display: none;
  }
  
}

@media screen and (min-width: 990px) {
  a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 989px) {
  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block !important;
  }
}

.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

@media screen and (max-width: 989px) {
  .sp_t_left {
    text-align: left !important;
  }

  .sp_t_center {
    text-align: center !important;
  }

  .sp_t_right {
    text-align: right !important;
  }
}

.v_top {
  vertical-align: top !important;
}

.v_middle {
  vertical-align: middle !important;
}

.v_bottom {
  vertical-align: bottom !important;
}

@media screen and (max-width: 989px) {
  .sp_v_top {
    vertical-align: top !important;
  }

  .sp_v_middle {
    vertical-align: middle !important;
  }

  .sp_v_bottom {
    vertical-align: bottom !important;
  }
}

.u-padding-t-0 {
  padding-top: 0 !important;
}
.u-padding-r-0 {
  padding-right: 0 !important;
}
.u-padding-b-0 {
  padding-bottom: 0 !important;
}
.u-padding-l-0 {
  padding-left: 0 !important;
}

.u-bg-none {
  background: none !important;
}

.u-boxshadow-none {
  box-shadow: none !important;
}

.u-boxshadow-white {
  box-shadow: 4px 4px 0px 0px #fff !important;
}

.u-letter-spacing-0 {
  letter-spacing: 0 !important;
}

@media screen and (min-width: 990px) {
  .u-padding-t-0-pc {
    padding-top: 0 !important;
  }
  .u-padding-r-0-pc {
    padding-right: 0 !important;
  }
  .u-padding-b-100-pc {
    padding-bottom: 100px !important;
  }
  .u-padding-b-0-pc {
    padding-bottom: 0 !important;
  }
  .u-padding-l-0-pc {
    padding-left: 0 !important;
  }
  .u-letter-spacing-0-pc {
    letter-spacing: 0 !important;
  }

  .u-bg-none-pc {
    background: none !important;
  }

  .u-boxshadow-none-pc {
    box-shadow: none !important;
  }

  .u-boxshadow-white-pc {
    box-shadow: 4px 4px 0px 0px #fff !important;
  }
}

@media screen and (max-width: 989px) {
  .u-padding-t-0-sp {
    padding-top: 0 !important;
  }
  .u-padding-t-20-sp {
    padding-top: 20px !important;
  }
  .u-padding-r-0-sp {
    padding-right: 0 !important;
  }
  .u-padding-b-100-sp {
    padding-bottom: 100px !important;
  }
  .u-padding-b-0-sp {
    padding-bottom: 0 !important;
  }
  .u-padding-l-0-sp {
    padding-left: 0 !important;
  }
  .u-letter-spacing-0-sp {
    letter-spacing: 0 !important;
  }
  .u-bg-none-sp {
    background: none !important;
  }

  .u-boxshadow-none-sp {
    box-shadow: none !important;
  }

  .u-boxshadow-white-sp {
    box-shadow: 4px 4px 0px 0px #fff !important;
  }
}

/*フォントサイズ、行間、マージン、パディング追加
---------------------------------------------------------- */
.font31 {
  font-size: 3.1rem;
}

.font32 {
  font-size: 3.2rem;
}

.font33 {
  font-size: 3.3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font35 {
  font-size: 3.5rem;
}

.font36 {
  font-size: 3.6rem;
}

.line-height-sm {
  line-height: 1.3;
}

.line-height-m {
  line-height: 1.6;
}

.line-height-l {
  line-height: 1.8;
}

.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt190 {
  margin-top: 190px;
}
.mt200 {
  margin-top: 200px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

@media screen and (min-width: 990px) {
  .pc_mr0 {
    margin-right: 0 !important;
  }
  .pc_mr5 {
    margin-right: 5px !important;
  }
  .pc_mr10 {
    margin-right: 10px !important;
  }
  .pc_mr15 {
    margin-right: 15px !important;
  }
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mr25 {
    margin-right: 25px !important;
  }
  .pc_mr30 {
    margin-right: 30px !important;
  }
  .pc_mr35 {
    margin-right: 35px !important;
  }
  .pc_mr40 {
    margin-right: 40px !important;
  }
  .pc_mr45 {
    margin-right: 45px !important;
  }
  .pc_mr50 {
    margin-right: 50px !important;
  }
  .pc_mr55 {
    margin-right: 55px !important;
  }
  .pc_mr60 {
    margin-right: 60px !important;
  }
  .pc_mr65 {
    margin-right: 65px !important;
  }
  .pc_mr70 {
    margin-right: 70px !important;
  }
  .pc_mr75 {
    margin-right: 75px !important;
  }
  .pc_mr80 {
    margin-right: 80px !important;
  }
  .pc_mr85 {
    margin-right: 85px !important;
  }
  .pc_mr90 {
    margin-right: 90px !important;
  }
  .pc_mr95 {
    margin-right: 95px !important;
  }
  .pc_mr100 {
    margin-right: 100px !important;
  }

  .pc_ml0 {
    margin-left: 0 !important;
  }
  .pc_ml5 {
    margin-left: 5px !important;
  }
  .pc_ml10 {
    margin-left: 10px !important;
  }
  .pc_ml15 {
    margin-left: 15px !important;
  }
  .pc_ml20 {
    margin-left: 20px !important;
  }
  .pc_ml25 {
    margin-left: 25px !important;
  }
  .pc_ml30 {
    margin-left: 30px !important;
  }
  .pc_ml35 {
    margin-left: 35px !important;
  }
  .pc_ml40 {
    margin-left: 40px !important;
  }
  .pc_ml45 {
    margin-left: 45px !important;
  }
  .pc_ml50 {
    margin-left: 50px !important;
  }
  .pc_ml55 {
    margin-left: 55px !important;
  }
  .pc_ml60 {
    margin-left: 60px !important;
  }
  .pc_ml65 {
    margin-left: 65px !important;
  }
  .pc_ml70 {
    margin-left: 70px !important;
  }
  .pc_ml75 {
    margin-left: 75px !important;
  }
  .pc_ml80 {
    margin-left: 80px !important;
  }
  .pc_ml85 {
    margin-left: 85px !important;
  }
  .pc_ml90 {
    margin-left: 90px !important;
  }
  .pc_ml95 {
    margin-left: 95px !important;
  }
  .pc_ml100 {
    margin-left: 100px !important;
  }

  .mrl-20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mrl-30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mrl-40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .pc_pt150 {
    padding-top: 150px !important;
  }
  .pc_pt270 {
    padding-top: 270px !important;
  }

  .pc_pb150 {
    padding-bottom: 150px !important;
  }
  .pc_pb270 {
    padding-bottom: 270px !important;
  }
}

.font10 {
  font-size: 1rem !important;
}

.font11 {
  font-size: 1.1rem !important;
}

.font12 {
  font-size: 1.2rem !important;
}

.font13 {
  font-size: 1.3rem !important;
}

.font14 {
  font-size: 1.4rem !important;
}

.font15 {
  font-size: 1.5rem !important;
}

.font16 {
  font-size: 1.6rem !important;
}

.font17 {
  font-size: 1.7rem !important;
}

.font18 {
  font-size: 1.8rem !important;
}

.font19 {
  font-size: 1.9rem !important;
}

.font20 {
  font-size: 2rem !important;
}

.font21 {
  font-size: 2.1rem !important;
}

.font22 {
  font-size: 2.2rem !important;
}

.font23 {
  font-size: 2.2rem !important;
}

.font24 {
  font-size: 2.4rem !important;
}

.font25 {
  font-size: 2.5rem !important;
}

.font26 {
  font-size: 2.6rem !important;
}

.font27 {
  font-size: 2.7rem !important;
}

.font28 {
  font-size: 2.8rem !important;
}

.font29 {
  font-size: 2.9rem !important;
}

.font30 {
  font-size: 3rem !important;
}

.fontn {
  font-weight: normal !important;
}

.fontb {
  font-weight: bold !important;
}

.font_red01 {
  color: #e40000 !important;
}

.font_blue01 {
  color: #2ca9e1 !important;
}

@media screen and (max-width: 989px) {
  .sp_font10 {
    font-size: 1.1rem !important;
  }

  .sp_font11 {
    font-size: 1.2rem !important;
  }

  .sp_font12 {
    font-size: 1.2rem !important;
  }

  .sp_font13 {
    font-size: 1.3rem !important;
  }

  .sp_font14 {
    font-size: 1.4rem !important;
  }

  .sp_font15 {
    font-size: 1.5rem !important;
  }

  .sp_font16 {
    font-size: 1.6rem !important;
  }

  .sp_font17 {
    font-size: 1.7rem !important;
  }

  .sp_font18 {
    font-size: 1.8rem !important;
  }

  .sp_font19 {
    font-size: 1.9rem !important;
  }

  .sp_font20 {
    font-size: 2rem !important;
  }

  .sp_font21 {
    font-size: 2.1rem !important;
  }

  .sp_font22 {
    font-size: 2.2rem !important;
  }

  .sp_font23 {
    font-size: 2.2rem !important;
  }

  .sp_font24 {
    font-size: 2.4rem !important;
  }

  .sp_font25 {
    font-size: 2.5rem !important;
  }

  .sp_font26 {
    font-size: 2.6rem !important;
  }

  .sp_font27 {
    font-size: 2.7rem !important;
  }

  .sp_font28 {
    font-size: 2.8rem !important;
  }

  .sp_font29 {
    font-size: 2.9rem !important;
  }

  .sp_font30 {
    font-size: 3rem !important;
  }

  .sp_font31 {
    font-size: 3.1rem;
  }

  .sp_font32 {
    font-size: 3.2rem;
  }

  .sp_font33 {
    font-size: 3.3rem;
  }

  .sp_font34 {
    font-size: 3.4rem;
  }

  .sp_font35 {
    font-size: 3.5rem;
  }

  .sp_font36 {
    font-size: 3.6rem;
  }

  .sp_mrl-10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .sp_mrl-20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .sp_mrl-30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .sp_mrl-40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .sp_pt5 {
    padding-top: 5px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pt100 {
    padding-top: 100px !important;
  }

  .sp_pr5 {
    padding-right: 5px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pr15 {
    padding-right: 15px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pr25 {
    padding-right: 25px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }

  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pb100 {
    padding-bottom: 100px !important;
  }

  .sp_pl5 {
    padding-left: 5px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_pl15 {
    padding-left: 15px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_pl25 {
    padding-left: 25px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
}

/* --------------------------------------------------
	width
-------------------------------------------------- */
.w10 {
  width: 10px !important;
}
.w20 {
  width: 20px !important;
}
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w180 {
  width: 180px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w210 {
  width: 210px !important;
}
.w220 {
  width: 220px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w250 {
  width: 250px !important;
}
.w260 {
  width: 260px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w290 {
  width: 290px !important;
}
.w291 {
  width: 291px !important;
}
.w292 {
  width: 292px !important;
}
.w293 {
  width: 293px !important;
}
.w294 {
  width: 294px !important;
}
.w295 {
  width: 295px !important;
}
.w296 {
  width: 296px !important;
}
.w297 {
  width: 297px !important;
}
.w298 {
  width: 298px !important;
}
.w299 {
  width: 299px !important;
}
.w300 {
  width: 300px !important;
}
.w310 {
  width: 310px !important;
}
.w320 {
  width: 320px !important;
}
.w330 {
  width: 330px !important;
}
.w340 {
  width: 340px !important;
}
.w350 {
  width: 350px !important;
}
.w360 {
  width: 360px !important;
}
.w370 {
  width: 370px !important;
}
.w380 {
  width: 380px !important;
}
.w390 {
  width: 390px !important;
}
.w400 {
  width: 400px !important;
}
.w410 {
  width: 410px !important;
}
.w420 {
  width: 420px !important;
}
.w430 {
  width: 430px !important;
}
.w440 {
  width: 440px !important;
}
.w450 {
  width: 450px !important;
}
.w460 {
  width: 460px !important;
}
.w470 {
  width: 470px !important;
}
.w480 {
  width: 480px !important;
}
.w490 {
  width: 490px !important;
}
.w500 {
  width: 500px !important;
}
.w510 {
  width: 510px !important;
}
.w520 {
  width: 520px !important;
}
.w530 {
  width: 530px !important;
}
.w540 {
  width: 540px !important;
}
.w550 {
  width: 550px !important;
}
.w560 {
  width: 560px !important;
}
.w570 {
  width: 570px !important;
}
.w580 {
  width: 580px !important;
}
.w590 {
  width: 590px !important;
}
.w600 {
  width: 600px !important;
}
.w610 {
  width: 610px !important;
}
.w620 {
  width: 620px !important;
}
.w630 {
  width: 630px !important;
}
.w640 {
  width: 640px !important;
}
.w650 {
  width: 650px !important;
}
.w660 {
  width: 660px !important;
}
.w670 {
  width: 670px !important;
}
.w680 {
  width: 680px !important;
}
.w690 {
  width: 690px !important;
}
.w700 {
  width: 700px !important;
}
.w710 {
  width: 710px !important;
}
.w720 {
  width: 720px !important;
}
.w730 {
  width: 730px !important;
}
.w740 {
  width: 740px !important;
}
.w750 {
  width: 750px !important;
}
.w760 {
  width: 760px !important;
}
.w770 {
  width: 770px !important;
}
.w780 {
  width: 780px !important;
}
.w790 {
  width: 790px !important;
}
.w800 {
  width: 800px !important;
}
.w810 {
  width: 810px !important;
}
.w820 {
  width: 820px !important;
}
.w830 {
  width: 830px !important;
}
.w840 {
  width: 840px !important;
}
.w850 {
  width: 850px !important;
}
.w860 {
  width: 860px !important;
}
.w870 {
  width: 870px !important;
}
.w880 {
  width: 880px !important;
}
.w890 {
  width: 890px !important;
}
.w900 {
  width: 900px !important;
}
.w910 {
  width: 910px !important;
}
.w920 {
  width: 920px !important;
}
.w930 {
  width: 930px !important;
}
.w940 {
  width: 940px !important;
}
.w950 {
  width: 950px !important;
}
.w960 {
  width: 960px !important;
}
.w970 {
  width: 970px !important;
}
.w980 {
  width: 980px !important;
}
.w990 {
  width: 990px !important;
}
.w1000 {
  width: 1000px !important;
}

.w1per {
  width: 1% !important;
}
.w2per {
  width: 2% !important;
}
.w3per {
  width: 3% !important;
}
.w4per {
  width: 4% !important;
}
.w5per {
  width: 5% !important;
}
.w6per {
  width: 6% !important;
}
.w7per {
  width: 7% !important;
}
.w8per {
  width: 8% !important;
}
.w9per {
  width: 9% !important;
}
.w10per {
  width: 10% !important;
}
.w11per {
  width: 11% !important;
}
.w12per {
  width: 12% !important;
}
.w13per {
  width: 13% !important;
}
.w14per {
  width: 14% !important;
}
.w15per {
  width: 15% !important;
}
.w16per {
  width: 16% !important;
}
.w17per {
  width: 17% !important;
}
.w18per {
  width: 18% !important;
}
.w19per {
  width: 19% !important;
}
.w20per {
  width: 20% !important;
}
.w21per {
  width: 21% !important;
}
.w22per {
  width: 22% !important;
}
.w23per {
  width: 23% !important;
}
.w24per {
  width: 24% !important;
}
.w25per {
  width: 25% !important;
}
.w26per {
  width: 26% !important;
}
.w27per {
  width: 27% !important;
}
.w28per {
  width: 28% !important;
}
.w29per {
  width: 29% !important;
}
.w30per {
  width: 30% !important;
}
.w31per {
  width: 31% !important;
}
.w32per {
  width: 32% !important;
}
.w33per {
  width: 33% !important;
}
.w34per {
  width: 34% !important;
}
.w35per {
  width: 35% !important;
}
.w36per {
  width: 36% !important;
}
.w37per {
  width: 37% !important;
}
.w38per {
  width: 38% !important;
}
.w39per {
  width: 39% !important;
}
.w40per {
  width: 40% !important;
}
.w41per {
  width: 41% !important;
}
.w42per {
  width: 42% !important;
}
.w43per {
  width: 43% !important;
}
.w44per {
  width: 44% !important;
}
.w45per {
  width: 45% !important;
}
.w46per {
  width: 46% !important;
}
.w47per {
  width: 47% !important;
}
.w48per {
  width: 48% !important;
}
.w49per {
  width: 49% !important;
}
.w50per {
  width: 50% !important;
}
.w51per {
  width: 51% !important;
}
.w52per {
  width: 52% !important;
}
.w53per {
  width: 53% !important;
}
.w54per {
  width: 54% !important;
}
.w55per {
  width: 55% !important;
}
.w56per {
  width: 56% !important;
}
.w57per {
  width: 57% !important;
}
.w58per {
  width: 58% !important;
}
.w59per {
  width: 59% !important;
}
.w60per {
  width: 60% !important;
}
.w61per {
  width: 61% !important;
}
.w62per {
  width: 62% !important;
}
.w63per {
  width: 63% !important;
}
.w64per {
  width: 64% !important;
}
.w65per {
  width: 65% !important;
}
.w66per {
  width: 66% !important;
}
.w67per {
  width: 67% !important;
}
.w68per {
  width: 68% !important;
}
.w69per {
  width: 69% !important;
}
.w70per {
  width: 70% !important;
}
.w71per {
  width: 71% !important;
}
.w72per {
  width: 72% !important;
}
.w73per {
  width: 73% !important;
}
.w74per {
  width: 74% !important;
}
.w75per {
  width: 75% !important;
}
.w76per {
  width: 76% !important;
}
.w77per {
  width: 77% !important;
}
.w78per {
  width: 78% !important;
}
.w79per {
  width: 79% !important;
}
.w80per {
  width: 80% !important;
}
.w81per {
  width: 81% !important;
}
.w82per {
  width: 82% !important;
}
.w83per {
  width: 83% !important;
}
.w84per {
  width: 84% !important;
}
.w85per {
  width: 85% !important;
}
.w86per {
  width: 86% !important;
}
.w87per {
  width: 87% !important;
}
.w88per {
  width: 88% !important;
}
.w89per {
  width: 89% !important;
}
.w90per {
  width: 90% !important;
}
.w91per {
  width: 91% !important;
}
.w92per {
  width: 92% !important;
}
.w93per {
  width: 93% !important;
}
.w94per {
  width: 94% !important;
}
.w95per {
  width: 95% !important;
}
.w96per {
  width: 96% !important;
}
.w97per {
  width: 97% !important;
}
.w98per {
  width: 98% !important;
}
.w99per {
  width: 99% !important;
}
.w100per {
  width: 100% !important;
}
.wauto {
  width: auto !important;
}

@media screen and (max-width: 989px) {
  .sp_w10 {
    width: 10px !important;
  }
  .sp_w20 {
    width: 20px !important;
  }
  .sp_w30 {
    width: 30px !important;
  }
  .sp_w40 {
    width: 40px !important;
  }
  .sp_w50 {
    width: 50px !important;
  }
  .sp_w60 {
    width: 60px !important;
  }
  .sp_w70 {
    width: 70px !important;
  }
  .sp_w80 {
    width: 80px !important;
  }
  .sp_w90 {
    width: 90px !important;
  }
  .sp_w100 {
    width: 100px !important;
  }
  .sp_w110 {
    width: 110px !important;
  }
  .sp_w120 {
    width: 120px !important;
  }
  .sp_w130 {
    width: 130px !important;
  }
  .sp_w140 {
    width: 140px !important;
  }
  .sp_w150 {
    width: 150px !important;
  }
  .sp_w160 {
    width: 160px !important;
  }
  .sp_w170 {
    width: 170px !important;
  }
  .sp_w180 {
    width: 180px !important;
  }
  .sp_w190 {
    width: 190px !important;
  }
  .sp_w200 {
    width: 200px !important;
  }
  .sp_w210 {
    width: 210px !important;
  }
  .sp_w220 {
    width: 220px !important;
  }
  .sp_w230 {
    width: 230px !important;
  }
  .sp_w240 {
    width: 240px !important;
  }
  .sp_w250 {
    width: 250px !important;
  }
  .sp_w260 {
    width: 260px !important;
  }
  .sp_w270 {
    width: 270px !important;
  }
  .sp_w280 {
    width: 280px !important;
  }
  .sp_w290 {
    width: 290px !important;
  }
  .sp_w300 {
    width: 300px !important;
  }
  .sp_w310 {
    width: 310px !important;
  }
  .sp_w320 {
    width: 320px !important;
  }
  .sp_w330 {
    width: 330px !important;
  }
  .sp_w340 {
    width: 340px !important;
  }
  .sp_w350 {
    width: 350px !important;
  }
  .sp_w360 {
    width: 360px !important;
  }
  .sp_w370 {
    width: 370px !important;
  }
  .sp_w380 {
    width: 380px !important;
  }
  .sp_w390 {
    width: 390px !important;
  }
  .sp_w400 {
    width: 400px !important;
  }
  .sp_w410 {
    width: 410px !important;
  }
  .sp_w420 {
    width: 420px !important;
  }
  .sp_w430 {
    width: 430px !important;
  }
  .sp_w440 {
    width: 440px !important;
  }
  .sp_w450 {
    width: 450px !important;
  }
  .sp_w460 {
    width: 460px !important;
  }
  .sp_w470 {
    width: 470px !important;
  }
  .sp_w480 {
    width: 480px !important;
  }
  .sp_w490 {
    width: 490px !important;
  }
  .sp_w500 {
    width: 500px !important;
  }
  .sp_w510 {
    width: 510px !important;
  }
  .sp_w520 {
    width: 520px !important;
  }
  .sp_w530 {
    width: 530px !important;
  }
  .sp_w540 {
    width: 540px !important;
  }
  .sp_w550 {
    width: 550px !important;
  }
  .sp_w560 {
    width: 560px !important;
  }
  .sp_w570 {
    width: 570px !important;
  }
  .sp_w580 {
    width: 580px !important;
  }
  .sp_w590 {
    width: 590px !important;
  }
  .sp_w600 {
    width: 600px !important;
  }
  .sp_w610 {
    width: 610px !important;
  }
  .sp_w620 {
    width: 620px !important;
  }
  .sp_w630 {
    width: 630px !important;
  }
  .sp_w640 {
    width: 640px !important;
  }
  .sp_w650 {
    width: 650px !important;
  }
  .sp_w660 {
    width: 660px !important;
  }
  .sp_w670 {
    width: 670px !important;
  }
  .sp_w680 {
    width: 680px !important;
  }
  .sp_w690 {
    width: 690px !important;
  }
  .sp_w700 {
    width: 700px !important;
  }
  .sp_w710 {
    width: 710px !important;
  }
  .sp_w720 {
    width: 720px !important;
  }
  .sp_w730 {
    width: 730px !important;
  }
  .sp_w740 {
    width: 740px !important;
  }
  .sp_w750 {
    width: 750px !important;
  }
  .sp_w760 {
    width: 760px !important;
  }
  .sp_w770 {
    width: 770px !important;
  }
  .sp_w780 {
    width: 780px !important;
  }
  .sp_w790 {
    width: 790px !important;
  }
  .sp_w800 {
    width: 800px !important;
  }
  .sp_w810 {
    width: 810px !important;
  }
  .sp_w820 {
    width: 820px !important;
  }
  .sp_w830 {
    width: 830px !important;
  }
  .sp_w840 {
    width: 840px !important;
  }
  .sp_w850 {
    width: 850px !important;
  }
  .sp_w860 {
    width: 860px !important;
  }
  .sp_w870 {
    width: 870px !important;
  }
  .sp_w880 {
    width: 880px !important;
  }
  .sp_w890 {
    width: 890px !important;
  }
  .sp_w900 {
    width: 900px !important;
  }
  .sp_w910 {
    width: 910px !important;
  }
  .sp_w920 {
    width: 920px !important;
  }
  .sp_w930 {
    width: 930px !important;
  }
  .sp_w940 {
    width: 940px !important;
  }
  .sp_w950 {
    width: 950px !important;
  }
  .sp_w960 {
    width: 960px !important;
  }
  .sp_w970 {
    width: 970px !important;
  }
  .sp_w980 {
    width: 980px !important;
  }
  .sp_w990 {
    width: 990px !important;
  }
  .sp_w1000 {
    width: 1000px !important;
  }

  .sp_w1per {
    width: 1% !important;
  }
  .sp_w2per {
    width: 2% !important;
  }
  .sp_w3per {
    width: 3% !important;
  }
  .sp_w4per {
    width: 4% !important;
  }
  .sp_w5per {
    width: 5% !important;
  }
  .sp_w6per {
    width: 6% !important;
  }
  .sp_w7per {
    width: 7% !important;
  }
  .sp_w8per {
    width: 8% !important;
  }
  .sp_w9per {
    width: 9% !important;
  }
  .sp_w10per {
    width: 10% !important;
  }
  .sp_w11per {
    width: 11% !important;
  }
  .sp_w12per {
    width: 12% !important;
  }
  .sp_w13per {
    width: 13% !important;
  }
  .sp_w14per {
    width: 14% !important;
  }
  .sp_w15per {
    width: 15% !important;
  }
  .sp_w16per {
    width: 16% !important;
  }
  .sp_w17per {
    width: 17% !important;
  }
  .sp_w18per {
    width: 18% !important;
  }
  .sp_w19per {
    width: 19% !important;
  }
  .sp_w20per {
    width: 20% !important;
  }
  .sp_w21per {
    width: 21% !important;
  }
  .sp_w22per {
    width: 22% !important;
  }
  .sp_w23per {
    width: 23% !important;
  }
  .sp_w24per {
    width: 24% !important;
  }
  .sp_w25per {
    width: 25% !important;
  }
  .sp_w26per {
    width: 26% !important;
  }
  .sp_w27per {
    width: 27% !important;
  }
  .sp_w28per {
    width: 28% !important;
  }
  .sp_w29per {
    width: 29% !important;
  }
  .sp_w30per {
    width: 30% !important;
  }
  .sp_w31per {
    width: 31% !important;
  }
  .sp_w32per {
    width: 32% !important;
  }
  .sp_w33per {
    width: 33% !important;
  }
  .sp_w34per {
    width: 34% !important;
  }
  .sp_w35per {
    width: 35% !important;
  }
  .sp_w36per {
    width: 36% !important;
  }
  .sp_w37per {
    width: 37% !important;
  }
  .sp_w38per {
    width: 38% !important;
  }
  .sp_w39per {
    width: 39% !important;
  }
  .sp_w40per {
    width: 40% !important;
  }
  .sp_w41per {
    width: 41% !important;
  }
  .sp_w42per {
    width: 42% !important;
  }
  .sp_w43per {
    width: 43% !important;
  }
  .sp_w44per {
    width: 44% !important;
  }
  .sp_w45per {
    width: 45% !important;
  }
  .sp_w46per {
    width: 46% !important;
  }
  .sp_w47per {
    width: 47% !important;
  }
  .sp_w48per {
    width: 48% !important;
  }
  .sp_w49per {
    width: 49% !important;
  }
  .sp_w50per {
    width: 50% !important;
  }
  .sp_w51per {
    width: 51% !important;
  }
  .sp_w52per {
    width: 52% !important;
  }
  .sp_w53per {
    width: 53% !important;
  }
  .sp_w54per {
    width: 54% !important;
  }
  .sp_w55per {
    width: 55% !important;
  }
  .sp_w56per {
    width: 56% !important;
  }
  .sp_w57per {
    width: 57% !important;
  }
  .sp_w58per {
    width: 58% !important;
  }
  .sp_w59per {
    width: 59% !important;
  }
  .sp_w60per {
    width: 60% !important;
  }
  .sp_w61per {
    width: 61% !important;
  }
  .sp_w62per {
    width: 62% !important;
  }
  .sp_w63per {
    width: 63% !important;
  }
  .sp_w64per {
    width: 64% !important;
  }
  .sp_w65per {
    width: 65% !important;
  }
  .sp_w66per {
    width: 66% !important;
  }
  .sp_w67per {
    width: 67% !important;
  }
  .sp_w68per {
    width: 68% !important;
  }
  .sp_w69per {
    width: 69% !important;
  }
  .sp_w70per {
    width: 70% !important;
  }
  .sp_w71per {
    width: 71% !important;
  }
  .sp_w72per {
    width: 72% !important;
  }
  .sp_w73per {
    width: 73% !important;
  }
  .sp_w74per {
    width: 74% !important;
  }
  .sp_w75per {
    width: 75% !important;
  }
  .sp_w76per {
    width: 76% !important;
  }
  .sp_w77per {
    width: 77% !important;
  }
  .sp_w78per {
    width: 78% !important;
  }
  .sp_w79per {
    width: 79% !important;
  }
  .sp_w80per {
    width: 80% !important;
  }
  .sp_w81per {
    width: 81% !important;
  }
  .sp_w82per {
    width: 82% !important;
  }
  .sp_w83per {
    width: 83% !important;
  }
  .sp_w84per {
    width: 84% !important;
  }
  .sp_w85per {
    width: 85% !important;
  }
  .sp_w86per {
    width: 86% !important;
  }
  .sp_w87per {
    width: 87% !important;
  }
  .sp_w88per {
    width: 88% !important;
  }
  .sp_w89per {
    width: 89% !important;
  }
  .sp_w90per {
    width: 90% !important;
  }
  .sp_w91per {
    width: 91% !important;
  }
  .sp_w92per {
    width: 92% !important;
  }
  .sp_w93per {
    width: 93% !important;
  }
  .sp_w94per {
    width: 94% !important;
  }
  .sp_w95per {
    width: 95% !important;
  }
  .sp_w96per {
    width: 96% !important;
  }
  .sp_w97per {
    width: 97% !important;
  }
  .sp_w98per {
    width: 98% !important;
  }
  .sp_w99per {
    width: 99% !important;
  }
  .sp_w100per {
    width: 100% !important;
  }
  .sp_wauto {
    width: auto !important;
  }
}

/* --------------------------------------------------
	space
-------------------------------------------------- */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mt_m1 {
  margin-top: -1px !important;
}

@media screen and (max-width: 989px) {
  .sp_mt0 {
    margin-top: 0 !important;
  }
  .sp_mt1 {
    margin-top: 1px !important;
  }
  .sp_mt2 {
    margin-top: 2px !important;
  }
  .sp_mt3 {
    margin-top: 3px !important;
  }
  .sp_mt4 {
    margin-top: 4px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt55 {
    margin-top: 55px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt65 {
    margin-top: 65px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt75 {
    margin-top: 75px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt85 {
    margin-top: 85px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt95 {
    margin-top: 95px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 989px) {
  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  .sp_mb1 {
    margin-bottom: 1px !important;
  }
  .sp_mb2 {
    margin-bottom: 2px !important;
  }
  .sp_mb3 {
    margin-bottom: 3px !important;
  }
  .sp_mb4 {
    margin-bottom: 4px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb55 {
    margin-bottom: 55px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb65 {
    margin-bottom: 65px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb75 {
    margin-bottom: 75px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb85 {
    margin-bottom: 85px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb95 {
    margin-bottom: 95px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 989px) {
  .sp_mr0 {
    margin-right: 0 !important;
  }
  .sp_mr5 {
    margin-right: 5px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_mr15 {
    margin-right: 15px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_mr25 {
    margin-right: 25px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_mr35 {
    margin-right: 35px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_mr45 {
    margin-right: 45px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_mr55 {
    margin-right: 55px !important;
  }
  .sp_mr60 {
    margin-right: 60px !important;
  }
  .sp_mr65 {
    margin-right: 65px !important;
  }
  .sp_mr70 {
    margin-right: 70px !important;
  }
  .sp_mr75 {
    margin-right: 75px !important;
  }
  .sp_mr80 {
    margin-right: 80px !important;
  }
  .sp_mr85 {
    margin-right: 85px !important;
  }
  .sp_mr90 {
    margin-right: 90px !important;
  }
  .sp_mr95 {
    margin-right: 95px !important;
  }
  .sp_mr100 {
    margin-right: 100px !important;
  }
}

.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 989px) {
  .sp_ml0 {
    margin-left: 0 !important;
  }
  .sp_ml5 {
    margin-left: 5px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_ml15 {
    margin-left: 15px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_ml25 {
    margin-left: 25px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_ml35 {
    margin-left: 35px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_ml45 {
    margin-left: 45px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_ml55 {
    margin-left: 55px !important;
  }
  .sp_ml60 {
    margin-left: 60px !important;
  }
  .sp_ml65 {
    margin-left: 65px !important;
  }
  .sp_ml70 {
    margin-left: 70px !important;
  }
  .sp_ml75 {
    margin-left: 75px !important;
  }
  .sp_ml80 {
    margin-left: 80px !important;
  }
  .sp_ml85 {
    margin-left: 85px !important;
  }
  .sp_ml90 {
    margin-left: 90px !important;
  }
  .sp_ml95 {
    margin-left: 95px !important;
  }
  .sp_ml100 {
    margin-left: 100px !important;
  }
}

.m_auto {
  margin: auto !important;
}

@media screen and (max-width: 989px) {
  .sp_m_auto {
    margin: auto !important;
  }
}

.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 989px) {
  .sp_pb0 {
    padding-bottom: 0 !important;
  }
}

.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 989px) {
  .sp_pt0 {
    padding-top: 0 !important;
  }
  .sp_pr0 {
    padding-right: 0 !important;
  }
  .sp_pl0 {
    padding-left: 0 !important;
  }
}

.c-bg-black {
  background-color: #000 !important;
}

.c-bg-white {
  background-color: #fff !important;
}

.c-bg-yellow {
  background-color: #fce598 !important;
}

.c-bg-deep-yellow {
  background-color: #fc0 !important;
}

.c-color-black {
  color: #000 !important;
}

.c-color-white {
  color: #fff !important;
}

.c-color-pink {
  color: #f53c84 !important;
}

.c-border-pink{
  border: 3px solid #f53c84;
}

p.indent01,
.indent01 > li {
  margin-left: 1.2em !important;
  text-indent: -1.2em;
}

p.indent02,
.indent02 > li {
  margin-left: 1.5em !important;
  text-indent: -1.5em;
}

p.indent03,
.indent03 > li {
  margin-left: 2em !important;
  text-indent: -2em;
}

p.indent04,
.indent04 > li {
  margin-left: 2.5em !important;
  text-indent: -2.5em;
}

p.indent05,
.indent05 > li {
  margin-left: 3em !important;
  text-indent: -3em;
}

p.indent06,
.indent06 > li {
  margin-left: 3.5em !important;
  text-indent: -3.5em;
}

p.indent07,
.indent07 > li {
  margin-left: 4em !important;
  text-indent: -4em;
}

.asterisk > li > *,
.indent01 > li > *,
.indent02 > li > *,
.indent03 > li > *,
.indent04 > li > *,
.indent05 > li > *,
.indent06 > li > *,
.indent07 > li > * {
  text-indent: 0;
}

/*
======================================
	clear
======================================	
*/
.clearfix {
  zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
}
/* for IE6 */
* html .clearfix {
  display: inline-block;
}
/* for IE7 */
* + html .clearfix {
  display: inline-block;
}

.clear {
  clear: both;
  display: none;
  font-size: 0;
  height: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 0;
}

/*
======================================
	module
======================================	
*/
.txt-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 989px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  } /* =14px */
}

/*
======================================
	共通
======================================	
*/
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 100%;
  min-height: 70px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  background-color: #ef0059;
  border-radius: 100em;
  transition: all 0.4s cubic-bezier(0.19, 0.64, 0.4, 0.89);
}

.c-button__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 24px 40px;
  letter-spacing: 0.1em;
  transform: translateY(3px);
}

@media screen and (min-width: 751px) {
  .c-button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .c-button {
    width: 80%;
    min-height: 40px;
    margin: 0 auto !important;
    font-size: 1.6rem;
  }

  .c-button__inner {
    padding: 20px 15px;
    transform: translateY(0);
  }
}

/*
======================================
	layout
======================================	
*/
body {
  width: 100%;
  background: #ffedf4;
  font-weight: 400;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
#wrap {
  margin: 0 2%;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 4px #503c2c;
  -moz-box-shadow: 0 0 4px #503c2c;
  -webkit-box-shadow: 0 0 4px #503c2c;
}
section:not(.title) {
  padding: 0 30px;
}
h2 {
  margin: 0 -30px 20px;
  padding: 20px;
  background: #ed4f8a;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
h3 {
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
i.fa {
  margin-right: 5px;
}

footer {
  margin-top: 15px;
  padding: 10px 0;
  width: 100%;
}
.h_cr,
#kbcCopyright {
  font-size: 1.2rem;
  line-height: 20px;
}
.h_cr {
  border-bottom: 1px dotted #88664a;
}
#page-top {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
}
#page-top a {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  text-decoration: none;
}
#page-top a:hover {
  background-color: #333;
}
#page-top i.fa {
  margin-right: 0;
  line-height: 55px;
}
@media screen and (max-width: 989px) {
  .h_cr,
  #kbcCopyright {
    font-size: 1rem;
  }
  #wrap {
    margin: 0 1%;
    padding-bottom: 20px;
  }
  section:not(.title) {
    padding: 0 10px;
  }
  h2 {
    margin: 0 -10px 10px;
    padding: 10px;
    font-size: 1.5rem;
  text-align: center;
  }
  h3 {
    padding: 20px 5px;
    font-size: 1.6rem;
  }
}

/*
======================================
	content-01
======================================	
*/
.ev-day {
  padding: 10px 2vw;
  background: #fff5ca;
  border: solid 3px #fc0;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.tk-info {
  padding: 20px;
  text-align: left;
}
.tk-info h3 {
  margin: 0 0 20px;
}
.tk-info .fa-circle {
  color: #fc0;
}
.ttl-bnf {
  background: #eb75a1;
  color: #fff;
}
.tk-buy,
.tk-use {
  border: 2px solid #eb75a1;
}

.tk-buy .tk-detail-headline,
.tk-use .tk-detail-headline {
  font-size: 1.9rem;
  font-weight: bold;
  background: #eb75a1;
}
h4.ttl-bnf {
  padding: 10px 0;
  background: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}
.ttl-tk {
  background: #fc0;
  color: #000;
}
.hdl {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
}
.tk-dtl {
  margin: 33px 0;
  width: 100%;
  text-align: center;
}

.tk-sale {
  padding: 15px 10px;
  background-color: #fff;
}

@media screen and (max-width: 989px) {
    .tk-sale p {
        text-indent: -1em;
        padding-left: 1em;
    }
}

.tk-sale table{
  width: 100%;
}

.tk-sale th,.tk-sale td{
  font-size: 2.0rem;
  border: 4px solid #fff;
  vertical-align: middle;
}

@media screen and ( max-width: 750px) { 
   .tk-sale th,.tk-sale td{
    font-size: 1.5rem;
   }
}

 .tk-sale th{
     padding: 20px 0;
    background-color: #eb75a1;
    color: #fff;
    width: 33%;
    text-align: center;
  }

@media screen and ( max-width: 750px) { 
 .tk-sale th{
   width: 36%;
 }
}

.tk-sale td{
  padding: 4px 8px;
  text-align: left;
  background: #ffedf4;
  color: #000;
}

.tk-limited {
  margin-bottom: 60px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.tk-limited-content ul li:not(:last-child) {
  margin-bottom: 3px;
}

.tk-limited-headline {
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  background-color: #467985;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.tk-detail-headline {
  padding: 10px 20px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: center;
  background-color: #000;
}

.tk-detail-box {
  padding: 20px;
}

.bnf-item .hdl {
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.bnf-lead {
  margin: 10px 0;
  color: #ff8075;
  font-weight: bold;
}
.drink {
  margin: 10px 0;
  padding: 0 15px 15px;
  background: #eef7f9;
  border: 1px solid #c0dfe9;
  font-size: 1.3rem;
}
.drink h4 {
  margin-top: 15px;
  color: #09c;
  font-size: 1.6rem;
}
.drink h4.warning {
  color: #f60;
}

.drink dt {
  color: #09c;
  font-weight: bold;
}
.drink dd {
  padding-left: 1rem;
}
.drink .font_blue {
  color: #09c;
}

.drink dd .fa {
  color: #09c;
}
.warning {
  color: #c00;
  font-weight: bold;
}
.tk-limit {
  font-weight: bold;
}
.tk-table {
  width: 100%;
}
.tk-table th,
.tk-table td {
  padding: 20px;
  border-collapse: collapse;
  border: 1px solid #000;
}
.tk-table .c-button {
  margin-left: 0;
}
.tk-table th {
  vertical-align: middle;
  background-color: #fce598;
}
.tk-table td {
  background-color: #fff;
}

.tk-attention,
.tk-contact {
  border: 3px solid #fc0;
  border-radius: 5px;
}

.soldout-txt {
  color: #d50000;
}
.soldout {
  position: relative;
}
.soldout img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.soldout::before,
.soldout::after {
  position: absolute;
}
.soldout::before {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}
.soldout::after {
  margin: -2rem auto 0;
  top: 50%;
  left: 0;
  right: 0;
  content: "FINISHED!";
  z-index: 12;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
.update {
  margin: 70px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f3357d;
}

@media screen and (min-width: 990px) {
  .bnf-lineup a:hover {
    text-decoration: none;
  }
  .tk-table th {
    width: 12em;
  }
}

@media screen and (max-width: 989px) {
  .tk-info {
    padding: 15px;
  }
  .tk-info h3 {
    margin: 0 0 10px;
  }
  h3.ttl-bnf {
    font-size: 1.8rem;
  }
  h4.ttl-bnf {
    font-size: 1.4rem;
  }
  .hdl {
    font-size: 1.3rem;
  }
  .tk-dtl {
    margin: 13px 0 25px 0;
    width: 100%;
  }
  .tk-limited {
    margin-bottom: 30px;
  }
  .tk-limited-content ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .tk-detail-headline {
    font-size: 1.9rem;
  }
  .tk-buy .tk-detail-headline,
  .tk-use .tk-detail-headline {
    font-size: 1.9rem;
  }
  .tk-detail-box {
    padding: 15px;
  }
  .bnf-lineup-tshirt {
    border-bottom: none;
  }
  .bnf-item .hdl {
    font-size: 1.3rem;
  }
  .drink {
    margin: 10px 0;
    padding: 0 10px 10px;
    font-size: 1.2rem;
  }
  .drink h4 {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .tk-limit {
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
  }

  .tk-sale {
    padding: 10px 0;
  }

  .update {
    margin: 50px 0;
    font-size: 1.4rem;
  }

  .tk-table th,
  .tk-table td {
    display: block;
    margin-bottom: -1px;
    padding: 10px;
  }

  .tk-table th {
    text-align: center;
  }
}
@media screen and (max-width: 415px) {
  .ev-day span {
    display: block;
  }
}

/*
======================================
	content-02
======================================	
*/
.content-02 .warning,
.l-code h3 {
  text-align: left;
}
.l-code h3 {
  margin-top: 20px;
  padding: 0;
  font-size: 1.4rem;
}
.l-code p {
  padding: 10px;
  background: #fc0;
  border: 3px solid #000;
  color: #000;
  line-height: 1.2;
}
.code-no {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}
.ttl-prch {
  background: #09c;
  color: #fff;
}
.link-prch-wrap {
  margin: 20px 20px 0;
}
a.link-prch {
  padding: 15px;
  background: #f60;
  border-radius: 5px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
a.link-prch .fa {
  margin-top: -1.8rem;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 3.6rem;
  line-height: 1;
}
a.link-prch:hover {
  background-color: #f90;
}
.link-phone-wrap {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  text-align: center;
}
a.link-phone {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
table.tk-num {
  margin: 10px 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.tk-num td {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  vertical-align: middle;
}
.tk-num td.num {
  width: 50px;
  text-align: center;
}
.shop {
  color: #c00;
  font-weight: bold;
}
@media screen and (max-width: 989px) {
  .l-code h3 {
    margin-top: 10px;
  }
  .l-code p {
    padding: 10px;
  }
  .link-prch-wrap {
    margin: 0;
  }
  a.link-prch {
    font-size: 1.6rem;
  }
  a.link-prch .fa {
    margin-top: -1rem;
    font-size: 2rem;
  }
  a.link-phone {
    font-size: 2rem;
    color: #000;
    text-decoration: underline;
  }
  .tk-num td {
    padding: 5px;
    font-size: 1.2rem;
  }
  .tk-num td.num {
    width: 30px;
  }
}
/*
======================================
	content-03
======================================	
*/
#wrap {
  margin: 0 auto;
  width: 990px;
}
.attention {
  font-size: 1.2rem;
  text-align: left;
}
.attention h3 {
  padding: 10px 0 0;
  font-size: 1.4rem;
  text-align: left;
}

.bnf-lineup {
  margin-bottom: 60px;
  box-shadow: 0px 1px 6px 2px rgb(139 69 96 / 20%);
  border: 5px solid #eb75a1;
    border-radius: 10px;
}

.bnf-lineup-goods-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bnf-lineup-goods {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -30px 0 0 -30px;
}
.bnf-lineup-inner {
  padding: 65px 20px;
}
.bnf-item {
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
}

@media screen and (min-width: 990px) {
  .for-sp {
    display: none;
  }
  .bnf-lineup-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    cursor: default;
  }

  .h_cr,
  #kbcCopyright {
    width: 990px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  #wrap {
    width: 100%;
  }

  .bnf-lineup {
    margin-bottom: 30px;
  }
  .bnf-lineup-inner {
    padding: 60px 15px;
  }

  .bnf-lineup-goods {
    display: block;
    margin: 0 auto;
  }
  .bnf-item {
    width: 100%;
    margin: 0;
  }
  .bnf-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
/*
======================================
======================================	
*/

.movie_box {
  position: relative;
  max-width: 850px;
}

.youtube,
.uliza {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.youtube iframe,
.uliza .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 990px) {
  .movie_box {
    margin: 20px 12% 0;
  }
}

@media only screen and (max-width: 989px) {
  .movie_box {
    margin: 10px 3% 0;
  }
}

/* 26年4月2日追記 */

.highlight {
  background: linear-gradient(transparent 50%, #fc0 50%);
  display: inline; 
  font-size: 31px;
  padding: 0 20px; /* 角度が急になる分、文字が切れないよう余白を広げる */
  clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}

.parent{
  display: flex;  
  line-height: 1;        
  justify-content: center; 
  align-items: center;  
  height: 100px;           
}


@media screen and (max-width: 989px) {
  .sp-highlight {
  background: linear-gradient(transparent 50%, #fc0 50%);
  display: inline; 
  font-size: 31px;
  padding: 0 20px; 
  clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  }

  .highlight {
    background: linear-gradient(transparent 50%, #fc0 50%);
    display: inline; 
    font-size: 31px;
    padding: 0 20px; 
    clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  }
  .highlight::before {
    height: 8px;       /* スマホではさらに細く固定 */
    bottom: 3px;       /* 位置も少し調整 */
  }
  
}

.tk-name{
  max-width: 70%; 
  margin: 38px auto;
}

@media screen and (max-width: 989px) {
  .tk-name{
    max-width: 97%; 
    margin: 19px auto;
  }
}

.tk-name3{
  max-width: 80%; 
  margin: 38px auto;
}

@media screen and (max-width: 989px) {
  .tk-name3{
    max-width: 97%; 
    margin: 19px auto;
  }
}

.tk-info-dtl{
  width: 100%;  
  overflow: hidden; 
}

.tk-info-dtl img {
  display: block;    
  width: 100%;     
  height: auto;    
}

.tk-tilte{
  margin: 33px auto 20px;
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 989px) {
  .tk-tilte{
    margin: 32px auto 19px;
    width: 92%;
    text-align: center;
  }
}
