/***
 * MainReset
 */
html {
	font-size: 62.5%;
	background: #fff;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
	font-weight: normal; /*normal*/
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	/*zoom: .35;*/
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}

/***
 * SubReset
 */
a {
	color: #000;
	/*color: inherit;*/
	text-decoration: none;
	/*transition: all 0.1s;*/
}
a:active, a:hover {
	color: #419CC0;
	outline: 0;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}
input, select, textarea, button {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	margin: 0;
	padding: 5px;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}

/* table */
table {
	border-collapse: collapse;
}
table th {
	padding: 30px 6px;
	min-width: 90px;
	text-align: center;
	background-color: #99C7D9;
	border: 1px solid #419CC0;
}
table td {
	padding: 10px;
	border: 1px solid #419CC0;
}
/* radio, checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .ctext {
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + .ctext:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
	margin-right: 4px;
	vertical-align: middle;
}
input[type=checkbox]:checked + .ctext:before {
	content: "\f374";
	color: #FB5E81;
}
q {
	/*quotes: "「" "」" "『" "』";*/
	quotes: '"' '"' "'" "'";
}

/***
 * Common
 */
.content {
	overflow: hidden;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}
/* row left right */
.row {
	font-size: 0;
}
.left, .right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.logo {
	width: 100px;
}
.modal img {
	box-shadow: 0px 0px 20px -2px #5a5a5a;
	padding: 0;
	margin: 15px 0;
	line-height: 0;
	border: none;
}
.modal a:hover {
	opacity: 1;
}
.modal img:hover {
	opacity: 1;
	box-shadow: 0px 0px 20px 0px #fafd51;
}
p.black_tel {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
p.white_tel {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
p.white_tel a {
	color: #fff;
}
p.white_tel a:hover {
	color: #ddad35;
}
p {
	line-height: 180%;
}
.none {
	display: none!important;
	transition: all 0.3s ease;
}
.sp_view {
	display: none;
}
@keyframes moveimg {
	0% { top: -100px; }
	100% { top: 0px; }
}
@media (max-width: 480px) {
	.sp_view {
		display: block;
	}
}

/***
 * move
 */
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.mv_fade {
	opacity: 0;
}
.mv_left {
	opacity: 0;
	left: -10px;
}
.mv_right {
	opacity: 0;
	right: -10px;
}
.mv_up {
	opacity: 0;
	top: 10px;
}
.mv_down {
	opacity: 0;
	top: -10px;
}
.mv_bk {
	opacity: 0;
	top: 40px;
}

/***
 * header
 */
header {
	background: url("../images/body_bk005.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 800px;
	text-align: right;
}
header h1 {
	margin-top: 10%;
	margin-bottom: 6%;
}
header h1 img {
	max-width: 49%;
}
header .himg1 img {
	max-width: 66%;
}
header .himg2 img {
	max-width: 77%;
}

header .topCatch {
	padding-right: 30px;
}
header .topCatch span {
	display: inline-block;
	width: 680px;
	line-height: 1.5em;
	font-size: 3.5rem;
	font-weight: bold;
	color: #e4007f;
	text-align: center;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

/* 900 */
@media (max-width: 900px) {
	header .topCatch span {
		width: 580px;
		font-size: 3.3rem;
	}
}

/* 768 */
@media (max-width: 768px) {
	header .himg1 {
		margin-top: 20%;
	}
	header {
		min-height: 600px;
	}
	
	header .topCatch span {
		width: 500px;
		line-height: 1.25em;
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 20px;
	}

	
}
/* 580 */
@media (max-width: 580px) {
	header {
		min-height: 400px;
	}

	header .topCatch {
		padding-right: 0px;
	}
	header .topCatch span {
		width: auto;
		line-height: 1.25em;
		font-size: 2.2rem;
		font-weight: bold;
		padding-bottom: 20px;
	}
}

/* 440 */
@media (max-width: 440px) {
	header .topCatch span {
		font-size: 1.8rem;
	}
}


/***
 * #s01 - main
 */
#s01 {
	position: relative;
	background: url(../images/bk01.svg) bottom -2px center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-align: center;
	padding-bottom: 10%;
}
#s01 .obi {
	padding-top: 25px;
	padding-bottom: 10px;
	background: #3fa9ae;
	position: relative;
	margin-bottom: 10%;
}
#s01 .obi::before {
	content: '';
	background-image: url(../images/sankaku.png);
	width: 66px;
	height: 43px;
	position: absolute;
	bottom: -43px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* 768 */
@media (max-width: 768px) {
	#s01 .obi::before {
		content: '';
		background-image: url(../images/sankaku.png);
		background-size: 100%;
		width: 45px;
		height: 29px;
		position: absolute;
		bottom: -29px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

/***
 * #s02 - スペシャル特典
 */
#s02 {
	position: relative;
	padding-bottom: 13%;
	background: #3fa9ae url(../images/bk02.svg) bottom -2px center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-align: center;
	padding-top: 6%;
}
#s02 h2 {
	margin-bottom: 10px;
}
#s02 p.txt {
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
#s02 ul {
	max-width: 900px;
	margin: 0 auto 60px auto;
}
#s02 ul li {
	margin-bottom: 60px;
}
#s02 ul li .left {
	width: 40%;
}
#s02 ul li .right {
	width: 60%;
	padding-left: 6%;
	text-align: left;
}
#s02 ul li .right dl dt {
	font-size: 2.6rem;
	color: #fff100;
}
#s02 ul li .right dl dd {
	font-size: 2.6rem;
	color: #fff;
}
#s02 ul li .right small {
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}
#s02 ul li .right .btn {
	display: inline-block;
	padding: 5px 20px;
	background: #b5b5b6;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 30px;
}
#s02 div.nsd img {
	max-width: 35%;
}
#s02 p.nsd {
	margin-top: 30px;
	color: #fff;
	font-size: 1.6rem;
}
#s02 a.sbc:hover .btn {
	background: #E4007F;
}

#s02 .specialDivision {
margin-top: 150px;
margin-bottom: 150px;
}

#s02 .specialDivision .title {
margin-bottom: 20px;
}

#s02 .specialDivision .catch {
margin-bottom: 30px;
}
#s02 .specialDivision .body {
	font-size: 3rem !important;
	color: #fff100;
}

#s02 .specialDivision .body .note{
color: #fff;
	font-size: 2.4rem !important;
}


/* 768 */
@media (max-width: 768px) {
	#s02 h1 img {
		max-width: 80%;
	}
	#s02 p.txt {
		font-size: 1.4rem;
	}
	#s02 ul li .left {
		width: 30%;
	}
	#s02 ul li .right {
		width: 70%;
	}
	#s02 ul li .right dl dt {
		font-size: 2.0rem;
	}
	#s02 ul li .right dl dd {
		font-size: 2.0rem;
	}
	#s02 ul li .right small {
		font-size: 1.6rem;
	}
	#s02 ul li .right .btn {
		font-size: 1.6rem;
	}
}


#s02 .specialDivision {
margin-top: 100px;
margin-bottom: 100px;
}

#s02 .specialDivision .title {
margin-bottom: 20px;
}

#s02 .specialDivision .catch {
margin-bottom: 20px;
}
#s02 .specialDivision .body {
	font-size: 1.6rem ;
	color: #fff100;
}

#s02 .specialDivision .body .note{
color: #fff;
	font-size: 1.4rem ;
}

/* 768 */
@media (max-width: 768px) {

#s02 .specialDivision .body {
	font-size: 1.6rem !important;
	color: #fff100;
}

#s02 .specialDivision .body .note{
color: #fff;
	font-size: 1.4rem !important;
}

}


/* 580 */
@media (max-width: 580px) {
	#s02 ul li .left {
		width: 25%;
	}
	#s02 ul li .right {
		width: 75%;
		padding-left: 3%;
	}
	#s02 ul li .right dl dt {
		font-size: 1.6rem;
	}
	#s02 ul li .right dl dd {
		font-size: 1.6rem;
	}
	#s02 ul li .right small {
		font-size: 1.4rem;
	}
	#s02 ul li .right .btn {
		font-size: 1.4rem;
	}
	#s02 div.nsd img {
		max-width: 50%;
	}
	#s02 p.nsd {
		font-size: 1.4rem;
	}
}


/***
 * #s03
 */
#s03 {
	text-align: center;
	padding-top: 6%;
}
#s03 p.txt {
	margin-bottom: 20px;
}


.buyButton001 {
margin-top: 30px;
margin-bottom: 30px;
}

.buyButton002 {
margin-bottom: 10px;
}


/***
 * #s04 - 注意事項・禁止事項
 */
#s04 {
	position: relative;
	padding-bottom: 150px;
/*	background: #fff url(../images/bk05.svg) bottom center;
	background-repeat: no-repeat;
	background-size: auto 100%;*/
	text-align: center;
}
#s04 dl {
	max-width: 750px;
	margin: 80px auto 0 auto;
}
#s04 dl dt {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#s04 dl dd {
	margin-bottom: 25px;
}
@media (max-width: 480px) {
	#s04 {
		padding-bottom: 15%;
	}
	#s04 dl {
		margin-top: 8%;
	}
}


/***
 * #contact - お問い合わせ
 */
#contact {
	position: relative;
	padding-bottom: 160px;
	background: #eeefef;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-align: center;
}
#contact .form-group p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 15px;
}
#contact p.help-block {
	margin-top: 0;
	color: red;
}
#contact p.info {
	margin-bottom: 15px;
}
#contact h1 {
	margin: 60px 0 15px 0;
}
#contact input,
#contact select {
	max-width: 600px;
	width: 100%;
}
#contact textarea {
	max-width: 600px;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
#contact button {
	font-weight: bold;
	width: 180px;
	height: 40px;
	background: #929292;
}
#contact button:hover {
	opacity: 0.7;
	box-shadow: none;
}
#contact #success {
	color: green;
}
#contact select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	background: #fff;
	background: url(../images/arrow.jpg) right 50% no-repeat #fff;
	background-size: 20px, 100%;
}
@media (max-width: 480px) {
	#contact {
		padding-bottom: 16%;
	}
}

/***
 * #s05
 */
#s05 {
	background: url(../images/s05_bk.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	text-align: center;
	color: #fff;
}
#s05 .bk {
	background: url(../images/bk04.svg) top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100%;
}
#s05 .bk .content {
	height: 100%;
	position: relative;
}
#s05 .bk .content a {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 800px;
	width: 100%;
	display: block;
}
/* 768 */
@media (max-width: 768px) {
	#s05 {
		height: 600px;
		padding: 0 15px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#s05 {
		height: 400px;
	}
}

/***
 * #m01 - モーダルフォーム
 */
.modaal-container {
	max-width: 500px!important;
	border-radius: 10px!important;
}
.modaal-inner-wrapper {
	padding: 80px 12px!important;
}
#m01 h1 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 11px;
}
#m01 ul {
	margin-bottom: 12px;
}
#m01 ul li {
	margin-bottom: 5px;
}
#m01 label {
	cursor: pointer;
}
#m01 button {
	margin: 20px auto 0 auto;
	position: relative;
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #FB5E81;
	border:solid 1px #fff;
	overflow: hidden;
	cursor: pointer;
}
#m01 button:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
#m01 button:hover:before {
	left:98%;
}
@media (max-width: 480px) {
	#m01 h1 {
		font-size: 1.6rem;
	}
	.modaal-content-container {
		padding: 15px!important;
	}
}

/***
 * footer
 */
footer {
	text-align: center;
	background: #3fa9ae ;
	color: #fff;
	padding-top: 4%;
}
footer h2 {
	margin-bottom: 10px;
}
footer address p {
	font-size: 1.8rem;
	margin-bottom: 5%;
}
footer address p a {
	color: #fff;
}
footer address p a:hover {
	color: yellow;
}
footer .content {
	position: relative;
}
footer #copy {
	color: #fff;
	width: 100%;
	font-size: 1.4rem;
	padding-bottom: 15px;
}
@media (max-width: 480px) {
	footer address p {
		font-size: 1.4rem;
	}
	footer #copy {
		font-size: 1.2rem;
	}
	footer h2 img {
		width: 130px;
	}
}
