/* CSS Document */
/*design*/


*{
	margin:0;
	padding:0;
	line-height: 1.0;
}
html,body{
  font-size:62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	max-width:640px;
}

body,h1,h2,h3,h4,p {
    letter-spacing: 0.05em;
		margin:0;
}

body { font-size: 1.4rem; }
h1 { font-size: 5.6rem; } 
h2 { font-size: 2.8rem; }



/*　共通
-------------------------------------*/

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

.annotation{
  font-size: 14px;
  color: #333;
  padding: 2rem 1.5rem 4rem;
}

@media screen and (max-width: 30em) {
  .annotation{
  font-size: 12px;
  }
}

/*　見出し
-------------------------------------*/

h2.m_ttl{
  font-size: 24px;
  font-size: 2.4rem;
}


/*　footer
-------------------------------------*/
.f_wrap{
    margin: 0 auto;
    text-align: center;
    padding: 4.8rem 2rem 16rem;
    background: #f6f6f6;
}

.f_wrap .f_wrap__inner{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.f_wrap ul li {
    margin-bottom: 14px;
}

.f_wrap ul li:last-child{
    margin-left: 1.6rem;
}

.f_wrap ul li a{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.f_wrap .f_copy p{
	font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  .f_wrap{
    padding: 4.8rem 2rem 12rem;
}
}


/*　追従ボタン
-------------------------------------*/

.f_btn{
  position: fixed;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  background: rgba(255,255,255,0.5);
  padding: 10px 15px;
  cursor: pointer;
  transition: .3s;
  margin: 0 auto;
  max-width: 610px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

.active{
  opacity: 1;
  visibility: visible;
}


/*　クーポン期限
-------------------------------------*/


.coupon__date{
  font-size:clamp(16px, 2.3vw, 20px);
  font-weight: bold;
  color: #35c177;
  border: 2px solid #35c177;
  margin: 0.8rem 3rem 1rem;
  text-align: center;
  padding: 0.4em;
}

.coupon__date--round{
  color: #fff;
  border: none;
  width: 52vw;
  max-width: 380px;
  background: #fc7293;
  border-radius: 50px;
  margin: 0 auto;
}

.coupon__date--pink{
  color: #fc588a;
  border: 2px solid #fc588a;
}


/*　セクション
-------------------------------------*/

.fv{
  background: #f5f6f7;
}

.case{
  background: #dff1f8;
}


.campaign__point{
  background: url("../img/point_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.campaign__point .campaign__point__date{
  padding: 4rem 0 0;
}

.campaign__point .campaign__point__txt{
  padding: 0 1.5rem;
}

.line__btn{
  padding: 1.5rem 0 3rem;
}

.line__btn__s{
  animation: btn 0.8s infinite alternate;
}

@keyframes btn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1.02);
  }
}


/*　アンケート
-------------------------------------*/

.questionnaire {
  padding: 0 15px 6rem;
  background: #f6f6f6;
}

.questionnaire__bg {
  padding: 12px;
  background: #fff;
}

.questionnaire__ttl{
  display: flex;
  margin: 1.5em 0.5em 1em;
  padding-bottom: 1rem;
}

.questionnaire__balloon {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  background: #333;
  border-radius: 50px;
  text-align: center;
  margin-right: 1em;
  height: 2em;
}

.questionnaire__question {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.6;
}

.questionnaire__serect{
  padding-bottom: 1rem;
}

.questionnaire__serect .serect__txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding-bottom: 1.5rem;
}


.questionnaire input {
  display: none;
}

.questionnaire input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0.5em 0;
  cursor: pointer;
}

.questionnaire input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #CED4DA;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

.questionnaire input:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 3px solid #ff6576;
  border-bottom: 3px solid #ff6576;
}

.questionnaire__box{
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  padding: 4rem 1.5rem 0;
  vertical-align: middle;
  align-items: center;
}

.questionnaire__box__icon{
  width: 1.6rem;
}

.questionnaire__box__txt{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  color: #333;
  margin: 0 auto;
}

.questionnaire__box__txt .box__txt__dot{
    border-bottom: 2px dotted #868e96;
    padding: 0.4rem 0;
}



@media screen and (max-width: 30em) {
  .questionnaire__question {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*票数*/
.count {
  display: none;
  color: #333;
  font-size: 1.2rem;
  margin: 0;
}


 

