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


html {
    scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 100%;
    box-sizing: border-box;
}
.wrapper {
	width: 960px;
    max-width: 100%;
	margin: 0 auto;
    line-height: 1.3em;
}
header {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
header h1 {
	display: none;
}

.contents {
	width: 100%;
	margin: 0 auto;
}

footer {
	margin: 0px auto 0;
	padding: 30px 0;
	width: 100%;
	height: ;
	text-align: center;
	border-top: 1px solid #ccc;
}


/* キャンペーン 202102〜 */
.cp-box {
	display: block;
margin: 3em auto;
padding: 1em 0;
width: 100%;
background: #000;
text-align: center;
box-sizing: border-box;
}
.cp-box h2 {
    font-size: 3.5em;
    line-height: 120%;
    color: #e5ca67;
}
@media screen and (max-width: 768px) {
    .cp-box h2 {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 480px) {
    .cp-box h2 {
        font-size: 2em;
    }
}
.cp-box h2 span {
    font-size: 80%;
}
.cp-box p {
    font-size: 2em;
    line-height: 150%;
    color: #fff;
}
.cp-box p span {
    font-size: 80%;
}
@media screen and (max-width: 768px) {
    .cp-box p {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 480px) {
    .cp-box p {
        font-size: 1em;
    }
    .cp-box p span {
        font-size: 100%;
    }
}
.cp-box form {
    width: 100%;
    margin: 1em auto;
}
.cp-box input[type="text"] {
    height: 30px;
    width: 240px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    margin: 0;
    line-height: 1em;
    vertical-align:middle;
    font-size: 2em;
}
.cp-box .cp-btn {
margin-left: 10px;
    height: 32px;
    width: 70px;
    background-color: #6b6b6b;
    font-size: 1.5em;
    color: #fff;
    border: none;
    border-radius: 4px;
	line-height: 1em;
	text-align: center;
    vertical-align:middle;
    overflow:visible;
}