@charset "UTF-8";

* {
	-webkit-text-size-adjust:100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
.show_pc { display: none!important; }

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}
html {
	font-size: 62.5%;
	background-color: #ffc5c9;
}
body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	margin: 0;
	text-align: left;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .1em;
	color: #222;
	vertical-align: baseline;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(../img/bg_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

a {
	display: block;
	text-decoration: none;
}
p,
h2,
h3,
h4 {
	margin: 0 auto;
	width: 100%;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
section ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.frame {
	border-radius: 10px;
	background-color: #fff;
}
.bg_blue {
	background-color: #bff4f1;
}
.bg_yellow {
	background-color: #ffe894;
}

.sec1,
.sec2 {
	margin: 0 auto 50px;
	width: 94%;
}
.sec2 {
	padding-bottom: 30px;
}

/*btn*/
.applicationform {
	margin: 0 auto;
	width: 90%;
}
.twitterofficial {
	margin: 0 auto;
	width: 90%;
}

/*sec1*/
.sec1 h2 {
	overflow: hidden;
}
.sec1 h2 img {
	margin-left: -25%;
	width: 150%;
}

/*sec1_1*/
.sec1_1_1,
.sec1_1_2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.notice {
	display: flex;
	flex-wrap: wrap;
}

.sec1_1_2 h4 {
	transform: translateY(-20px);
}
.sec1_1_2 h4 + p {
	margin-top: -20px;
}

/*sec1_2 サイン色紙*/
.sec1_2 h3 {
	transform: translateY(-10px);
}
.sec1_2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 94%;
}
.sec1_2 ul li {
	padding: 0 0 14px;
	width: 48%;
}
.sec1_2 ul li:nth-last-child(1) ul{
	padding: 0;
}

/*sec1_4_3 図書カード*/
.card-list{
	display: block;
	width: 90%;
	height: auto;
	font-size: 90%;
	text-align: center;
	color: #70292e;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	line-height: 2rem;
    padding-bottom: 40px;
	margin-top: -20px;
}

/*sec1_4_1 注意事項*/
.sec1_4_1 {
	padding: 20px 6% 30px;
	background-color: #f0e9ea;
	border-radius: 0 0 10px 10px;
}
.sec1_4_1 h5 {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	border-bottom: #ccc 2px solid;
}
.sec1_4_1 li {
	padding-left: 1.4rem;
	font-size: 1.4rem;
	line-height: 2.1rem;
	text-indent: -1.4rem;
}
.sec1_4_1 li + li {
	margin-top: .4rem;
}

/*sec2 amazonギフト券*/
.sec2 h3 {
	transform: translateY(-20%);
}
.sec2 h3 img {
	margin-left: -3.19%;
	width: 106.38%;
}
.sec2 h3 + P {
	margin-top: -30px;
}

/* sec3 バナー*/
.sec3 {
	padding: 20px 0;
	background: url(../img/sec3_bg.gif) center center repeat #fff;
	background-size: 30px;
}
.sec3_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90%;
}
.sec3_1 li {
	margin-bottom: 10px;
}
.sec3_1 li:nth-child(3),
.sec3_1 li:nth-child(4) {
	width: 48%;
}


/*footer*/
footer {
	display: flex;
	justify-content: space-between;
	background-color: #70292e;
	padding: 24px 40px;
}
footer p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: 900;
}
footer .link a {
	position: relative;
	display: inline-block;
	padding-right: 2rem;
	color: #fff;
}
footer .link a::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .65rem 0 .65rem 1rem;
	border-color: transparent transparent transparent #fff;
}
footer .copyright {
	text-align: right;
	color: #fff;
}



@media screen and (min-width: 768px) {

.show_sp { display: none!important; }
.show_pc { display: block!important; }

body {
	min-width: 100%;
	background-image: url(../img/bg_pc.png);
	background-size: 1800px auto;
}
header {
	margin: 0 auto;
	max-width: 1366px;
}
.frame {
	border-radius: 20px;
}

.sec1,
.sec2 {
	margin: 0 auto 80px;
}
.sec1 {
	padding: 0 20px;
	width: 1040px;
}
.sec2 {
	padding-bottom: 40px;
	width: 1000px;
}

/*btn*/
.applicationform {
	width: 480px;
}
.twitterofficial {
	width: 420px;
}

/*sec1*/
.sec1 h2 img {
	margin-left: 0;
	width: 100%;
}

/*sec1_1*/
.sec1_1_1,
.sec1_1_2 {
	padding-bottom: 30px;
}
.notice img {
	width: 50%;
}
.sec1_1_2 h4 + p {
	margin-top: -40px;
}

/*sec1_2 サイン色紙*/
.sec1_2 h3 img {
	width: 1020px;
	transform: translateX(-20px);
}
.sec1_2 ul {
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0 53px 0 40px;
	width: 100%;
}
.sec1_2 ul li {
	padding: 0 0 30px 19px;
	width: 226px;
}

/*sec1_3 図書カード*/
.sec1_3 {
	margin-bottom: 80px;
}
.sec1_3 h3 img {
	width: 1020px;
	transform: translateX(-20px);
}

/*sec1_4 キャンペーン参加方法*/
.sec1_4 > ul {
	background-image: url(../img/sec1_4_ul_bg.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
.sec1_4 > ul li {
	margin: 0 auto;
	width: 580px;
}

/*sec1_4_1 注意事項*/
.sec1_4_1 {
	padding: 60px;
	border-radius: 0 0 20px 20px;
}
.sec1_4_1 h5 {
	margin-bottom: 28px;
	padding-bottom: 12px;
	font-size: 18px;
}

/*sec2 amazonギフト券*/
.sec2 h3 {
	transform: translateY(-60px);
}
.sec2 h3 + P {
	margin-top: -60px;
}

/* sec3 */
.sec3 {
	margin: 0;
	padding: 40px 0;
	width: 100%;
}
.sec3_1 {
	width: 480px;
}
.sec3_1 li {
	margin-bottom: 20px;
}
.sec3_1 li:nth-child(3),
.sec3_1 li:nth-child(4) {
	width: 230px;
}


}

.notice .show_sp {
height: 51.97%;
}