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

body {
	color: #444;
	min-width: 1000px;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
}
img {
    max-width: 100%;
	height: auto;
}
.pc_img {
	display: block;
}
.sp_img {
	display: none;
}
.inner {
	width: 1000px;
	margin: auto;
}
.fv {
	width: 100%;
}
.fv img {
	width: 100%;
}
.campaign {
	background: url("../img/dot_beige_bg.png");
	background-size: auto auto;
	padding: 100px 0;
	width: 100%;
}
h2 {
	padding: 0 30px;
	margin-bottom: 50px;
	text-align: center;
}
h2 img {
	margin: auto;
}
.campaign .set {
}
.campaign .set_list {
	display: flex;
	margin-bottom: 50px;
}
.campaign .set_list .set {
	width: 44%;
	margin: 0 3%;
}
.campaign .set_list .slider {
	margin-bottom: 40px;
	position: relative;
	font-size: 0;
	line-height: 0;
}
.campaign .set_list .slider .slick-list {
	border: 5px solid #6aade4;
}
.campaign .set_list #setB .slider .slick-list {
	border: 5px solid #68bbaa;
}
.campaign .set_list .slider img {
	width: 100%;
}
.campaign .set_list h4 {
	font-size: 2.6rem;
	font-weight: bold;
	font-family: serif;
	margin-bottom: 10px;
}
.campaign .set_list p {
	font-size: 1.5rem;
}
.campaign .set_list p span {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
.campaign .btn {
	display: none;
}

.slide-arrow {
    position: absolute;
    top: 45%;
    margin-top: -15px;
	max-width: 30px;
	z-index: 1;
	border: none !important;
	cursor: pointer;
}
.prev-arrow {
    left: 15px;
}
.next-arrow {
    right: 15px;
}
.cv_btn {
	text-align: center;
}
.pouch {
	background: url("../img/shine_bg.jpg") no-repeat bottom;
	background-size: 100% auto;
	background-attachment: fixed;
	padding: 100px 0;
	width: 100%;
}
.pouch dl {
	display: flex;
	flex-flow: row-reverse;
}
.pouch dt {
	padding: 30px 10px 15px;
}
.pouch dd {
	position: relative;
	font-size: 1.6rem;
}
.pouch dd span {
	position: absolute;
	bottom: 40px;
	display: block;
	text-align: center;
	line-height: 1.5em;
	left: 0;
	right: 0;
	margin: auto;
}
.type {
	background: url("../img/dot_double_bg.png") center;
	background-size: 100% auto;
	padding: 100px 0;
	width: 100%;
}
.type .detail {
	position: relative;
} 
.type .detail span {
	position: absolute;
	display: inline-block;
	text-align: center;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
}
.remind {
	position: relative;
	background:#fff7e6 url("../img/remind_pc.jpg") no-repeat center;
	height: 605px;
}
.remind .btn {
	position: absolute;
	bottom: 30px;
	margin-left: 5px;
}
.apagard_brand {
	background: url("../img/apagard_brand_img_pc.jpg") no-repeat left;
	background-size: 50%;
	padding: 30% 0;
	overflow: hidden;
	position: relative;
	margin: 100px 0;
}
.apagard_brand .copy {
	position: absolute;
	right: 10%;
	top:20%;
	width: 40%;
	height: auto;
	max-width: 500px;
}
.apagard_detail {
	margin-bottom: 80px;
	padding: 30px 0;
}
.apagard_detail .img img {
	margin: auto;
}
.apagard_series {
	padding: 80px 0;
	background: url("../img/shine_bg.jpg") no-repeat bottom;
	background-size: 100% auto;
	background-attachment:fixed;
}
.apagard_series .series_list {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 50px;
}
.apagard_series .series_list li {
	margin: 0 20px;
}
.apagard_series .attention {
	font-size: 1.2rem;
	line-height: 1.5em;
}
.overview {
	background: url("../img/dot_white_bg.png") center;
	padding: 80px 0;
}
.overview .text_box {
	border: 3px solid #171c61;
}
.overview h2 {
	background: #171c61;
	padding: 20px 0;
	margin-bottom: 0;
}
.overview h2 img {
	max-width: 150px;
}
.overview .text_box {
	font-size: 1.3rem;
	line-height: 1.5em;
	padding: 25px 25px 0;
	overflow: scroll;
	overflow-x: hidden;
	height: 360px;
	background: #fff;
}
.overview .text_box p {
	margin-bottom: 15px;
}
.overview .text_box p a {
	color: #aa0000;
}
/* foot */
#foot {
  text-align: center;
  padding: 30px 0;
  background-color: #F1F1F1;
	position: relative;
}
#foot .copyright {
  font-size: 13px;
}
#foot ul.banner {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}
#foot ul.banner li {
  margin: 0 20px;
}
#foot ul.banner li img {
  width: auto;
  height: 60px;
}
#foot ul.banner li img.sns {
	width: 42px;
	height: auto;
}
@media (max-width: 900px) {
	#foot ul.banner li img.sns {
    height: 28px;
    width: 28px;
	margin-bottom: 30px;
}
}
#foot ul.banner .apagard {
	max-height: 27px;
}
#foot ul.banner .apagard img {
	height: auto;
}
@media (max-width: 900px) {
#foot ul.banner .apagard img {
	max-height: 22px;
    height: auto;
    vertical-align: 3.5em;
}
#foot ul.banner li:nth-child(3) ::after {
    content: "\a";
    white-space: pre;
}
}
#foot .link {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-bottom: 30px;
  text-decoration: underline;
  flex-wrap: wrap;
  align-items: flex-end;
}
#foot .link li {
  padding: 0 10px;
  border-right: 1px solid #000;
}
#foot .link li:last-child {
  border: none;
}
#foot .link .logo {
  border-right: none;
}
#foot .back_top a {
	background: #171c61;
	color: #fff; 
	width: 60px;
  height: 40px;
	margin-top: -70px;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	float: right;
	display: block;
}

@media only screen and (max-width: 767px) {
	body {
		width: 100%;
		height: 100%;
		min-width: 0;
	}
	img {
		width: 100%;
    	height: auto;
	}
	.pc_img {
		display: none;
	}
	.sp_img {
		display: block;
	}
	.inner {
		width: 100%;
		padding: 0 15px;
	}
	.campaign h2 img {
		padding: 0;
		margin: 0 auto;
		max-width: 287px;
	}
	.campaign .btn {
		display: flex;
	}
	.campaign .btn li {
		width: 49%;
		margin-bottom: 30px;
	}
	.campaign .btn li:first-child {
		margin-right: 2%;
	}
	.campaign .set_list {
		display: block;
	}
	.campaign .set_list .set {
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}
	.campaign .set_list p {
		display: block;
		font-size: 1.3rem;
	}
	.campaign .set_list p span {
		font-size: 1rem;
	}
	.pouch {
		background-size: auto 50%;
		background-attachment: scroll;
	}
	.pouch dl {
		display: block;
	}
	.pouch dt {
		padding: 20px 40px 30px;
	}
	.pouch dd span {
		font-size: 3vw;
		bottom: 10%;
	}
	.type h2 img {
		width: 179px;
	}
	.type .detail span {
		position: absolute;
		bottom: 10%;
		width: 60%;
	}
	.remind {
		background:#fff7e6 url("../img/remind_sp.jpg") no-repeat center;
		background-size: contain;
    	height: 0;
    	padding-top: 109%;
	}
	.remind .btn {
		width: 85%;
    	margin: auto;
    	left: 0;
    	right: 0;
    	bottom: 8%;
	}
	.apagard_brand {
		background: url("../img/apagard_brand_img_sp.jpg") no-repeat bottom;
		width: 100%;
		padding: 5% 10% 105%;
		background-size: 90%;
	}
	.apagard_brand .copy {
		position: relative;
		margin: auto;
		width: 100%;
		right: 0;
	}
	.apagard_detail h2 {
		padding: 0;
		margin-bottom: 20px;
	}
	.apagard_series {
		background-attachment: scroll;
	}
	.apagard_series ul {
		flex-wrap: wrap;
	}
	.apagard_series .series_list li {
		width: 33%;
		margin-bottom: 40px;
	}
	.overview h2 img {
		width: 40%;
	}
	  /*foot*/
  #foot .copyright {
    font-size: 12px;
	}
	#foot ul.banner {
		padding: 0 10px;
	}
	#foot ul.banner {
		display: block;
		padding: 0 10px;
		margin-bottom: 0;
	}
	#foot ul.banner img.sangi {
	width: auto;
    height: 100%;
    margin-bottom: 30px;
    max-height: 60px;
	}
	#foot ul.banner li {
	  margin: 0 10px;
	  display: inline;
	}
  #foot ul.banner li img {
    height: auto;
	  max-height: 60px;
  }
  #foot ul.banner li:nth-child(2) img,
  #foot ul.banner li:nth-child(3) img {
	width: 30%;
  }
  #foot .link li {
    width: 50%;
    margin-bottom: 10px;
  }
  #foot .link li {
    border: none;
  }
  #foot .link .logo {
    width: 100%;
    margin-bottom: 25px;
  }
	#foot .inner {
		padding: 0;
	}
	#foot .back_top a {
		border-radius: 0;
		width: 100%;
	}
	#foot .back_top a img {
		width: 10%;
	}

}