* {
	box-sizing: border-box;
}

#content .complete .number {
	background-size: initial;
}

div#container {
	width: 100%;
	padding: 0px;
}

#lpshoppingcolumn {
	width: 830px !important;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 no-repeat center center;
	background-size: contain;
	font-weight: inherit;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #2A2A2A;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cart_body {
	width: 100%;
}

/*----------------------------------------------------
    サイト固有
----------------------------------------------------*/

h1 {
	font-size: 2rem;
}


@media screen and (max-width: 480px) {

	/* 480pxまでの幅の場合に適応される */
	h1 {
		font-size: 1.2rem;
	}
}



.read {
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-2 {
	font-size: 0.9rem;
	line-height: 1.5rem;
}



a:hover {
	opacity: 0.8;
}



.mywidth {
	background: white;
	width: 750px;
	margin: auto;
	box-shadow: 0 6px 20px grey;
	margin-bottom: 0px;
}

.relative {
	position: relative;
}

.bg1 {
	padding: 0;
	margin: 0;
	background-image: url(../img/bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #fff;
}

.btn-position1 {
	position: absolute;
	width: 90%;
	bottom: 23%;
	right: 5%;
}

.reflection-img {
	position: relative;
	overflow: hidden;
}

.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-ms-keyframes reflection {
	0% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-ms-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-o-keyframes reflection {
	0% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-o-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-o-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.move- .move-position3 {
	position: absolute;
	top: -5%;
	right: 0;
}

.move-position4 {
	position: absolute;
	top: 3%;
	right: 0;
}

.footer-nav {
	color: #2A2A2A;
	font-size: 14px;
	text-align: center;
}

.footer-nav ul {
	margin: 20px 0;
}

.footer-nav ul li {
	display: inline-block;
	padding: 5px;
	border-left: 1px solid #2A2A2A;
}

.footer-nav ul li:first-child {
	border-left: none;
}

.footer-nav ul li a {
	color: inherit;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	opacity: 0.7;
}

.copyright {
	font-size: 16px;
	margin-bottom: 0px;
}

@media screen and (max-width:650px) {
	.size-wrap {
		width: 90%;
	}

	.size-wrap h4 {
		font-size: 0.8em;
	}

	.size-item a {
		padding: 0.7em 2.5em;
		font-size: 0.8em;
	}

	.footer-nav {
		font-size: 10px;
	}

	.footer-nav ul {
		margin: 10px 0;
	}

	.footer-nav ul li {
		padding: 5px;
		line-height: 10px;
	}

	.copyright {
		font-size: 1em;
	}
}

/*----------------------------------------------------
    共通CSS
----------------------------------------------------*/


#main-wrapp img {
	border: none;
	max-width: 100%;
	
}

img,
iframe {
	vertical-align: middle;
}

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background-color: #FFF;
	margin: auto;
}


.tx-center {
	text-align: center;
}

.tx-left {
	text-align: left;
}

.tx-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.cf:after {
	clear: both;
}

.cf {
	overflow: hidden;
}

/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5 {
	width: 5%;
}

.par10 {
	width: 10%;
}

.par15 {
	width: 15%;
}

.par20 {
	width: 20%;
}

.par25 {
	width: 25%;
}

.par30 {
	width: 30%;
}

.par35 {
	width: 35%;
}

.par40 {
	width: 40%;
}

.par45 {
	width: 45%;
}

.par50 {
	width: 50%;
}

.par55 {
	width: 55%;
}

.par60 {
	width: 60%;
}

.par65 {
	width: 65%;
}

.par70 {
	width: 70%;
}

.par75 {
	width: 75%;
}

.par80 {
	width: 80%;
}

.par85 {
	width: 85%;
}

.par90 {
	width: 90%;
}

.par95 {
	width: 95%;
}

.par100 {
	width: 100%;
}

/*----------------------------------------
マージン汎用
----------------------------------------*/
.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m25 {
	margin: 25px;
}

.m30 {
	margin: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

/*----------------------------------------
パディング汎用
----------------------------------------*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt70 {
	padding-top: 70px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

/*----------------------------------------
フォントサイズ汎用
----------------------------------------*/
.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f38 {
	font-size: 38px;
}

.f40 {
	font-size: 40px;
}

/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp-only {
	display: none !important;
}

.pc-only {
	display: block;
}

.pc-only.col {
	display: table-cell;
}

.pc-only.col-wrapp {
	display: table;
}

/*----------------------------------------------------
	カラム操作
----------------------------------------------------*/
.col-wrapp {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0px;
}

.col {
	display: table-cell;
	vertical-align: top;
}

.col img {
	max-width: 100%;
	height: auto;
	border: none;
}

.ng-margin5 > .col-wrapp {
	border-spacing: 5px 0px !important;
}

.ng-margin10 > .col-wrapp {
	border-spacing: 10px 0px !important;
}

.ng-margin15 > .col-wrapp {
	border-spacing: 15px 0px !important;
}

.ng-margin20 > .col-wrapp {
	border-spacing: 20px 0px !important;
}

.ng-margin25 > .col-wrapp {
	border-spacing: 25px 0px !important;
}

.ng-margin30 > .col-wrapp {
	border-spacing: 30px 0px !important;
}

.ng-margin35 > .col-wrapp {
	border-spacing: 35px 0px !important;
}

.ng-margin40 > .col-wrapp {
	border-spacing: 40px 0px !important;
}

.ng-margin5 {
	margin-left: -5px;
	margin-right: -5px;
}

.ng-margin10 {
	margin-left: -10px;
	margin-right: -10px;
}

.ng-margin15 {
	margin-left: -15px;
	margin-right: -15px;
}

.ng-margin20 {
	margin-left: -20px;
	margin-right: -20px;
}

.ng-margin25 {
	margin-left: -25px;
	margin-right: -25px;
}

.ng-margin30 {
	margin-left: -30px;
	margin-right: -30px;
}

.ng-margin35 {
	margin-left: -35px;
	margin-right: -35px;
}

.ng-margin40 {
	margin-left: -40px;
	margin-right: -40px;
}

/*===============================================
タブレット画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}

	body {
		/*mywidthが100%になるタイミングとセット*/
		min-width: 0;
		font-size: 5vmin;
	}

	.mywidth {
		width: 100%;
		margin: auto;
		
	}

	#main {
		width: 100%;
		float: auto;
	}

	.col.change800 {
		display: block;
		widht: 100%;
	}
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {

	#header img {
		width: 42%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}

	body {
		/*mywidthが100%になるタイミングとセット*/
		min-width: 0;
	}

	.mywidth {
		width: 100%;
		margin: auto;
		/*
		padding-right:10px !important;
		padding-left:10px !important;
        */
	}

	.center-padding {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.pc-only {
		display: none !important;
	}

	.sp-only {
		display: block !important;
	}

	.sp-only.col-wrapp {
		display: table !important;
	}

	.sp-only.col {
		display: table-cell !important;
	}

	.sp-tx-center {
		text-align: center;
	}

	.sp-tx-left {
		text-align: left;
	}

	.sp-tx-right {
		text-align: left;
	}

	.col.change650 {
		display: block !important;
		width: 100% !important;
	}

	.sp-mt0 {
		margin-top: 0px;
	}

	.sp-mt20 {
		margin-top: 20px;
	}

	.sp-mt30 {
		margin-top: 30px;
	}

	.sp-mt80 {
		margin-top: 80px;
	}

	.sp-pb10 {
		padding-bottom: 10px;
	}

	.mnt50 {
		margin-top: -30px;
	}

	.ngmb180 {
		margin-bottom: -80px;
	}

	.ng_img_title {
		top: -25px;
		margin-bottom: -10px;
	}
}










/*--- ボタン　拡大縮小アニメーション  ---*/

.cv_btn {
	margin: 0 auto;
}

.cv_btn img {
	animation: anime1 1s ease 0s infinite alternate;
	transform-origin: center;
}

@keyframes anime1 {
	from {
		transform: scale(0.9, 0.9);
	}

	to {
		transform: scale(1, 1);
	}
}

/*--- ボタン　拡大縮小アニメーション END ---*/


/*--- 1オファーボタン　 ---*/
.btn-mt {
	margin-top: -130px;
}

.offer-mt {
	margin-top: -70px;
}


@media screen and (max-width: 480px) {

	/* 480pxまでの幅の場合に適応される */
	.btn-mt {
		margin-top: -70px;
	}

	.offer-mt {
		margin-top: -40px;
	}
}


@media screen and (max-width: 330px) {

	/* 330pxまでの幅の場合に適応される */
	.btn-mt {
		margin-top: -70px;
	}

	.offer-mt {
		margin-top: -40px;
	}
}

/*--- 1オファーボタン　END ---*/




/*--- 背景バブル particles.js 参考https://www.webcreatorbox.com/tech/javascript-particles ---*/

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
	opacity: 0.8;
;

}
.particles {
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.particles-box {
  z-index: 1;
}

/*--- 背景バブル　particles.js END ---*/