@charset "utf-8";
/* ===============================================

	RESET

=============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
        background: #fafafa;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5 {
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
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;
	font-weight: normal;
}

caption, th, td {
	text-align: left;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, textarea, select {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

address {
	font-style: normal;
}
.relative{
    position: relative;
}
/* ===============================================

	FONT SIZE

=============================================== */
body {
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

select, input, textarea, button {
	font-size: 13px;
	-webkit-text-size-adjust: none;
}

table {
	font-size: inherit;
	font: 100%;
}

sup {
	font-size: 77%;
	vertical-align: top;
}

/* ======================================================

	2018 メルマガ読者様限定！毎月1回★スロットくじ

========================================================= */

.contents{
	width: 650px;
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
        max-width: 100%;
        background: #fff;
        position:relative;
}
.relative{
    position:relative;
}
.contents img{
	max-width: 100%;
}
.button1{
    position: absolute;
    width: 55%;
    right: 7%;
    bottom: 30%;
}
.button2{
    position: absolute;
    right: 8%;
    bottom: 12%;
    width: 84%;
}
.button3{
    position: absolute;
    right: 7%;
    bottom: 8%;
    width: 55%;
}
.button4{
    position: absolute;
    width: 55%;
    right: 7%;
    bottom: 29%;
}
.button5{
    position: absolute;
    right: 7%;
    bottom: 7.5%;
    width: 55%;
}
.button6{
    position: absolute;
    width: 55%;
    right: 7%;
    bottom: 34%;
}
.button7{
    position: absolute;
    right: 7%;
    bottom: 12%;
    width: 55%;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
#footer2 {
    color: #fff;
    background: #313131;
    padding: 3rem 0;
    text-align: center;
    margin-top: 5rem;
}
#footer2 a{
    color: #fff;
}
.coupon{
	text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #ee298a;
    margin: 10px;
}
.coupon_no{
	color: #ee298a;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    border: 2px solid #ee298a;
    width: 470px;
    margin: 0 auto;
    padding: 20px 60px;
    margin-bottom: 30px;
}
.bnr{
	margin: 60px 30px;
}
.hover{
    transition: 0.5s ;
}
.hover:hover {
    opacity: 0.8 ;
}
@media screen and (max-width: 480px){
.js-copytext{
	font-size: 200%;
        text-align: center;
        display: block;
        margin: auto;
        color: #333;
         opacity: .5; 
        position: absolute;
        left: 0;
        top: 64%;
        z-index: 100;
        right: 0;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
.contents{
	width: 100%;
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
        max-width: 100%;
        background: #fff;
        position:relative;
}
.bnr{
	margin: 50px 20px;
}
.coupon{
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ee298a;
    margin: 10px;
}
.coupon_no{
	color: #ee298a;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #ee298a;
    width: 250px;
    margin: 0 auto;
    padding: 20px 40px;
    margin-bottom: 30px;
}
}
html{
    scroll-behavior: smooth;
  }