@charset "UTF-8";
body {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
#main {
	width: 750px;
	margin: 0 auto;
	position: relative;
/*	padding-bottom: 300px;*/
}
.qlist li input {
	display: none;
}
.qlist li .btn {
	position: relative;
	display: block;
}
.qlist li .btn .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}
.qlist li input:checked + .btn .on {opacity:1;}
.qlist li .btn img {
	width: 100%;
	height: auto;
}
.q1_list.qlist li,.q2_list.qlist li {
	width: 47.7%;
	margin-bottom: 2em;
}
.qlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	margin: 2em auto 0;
}
.q1_list.qlist li:nth-child(2n) {
	margin-left: 4.6%;
}
.q2_list.qlist {
	justify-content: space-between;
}
.q3_list.qlist li {
	width: 100%;
	margin-bottom: 2em;
}
.end_conts .button {
	display: block;
	width: 92%;
	margin: 2em auto;
}
.q3 {
	margin-bottom: 7em;
}
.qlist label {
	display: block;
	cursor: pointer;
}




.popup {
	position: relative;
}

/*モーダルを開くボタン*/
.modal-open{
    position: absolute;
    width: 490px;
    height: 80px;
    bottom: 53px;
    left: 125px;
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.to_form {
position: absolute;
display: block;
width: 80px;
cursor: pointer;

height:20px;
}
.area1 {
    bottom: 460px;
    left: 128px;
}
.area2 {
bottom: 260px;
    left: 180px;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
z-index: 3;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close2:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close2:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.area3 {
    position: absolute;
    display: block;
    width: 405px;
    cursor: pointer;
    height: 85px;
    top: 311px;
    left: 45px;
}




article.diet {
	position: relative;
}

article.diet a {
display: block;
width: 540px;

position: absolute;
left: 0;
right: 0;
margin: auto;
}
article.diet a.btn {
height: 105px;
bottom: 50px;
}
article.diet a.detail {
    height: 90px;
    bottom: 175px;
}



@media screen and (max-width:750px){
	body{font-size:2.4vw;}
	#main {
		width: 100%;
	}

/*モーダルを開くボタン*/
.modal-open{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5%;
    left: 0;
    cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding:0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.to_form {
position: absolute;
display: block;
width: 80px;

height:20px;
}
.area1 {
    bottom: 19%;
    left: 23%;
}
.area2 {
    bottom: 10.5%;
    left: 30%;

}



article.diet a {
display: block;
width:70%;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
article.diet a.btn {
height: 10%;
    bottom: 3%;
}
article.diet a.detail {
    height: 7%;
    bottom: 15%;
}


/*モーダルを開くボタン*/
.modal-open2{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5%;
    left: 0;
    cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding:0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close2:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close2:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.area3 {
position: absolute;
    display: block;
    width: 80%;
    cursor: pointer;
    height: 60px;
    top: 13.5%;
    left: 10%;
}




}

  body#fade_action {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

/*---カウントダウン----*/

section.fixbtn {
width:750px;
margin:0 auto 0;
background: linear-gradient(0deg, rgb(227, 98, 11), rgb(250, 141, 3));
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
position: fixed;
margin: auto;
bottom: 0;
left: 0;
right: 0;
  opacity: 0;
  transition: all 0.65s;
}

section.fixbtn.isActive {
  opacity: 1;
  transition: all 0.65s;
}

section.fixbtn h3 {
	margin: 0;
	text-align: center;
    margin-bottom: 1%;
}

section.fixbtn a img {
	display: block;
	margin: 0 auto;
}
section.fixbtn img {
	width: 70%;
}
section.fixbtn ul {
	text-align: center;
}

section.fixbtn li {
	color: white;
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
	font-weight: bold;
}
section.fixbtn li:first-of-type {
	padding-left: 5%;
}

section.fixbtn span.c_box {
    display: inline-block;
    background: white;
    border-radius: 5px;
    min-width: 55px;
    padding: 5px 10px;
    text-align: right;
    min-height: 30px;
    margin-right: 5px;
    box-shadow: 0px 4px 0px 0px #be5f06;
}
section.fixbtn span.c_box span {
	font-size: 30px;
	color: black;
}

section.fixbtn a {
margin-top: -20px;
	display: block;
}

@media screen and (max-width:750px){

	#main {
	/*	padding-bottom: 50%;*/
	}


section.fixbtn {
width:100%;
}


section.fixbtn h3 {
	margin: 0;
	text-align: center;
    margin-bottom: 1%;
}

section.fixbtn a img {
	display: block;
	margin: 0 auto;
}
section.fixbtn img {
	width: 100%;
}
section.fixbtn ul {
	text-align: center;
}

section.fixbtn li {
	color: white;
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}
section.fixbtn li:first-of-type {
	padding-left: 8%;
}

section.fixbtn span.c_box {
    display: inline-block;
    background: white;
    border-radius: 5px;
    min-width: 40px;
    padding: 3px 8px;
    text-align: right;
    min-height: 30px;
    margin-right: 5px;
    box-shadow: 0px 4px 0px 0px #be5f06;
}
section.fixbtn span.c_box span {
	font-size: 24px;
	color: black;
}

section.fixbtn a {
margin-top: -4%;
	display: block;
}
}
