@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
	display: block;
}
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body {
	width: 1200px;
	margin: 0 auto;
	font-family: "Meiryo", "メイリオ";
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
td img {
	display: block;
}
a {
	outline: none;
}
a:hover, input:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
a:hover img {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
input:focus {
	border: none;
}
.bs {
	background: url("../images/pc_images/p_lp_2_l.png") no-repeat 50% 0;
}
.bs li {
	display: inline-block;
	width: 587px; /*590px*/
	position: relative;
}
.bs li:first-child {
	margin-right: 20px;
}
.bs li .order {
	position: absolute;
	bottom: 36px;
	left: 110px;
	z-index: 2;
}
.reason {
	position: relative;
}
.reason a {
	position: absolute;
	display: block;
	width: 234px;
	height: 154px;
	border-radius: 10px;
}
.reason a:hover {
	background: rgba(255,255,255,0.4);
}
.reason1 {
	top: 482px;
	right: 170px;
}
.reason2 {
	top: 720px;
	right: 164px;
}
.reason3 {
	top: 732px;
	left: 103px;
}
.reason4 {
	top: 535px;
	left: 103px;
}
.reason5 {
	top: 340px;
	left: 103px;
}
.seibun dl {
	margin-bottom: 10px;
}
.seibun dl dt:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.seibun dl dd {
	display: none;
}
.stock {
	display: inline-block;
	background: url(../images/ciqoni_20_oisogi_bg.png) no-repeat top center;
	background-size: cover;
}
.stock div {
	background-color: #FFF;
	border-radius: 10px;
	margin: 30px 100px 200px;
	padding: 50px 100px;
}
.stock div img {
	width: auto !important;
	margin-right: 40px;
}
.stock div p {
	display: inline-block;
	font-size: 100%;
	padding-top: 10px;
}
.stock dl {
}
.stock dt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.stock dt img {
	width: 100% !important;
	margin-top: 1rem;
}
.stock dd {
	display: inline-block;
	font-size: 200%;
}
.campaign div {
	position: relative;
}
.campaign .order-cp input {
	position: absolute;
	bottom: 50px; /*49px*/
	right: 202px;
}
.campaign .order input {
	position: absolute;
	bottom: 60px; /*71px*/
	right: 397px;
}
.bnr_size {
	margin-top: 100px;
	margin-bottom: 20px;
}
.m-top {
	margin-top: 60px;
}
/*フッター*/
.footer {
	width: 1000px;
	margin: 40px auto;
	border-left: 1px solid #60b8cb;
	border-right: 1px solid #60b8cb;
}
.footer ul li {
	display: inline-block;
	padding: 0 160px;
	line-height: 45px;
}
.footer ul li:first-child {
	border-right: 1px solid #60b8cb;
}
.footer ul li a {
	display: block;
	color: #737373;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */


/* よくあるご質問 */
div.contents {
	position: relative;
}
p.btn_faq_01 {
	position: absolute;
	left: 225px; /*230px*/
	top: 1460px;
}
p.btn_faq_02 {
	position: absolute;
	left: 225px; /*230px*/
	top: 1950px;
}
p.btn_faq_03 {
	position: absolute;
	left: 225px; /*230px*/
	top: 3035px;
}
.link_campaign {
	position: relative;
}
.link_campaign a {
	position: absolute;
	bottom: 35px;
	left: 688px;
	color: #fff;
	text-decoration: underline;
}
.link_campaign a:hover {
	text-decoration: none;
}
 @media only screen and (max-width: 750px) {
body {
	width: 100%;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img {
	width: 100%;
	height: auto;
}
.bs {
	width: 96%;
	margin: 0 auto;
	background: url("../images/sp_images/s_lp_2_l.png") no-repeat 0 50%;
}
.bs li {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.bs li:first-child {
	margin-right: auto;
	padding-bottom: 5px;
}
.bs li .order {
	width: 53%;
	bottom: 13%; /*15%*/
	left: 38%; /*8%*/
}
.stock {
	display: inline-block;
	background: url(../images/ciqoni_20_oisogi_bg.png) no-repeat top center;
	background-size: cover;
}
.stock div {
	background-color: #FFF;
	border-radius: 10px;
	margin: 30px 50px 100px;
	padding: 30px;
}
.stock div img {
	width: 50% !important;
}
.stock div p {
	display: inline-block;
	font-size: 100%;
	padding-top: 10px;
}
.stock dl {
}
.stock dt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.stock dt img {
	width: 100% !important;
	margin-top: 1rem;
}
.stock dd {
	display: inline-block;
	font-size: 120%;
}
.campaign .order-cp input {
	bottom: 9%;
	right: 9%;
	width: 82%;
}
.campaign .order input {
	bottom: 15%; /*17%*/
	right: 9%;
	width: 82%;
}
.footer {
	width: 100%;
	margin: 0 auto;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #60b8cb;
}
.footer ul li {
	width: 48%; /*49%*/
	padding: 0;
	line-height: 4em;
	text-align: center;
}
.footer ul li a {
	font-size: 12px;
}
/* よくあるご質問 */
div.contents {
	position: relative;
}
p.btn_faq_01 {
	position: absolute;
	left: 15.3%;
	top: 44.3%;
	font-size: 16px;
}
p.btn_faq_02 {
	position: absolute;
	left: 15.3%;
	top: 60.1%;
	font-size: 16px;
}
p.btn_faq_03 {
	position: absolute;
	left: 15.3%;
	top: 98.6%;
	bottom: 20.5%; /*2.3%*/
	font-size: 16px;
}
.bnr_size {
	/*margin-top: 100px;*/
	margin-bottom: 10px;
}
.link_campaign a {
	bottom: 2.8%;
	left: 4.7%;
}
.link_campaign a.pc {
	display: none !important;
}
.m-top {
	margin-top: 30px;
}
}
.item_img {
	animation: key1 .3s ease infinite alternate;
}
 @keyframes key1 {
 0% {
transform: translateY(0px);
}
 100% {
transform: translateY(-10px);
}
}
