@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("font-awesome.min.css");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
        font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
        line-height: 1.8;
        background: #0a0c0f;
        font-size: 14px;
        color: #fff;
        margin-top: 0px;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

    a { text-decoration: none; } 


/* fv */

.imgmax {
    width: 100%;
   vertical-align: bottom;
}

.memo {
    padding: 30px;
}


/* スマホ用サイズ */

#spsize {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}


h3 {
    font-size: 22px;
    padding-top: 10px;
}

h4{
    padding-top: 10px;
    font-weight: bold;
}

/*固定購入ボタン*/
.cv_f {
    color: #fff;
    margin: 0 auto;
    padding: 0px;
   position:fixed;
    bottom: 0; /*下に固定*/
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
       opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}

@keyframes cv_f {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}


.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('../img/member.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 36, 100, 0.4);
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.main_catch .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}

.aiyou {
    font-size: 46px;
    color: #fff;
}






footer {
    margin-bottom: 0px;
    text-align: center;
    background: #0a0c0f;
    color: #fff;
}
@media screen and (max-width: 640px) {
footer {
    margin-bottom: 0px;
}
}