@charset "utf-8";
/* CSS Document */

.toparea-wrap {
	position: relative;
	width: 100%;

}
@media screen and (min-width:960px){
.toparea-wrap {
	top: 125px;
}
}
@media screen and (max-width:960px){
.toparea-wrap {
	top: 56px;
}
}

.toparea {
  position: relative;
	width: 1200px;
	margin: 0 auto;
  align-items: center;
}
.toparea p.msg {
  position: absolute;
  color: #fff;
  line-height: 2em;
  background-color: #0c6cad;
  box-shadow: 10px 10px 15px 0 rgba(88, 178, 239, .8);
}
span.cp {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
}

/*(/2400～)*/
 @media screen and (min-width: 2400px) {
.toparea p.msg {
  top: -360px;
  left: 0px;
	width: 45%;
  padding: 80px 40px;
  font-size: 1.4em;
}
}/*(/2400～)*/
/*(/～2400)*/
 @media screen and (max-width: 2400px) {
.toparea p.msg {
  top: -320px;
  left: 0px;
	width: 45%;
  padding: 30px;
  font-size: 1.4em;
}
}/*(/～2400)*/
/*(/～2160)*/
 @media screen and (max-width: 2160px) {
.toparea p.msg {
  top: -300px;
  left: 0px;
	width: 45%;
  padding: 30px;
  font-size: 1.4em;
}
}/*(/～2160)*/

/*(/～1920)*/
 @media screen and (max-width: 1920px) {
.toparea p.msg {
  top: -260px;
  left: 0px;
	width: 45%;
  padding: 30px;
  font-size: 1.4em;
}
}/*(/～1920)*/

/*(/～1600)*/
 @media screen and (max-width: 1680px) {
.toparea p.msg {
  top: -180px;
  left: 0px;
	width: 45%;
  font-size: 1.2em;
}
}/*(/～1600)*/

/*(/～1440)*/
 @media screen and (max-width: 1440px) {

.toparea p.msg {
  top: -150px;
  left: 10px;
	width: 45%;
  font-size: 1.1em;
}
}/*(/～1440)*/

/*(/～1200)*/
 @media screen and (max-width: 1220px) {
.toparea {
	width: 100%;
}
.toparea p.msg {
  font-size: 1em;
  top: -120px;
  left: 20px;
	width: 45%;
  padding: 20px;
}
}/*(/～1200)*/

/*(/～960)*/
 @media screen and (max-width: 960px) {
.toparea p.msg {
  font-size: .9em;
  top: -120px;
  left: 20px;
	width: 48%;
	margin: 0 auto;
  padding: 10px;
  box-shadow: 5px 5px 5px 0 rgba(88, 178, 239, .8);
}
span.cp {
  font-size: 1.8em;
  line-height: 1.5em;
}
br.vani2 {
	display: none;
}
}/*(/～960)*/

/*(/～768)*/
 @media screen and (max-width: 768px) {
 .toparea img {
	padding-top: 7em; 
}
.toparea {
	width: 90%;
  height: 130px;
}
.toparea p.msg {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  top: 40px;
  left: -10px;
  font-size: 1.0em;
  box-shadow: 5px 5px 5px 0 rgba(88, 178, 239, .8);
}
br.vani {
	display: none;
}
}/*(/～768)*/


/*(/～640)*/
 @media screen and (max-width: 640px) {
.toparea {
  height: 190px;
}
span.cp {
  font-size: 1.6em;
}
br.vani {
	display: none;
}
}/*(/～640)*/


/*PC/SP Image Switch
-------------------------------------------*/
/* PC */
.pc-top { display: block !important; }
.sp-top { display: none !important; }
/* SP */
@media only screen and (max-width: 768px) {
.pc-top { display: none !important; }
.sp-top { display: block !important; }
}


/*CARD LAYOUT
-------------------------------------------*/
#productcard-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin: 0px auto;
  padding-bottom: 50px;
	max-width: 1200px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
a.pcard-link {
	text-decoration: none;
	color: #111;
}
a.pcard-link:hover {
	color: #1677b8;
}
#productcard-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}
.pcard-figure {
	margin: 0 auto;
	padding: 0;
  text-align: center;
}
.pcard-figure img {
	margin: 0 auto;
	padding: 0;
  text-align: center;
}
.pcard-title {
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 1.0em;
	letter-spacing: 0px;
}
.pcard-text {
	margin: 0;
	padding: 0px 12px 10px;
	font-size: 13px;
  color: #111;
  text-decoration: none;
}
.pcard-list {
	margin: 30px auto;
	padding: 0;
	width: 100%;
  border-bottom: solid 1px #111;
}

/*(/～768)*/
@media all and (max-width: 768px) {
.pcard-list {
	width: calc(96% / 1); 
	margin: 15px auto;
}
.pcard-title {
	font-size: 1.2em;
}
.pcard-text {
	font-size: 14px;
}
}

/*(/768～)*/
@media all and (min-width: 768px) {
.pcard-list {
	width: calc(96% / 3); 
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
#productcard-wrap::after{
	content: "";
	display: block;
	width: calc(100% / 3);
}
}
