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

/* ==========================================================================
   Reset
   ========================================================================== */
   html, body, div, span, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   abbr, address, cite, code,
   del, dfn, em, img, ins, kbd, q, samp,
   small, strong, sub, sup, var,
   b, i,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, figcaption, figure,
   footer, header, hgroup, menu, nav, section, summary,
   time, mark, audio, video {
	   margin:0;
	   padding:0;
	   border:0;
	   outline:0;
	   font-size:100%;
	   vertical-align:baseline;
	   background:transparent;
	   font-family: toppan-bunkyu-mincho-pr6n, serif;
	   font-weight: 400;
	   font-style: normal;
	   /*font-family: 'Sawarabi Mincho', sans-serif;*/
   }

   body {
	   line-height:1;
	   letter-spacing: 0.1em;
   }

   article,aside,details,figcaption,figure,
   footer,header,hgroup,menu,nav,section {
	   display:block;
   }

   nav ul {
	   list-style:none;
   }

   blockquote, q {
	   quotes:none;
   }

   blockquote:before, blockquote:after,
   q:before, q:after {
	   content:'';
	   content:none;
   }

   a {
	   margin:0;
	   padding:0;
	   font-size:100%;
	   vertical-align:baseline;
	   background:transparent;
   }

   /* change colours to suit your needs */
   ins {
	   background-color:#ff9;
	   color:#000;
	   text-decoration:none;
   }

   /* change colours to suit your needs */
   mark {
	   background-color:#ff9;
	   color:#000;
	   font-style:italic;
	   font-weight:bold;
   }

   del {
	   text-decoration: line-through;
   }

   abbr[title], dfn[title] {
	   border-bottom:1px dotted;
	   cursor:help;
   }

   table {
	   border-collapse:collapse;
	   border-spacing:0;
   }

   /* change border colour to suit your needs */
   hr {
	   display:block;
	   height:1px;
	   border:0;
	   border-top:1px solid #cccccc;
	   margin:1em 0;
	   padding:0;
   }

   input, select {
	   vertical-align:middle;
   }

/*================================
body
================================*/
body {
	
}
/*----- PC -----*/
@media (min-width: 768px) {
	body {
		
	}
	
}
/*----- mobile -----*/
@media screen and (max-width: 767px) {
	body {
		
	}
}


/*================================
display
================================*/

/*----- PC -----*/
@media (min-width: 768px) {
	.pcnone {display: none;}
}
/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.spnone {display: none;}
}


/*================================
margin
================================*/
.mgT5 {margin-top: 5px;}
.mgT10 {margin-top: 10px;}
.mgT20 {margin-top: 10px;}
.mgT30 {margin-top: 30px;}
.mgT40 {margin-top: 40px;}
.mgT50 {margin-top: 50px;}
.mgT60 {margin-top: 60px;}
.mgT70 {margin-top: 70px;}
.mgT80 {margin-top: 80px;}
.mgT90 {margin-top: 90px;}
.mgR15 {margin-right: 15px;}


/*================================
position
================================*/
.posL {text-align: left;}


/*================================
title text
================================*/
h2 {
	text-align: center;
}
.ttl-w-01 {
	color: #000;
	padding: 5px;
    margin-bottom: 5px;
    background: linear-gradient(transparent 60%, #efd556 60%);
	font-family: fot-tsukuardgothic-std, sans-serif;
	
}
.ttl-b-01 {
	color: #fdff60;
	border-bottom: solid 5px #4d8ebe;
	padding-bottom: 5px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
h3,h4,h5,p,.ttl-01,.txt-01 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
h3 {
	color: #edb72f;
}
h4 {
	color: #000;
	line-height: 1.7;
}

/*----- PC -----*/
@media (min-width: 768px) {
	h2 {
		font-size: 40px;
		line-height: 1.7;
	}
	h3 {
		font-size: 60px;
	}
	h4 {
		font-size: 30px;
		margin-top: 30px;
		font-weight: 600;
	}
	h5 {
		font-size: 30px;
		padding-bottom: 20px;
	}
	p {
		font-size: 18px;
	}
	.ttl-01 {
		font-size: 20px;
		margin-top: 80px;
	}
	.txt-01 {
		font-size: 16px;
		width: 90%;
		margin: 30px auto 0;
		line-height: 2.0;
	}
}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 1.7;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 20px;
		margin-top: 20px;
		font-weight: 600;
	}
	h5 {
		font-size: 26px;
		padding-bottom: 20px;
		text-align: center;
	}
	p {
		font-size: 16px;
	}
	.ttl-01 {
		font-size: 20px;
		margin-top: 50px;
		line-height: 1.8;
	}
	.txt-01 {
		font-size: 16px;
		width: 90%;
		margin: 20px auto 0;
		line-height: 1.8;
	}

}


/*==========================================
header
==========================================*/
header {
	position: sticky;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e0bd27;
	padding: 7px 5px;
}
.head-logo-1 {
	padding: 0 0 0 10px;
}
.head-logo-2 {
	text-align: right;
	padding: 0 10px 0 0;
}
.head-logo-1 img {
	width: 55%;
	height: auto;
}
.head-logo-2 img {
	width: 65%;
	height: auto;
}
header a {
	transition: 0.3s;
}
header a:hover {
	opacity: 0.7;
}


/*==========================================
hero
==========================================*/
.hero {
	background-repeat: no-repeat;
	
	}

/*----- PC -----*/
@media (min-width: 768px) {
	.hero {
		width: 100%;
		height: 890px;
		background-image: url("../images/body_bg.jpg");
		background-position: center;
		background-size: cover;
	}
	.hero-box-01 {
		width: 1130px;
		height: 890px;
		margin: 0 auto;
	}
	.hero-box-01 {
		padding-top: 50px;
	}
}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.hero {
		width: 100%;
		height: 700px;
		background-image: url("../images/body_bg_sp.jpg");
		background-size: cover;
	}
	.hero-box-01 {
		width: 100%;
		height: auto;
	}
	.hero-box-01 {
		padding-top: 40px;
		text-align: center;
	}
	.hero-box-01 img {
		width: 70%;
		height: auto;
	}
}



/*==========================================
read
==========================================*/
.read {
	background-color: #e0bd27;
	color: #fff;
}
.read-box-01 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.read-box-01 {
		width: 1130px;
		font-size: 24px;
		line-height: 2.0;
		margin: 0 auto;
		padding: 50px 0;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.read-box-01 {
		width: 90%;
		font-size: 18px;
		line-height: 1.8em;
		margin: 0 auto;
		padding: 30px 0;
	}

}



/*==========================================
area-b
==========================================*/
.area-b {
	background-color: #fcf8e9;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.area-b {
		padding: 110px 0;
	}
	.area-b-box-01 {
		width: 1130px;
		font-size: 18px;
		line-height: 2.0;
		margin: 20px auto 0;
		padding: 50px 0;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.area-b {
		padding: 50px 0;
	}
	.area-b-box-01 {
		width: 90%;
		font-size: 18px;
		line-height: 1.8em;
		margin: 0 auto;
		padding: 40px 0;
	}

}




/*==========================================
area-w
==========================================*/
.area-w {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.area-w {
		padding: 110px 0;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.area-w {
		padding: 50px 0;
	}
	
}


/*==========================================
area-o
==========================================*/
.area-o {
	background-color: #e0bd27;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.area-o {
		padding: 110px 0;
	}
	.area-o-box-01 {
		width: 1130px;
		font-size: 18px;
		line-height: 2.0;
		margin: 20px auto 0;
		padding: 50px 0;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.area-o {
		padding: 50px 0;
	}
	.area-o-box-01 {
		width: 90%;
		font-size: 18px;
		line-height: 1.8em;
		margin: 0 auto;
		padding: 40px 0;
	}

}



/*==========================================
area-flex-01
==========================================*/
.area-flex-01 {
	display: flex;
}
.area-txt-01 {
	line-height: 2.0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.area-txt-02 {
	line-height: 2.0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.area-txt-03 {
	line-height: 1.8;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.area-flex-01 {
		width: 1130px;
		margin: 120px auto 0;
		justify-content: space-around;
	}
	.area-txt-01 {
		font-size: 18px;
		width: 480px;
	}
	.area-txt-03 {
		margin-top: 30px;
		width: 480px;
		font-size: 18px;
	}
	.rubi {
		width: 483px;
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.5;
	}
	.ph-box-01 img {
		width: 480px;
		height: auto;
		border-radius: 30px;
	}
	.ph-box-02 {
		margin-top: 40px;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.area-flex-01 {
		width: 90%;
		font-size: 20px;
		line-height: 1.6em;
		margin: 0 auto;
		flex-direction: column;
		padding: 50px 0;
	}
	.area-txt-01 {
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
	}
	.area-txt-03 {
		margin-top: 20px;
		font-size: 16px;
	}
	.ph-box-01,
	.ph-box-02{
		margin-top: 20px;
		text-align: center;
	}
	.ph-box-01 img,
	.ph-box-02 img {
		width: 90%;
		border-radius: 20px;
	}
	.rubi {
		width: 100%;
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.5;
	}
}


/*==========================================
ph-flex-01
==========================================*/
.ph-flex-01{
	display: flex;
}
li {
	list-style: none;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.ph-flex-01 {
		width: 1130px;
		margin: 0 auto;
		justify-content: space-around;
		margin-top: 50px;
	}
	.ph-flex-01 img {
		width: 480px;
		height: auto;
		border-radius: 30px;
	}
}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.ph-flex-01 {
		width: 95%;
		margin: 25px auto 0;
		flex-direction: column;
		text-align: center;
	}
	.ph-flex-01 li {
		margin-top: 20px;
	}
	.ph-flex-01 img {
		width: 90%;
		border-radius: 20px;
	}
}


/*==========================================
con-buy-01
==========================================*/

.con-buy-01 h4 {
	color: #000;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.con-buy-flex-01 {
	display: flex;
	justify-content: space-around;
	width: 90%;
}
.btn-buy {
	margin: 20px auto 0;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}
.btn-buy a {
	display: block;
	background-color: #e0bd27;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease;
	 transition: opacity 0.2s ease;
	border-radius: 30px;
}
.btn-buy a:hover {
	background-color: #e8502b;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	opacity: 0.8;
}

/*----- PC -----*/
@media (min-width: 768px) {	
	.con-buy-01 h4 {
		font-size: 30px;
		margin-top: 50px;
	}
	.con-buy-flex-01 {
		margin: 20px auto;
	}
	.con-buy-flex-01 div {
		font-size: 18px;
		line-height: 1.7em;
	}
	.btn-buy {
		width: 350px;
	}

}
/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.con-buy-01 {
		width: 100%;
		margin: 0 auto;
	}
	.con-buy-01 h4 {
		font-size: 26px;
	}
	.con-buy-flex-01 {
		flex-flow:column;
		margin: 10px auto;
	}
	.btn-buy {
		width: 85%;
		font-size: 18px;
		line-height: 1.5em;
		padding: 10px 0;
	}
	
}


/*==========================================
ph-ueda
==========================================*/
.ph-ueda {
	position: relative;
}
.ph-ueda-read {
	position: absolute;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.ph-ueda {
		margin: 70px auto 0;
		width: 1100px;
	}
	.ph-ueda img {
		width: 100%;
		height: auto;
		border-radius: 30px;
	}
	.ph-ueda-read {
		top: 50px;
  		left: 50px;
		font-size: 24px;
		line-height: 2.3em;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.ph-ueda {
		margin: 30px auto 0;
		width: 95%;
	}
	.ph-ueda img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}
	.ph-ueda-read {
		top: 16px;
  		left: 15px;
		font-size: 16px;
		line-height: 2.0em;
	}
	
}



/*==========================================
flex-sauce
==========================================*/
.flex-sauce {
	display: flex;
}

/*----- PC -----*/
@media (min-width: 768px) {
	.flex-sauce {
		width: 1130px;
		margin: 0 auto;
		justify-content: space-around;
		margin-top: 50px;
	}
	.flex-sauce .sauce-logo img {
		width: 320px;
		height: auto;
	}
	.flex-sauce .sauce-ph img {
		width: 620px;
		height: auto;
		border-radius: 20px;
	}
}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	.flex-sauce {
		width: 95%;
		margin: 25px auto 0;
		flex-direction: column;
		text-align: center;
	}
	.flex-sauce .sauce-logo img {
		width: 70%;
	}
	.flex-sauce .sauce-ph img {
		width: 90%;
		border-radius: 20px;
	}
	.flex-sauce .sauce-ph {
		margin-top: 30px;
	}
}


/*==========================================
footer
==========================================*/
footer {
	color: #fff;
	background-color: #edb72f;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*----- PC -----*/
@media (min-width: 768px) {
	footer {
		padding: 20px 0;
	}

}

/*----- mobile -----*/
@media screen and (max-width: 767px) {
	footer {
		padding: 20px 0;
		font-size: 12px;
	}

}



/*==========================================
inview
==========================================*/
.fadeIn {
  opacity: 0;
transform: translateY(30px);
transition: opacity .8s, transform .8s;
}
.fadeIn.is-show {
  opacity: 1;
transform: translateY(0);
transition-delay: .5s;
}


/*==========================================
pagetop
==========================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
  }
  .pagetop a {
	display: block;
	background-color: #edb72f;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 20px;
	border-radius: 30px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.9;
	opacity: 0.9;
  }
  .pagetop a:hover {
	display: block;
	background-color: #e8502b;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 20px;
	border-radius: 30px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
  }