@charset "UTF-8";

*,body,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd, p
form,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}


fieldset,img {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	line-height:1;
	font-size: 13px;
}

a,
a:link {
	color:#03C;
}

a:hover{
	text-decoration:none;
}
address, em {
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
section {
	text-align: center;
}
body {
	background-color:#fff; text-align:center;
}
/* .head {
	background: #FFF;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.head_wrapper{
	width:100%;
	max-width: 750px;
	margin:0px auto;
	background: #FFF;
}

.hl{ tline-height:0; margin:0; width:65px; float:left;}
.hl img {height:30px;}
.hr{
	float: right; width:200px;
}
.hr img {width:200px;}



.head div:after {
  content: ""; 
  display: block; 
  clear: both;
} */


#wrapper {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.cv .inner{
	position: relative;
}

.cv a{
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.cv01{
	padding: 30px 0;
}

.cnt03{
	position: relative;
}

.cnt03 a{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 94px;
}

.cnt04_anm{
	position: relative;
}

.cnt04_anm01{
	position: absolute;
	bottom: 250px;
	left: 45px;
}
.cnt04_anm02{
	position: absolute;
	bottom: 250px;
	right: 45px;
}

.cv02{
	padding: 30px 0 80px;
}

.cv03{
	padding: 0 0 100px;
}


#footer {
	background-color: #13589b;
	padding: 40px 10px;
}
#footer a,
#footer address {
	text-decoration: none;
	color: #fff
}
#footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 20px;
}
#footer li {
	flex: 1 1 40%;
	padding: 5px 0;
	margin-bottom: 5px;
}
#footer li:not(:nth-child(2n)) {
	border-right: solid 1px #fff;
}
#footer address {
	font-size: 14px;
}
/* モーダル */
/* .sw-modalBtn {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}
.sw-overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: .4s;
}
.sw-overlay[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
	z-index: 10000;
}
.sw-modalWindow {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	padding: 20px 10px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: scroll;
	transform: translate3d(-50%,-50%,0);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: .4s;
	border: 8px solid #FF92B1;
}
.sw-modalWindow[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
	z-index: 11000;
}
.sw-modalWindowClose {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}
.sw-modalWindowClose:before,
.sw-modalWindowClose:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sw-modalWindowClose:before {
	transform: rotate(45deg);
}
.sw-modalWindowClose:after {
	transform: rotate(-45deg);
}
.notice {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}
.notice p + p {
	margin-top: 1.5em;
}

.notice .price {
	font-weight: 600;
}

.notice_head {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #e80000;
}
.btn_buy {
	width: 80%;
	margin: 1.5em auto 0;
}
.btn_buy a {
	display: block;
	border-radius: 5px;
	background-color: #06A828;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.btn_buy a:hover {
	opacity: .8;
} */

@media screen and (max-width: 750px) {

	.cv a{
		bottom: 2.4vw;
		width: 95.2vw;
	}

	.cv01{
		padding: 4vw 0;
	}

	.cnt03 a{
		bottom: 12.53vw;
		width: 95.2vw;
	}

	.cnt04_anm01{
		bottom: 33.33vw;
		left: 6vw;
		width: 40vw;
	}
	
	.cnt04_anm02{
		bottom: 33.33vw;
		right: 6vw;
		width: 40vw;
	}

	.cv02{
		padding: 4vw 0 10.67vw;
	}

	.cv03{
		padding: 0 0 13.33vw;
	}

}