@charset "UTF-8";
/* CSS Document */

/* =================================================*/

/* Common 

====================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,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
{
	max-height: 999999px;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	vertical-align:baseline;
	background:transparent;
}
img
{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	vertical-align:baseline;
}
body
{
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,.section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;outline:none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #eee;margin:1em 0;padding:0}
input,select{vertical-align:middle}
* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

picture { display: inline-block; }

/* =================================================*/

/* html, body 

====================================================*/
html {
  font-size: 62.5%;
  font-size: 10px;
}
body {
	font-size: 1.4rem;
	line-height: 1;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3', 'メイリオ', 'ＭＳ Ｐゴシック', system-ui, sans-serif;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt" 1;
	position: relative;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}
* {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

a {
	text-decoration: underline;
	color: #000;
	transition: .4s;
	cursor: pointer;
}
a:hover {
	color: #000;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* Common：img */
img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

/* Common：list */
ul,ol {
	list-style: none;
}


/* --------------------------------------------------

	コンテナ 

-------------------------------------------------- */
.all_wrp {
	width: 100%;
	height:  100%;
	background-image: url(../img/bg.jpg) ;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}
.container_fluid {
  width: 100%;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  width: 100%;
	background: #FFF;
}


/* --------------------------------------------------

	コンテンツ

-------------------------------------------------- */
.logo_wrp {
	text-align: center;
	background: #FFF;
}
.lct_wrp {
	text-align: center;
	background: #ff0c7a;
}
.logo_wrp img,
.lct_wrp img {
	width: 70%;
}
@media screen and (max-width: 749px) {
  .logo_wrp img,
  .lct_wrp img {
    width: 100%;	
  }
}

.book01 {
	margin-bottom: 40px;
	padding: 30px 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/bt_book01_bg.jpg) left top no-repeat;
}
@media screen and (max-width: 749px) {
  .book01 img {
    width: 80%;	
  }
}

.sns_wrp {
	padding-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
}
.sns_wrp_inner {
	width: 50%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 749px) {
	.sns_wrp_inner img {
		width: 80%;
	}
}

/* =================================================*/

/* sticky

====================================================*/
.header_wrp {
	position: sticky;
	text-align: center;
	padding:0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.convertion {
  position: sticky;
	margin: 0 auto;
  padding:20px 0;
  bottom: 0;
  max-width: 750px;
  z-index: 1000;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-image:  url(../img/bt_book_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.convertion_bt {
    display: block;
    position: relative;
    width:100%;
    padding: 20px 60px;
    margin: 0 auto;
    background-color: #ff0b78;/*ボタンの色*/
    border-radius: 50rem;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.convertion_bt:hover {
    text-decoration: none;
    color: #fff;
}
.convertion_bt::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: convertion_bt 3s ease-in-out infinite;
}
@-webkit-keyframes convertion_bt {
    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; }
}
.convertion_bt::after { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffff00;
  border-right: 2px solid #ffff00;
  transform: rotate(45deg);
}
.convertion img {
	width: 80%;	
}
@media screen and (max-width: 749px) {
	.convertion {
		padding:10px 0;
	}
	.convertion img {
		width: 100%;	
	}
	.convertion_bt {
		width: 70%;
		padding: 18px 50px;
	}
}