@charset "utf-8";
/* CSS Document */



/*///////////////////////////////////////////
////////////　　　　共通　　　　////////////
///////////////////////////////////////////*/
body {}
/*float*/
.f_o {
  overflow: hidden;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/*img*/
*:first-child + html img {
  vertical-align: top;
}
* html img {
  vertical-align: top;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}
.inner {
  width: 100%;
  max-width: 880px;
  margin: 8vh auto;
}
.f_s {
  font-size: 50%;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/*///////////////////////////////////////////
////////////　　　　個別　　　　////////////
///////////////////////////////////////////*/
body {
  background-color: #F9DEDC;
}
.all_bg {
  background-image: url(https://www.mietoyopet.co.jp/file/special/14801/20630/flow/car/img/bg.png);
  position: fixed;
  height: 30vh;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
.c_bg {
  background-image: url(../img/main_001.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 85vh;
  position: relative;
  z-index: 2;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.c_bg a {
  position: absolute;
  background-color: #FFF35F;
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #604C3F;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  bottom: 8vh;
  border-radius: 40px;
  left: 0;
  right: 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.c_bg a:hover {
  opacity: 0.7;
  background-color: #fff;
  border: 1px solid #FFF35F;
}
#question_area {
  font-size: 1.5em;
  padding: 5vh 0 0;
  position: relative;
  font-weight: bold;
  color: #604C3F;
  line-height: 1.8;
}
.q_bg {
  background-image: url(../img/main_002_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 60vh;
  position: relative;
  z-index: 2;
  color: #604C3F;
  font-weight: bold;
  text-align: center;
  padding: 15vh 0 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.txt_hide {
  display: none !important;
}
.txt_display {
  text-align: center;
}
.txt_display .question {
  animation: fadein 2s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#btn_area {
  position: absolute;
  z-index: 20;
  display: block;
  height: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27vh;
  top: auto;
}
span.q {
  color: #FFA022;
  font-size: 120%;
}
#btn_yes, #btn_no {
  display: inline-block;
  text-decoration: none;
  width: 150px;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  color: #604C3F;
  font-weight: bold;
  background: #ccc;
  font-size: 90%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
#btn_yes:hover {
  background: #92C5EB;
}
#btn_yes:hover, #btn_no:hover {
  opacity: 1;
}
#btn_no:hover {
  background: #F7ACB5;
}
a#btn_yes:after, a#btn_no:after {
  content: ">";
  float: right;
  padding: 0 5px 0 0;
}
div#result_area {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
div#result_area .a_bg img {
  animation: fadein2 7s forwards;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.a_bg {
  background-image: url(../img/main_003.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 510px;
  position: relative;
  z-index: 2;
  color: #604C3F;
  font-weight: bold;
  text-align: center;
  padding: 15vh 0 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.a_bg img {
    width: 280px;
    margin: 5% auto 0;
}
#result_area ul {
  width: 400px;
  margin: 0 auto;
  font-size: 12px;
}
#result_area ul li {
  padding: 10px;

}

#result_area .text:before {
    content: "";
    display: block;
    width: 135px;
    background-image: url(https://www.mietoyopet.co.jp/file/special/14801/20630/flow/car/img/anser.png);
    padding: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

#result_area ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
    background-color: #fff35f;
    display: block;
    border-radius: 50px;
    padding: 12px 0;
    margin: 10px 5% 0;
}
#result_area ul li a:hover {
  opacity: 0.7;
}
#result_area ul li a:after {
  content: ">";
  padding: 0 5% 0 0;
  font-weight: 100;
  position: absolute;
  right: 3%;
  top: 24%;
}
#result_area ul.pack {
  margin: 1% auto 0;
  position: relative;
}
#a1 ul li.kaikata{background: #C7C5E2;}
#a2 ul li.kaikata{background: #f1f1f1;}
#a3 ul li.kaikata{background: #C7C5E2;}
#a4 ul li.kaikata{background: #BAD1ED;}
#a5 ul li.kaikata{background: #BAD1ED;}
#a6 ul li.kaikata{background: #C7C5E2;}
#a7 ul li.kaikata{background: #FDD2B8;}
#a8 ul li.kaikata{background: #FDD2B8;}
#a9 ul li.kaikata{background: #FDD2B8;}
#a10 ul li.kaikata{background: #FDD2B8;}
#a11 ul li.kaikata{background: #AEDFE5;}
#a12 ul li.kaikata{background: #AEDFE5;}
#a13 ul li.kaikata{background: #AEDFE5;}
#a14 ul li.kaikata{background: #AEDFE5;}
#a15 ul li.kaikata{background: #C7C5E2;}
#a16 ul li.kaikata{background: #C7C5E2;}

.back_top {
  position: fixed;
  z-index: 999;
  right: 5%;
  bottom: 5vh;
}
.back_top a {
  position: relative;
  font-size: 14px;
  display: block;
  width: 90px;
  max-height: 90px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #FFF35F;
  color: #5F4C3F;
  font-weight: bold;
  padding: 39px 15px;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.back_topsite {
  position: fixed;
  z-index: 999;
  left: 5%;
  bottom: 5vh;
}
.back_topsite a {
  position: relative;
  font-size: 14px;
  display: block;
  width: 110px;
  max-height: 90px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #FFF35F;
  color: #5F4C3F;
  font-weight: bold;
  padding: 39px 10px;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.text {
    line-height: 1.8;
}



/*///////////////////////////////////////////
////////////　ブレイクポイント　////////////
///////////////////////////////////////////*/


/*PC・SP切り分け*/

@media (max-width: 640px) {
.pc{ display:none!important;}
}

@media screen and (min-width: 641px) {
.sp{ display:none!important;}
}



/* デスクトップ */
@media screen and (min-width:1401px) {

}

/* ノートパソコン */
@media screen and (min-width:960px) and ( max-width:1400px) {


}

/* タブレット */
@media screen and (min-width:640px) and ( max-width:959px) {

}


/*スマホ*/
@media (max-width: 639px) {

	
	
	
	
	
	
	.c_bg {
    background-image: url(../img/main_001_sp.png);
	}
	
	
.c_bg,
.q_bg,
.a_bg {
    background-size: 130%;
    width: 100%;
    max-width: 100%;
    height: 60vh;
    padding: 7vh 0;
}	
	

	
#btn_area {
    top: 35vh;
}	
	
#btn_yes, #btn_no {
    width: 120px;
}

.txt_display .question {
    width: 90%;
    margin: 0 auto;
}
	
	
.back_top a,
.back_topsite a {
	width: 110px;
    padding: 15px 10px;	
}

	
.a_bg img {
    width: 230px;
    margin: 15% auto 0;
}
	
.text {
display: block;
    width: 90%;
    margin: 0 auto 15px;
}	
	
#result_area ul li a {
    width: 200px;
    display: block;
    margin: 0 auto;
}	
	

div#main {
    overflow-x: hidden;
}	
	
#result_area ul li {
    width: 90%;
    padding: 3%;
}
	
	
	
	
	
}















