

.c-sp_block{
  display: none;
}
@media screen and (max-width:767px){
  .c-sp_block{
    display: block;
  }

  .c-sp_inline{
    display: none;
  }
}

.c-key{
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
}

.box1160{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:960px){
  .box1160{
    width: 600px;
    max-width: 100%;
  }
}
h2{
  margin-bottom: 48px;
}
.c-sp_btn{
  display: none;
  /* text-align: center; */
  /* font-size: 2.0rem; */
  /* font-weight: 500; */
  margin: 24px auto;
  /* color: #FFFFFF; */
  /* transition:  all 0.6s; */
  width:260px;
  /* padding: 18px 0; */
  /* border-radius:8px; */
  /* background: #E8188A; */
  /* border: none; */
  /* outline: none; */
  /* box-shadow: 0 3px 6px #00000029; */
  position: absolute;
  bottom:24%;
  left:20px;
}
@media screen and (max-width:400px){
  .c-sp_btn{
    font-size: 1.8rem;
    width: 223px;
  }
}
.c-pc_btn{
  display: block;
  /* text-align: center; */
  /* font-size: 2.4rem; */
  /* font-weight: 500; */
  /* color: #FFFFFF; */
  /* transition:  all 0.6s; */
  width: 320px;
  /* padding: 30px 0; */
  /* border-radius: 14px; */
  /* background: #E8188A; */
  /* border: none; */
  /* outline: none; */
  /* box-shadow: 0 3px 6px #00000029; */
  position: absolute;
  left:20px;
  bottom:120px;
}
.c-pc_btn span,
.c-sp_btn span{
  font-size: 1.8rem;
}
@media screen and (max-width:960px){
  .c-pc_btn{
    display: none;
  }
  .c-sp_btn{
    display: block;
  }
}




/*---------------------------------

             textbox

-------------------------------------*/

.c-textBox{
  text-align: center;
}
.c-textBox p{
  font-size: 2.0rem;
  line-height: 2;
  margin-bottom: 1.6em;
}
.c-textBox p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width:600px){
  .c-textBox p{
    font-size: 1.6rem;
  }
}

/*------------------------------------

           imageBox

-------------------------------------*/
.c-imageBox figure{
  text-align:center;
  text-align: -webkit-center;
}


/*---------------------------------

               flex

------------------------------------*/

.c-flex{
  display: flex;
}
.c-flexWrap{
  flex-wrap: wrap;
}


/* 左右配置設定 */
.c-flexCenter{
  justify-content: center;
}

/* 最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
.c-flexBetween{
  justify-content: space-between;
}
/* 左右余白 ＋ 均等割り */
.c-flexAround{
  justify-content: space-around;
}





/*----------------------------------------------


                  見出し

-----------------------------------------------*/
/* sectionのタイトル */
.c-secTit{
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
@media screen and (max-width:959px){
  .c-secTit{
    font-size: 2.2rem;
  }
}
