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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
	color: #000;
	background-color: #B2B2B1;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#wrapper{
	width:1020px;
	margin:0 auto;
}

#header{
	width:1020px;
	margin:0 auto;
}

.link{
	cursor:pointer;
}

.link a{
	color:#000000;
	text-decoration:none;
}

.link a:hover{
	opacity: 0.6;
}




	



#more-info{
	width:100%;
	height:auto;
	float:right;
	text-align:right;
}

p{
	margin:1em 0 1em;
}

h1 {
     font-weight:900;
	 font-size:2em;
	 line-height:1.8em;
	 color:#fff;
	 text-align:center;
	 margin:1em 0;
}


h3{
	font-weight:600;
	 font-size:1.8em;
	 line-height:1.6em;
	 color:#000;
	 text-align:center;
	 margin-bottom:1em;
}
h4{
	font-weight:600;
	 font-size:2em;
	 line-height:1.2em;
	 color:#000;
	 text-align:left;
}

h5{
	font-weight:700;
	 font-size:1.8em;
	 line-height:2.5em;
	 color:#000;
	 text-align:center;
}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img { 
    max-width: 100%; 
    height:auto;
}
body {
	color: #000;
	background-color: #BA0000;
	font-size: 11px;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h2 {
     font-weight:900;
	 font-size:1.2em;
	 line-height:1em;
	 color:#fff;
	 text-align:center;
	 margin-bottom:2em;
}
.contents{
	width:960px;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:30px;
	margin-bottom:10px;
}
.contents2{
	width:960px;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:30px;
}

.logo{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	margin-right:6px;
}

.item{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	margin-right:6px;
	background-color:#fff;
}
.item-last{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	background-color:#fff;
}
.side-A{
	position:relative;
	width:421px;
	float:left;
	margin-right:40px;
}
.side-B{
	position:relative;
	width:488px;
	float:left;
}
.giftkit{
	position:absolute;
	top:20px;
	left:20px;
	}
.giftkit p{
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}	



.giftwrap{
	position:absolute;
	top:20px;
	left:20px;
	}
	
.giftwrap p{
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}
h4{
	font-weight:600;
	 font-size:2em;
	 line-height:1.2em;
	 color:#000;
	 text-align:left;
}




.banner{
	display: flex;
	width:960px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	background-color:#000000;
	padding:10px 30px;
	}
	
div.banner.link a{
	color:#fff;
	text-decoration:none;
}

.banner a:hover{
	opacity: 0.8;
}

	
.camp-title{
	order: 1;
	margin-right:3em;
}
.camp-txt{
	order: 2;
	font-weight:700;
	font-size:1.4em;
	line-height:1.7em;
	color:#FFF;
	text-align:left;
	margin-right:2em;
}
.arrow{
	order: 3;
	font-weight:700;
	font-size:1.6em;
	line-height:1.5em;
	color:#FFF;
	text-align:left;
}

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img { 
    max-width: 100%; 
    height:auto;
}
body {
	color: #000;
	background-color: #BA0000;
	font-size: 13px;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h2 {
     font-weight:900;
	 font-size:1.2em;
	 line-height:1em;
	 color:#fff;
	 text-align:center;
	 margin-bottom:2em;
}
.contents{
	width:960px;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:30px;
	margin-bottom:10px;
}
.contents2{
	width:960px;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:30px;
	margin-bottom:0;
}

.logo{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	margin-right:6px;
}

.item{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	margin-right:6px;
	background-color:#fff;
}
.item-last{
	width:155px;
	height:200px;
	float:left;
	text-align:center;
	background-color:#fff;
}
.side-A{
	position:relative;
	width:421px;
	float:left;
	margin-right:40px;
}
.side-B{
	position:relative;
	width:488px;
	float:left;
}
.giftkit{
	position:absolute;
	top:20px;
	left:20px;
	}
.giftkit p{
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}	



.giftwrap{
	position:absolute;
	top:20px;
	left:20px;
	}
	
.giftwrap p{
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}
h4{
	font-weight:600;
	 font-size:2em;
	 line-height:1.2em;
	 color:#000;
	 text-align:left;
}
.banner{
	display: flex;
	width:960px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	background-color:#000000;
	padding:10px 30px;
	}
	
div.banner.link a{
	color:#fff;
	text-decoration:none;
}

.banner a:hover{
	opacity: 0.8;
}

	
.camp-title{
	order: 1;
	margin-right:2em;
}
.camp-txt{
	order: 2;
	font-weight:700;
	font-size:1.3em;
	line-height:1.5em;
	color:#FFF;
	text-align:left;
	margin-right:0;
}
.arrow{
	order: 3;
	font-weight:700;
	font-size:1.3em;
	line-height:1.5em;
	color:#FFF;
	text-align:left;
}
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img { 
    max-width: 100%; 
    height:auto;
}

body {
	color: #000;
	background-color: #BA0000;
	font-size: 13px;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h2 {
     font-weight:900;
	 font-size:1.4em;
	 line-height:1em;
	 color:#fff;
	 text-align:center;
	 margin-bottom:2em;
}
.contents{
	width:88%;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:2em;
	margin-bottom:10px;
}
.contents2{
	width:88%;
	margin:0 auto;
	background-color:#ECEBE4;
	padding:2em;
	margin-bottom:0;
}
.contents p{
	font-size:2.1em;
	line-height:1.1em;
}

.contents2 p{
	font-size:2.1em;
	line-height:1.1em;
}
.logo{
	width:47%;
	height:auto;
	float:left;
	text-align:center;
	margin:0 1.5em 1.5em 0;
}
.logo img { 
    width: 60%; 
    height:auto;
}

.item{
	width:47%;
	height:auto;
	float:left;
	text-align:center;
	margin:0 1.5em 1.5em 0;
	background-color:#fff;
}
.item img { 
    width: 108%; 
    height:auto;
}
.item-last{
	width:47%;
	height:auto;
	float:left;
	text-align:center;
	background-color:#fff;
	margin:0 0 1.5em 0;
}
.item-last img { 
    width: 108%; 
    height:auto;
}
.side-A{
	position:relative;
	width:100%;
	float:left;
	margin-right:0;
}
.side-A img { 
    width: 107%; 
    height:auto;
}
.side-B{
	position:relative;
	width:100%;
	float:left;
}
.side-B img { 
    width: 107%; 
    height:auto;
}
.giftkit{
	position:absolute;
	top:3em;
	left:3em;
	}
.giftkit p{
	margin:1em 0;
	font-size:2.5em;
	line-height:1.6em;
}	

.giftwrap{
	position:absolute;
	top:3em;
	left:3em;
	}
	
.giftwrap p{
	margin:1em 0;
	font-size:2.5em;
	line-height:1.6em;
}
h4{
	font-weight:600;
	 font-size:3em;
	 line-height:1.2em;
	 color:#000;
	 text-align:left;
}
#more-info img{
	width:30%;
	height:auto;
}

.banner{
	display: flex;
	width:88%;           /* Flexコンテナ化 */
	flex-direction: row; /* 縦並びに。横並びはrow。 */
	margin:0 auto;
	background-color:#000000;
	padding:30px 30px;
	}
	
.banner.link a{
	color:#fff;
	text-decoration:none;
}

.banner a:hover{
	opacity: 0.8;
}

	
.camp-title{
	order: 1;
	margin-right:3em;
}
.camp-txt{
	display:none;
}
.arrow{
	order: 3;
	font-weight:700;
	font-size:1.6em;
	line-height:1.5em;
	color:#FFF;
	text-align:left;
}

}

















.caution{
	font-size:0.75em;
	margin-top:2em;
}



/*============================ Footer =============================*/
#foot{
	padding-top:2em;
	width:1020px;
	margin:o auto;
	text-align:center;
}


p.footer{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #fff;
}
p.footer a {
	color: #fff;
}
p.footer a:link {
	text-decoration: none;
	color:#fff;
}
p.footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
p.footer a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
p.footer a:active {
	text-decoration: underline;
	color:#fff;
}