@charset "utf-8";
/* CSS Document */
/*main css
/*reset css
---------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 18px;
	-webkit-text-size-adjust: 18px;
	-ms-text-size-adjust: 18px;
}
@media screen and (max-width: 640px) {
html {
	width:100%;

  }

html.disable-navigation {
  /*左右スワイプによる履歴ナビゲーションを無効化する*/
  overscroll-behavior-x: none;
}

}
body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;margin:0;
	background-color:#FFFFFF;
	color: #000000;
	font-size: 110%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
body {
	font-size: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "";
	}
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
u {
   text-decoration: none;
   border-bottom: 1px solid;
}
/*テキスト関連*/
p { margin-top: 0; margin-bottom: 0 ;  padding-bottom:0px;
}
a {
	color: #0a0a76;
  text-decoration: none;
}
a:hover {
	color:#fff45f;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

h1{
padding: 32px 32px;
text-align: left;
font-size: 100%;
}

h2 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
h1 {
   font-size: 100%;
}
}


/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents { display: block !important;}
.sp-contents { display: none !important;}
@media only screen and (max-width: 768px) {
.pc-contents { display: none !important;}
.sp-contents { display: block !important;}
}

/*wrapper 背景設定など
---------------------------------------------------------------------------*/

.wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
}

.wrapper2 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-color:#FFFFFF;
}

.wrapper650 {
	height: auto;
	margin: 0px auto;
	max-width: 650px;
	line-height:180%;
}

.wrapper800 {
	height: auto;
	margin: 0px auto;
	max-width: 800px;
	line-height:180%;
}

.wrapper960 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-size: contain;
  text-align: center;
}
.wrapper1000 {
	height: auto;
	margin: 0px auto;
	max-width: 1000px;
	line-height:180%;
	background-size: contain;
  text-align: center;
}

.wrapper1200 {
	height: auto;
	margin: 0px auto;
	max-width: 1200px;
	line-height:180%;
	background-size: contain;
}


.header-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}

@media screen and (max-width: 768px) {
.header-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 768px;
}
	}
/*本文ボディ
---------------------------------------------------------------------------*/
.inner00 {
	padding:0px 0px;
	text-align:right;
}

.inner {
	padding:0px 0px;
	text-align:left;
}

.inner01 {
	padding:20px 30px;
	text-align:left;
}
.inner02 {
	padding:20px 30px;
	text-align:left;
}

.inner03 {
	padding:20px 30px;
	text-align:right;
}

.inner860 {
	padding:20px 50px;
	text-align:left;
}
.inner820 {
	padding:20px 70px;
	text-align:left;
}
.inner800 {
	padding:20px 80px;
	text-align:left;
}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.inner, .inner02, .inner03, .inner860, .inner820 , .inner800 , .inner780 , .inner760  {
	padding:10px 15px;
	text-align:left;
}
}

/*br
---------------------------------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}


/*画像の設定
---------------------------------------------------------------------------*/
/*空白消し*/
img{
	margin: 0;
	padding: 0;
	display: block;
}
/*画像切り替え*/
.pc-img { display: block;}
.sp-img { display: none;}
@media only screen and (max-width: 768px) {
.pc-img { display: none;}
.sp-img { display: block; padding: 20px 0px 20px 10px;}
}
/*イメージカット用スケーリング*/
.rs-img {
    max-width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
.rs-img {
    width:38%;
	height:auto;
}
}
/*スケーリング*/
.scaling{
	max-width:100%;
	height:auto;
}
.scaling2{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
.scaling3{
	max-width:100%;
	height:auto;
	padding:0px 20px 20px 20px;
}
/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}

/*フッター
---------------------------------------------------------------------------*/
div#footer{
	background-color: #4AC6C7;
	text-align: center;
	font-size: 80%;
}

.message{
  text-align: center;
	line-height: 140%;
	padding-top: 50px;
  font-size: 100%;
	color: rgb(255, 255, 255);
}

.copyright{
	line-height: 140%;
	padding-bottom: 50px;
	color: rgb(255, 255, 255);
	font-size: 100%;
}

/*特定商法
---------------------------------------------------------------------------*/

.tokusyo-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-color: #FFF;
	background-size: contain;
  color: #000;
}
.tokusyo{
	max-height: 560px;
	overflow-y:scroll;
	font-size: 80%;
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.tokusyo th,
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #A2A2A2;
  text-align:left;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 140%;
}
table.tokusyo th {
  background-color: #D5D5D5;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
.tokusyo{
	max-height: 380px;
}
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}




/*ここから追加CSS
---------------------------------------------------------------------------*/

/*keyvisual
---------------------------------------------------------------------------*/
.headerline {
  background-image: linear-gradient(90deg, rgba(255, 104, 91, 1), rgba(253, 44, 121, 1));
  height: auto;
  padding: 10px 0 10px 0;
  }
  .headerline img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0;
  }
  .head-inner {
    max-width: 1000px;
    margin: 90px auto;
    padding: 0 18pt;
  }

  .head-inner> img {
    margin: 0 auto; 
    margin-bottom: 80px;
    display: block;
  }

    .keyvisual{
      background-size: cover;
      background-position: center;
      height:60vw;
      background-image:url(../img/keyvisual.jpg);
      }


@media screen and (max-width: 768px) {
  .keyvisual{
    background-color: #FFF;
    }

.headerline {
  height: auto; 
 padding: 0px 20px; }

  .head-inner {
    max-width: 768px;
    margin: 20px auto;
  }
	}

 /*header-
---------------------------------------------------------------------------*/

.bg-header{
  background-image:url(../img/head-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 30px 0px;

}

.bg-header img
{
display: block;
margin-left: auto;
margin-right: auto;
padding: 0px 0;
}

.space {
  margin-top: 30px
}

.head-wrapper1000 {
	height: auto;
	margin: 0px auto;
	max-width: 1000px;
	line-height:180%;
	background-size: contain;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .bg-header{
  margin: 0 ;
  padding: 0px 10px;
}

 }


/*kakaku table
---------------------------------------------------------------------------*/
table{
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  background-color: #FFF;
}
.tb01 th {
  background: #ff0863;
  color: #fff;
  
}

@media screen and (max-width: 768px) {

  table{
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
  }
 }

/*headbutton
---------------------------------------------------------------------------*/
.bg-headbutton{
	text-align: center;

  
}

.bg-button img
{
display: block;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 768px) {

  .bg-headbutton
  {
    padding: 0px 0px 0px 0px;
  }

  }

/*button-anime
---------------------------------------------------------------------------*/

.btn-hslip{
  display: inline-block;
  padding: 70px 110px;
  font-size: 2.1em;
  font-weight: bold;
  border-radius: 100px;
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1));
  border-bottom: solid 10px #fb4b34;
  text-decoration: none;
  color: #fff;
  margin-bottom: 60px;
  margin-top: 50px;
}

.btn-hslip:active{
  box-shadow: none;
  position:relative;
  border-bottom:none;
  top:7px;
}

@media screen and (max-width: 768px) {
  .btn-hslip {
    font-size: 0.9em;
    padding: 20px 50px;
    margin: 20px 5px 21px 5px;
    border-bottom: solid 10px #fb4b34;
    }

    .btn-slip:active {
      
    }

}


  .btn-slip{
    display: inline-block;
    padding: 70px 110px;
    font-size: 2.1em;
    font-weight: bold;
    border-radius: 100px;
    background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1));
    border-bottom: solid 10px #fb4b34;
    text-decoration: none;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  
  .btn-slip:active{
    box-shadow: none;
    position:relative;
    border-bottom:none;
    top:7px;
  }
  
  @media screen and (max-width: 768px) {
    .btn-slip {
      font-size: 0.9em;
      padding: 35px 50px;
      margin: 20px 5px 21px 5px;
      border-bottom: solid 10px #fb4b34;
      }
  
      .btn-slip:active {
        
      }
  
  }


/*timer02 red
---------------------------------------------------------------------------*/
.bg-timer01{
 margin: 20px 0px 30px 0px;
 padding: 10px 20px 30px 0;
}

.timer01txt01
{
  font-size: 14pt;
  color: #fff;
  text-align: center;
}
.timer01txt02
{
  font-size: 25pt;
  font-weight: 600;
  color: #1470f1;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1px;
  
}
@media screen and (max-width: 768px) {
  
  .bg-timer01{
    margin: 0px 10px 10px 10px;
    padding: 10px 10px;
   }

   .timer01txt01
{
  font-size: 8pt;
  color: #fff;
  text-align: center;
}
.timer01txt02
{
  font-size: 14pt;
  font-weight: 600;
  color: #1470f1;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1px;
}

  }

/*sub_head
---------------------------------------------------------------------------*/
.bg-subhead{
  background-color: #00C1D4;
  padding: 50px 0px;

 }
 
 .subhead-wrapper{
  height: auto;
	margin: 0px auto;
	max-width: 800px;
  text-align: center;
  color: #FFF;
  font-size: 2em;
  font-weight: bolder;
  letter-spacing: 0.05em;
 }


 @media screen and (max-width: 768px) {


  .subhead-wrapper{
    font-size: 1.5em;

   }
 }

/*otoapu_manu
---------------------------------------------------------------------------*/
.bg-otoapu_manu{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #F4FBFB;
  padding: 50px 0px;
  }
  
  .bg-otoapu_manu img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
    
  .contenbox    {
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    padding: 30px 15px;
    margin-top: 0px;
  }

  .conten-inner    {
    font-size: 0.9em;
    line-height: 180%;
    color:#000000;
    
  }

  .contenbox img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }


  .oto_text120-b {
    font-size:120%;
    font-weight: bold;
    color: #00C1D4;
    line-height: 130%;
  }
  
  .oto_text140-b {
    font-size:140%;
    font-weight: bold;
    color: #00C1D4;
    line-height: 130%;
  }



  @media screen and (max-width: 768px) {
  
    .bg-otoapu_manu{
      padding: 20px 10px;
      }
      .bg-conten{
        padding:20px 0px 0px 0px;
            }
  
      .wrapper01-conten{
        margin: 0px 0px;
        font-size: 0.9em;
          }
  
  
      .contenbox    {
        padding: 10px 0px 20px 0px;
        line-height: 250%;
        margin: 5px 10px 0px 10px;
      }
  
      .contenbox img
      {
      display: block;
      margin-left: auto;
      margin-right: auto;
          }
          .conten-inner    {
            line-height: 230%;
             
          }
        

    }


/*oto_henkin
---------------------------------------------------------------------------*/
.bg-hosyou{
  background-color: #4AC6C7;
  text-align: left;
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .bg-hosyou img
    {
    margin-left: auto;
    margin-right: auto;
    }

.bg-henkin{
  text-align: left;
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }



    .wrapper-henkin {
      height: auto;
      margin: auto;
       max-width: 650px;
      line-height:180%;
      color: #ffffff;
      letter-spacing: 1px;
    }

    .inner-henkin {
      padding:50px 50px;
      text-align:left;
    }
  
    .henkinbox    {
      background-color: #fff;
      border-radius: 25px;
      color: #000000;
      padding: 30px 40px;
      font-size: 0.8em;
      line-height: 150%;
      text-align: left;
      background-size: contain;
    }

    @media screen and (max-width: 768px) {
      .henkinbox    {
             padding: 30px 30px;
        }

      .wrapper-henkin {
        font-size: 0.9em;
        margin: 0px 20px;
        line-height:150%;
      }

      .inner-henkin {
        padding:30px 30px;
        
    
    }
    }
  /*oto-tokuten
---------------------------------------------------------------------------*/

    .wrapper-tokuten {
      height: auto;
      margin: auto;
       max-width: 800px;
      line-height:160%;
      color: #000;
      letter-spacing: 1px;
        }

    .toku02{
      background-image:url(../img/oto_pre_b02.png);
      background-repeat: repeat-y;
      padding: 0px 60px;
      color: #000000;
      font-size: 0.9em;
      line-height: 160%;
      text-align: left;
      background-size: contain;
    }
    
    @media screen and (max-width: 768px) {

      .bg-tokuten{
         padding: 20px 0px;
          }

      .toku02 {
        padding: 0px 30px;
              line-height: 160%;
              font-size: 1em;
      }
    
      .wrapper-tokuten {
        margin: 0px 20px; 
      }

      .inner-tokuten {
        padding:30px 30px;
        
    
    }
    }
/*kudoki_manu
---------------------------------------------------------------------------*/
.bg-kudoki_manu{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/bg01.jpg);
  padding: 50px 0px 10px 0px;
  }
  
  .bg-kudoki_manu img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
  .kudoki_contenbox    {
    background-image:url(../img/kudoki_manu_b02.png);
    background-repeat: repeat-y;
    padding: 0px 60px;
    color: #000000;
    font-size: 0.9em;
    line-height: 160%;
    text-align: left;
    background-size: contain;

  }

  .conten-inner    {
    font-size: 0.9em;
    line-height: 180%;
    color:#000000;
    
  }

  .contenbox img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }


  .oto_text120-b {
    font-size:120%;
    font-weight: bold;
    color: #00C1D4;
    line-height: 130%;
  }
  
  .oto_text140-b {
    font-size:140%;
    font-weight: bold;
    color: #00C1D4;
    line-height: 130%;
  }



  @media screen and (max-width: 768px) {
  
    .kudoki_contenbox    {
      padding: 10px 30px;
  
    }
  
      .wrapper01-conten{
        margin: 0px 0px;
        font-size: 0.9em;
          }
  
  
      .contenbox    {
        padding: 10px 0px 20px 0px;
        line-height: 250%;
        margin: 5px 10px 0px 10px;
      }
  
      .contenbox img
      {
      display: block;
      margin-left: auto;
      margin-right: auto;
          }
          .conten-inner    {
            line-height: 230%;
             
          }
        

    }

  /*kudoki-tokuten
---------------------------------------------------------------------------*/

.kudoki_toku02{
  background-image:url(../img/kudoki_toku_b02.png);
  background-repeat: repeat-y;
  padding: 0px 130px;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 180%;
  text-align: left;
  background-size: contain;
}

@media screen and (max-width: 768px) {

  .bg-tokuten{
     padding: 20px 0px;
      }

  .kudoki_toku02{
    padding: 10px 70px;
    line-height: 180%;
    font-size: 1em;
  }

  .wrapper-tokuten {
    margin: 0px 20px; 
  }

  .inner-tokuten {
    padding:30px 30px;
    

}
}


/*kudoki_henkin
---------------------------------------------------------------------------*/

   
.kudoki_henkinbox    {
  background-image:url(../img/kudoki_henkin_02.jpg);
  background-repeat: repeat-y;
  padding: 0px 80px 0px 80px;
  font-size: 0.9em;
  line-height: 200%;
  text-align: left;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .kudoki_henkinbox    {
         padding: 0px 35px 0px 35px;
    }
}

/*numa_manu
---------------------------------------------------------------------------*/
.bg-numa_manu{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/bg02.png);
  padding: 50px 0px;
  }
  
  .bg-numa_manu img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
  .numa_contenbox    {
  box-sizing: border-box;
  width: 100%;
  background-color: #000;
  border: solid #500027 15px;
  color: #FFF;
  font-size: 0.9em;
  padding: 50px 30px;
  }



  @media screen and (max-width: 768px) {
  
    .bg-numa_manu{
      padding: 20px 10px;
      }

      .numa_contenbox    {
        padding: 20px 15px;
        } 
      
    }

  /*numa-tokuten
---------------------------------------------------------------------------*/

.numa_toku02{
  background-image:url(../img/numa_toku_b02.png);
  background-repeat: repeat-y;
  padding: 0px 90px 20PX 90px;
  color: #000000;
  font-size: 0.9em;
  line-height: 160%;
  text-align: left;
  background-size: contain;

}

@media screen and (max-width: 768px) {

  .numa_toku02{
    padding: 20px 50px 20PX 50px;
  }

  .toku02 {
    padding: 0px 30px;
          line-height: 160%;
          font-size: 1em;
  }

  .inner-tokuten {
    padding:30px 30px;
    

}
}

/*numa_henkin
---------------------------------------------------------------------------*/

   
.numa_henkinbox    {
  background-image:url(../img/numa_henkin_02.png);
  background-repeat: repeat-y;
  padding: 0px 50px;
  font-size: 0.9em;
  line-height: 200%;
  text-align: left;
  color: #FFF;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .numa_henkinbox    {
         padding: 0px 30px 0px 30px;
    }
}

/*購入ご案内
---------------------------------------------------------------------------*/
.bg-kounyu{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #DBFBFF;
  padding: 50px 0px;
  }
  
  .bg-kounyu img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
  .kounyu_contenbox  {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  font-size: 0.9em;
  padding: 50px 30px;
  margin-top: 50px;
  }



  @media screen and (max-width: 768px) {
  
    .bg-kounyu{
      padding: 20px 10px;
      }
         
    }









    /*set01 button
    ---------------------------------------------------------------------------*/

      .btn-set01{
        display: inline-block;
        padding: 50px 110px;
        font-size: 1.9em;
        font-weight: bold;
        border-radius: 100px;
        background-color: #22AC38;
        border-bottom: solid 10px #006934;
        text-decoration: none;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
      }
      
      .btn-set01:active{
        box-shadow: none;
        position:relative;
        border-bottom:none;
        top:7px;
      }
      
      @media screen and (max-width: 768px) {
        .btn-set01 {
          font-size: 0.9em;
          padding: 15px 35px;
          margin: 0px 0px 0px 0px;
          border-bottom: solid 10px #006934;
          }
      
    }


    /*set02 button
    ---------------------------------------------------------------------------*/

    .btn-set02{
      display: inline-block;
      padding: 50px 110px;
      font-size: 1.7em;
      font-weight: bold;
      border-radius: 100px;
      background-color: #0000FF;
      border-bottom: solid 10px #00007c;
      text-decoration: none;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
    .btn-set02:active{
      box-shadow: none;
      position:relative;
      border-bottom:none;
      top:7px;
    }
    
    @media screen and (max-width: 768px) {
      .btn-set02 {
        font-size: 0.8em;
        padding: 15px 35px;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 10px #00007c;
        }
    

  }


   /*tan01 button
    ---------------------------------------------------------------------------*/

    .btn-tan01{
      display: inline-block;
      padding: 50px 110px;
      font-size: 1.7em;
      font-weight: bold;
      border-radius: 100px;
      background-color: #F15A24;
      border-bottom: solid 10px #a33d18;
      text-decoration: none;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
    .btn-tan01:active{
      box-shadow: none;
      position:relative;
      border-bottom:none;
      top:7px;
    }
    
    @media screen and (max-width: 768px) {
      .btn-tan01 {
        font-size: 0.8em;
        padding: 15px 35px;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 10px #a33d18;
           }
    

  }


   /*tan02 button
    ---------------------------------------------------------------------------*/

    .btn-tan02{
      display: inline-block;
      padding: 50px 110px;
      font-size: 1.7em;
      font-weight: bold;
      border-radius: 100px;
      background-color: #ED1C24;
      border-bottom: solid 10px #ad161b;;
      text-decoration: none;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
    .btn-tan02:active{
      box-shadow: none;
      position:relative;
      border-bottom:none;
      top:7px;
    }
    
    @media screen and (max-width: 768px) {
      .btn-tan02 {
        font-size: 0.9em;
        padding: 15px 35px;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 10px #a33d18;
           }
    

  }


   /*tan02 button
    ---------------------------------------------------------------------------*/

    .btn-tan02{
      display: inline-block;
      padding: 50px 110px;
      font-size: 1.7em;
      font-weight: bold;
      border-radius: 100px;
      background-color: #ED1C24;
      border-bottom: solid 10px #ad161b;;
      text-decoration: none;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
    .btn-tan02:active{
      box-shadow: none;
      position:relative;
      border-bottom:none;
      top:7px;
    }
    
    @media screen and (max-width: 768px) {
      .btn-tan02 {
        font-size: 0.9em;
        padding: 15px 35px;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 10px #a33d18;
           }
    

  }

   /*tan03 button
    ---------------------------------------------------------------------------*/

    .btn-tan03{
      display: inline-block;
      padding: 50px 110px;
      font-size: 1.7em;
      font-weight: bold;
      border-radius: 100px;
      background-color: #662D91;
      border-bottom: solid 10px #381652;;
      text-decoration: none;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
    .btn-tan03:active{
      box-shadow: none;
      position:relative;
      border-bottom:none;
      top:7px;
    }
    
    @media screen and (max-width: 768px) {
      .btn-tan03 {
        font-size: 0.9em;
        padding: 15px 35px;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 10px #381652;;
           }
    

  }

/*追従バナー
---------------------------------------------------------------------------*/
.float-button__wrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.float-button__wrapr__image {
  max-width: 100%; /* 画像の最大幅 */
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1));

}

.float-button__wrapr__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .float-button__wrap {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 768px) { /* スマホ用のブレイクポイントを指定 */
  .float-button__wrap {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: 0px;
  }

  .float-button__wrapr__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}

/*countdown
---------------------------------------------------------------------------*/
.nokori02{
  text-align:center;
  font-size:55px;
  margin:0px 0px;
  line-height: 130%;
  padding: 0px 0px 0px 0px;
  color: #1470f1;
font-weight: bold;
letter-spacing: 3px;

 }


 @media screen and (max-width: 768px) {
  
  .nokori02{
    text-align:center;
    font-size:35px;
    margin:0px 0px;
    line-height: 130%;
    padding: 0px 0px 0px 0px;
    color: #1470f1;
  font-weight: bold;
   }
  }
