@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fffff2 url(../images/bg_body.png) repeat-x top center;
	min-width: 1240px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		min-width: auto;
		background-image: url(../images/sp_bg_body.png);
		background-size: 100% auto;
	}
}


/*clearfix*/
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}



a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

a img {
	transition: opacity 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
img.nofade {
	opacity: 1 !important;
}


#wrap {
	overflow: hidden;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#wrap {
		min-width: 0;
	}
}


#responseFlagTab {
	display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}


/*===========================================================================
 #header
===========================================================================*/
#header {
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	min-width: 1240px;
	z-index: 2;
}
#header .hdInr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
#header .logo img {
	width: 151px;
	height: auto;
}
#header .hdCts {
	display: flex;
	align-items: center;
}
#header .hdCts .snsIcns {
	display: flex;
	align-items: center;
}
#header .hdCts .snsIcns li {
	margin-left: 13px;
}
#header .hdCts .snsIcns img {
	width: 30px;
	height: auto;
}
#header .hdCts .groupLogo {
	margin-left: 32px;
}
#header .hdCts .groupLogo img {
	width: 118px;
	height: auto;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#header {
		padding: 0 5.33vw;
		min-width: auto;
	}
	#header .hdInr {
		height: 18.93vw;
	}
	#header .logo img {
		width: 28vw;
	}
	#header .hdCts {
	}
	#header .hdCts .snsIcns {
		display: flex;
		position: absolute;
		right: 5.33vw;
		top: 14.67vw;
	}
	#header .hdCts .snsIcns li {
		margin-left: 2.25vw;
	}
	#header .hdCts .snsIcns img {
		width: 6.4vw;
	}
	#header .hdCts .groupLogo {
		margin-left: 0;
	}
	#header .hdCts .groupLogo img {
		width: 24.4vw;
	}
}


/*===========================================================================
 #main
===========================================================================*/
#main {
}




/*===========================================================================
 #footer
===========================================================================*/
#footer {
	margin-top: 70px;
}
#footer .ftLogoLine {
	display: flex;
	justify-content: space-between;
}
#footer .ftLogoLine .logo {
	width: 152px;
}
#footer .ftLogoLine .logo img {
	width: 100%;
	height: auto;
}
#footer .ftCts {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
#footer .ftCts .snsIcns {
	display: flex;
	align-items: center;
}
#footer .ftCts .snsIcns li {
	margin-left: 12px;
}
#footer .ftCts .snsIcns img {
	width: 30px;
	height: auto;
}
#footer .ftCts .groupLogo {
	margin-left: 32px;
}
#footer .ftCts .groupLogo img {
	width: 118px;
	height: auto;
}
#footer .navCopyLine {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}
#footer .navCopyLine .ftNav {
	display: flex;
	align-items: center;
}
#footer .navCopyLine .ftNav li {
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	font-size: 1.2rem;
}
#footer .navCopyLine .ftNav li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 10px;
	background: #ccc;
}
#footer .navCopyLine .ftNav li:first-child {
	padding-left: 0;
	margin-left: 0;
}
#footer .navCopyLine .ftNav li:first-child::before {
	content: none;
}
#footer .navCopyLine .ftNav li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
#footer .navCopyLine .ftNav li a:hover {
	text-decoration: underline;
}
#footer .navCopyLine .copyright {
	margin-top: 7px;
	font-size: 1.2rem;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 0;
		padding: 34.67vw 5.33vw 0;
		position: relative;
	}
	#footer .ftLogoLine {
	}
	#footer .ftLogoLine .logo {
		width: 27.2vw;
	}
	#footer .ftLogoLine .logo img {
	}
	#footer .ftCts {
		margin-top: 0;
	}
	#footer .ftCts .snsIcns {
		position: absolute;
		top: 16.93vw;
		left: 0;
		width: 100%;
		justify-content: center;
	}
	#footer .ftCts .snsIcns li {
		margin: 0 1.62vw;
	}
	#footer .ftCts .snsIcns img {
		width: 9vw;
		height: auto;
	}
	#footer .ftCts .groupLogo {
		margin-left: 0;
	}
	#footer .ftCts .groupLogo img {
		width: 24.67vw;
	}
	#footer .navCopyLine {
		display: block;
		margin-top: 5.87vw;
	}
	#footer .navCopyLine .ftNav {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .navCopyLine .ftNav li {
		margin-left: 2.67vw;
		padding-left: 2.67vw;
		position: relative;
		font-size: 2.67vw;
	}
	#footer .navCopyLine .ftNav li::before {
		width: 1px;
		height: 2.67vw;
	}
	#footer .navCopyLine .ftNav li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	#footer .navCopyLine .ftNav li:first-child::before {
		content: none;
	}
	#footer .navCopyLine .ftNav li a {
	}
	#footer .navCopyLine .ftNav li a:hover {
		text-decoration: underline;
	}
	#footer .navCopyLine .copyright {
		text-align: center;
		margin-top: 2.67vw;
		font-size: 2.4vw;
	}
}


/*===========================================================================
 Common use utility （cm-）
 モジュール （md-{モジュール名}）
 モジュールのパターン別（md-{モジュール名}-{パターン名}）
 個別での上書き（ow-）
===========================================================================*/
/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.cm-spOnly {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.cm-pcOnly {
		display: none !important;
	}
}

.cm-fontEn {
	font-family: "Caveat", cursive;
}