@charset "utf-8";
/* CSS Document */

/*-----------------------
common
---------------------------------*/

/*背景を白に*/
html{
	background-color: #fff;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}

.sp { display: none; }

a:hover img {
	opacity:0.7;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*-----------------------
LP
---------------------------------*/
#lp-contents {
	text-align:center;
	max-width: 750px;
	margin: 0 auto;
}

/*重要コメント用赤kakomi*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 20px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	font-weight: bold;
}

.aka_o{
	font-weight: bold;
	font-size:15px;
	margin: 20px 0 0;
	}

#box1{
	position: relative;
	/*タイマーstart 20 end 0に*/
	padding:20px;
	max-width: 1000px;
	margin: 0 auto;
	}

#box1_1{
	position: absolute;
	top: 7px;
	margin: 0 auto;
	
	}



#pc-fv{
	text-align: center;
	background: url("../img/01_n-pc.jpg") center top no-repeat;
}
.pc-fv{
	margin: 0 auto;
}

.has-btn1 {
	position: relative;
}
.has-btn1 .btn {
	position: absolute;
	width:100%;
    top: 50%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.has-btn2 {
	position: relative;
}
.has-btn2 .btn {
	position: absolute;
	width:100%;
    top: 84%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}





#faq-list{
	background-color:#FFFFE3; 
}


/* sec07 */
.faq-list {
	margin: 0 0 80px 0;
}
.faq-list li:not(:last-child) {
	margin-bottom: 20px;
}
.faq-list li .faq-q {
    max-width: 730px;
    position: relative;
    margin: auto 20px;
}
.faq-list li .faq-q:after {
    content: '';
    display: block;
    width: 35px;
    height: 21px;
    margin-top: -10px;
    background: url(../img/faq_arrow.png) no-repeat;
	background-size: 70%;
    position: absolute;
    right: 5px;
    top: 58%;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.faq-list li .active p.faq-q:after {
    transform: rotateX(180deg);
}
.faq-list li .faq-q img {
	cursor:pointer;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq-list li .faq-q:hover img {
	opacity:0.7;
}
.faq-list li .faq-a {
	display:none;
    margin: 30px 20px 50px;
}

/* sec09 */
#sec09 {
	margin-bottom:50px;
}

.sec09-05 h3 {
    position: relative;
}
.sec09-03.has-btn .btn {
	padding: 0 5%;
    top: 46%;
}
.sec09-05 h3:after {
    content: '';
    display: block;
    background: #dff3f8;
    width: 100%;
    height: 51%;
    position: absolute;
    bottom: 10%;
}
.sec09-05 h3 img {
    position: relative;
    z-index: 10;
}

/*---------------
jQuery-原材料
----------------*/
.tab {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 5px;
}
.tab-btn {
  height: 70px;
  display: flex;
  align-items: flex-end;
}
.tab-btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 5px;
  color: #1d4150;
  background-color: #ccc;
  cursor: pointer;
  transition: all .3s ease;
}
.tab-btn__item.current {
  height: 50px;
  background-color: #1d4150;
}
.tab-btn__item.current {
  color: #FFF;
  background-color: #1d4150;
}
.tab-content {
  display: none;
  padding: 10px;
  border: 1px solid #1d4150;
}
.tab-content.show {
  display: block;
}


/* form */
#egg_form {
    width: 800px;
    height: 1880px;
}

/* footer */
#lp-footer {
	text-align:center;
    background: #0096e0;
    color: #fff;
    padding: 20px 0 50px;
}
.lp-footer--top {
    margin-bottom: 10px;
}
.footer-nav {
    font-size: 0;
}
.footer-nav li {
	margin: 0 0 15px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}

.footer-nav li.ftnv{
	margin: 0 0 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}

.footer-nav li:before {
	content: '|';
	margin-right: 10px;
}
.footer-nav li:first-child {
	margin-left:0;
}
.footer-nav li:first-child:before {
	display:none;
}
.footer-nav li a {
    color: #fff;
}
.lp-footer--btm {
	font-size: 10px;
}


/*taste*/
.taste__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
	margin: 0 auto;
}

.taste__tab > ul{
	margin: auto;
	padding: 0 10px;
}

.taste__tab > li {
    width: 23%;
    max-width: 300px;
    padding: 0 auto 5px;
}


.btn_taste{
    animation: poyopoyo 2.5s linear infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* fix-bnr */
#fix-bnr {
    width: 100%;
	background-color: rgba(255, 251, 196, 0.95);
    text-align: center;
    position: fixed;
    left: 0;
    bottom: -400px;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#fix-bnr.active {
    bottom: 0;
}

.btn4 {
  width: 70%;
  max-width: 750px;
  margin: auto;
 padding: 0 50px;
}

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

sp

ブレークポイントを815pxで設定

----------------------------------- */
@media screen and (max-width: 900px){
	
/*重要コメント用赤kakomi*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 16px;
	padding: 4px 4px;
	border-radius: 2px;
	margin: 0px 2px;
	font-weight: bold;
}

.aka_o{
	font-weight: bold;
	font-size:13px;
	margin: 10px 0 0 10px;
	}


.pc {
		display: none !important;
	}
.sp {
		display: block !important;
	}

 .btn4 {
    width: 90%;
    margin: auto;
	padding: 0px;
  }
	
.has-btn1 {
	position: relative;
}
.has-btn1 .btn {
	position: absolute;
	width:94%;
    top: 51%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.has-btn2 {
	position: relative;
}
.has-btn2 .btn {
	position: absolute;
	width:94%;
    top: 84%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
	
/*---------------
jQuery-原材料
----------------*/
.tab {
  width: 90%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}
.tab-btn {
  height: 50px;
  display: flex;
  align-items: flex-end;
}
.tab-btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 5px;
  color: #1d4150;
  background-color: #ccc;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 10px;
}
.tab-btn__item.current {
  height: 50px;
  background-color: #1d4150;
}
.tab-btn__item.current {
  color: #FFF;
  background-color: #1d4150;
}
.tab-content {
  display: none;
  padding: 10px;
  border: 1px solid #1d4150;
}
.tab-content.show {
  display: block;
}

		

/*taste*/
/*.taste__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
	margin: 0 auto;
}

.taste__tab > ul{
	margin: 0 auto;
	max-width: 500px;
}

.taste__tab > li {
    width: 30%;
    max-width: 150px;
    margin: 0 10px 5px;
	padding: 0 10px;
}	*/
	
/* form */
	iframe#egg_form {
    padding: 0 0 0 0;
    border: 0;
    width: 90%;
    overflow: hidden!important;
    overflow-x: hidden!important;
	overflow-y: hidden!important;
	}

	#lp-footer {
		padding: 20px 0 20px;
	}

	.footer-nav li {
	margin: 0 0 10px;
    }

    .footer-nav li.ftnv{
	margin: 0 0 8px;
    }
	
}