@charset "utf-8";
/* CSS Document */

/* 基本
------------------------------------------------------*/
body {
    font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover, 
#page-top:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* 全体幅調整
------------------------------------------------------*/
.wrap {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

/* .wrap .p-img {
    width: 100%;
    margin: 0!important;
	padding: 0!important; 
} */

.wrap img {
    width: 100%;
	display: block;
	box-sizing: border-box;
}


/*　オファー
------------------------------------------------------*/
.wrap .offer {
    position: relative;
	margin: 0!important;
}

.wrap .offer .offer_btn01 {
    position: absolute;
    top: 32.5%;
    left: 1%;
    right: 0;
}

.wrap .offer .offer_btn02 {
    position: absolute;
    top: 33.25%;
    left: 1%;
    right: 0;
}

.wrap .offer .offer_btn01 img,
.wrap .offer .offer_btn02 img {
	display: block;
	width: 88%;
	margin: 0 auto;
}

.wrap .footer {
    font-size: 10px;
    padding-top: 2em;
    text-align: center;
}

.wrap .footer-menu a {
    padding: 0px 10px;
    font-size: 120%;
    line-height: 2.0em;
}

.wrap address {
    padding: 10px 0 10px;
    font-style: normal;
}


/*　動画
------------------------------------------------------*/
.wrap .movie {
	position: relative;
	margin: 0;
}

.wrap .movie .movie_box {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 2.05%;
}

.wrap .movie .movie_box-y {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 31%;
}

.wrap .movie .movie_box .movie_inner,
.wrap .movie .movie_box-y .movie_inner {
	width: 90%;
	margin: 0 auto;
/*	border: 5px solid #fff; */
}


/*追従バナーCSS
------------------------------------------------------*/
.follow {
    background-color: green;
    height: 100px;
    max-width: 768px;
    width: 100%;
    position: fixed;
    bottom: 0%;
}

.shiny-btn1 {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn2 {
    display: block;
    position: relative;
    width: 89%;
    margin: auto;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover,.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before,.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    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; }
}
@-webkit-keyframes shiny-btn2 {
    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; }
}
