@charset "utf-8";

/* reset：20180615.ver_1.1 版
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, nav, output, ruby, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, iframe, footer, header, hgroup, menu, nav, section, img, svg {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: #000000;
}
a:focus {
	outline: none;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

/* body
------------------------------------------------------------*/
body {
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	font-size: 1.6rem;
}
body {
	font-size: clamp(1.4rem, 1.8229166667vw, 1.6rem);
	line-height: 1.8;
	background: url(/common_v14/img/bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}
body, body * {
	/* font-family: "メイリオ", sans-serif; */
	/* transition: 0.5s; */
	color: #000000;
}
body * {
	box-sizing: border-box;
	line-height: 1.8;
}

/*- common.css -*/

/* all
------------------------------------------------------------*/
@media (orientation: landscape) {}
@media print, screen and (min-width: 768px) {}
@media print, screen and (min-width: 1024px) {}
@media print, screen and (min-width: 1280px) {}

/* header
------------------------------------------------------------*/
header {
	background: #FFFFFF;
	border-bottom: 3px solid #00a73c;
}
header.mv {
	border-bottom: 3px solid #ae0048;
}
header.big {
	border-bottom: 3px solid #f26122;
}
header .hinner > *{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
header .hinner h1 a {
	padding: clamp(0.25em, 3.4375vw, 15px) clamp(0.25em, 3.4375vw, 1em);
}
@media print, screen and (min-width: 480px) {
	header .hinner h1 a {
		padding: clamp(0.25em, 3.4375vw, 15px) clamp(0.25em, 3.4375vw, 1em);
	}	
}
header .hinner h1 img {
	display: block;
	height: clamp(10px, 3.4375vw, 50px);
	width: auto;
}
@media print, screen and (min-width: 400px) {
	header .hinner h1 img {
		height: clamp(20px, 3.4375vw, 50px);
	}	
}
@media print, screen and (min-width: 768px) {
	header .hinner h1 img {
		height: clamp(25px, 3.4375vw, 50px);
	}	
}
@media print, screen and (min-width: 1024px) {
	header .hinner > * {
		width: 960px;
	}
}

/* main
------------------------------------------------------------*/

/* .bgbox-[color name] */
@media (min-width: 768px) {
  *[class^=bgbox] {
    padding-inline: clamp(10px, 1.3020833333vw, 20px);
  }
}
*[class^=bgbox] > *[class$=_inner] {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
  padding: clamp(10px, 1.3020833333vw, 20px);
  margin-inline: auto;
  max-width: 1280px;
}
@media (min-width: 768px) {
  *[class^=bgbox] > *[class$=_inner] {
    border-radius: 10px;
    padding: clamp(20px, 3.125vw, 40px) clamp(20px, 6.25vw, 80px);
  }
}
*[class^=bgbox][class*=-white][class$=_inner] {
  background-color: #FFFFFF;
}

main > *[class^=bgbox] {
	padding-top:min(5vw, 65px);
	padding-bottom:min(5vw, 80px);
}

/* yokokuText */
#yokokuText {
	background: #00A73C;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	color: #FFFFFF;
	padding: 10px;
}
@media print, screen and (min-width: 768px) {
	#yokokuText {
		padding: 16px;
	}
}
@media print, screen and (min-width: 1024px) {
	#yokokuText {
		font-size: 4rem;
		padding: 20px;
	}
}

/* closeCampaign */
#closeCampaign {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border: 2px solid #ed1c24;
	background: #ffdbdc;
	font-weight: bold;
	line-height: 1;
	color: #333;
	padding: 10px;
}
#closeCampaign::before {
	content: "";
	display: block;
	background: url(../img/icon_close.png) no-repeat center;
	background-size: contain;
	height: 30px;
	width: 30px;
}
@media print, screen and (min-width: 768px) {
	#closeCampaign {
		font-size: 2rem;
		padding: 20px;
	}
}

/* footer
---------------------------------------------------------------------*/
footer .inner {
	background: #00a73c;
	position: relative;
	padding: clamp(32px, 8vw, 80px) 10px;
}
footer .inner.mv {
	background: #ae0048;
}
footer .inner.big {
	background: #f26122;
}
footer .inner img {
	margin: 0 auto;
	max-width: 60px;
}
footer .inner p {
	text-align: center;
	font-size: 1.4rem;
	margin-top: clamp(16px, 5vw, 56px);
	color: #fff;
}

/* returntop */
#returntop {
	z-index: 999;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#returntop img {
	transition: ease-in .3s all;
	cursor: pointer;
	height: 60px;
	width: 60px;
}
@media print, screen and (min-width: 1024px) {
	#returntop img:hover {
		opacity: 0.7;
	}
}
@media print, screen and (min-width: 1280px) {
	#returntop {
		bottom: 20px;
		right: 40px;
	}
}
