@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

* {
	box-sizing: border-box;
}

html, body {
	background: #f2efea;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f2efea;
	min-width: 960px;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	body {
		width: 100%;
		min-width: 320px;
		font-size: 14px;
	}
}

input, textarea {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none !important;
	}
	.hover {
		transition: opacity .3s;
	}
	.hover:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none !important;
	}
}

.align-c {
	text-align: center !important;
}

.align-l {
	text-align: left !important;
}

.align-r {
	text-align: right !important;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
	overflow: hidden;
	padding-top: 80px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents {
		padding-top: 10%;
		padding-bottom: 5%;
	}
}

#tpl-contents.bg-base {
	background: url(../img/bg-base-pc.png) 50% 0 no-repeat;
}

@media only screen and (max-width: 750px) {
	#tpl-contents.bg-base {
		background: url(../img/bg-base-sp.jpg) 0 0 no-repeat;
		background-size: contain;
	}
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	width: 960px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	.tpl-inner-wrap {
		padding: 0 7%;
		width: 100%;
	}
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	min-width: 960px;
	width: 100%;
	height: 60px;
	margin: 0 auto 88px;
	padding-right: 30px;
	*zoom: 1;
	background: url(../img/_hea_bg.png) repeat-x #FFF;
	position: relative;
	z-index: 11;
}

@media only screen and (max-width: 750px) {
	#tpl-header {
		min-width: 100%;
		height: auto;
		background: #ca0612;
		padding-right: 0;
		margin-bottom: 0;
		display: none;
	}
}

#tpl-header .logo {
	width: 289px;
	height: 60px;
	float: left;
	background: #ca0612;
}

@media only screen and (max-width: 750px) {
	#tpl-header .logo {
		width: 100%;
		height: auto;
		float: none;
	}
}

#tpl-header .logo a {
	display: block;
	padding: 60px 0 0 0;
	width: 289px;
	height: 0;
	overflow: hidden;
    background: url(../img/_hea_log.png) no-repeat 33px 16px;
    background-size: 216px;
}

@media only screen and (max-width: 750px) {
	#tpl-header .logo a {
		padding: 0;
		width: 100%;
		height: 55px;
		background: url(../img/_hea_log.png) 50% 50% no-repeat;
		background-size: 170.5px 26px;
		font-size: 0;
	}
}

#tpl-header .slogan {
	padding: 28px 0 0 33px;
	height: 60px;
	float: left;
	background: url(../img/_hea_log_bg.png) no-repeat;
	font-size: 12px;
	color: #000000;
}

#tpl-header .slogan img {
    vertical-align: top;
    width: 143px;
}
@media only screen and (max-width: 750px) {
	#tpl-header .slogan {
		display: none;
	}
}

#tpl-header .slogan img {
	vertical-align: top;
}

#tpl-header .link {
	padding: 26px 0 0 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
}

@media only screen and (max-width: 750px) {
	#tpl-header .link {
		display: none;
	}
}

#tpl-header .link li {
	font-size: 12px;
	padding: 0 6px;
}

#tpl-header .link li.b1 {
	border-right: 1px solid #cccccc;
}

#tpl-header .link li a {
	color: #333333;
	text-decoration: none;
}

#tpl-header .link .link_mail {
	width: 50px;
	height: 50px;
	padding: 0;
	margin-left: 10px;
}

#tpl-header .link .link_mail a {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-indent: -9999px;
	line-height: 0;
	background-color: #cc0000;
	position: relative;
}

#tpl-header .link .link_mail a .txt {
	color: #cc0000;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	text-indent: 0;
	line-height: 1;
	white-space: nowrap;
}

#tpl-header .link .link_mail img {
	display: block;
}

#tpl-header .link .link_entry img {
	width: 18px;
}

#tpl-header .link .link_mypage img {
	width: 23px;
}

#tpl-header #guide_navi {
	margin-top: 10px;
	float: right;
	text-align: right;
	padding: 22px 0 15px 0;
	padding-bottom: 0;
	line-height: 10px;
}

#tpl-header #guide_navi li {
	margin-right: 6px;
	font-size: 100%;
	line-height: 1;
	margin-left: 15px;
	margin-right: 0;
	float: left;
	line-height: 1.4;
}

#tpl-header #guide_navi li.edge {
	padding-left: 15px;
	padding-right: 0;
	border: none;
	margin: 0;
}

#tpl-header #guide_navi li::before {
	content: "";
	width: 30px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
}

#tpl-header #guide_navi li:nth-child(1)::before {
	background: url(../img//icon_profile.png);
	background-repeat: no-repeat;
	background-size: 19px;
	height: 19px;
	width: 23px;
}

#tpl-header #guide_navi li:nth-child(2)::before {
	background: url(../img//icon_password.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 23px;
}

#tpl-header #guide_navi li:nth-child(3)::before {
	background: url(../img//icon_logout.png);
	background-repeat: no-repeat;
	background-size: 19px;
	height: 19px;
	width: 23px;
}

#tpl-header #guide_navi li a {
	text-decoration: none;
	color: #333333;
}

#tpl-header #guide_navi li a:hover {
	text-decoration: underline;
}
#tpl-header-sp{
	margin-bottom: 18px;
}
#tpl-header-sp .logo{
	display: block;
}
#tpl-header-sp .h1-ttl-sp {
	text-align: center;
	margin: 3.33333vw 0;
}

#tpl-header-sp .h1-ttl-sp h1 {
	font-size: 3.33333vw;
	font-weight: bold;
}

#tpl-header-sp .h1-ttl-sp .welcome {
	margin-top: 2.66667vw;
	font-size: 3.33333vw;
	font-weight: bold;
}

/* #tpl-gnav
-----------------------------*/
#tpl-gnav {
	background-color: #FFF;
	width: 100%;
	height: 180px;
	padding-top: 10px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	transition: height .3s, padding .3s;
}

@media only screen and (max-width: 750px) {
	#tpl-gnav {
		display: none;
	}
}

#tpl-gnav .tpl-inner-wrap {
	height: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

#tpl-gnav .foot-link {
	width: 100%;
	height: 56px;
	display: flex;
	position: relative;
	transition: width .3s;
}

#tpl-gnav .foot-link > li {
	height: 100%;
	flex-grow: 1;
	text-align: center;
}

#tpl-gnav .foot-link > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 18px;
	position: relative;
	transition: font .3s;
}

#tpl-gnav .foot-link > li > a span {
	display: contents;
	font-size: 0.7em;
}

#tpl-gnav .foot-link > li > a:hover, #tpl-gnav .foot-link > li > a.active {
	color: #cc0000;
}

#tpl-gnav .foot-link > li .link02 {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
}

@media only screen and (max-width: 750px) {
	#tpl-gnav .foot-link > li .link02 {
		display: none;
	}
}

#tpl-gnav .foot-link > li .link02 li {
	font-size: 12px;
	padding: 0 6px;
}

#tpl-gnav .foot-link > li .link02 li.b1 {
	border-right: 1px solid #cccccc;
}

#tpl-gnav .foot-link > li .link02 li a {
	color: #333333;
	text-decoration: none;
}

#tpl-gnav .foot-link > li .link02 .link_mail {
	width: 50px;
	height: 50px;
	padding: 0;
	margin-left: 10px;
}

#tpl-gnav .foot-link > li .link02 .link_mail a {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-indent: -9999px;
	line-height: 0;
	background-color: #cc0000;
	position: relative;
}

#tpl-gnav .foot-link > li .link02 .link_mail a .num {
	background-color: #fff;
	position: absolute;
	top: 0px;
	width: 21px;
	padding-left: 1px;
	height: 21px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	border-radius: 50%;
	right: 0px;
	display: block;
	text-indent: 0;
	color: #cc0000;
	border: 1px solid #cc0000;
}

#tpl-gnav .foot-link > li .link02 .link_mail a .txt {
	color: #cc0000;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	text-indent: 0;
	line-height: 1;
	white-space: nowrap;
}

#tpl-gnav .foot-link > li .link02 .link_mail img {
	display: block;
}

#tpl-gnav .foot-link > li .link02 .link_entry img {
	width: 18px;
}

#tpl-gnav .foot-link > li .link02 .link_mypage img {
	width: 23px;
}

#tpl-gnav .foot-link .home a .icon {
	font-size: 0;
	width: 18px;
	height: 17px;
	background-image: url(../img/icon-home.png);
	background-position: 0 center;
	background-size: 37px;
}

#tpl-gnav .foot-link .home a:hover .icon {
	background-position: 100% 0;
}

#tpl-gnav .other-link {
	width: 90px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s;
	opacity: 0;
	pointer-events: none;
}

#tpl-gnav .other-link .link_entry,
#tpl-gnav .other-link .link_mypage {
	width: 40px;
	height: 40px;
}

#tpl-gnav .other-link .link_entry a,
#tpl-gnav .other-link .link_mypage a {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-indent: -9999px;
	line-height: 0;
	background-color: #cc0000;
	position: relative;
}

#tpl-gnav .other-link .link_entry a .txt,
#tpl-gnav .other-link .link_mypage a .txt {
	color: #cc0000;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	text-indent: 0;
	line-height: 1;
	white-space: nowrap;
}

#tpl-gnav .other-link .link_entry img,
#tpl-gnav .other-link .link_mypage img {
	display: block;
}

#tpl-gnav .other-link .link_entry img {
	width: 14px;
}

#tpl-gnav .other-link .link_mypage img {
	width: 18px;
}

#tpl-gnav .h1-ttl {
	margin-bottom: -24px;
	font-weight: bold;
	margin-left: 30px;
}

#tpl-gnav .h1-ttl h1 {
	font-weight: bold;
}

/* .mega-menu
-----------------------------*/
.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 960px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.mega-menu.active {
	display: block;
}

.mega-menu .inner {
	margin: 0 auto;
	padding: 30px;
}

.mega-menu .title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
}

.mega-menu .title img {
	margin-right: 6px;
}

.mega-menu .des {
	text-align: left;
	font-size: 14px;
}

.mega-menu .link-lists {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.mega-menu .link-lists .item {
	width: 288px;
}

.mega-menu a {
	height: 100%;
	display: flex;
	border-radius: 10px;
	background-color: #f2efea;
	transition: opacity .5s;
}

.mega-menu a:hover {
	opacity: .6;
}

.mega-menu .txt-btn {
	width: 100%;
	height: 80px;
	display: flex;
	/*-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	text-align: left;
	padding: 0 22px;
	position: relative;
}
.mega-menu .txt-btn .in--text{
	font-size: 12px;
	font-feature-settings: "palt";
}

.mega-menu .txt-btn::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.mega-menu#mega-menu01 .link-lists {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.mega-menu#mega-menu01 .link-lists .item {
	margin-right: 10px;
}

.mega-menu#mega-menu01 .link-lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.mega-menu#mega-menu02 .link-lists {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.mega-menu#mega-menu02 .link-lists .item {
	margin-right: 10px;
}

.mega-menu#mega-menu02 .link-lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.mega-menu#mega-menu03 .link-lists {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.mega-menu#mega-menu03 .link-lists .item {
	margin-right: 10px;
}

.mega-menu#mega-menu03 .link-lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.mega-menu#mega-menu04 .link-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.mega-menu#mega-menu04 .link-lists .item {
	margin-right: 10px;
}

.mega-menu#mega-menu04 .link-lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.mega-menu#mega-menu04 .txt-btn.long {
	padding-right: 30px;
}

.mega-menu#mega-menu04 .txt-btn {
	height: 120px;
}

.mega-menu#mega-menu05 .link-lists {
	flex-wrap: wrap;
}

.mega-menu#mega-menu05 .link-lists li:nth-child(n+4) {
	margin-top: 20px;
}

.mega-menu#mega-menu06 .link-lists {
	display: flex;
	flex-wrap: wrap;
}

.mega-menu#mega-menu06 .link-lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.mega-menu#mega-menu06 .txt-btn.long {
	padding-right: 30px;
}

.mega-menu#mega-menu06 .txt-btn {
	height: 120px;
}

.mega-menu#mega-menu07 .link-lists {
	display: flex;
	flex-direction: row;
}

.mega-menu#mega-menu07 li {
	width: 210px;
}

.mega-menu#mega-menu07 a {
	font-size: 14px;
	display: block;
}

.mega-menu#mega-menu07 a .cap {
	height: 70px;
	text-align: left;
	padding: 0 18px;
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega-menu#mega-menu07 a .cap::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
	text-align: center;
}

@media screen and (min-width: 751px) {
	#tpl-pagetop {
		transition: opacity .3s;
		opacity: 0;
	}
	#tpl-pagetop.show {
		opacity: 1;
	}
	#tpl-pagetop a {
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #cc0000;
		box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
		position: fixed;
		right: 60px;
		bottom: 60px;
		z-index: 10;
		transition: background-color .3s;
	}
	#tpl-pagetop a:before {
		content: '';
		display: block;
		width: 16px;
		height: 10px;
		background: url(../img/icon-pagetop.png) 0 0 no-repeat;
	}
	#tpl-pagetop a:hover {
		background-color: #cc3434;
	}
}

@media screen and (max-width: 750px) {
	#tpl-pagetop {
		display: flex;
		height: 30.66667vw;
		align-items: center;
	}
	#tpl-pagetop a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 66.66667vw;
		height: 12vw;
		border: 0.4vw solid #ebebeb;
		border-radius: 290486px;
		color: #333;
		font-size: 4vw;
		line-height: 1;
		margin: 12.5% auto;
	}
	#tpl-pagetop a:before {
		content: '';
		display: block;
		width: 2vw;
		height: 1.33333vw;
		background: url(../img/icon-pagetop-sp.png) 0 0 no-repeat;
		background-size: contain;
		margin-right: 1.86667vw;
		margin-top: 1.2vw;
	}
}

.footer-wrapper {
	position: relative;
	background-color: #fff;
}

@media only screen and (max-width: 750px) {
	.footer-wrapper {
		margin-top: 20vw;
	}
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
	background: #cc0000;
}

@media only screen and (max-width: 750px) {
	#tpl-footer {
		background-color: #FFF;
	}
}

#tpl-footer .tpl-inner-wrap {
	padding: 0;
	height: 28px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	#tpl-footer .tpl-inner-wrap {
		height: auto;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
}

#tpl-footer h2 {
	font-size: 0;
	width: 120px;
	height: 28px;
	background: url(../img/_foo_cop_log.gif) no-repeat left center;
}

@media only screen and (max-width: 750px) {
	#tpl-footer h2 {
		margin: 0 auto;
		width: 100%;
		height: 14vw;
		background: url(../img/_hea_log.png) 50% 50% no-repeat #cc0000;
		background-size: 40vw 6.4vw;
	}
}

#tpl-footer .copy {
	margin-left: auto;
	height: 28px;
	font-size: 10px;
	color: #ffffff;
	line-height: 28px;
}

@media only screen and (max-width: 750px) {
	#tpl-footer .copy {
		height: auto;
		line-height: 1.6;
		width: 100%;
		color: #333;
		text-align: center;
		padding: 4.53333vw;
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

#tpl-footer-link {
	background: #fff;
	padding: 33px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link {
		padding: 0;
	}
}

#tpl-footer-link .tpl-inner-wrap {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link .tpl-inner-wrap {
		display: block;
	}
}

#tpl-footer-link h2 {
	font-size: 0;
	width: 86px;
	height: 12px;
	background: url(../img/footer-logo.png) 0 0 no-repeat;
	background-size: contain;
	margin-right: 35px;
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link h2 {
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
		font-size: 28px;
		font-size: 3.73333vw;
		font-weight: 500;
		letter-spacing: 0.05em;
		background-image: none;
		text-align: center;
	}
}

#tpl-footer-link ul {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link ul {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (min-width: 751px) {
	#tpl-footer-link li:not(:first-child) {
		padding-left: 10px;
	}
}

#tpl-footer-link li:not(:last-child) {
	border-right: 1px solid #838383;
}

@media only screen and (min-width: 751px) {
	#tpl-footer-link li:not(:last-child) {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link li:not(:last-child) {
		border-right: 0;
	}
}

#tpl-footer-link a {
	display: block;
	font-size: 12px;
	line-height: 1;
	transition: opacity .3s;
}

#tpl-footer-link a:hover {
	opacity: .8;
}

@media only screen and (max-width: 750px) {
	#tpl-footer-link a {
		font-size: 22px;
		font-size: 2.93333vw;
		padding: 2.66667vw;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
		position: relative;
	}
	#tpl-footer-link a:after {
		content: '';
		width: 1.2vw;
		height: 2.13333vw;
		background: url(../img/icon-right-red.png) no-repeat;
		background-size: 1.2vw auto;
		position: absolute;
		bottom: calc(50% - vw(8));
		right: 0;
	}
}

/*************************************************************
/ sp ナビ
/************************************************************/
@media only screen and (min-width: 751px) {
	#sp-menu {
		display: none;
	}
}

#sp-menu .link_entry,
#sp-menu .link_mypage,
#sp-menu .sp-hum {
	width: 13.33333vw;
	height: 13.33333vw;
	position: fixed;
	right: 6.66667vw;
	z-index: 51;
}

#sp-menu .link_entry a,
#sp-menu .link_mypage a,
#sp-menu .sp-hum a {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-indent: -9999px;
	line-height: 0;
	background-color: #cc0000;
	position: relative;
}

#sp-menu .link_entry a .txt,
#sp-menu .link_mypage a .txt,
#sp-menu .sp-hum a .txt {
	color: #cc0000;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	text-indent: 0;
	line-height: 1;
	white-space: nowrap;
}

#sp-menu .link_entry img,
#sp-menu .link_mypage img,
#sp-menu .sp-hum img {
	display: block;
}

#sp-menu .link_entry {
	bottom: 41.6vw;
	transition: opacity .3s , transform .3s;
}

#sp-menu .link_entry img {
	width: 4.66667vw;
}

#sp-menu .link_mypage {
	bottom: 24vw;
	transition: opacity .3s , transform .3s;
}

#sp-menu .link_mypage img {
	width: 6vw;
}

#sp-menu.menu-trans .link_entry {
	opacity: 0;
	transform: translateY(32.93333vw);
	pointer-events: none;
}

#sp-menu.menu-trans .link_mypage {
	opacity: 0;
	transform: translateY(16.66667vw);
	pointer-events: none;
}

#sp-menu .sp-hum {
	border-radius: 100%;
	bottom: 6vw;
	background-color: #cc0000;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: background .3s;
	box-shadow: 0px 3px 10px -2px rgba(204, 0, 0, 0.9);
}

#sp-menu .sp-hum .inner {
	width: 5.06667vw;
	height: 1.86667vw;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#sp-menu .sp-hum .inner span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	margin: auto;
	transition: .3s;
}

#sp-menu .sp-hum .inner span:nth-child(1) {
	top: 0;
}

#sp-menu .sp-hum .inner span:nth-child(2) {
	bottom: 0;
}

#sp-gnav {
	width: 100%;
	height: 100%;
	background-color: #f8f7f5;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(100%);
	transition: transform .3s;
	z-index: 50;
}

@media only screen and (min-width: 751px) {
	#sp-gnav {
		display: none;
	}
}

#sp-gnav .sp-gnav-ttl {
	height: 19.33333vw;
	font-size: 42px;
	font-size: 5.6vw;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #cc0000;
}

#sp-gnav .sp-gnav-inner {
	width: 100%;
	padding-bottom: 6.66667vw;
	overflow: hidden;
	position: relative;
}

#sp-gnav .sp-nav-list {
	padding: 4.93333vw 0 8vw;
}

#sp-gnav .sp-nav-list > li:nth-child(n+2) {
	margin-top: 4vw;
}

#sp-gnav .sp-nav-list > li > a {
	padding: 0 0 0 12vw;
	font-size: 28px;
	font-size: 3.73333vw;
	position: relative;
}

#sp-gnav .sp-nav-list > li > a .icn {
	width: 12vw;
	height: 9.33333vw;
	position: absolute;
	left: 0;
	top: -2vw;
}

#sp-gnav .sp-nav-list > li > a .icn span {
	width: 2.8vw;
	height: 2.8vw;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: transform .3s;
}

#sp-gnav .sp-nav-list > li > a .icn span::before, #sp-gnav .sp-nav-list > li > a .icn span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #cc0000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#sp-gnav .sp-nav-list > li > a .icn span::before {
	width: 0.4vw;
}

#sp-gnav .sp-nav-list > li > a .icn span::after {
	height: 0.4vw;
}

#sp-gnav .sp-nav-list > li > a .icn.profile span::before {
	background: url(../img//icon_profile.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -0.2vw;
}

#sp-gnav .sp-nav-list > li > a .icn.profile span::after {
	display: none;
}

#sp-gnav .sp-nav-list > li > a .icn.password span::before {
	background: url(../img//icon_password.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

#sp-gnav .sp-nav-list > li > a .icn.password span::after {
	display: none;
}

#sp-gnav .sp-nav-list > li > a .icn.logout span::before {
	background: url(../img//icon_logout.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -0.6vw;
	top: 1vw;
}

#sp-gnav .sp-nav-list > li > a .icn.logout span::after {
	display: none;
}

#sp-gnav .sp-nav-list .mega a.active .icn {
	background-color: #cc0000;
}

#sp-gnav .sp-nav-list .mega a.active .icn span {
	transform: rotate(135deg);
}

#sp-gnav .sp-nav-list .mega a.active .icn span::before, #sp-gnav .sp-nav-list .mega a.active .icn span::after {
	background-color: #fff;
}

#sp-gnav .sp-nav-list .mega a.active + .mega-block {
	transform: translateX(0);
}

#sp-gnav .sp-nav-list .mega-block {
	width: 88vw;
	transform: translateX(112%);
	position: absolute;
	left: 12vw;
	top: 0;
	z-index: 10;
	transition: transform .3s;
}

#sp-gnav .sp-nav-list .mega-block.active {
	transform: translateX(0);
}

#sp-gnav .sp-nav-list .mega-block .sp-gnav-ttl {
	width: 100vw;
	margin-left: -9.33333vw;
	background-color: #f8f7f5;
}

#sp-gnav .sp-nav-list .mega-block a {
	font-size: 28px;
	font-size: 3.73333vw;
	text-decoration: underline;
}

#sp-gnav .sp-nav-list .mega-list {
	height: 106.66667vw;
	padding: 4.93333vw 5.33333vw;
	border-radius: 2.13333vw 0 0 2.13333vw;
	overflow: hidden;
	background-color: #f5e6e6;
}

@media only screen and (max-width: 374px) {
	#sp-gnav .sp-nav-list .mega-list {
		height: 100vw;
	}
}

#sp-gnav .sp-nav-list .mega-list li:nth-child(n+2) {
	margin-top: 4vw;
}

#sp-gnav .sp-nav-list .mega-list li a {
	display: block;
	padding-left: 4.93333vw;
	position: relative;
}
#sp-gnav .sp-nav-list .mega-list li a .in--text{
	font-size: 2.73333vw;
	font-feature-settings: "palt";
	display: block;
}

#sp-gnav .sp-nav-list .mega-list li a::before {
	content: '';
	display: inline-block;
	width: 1.86667vw;
	height: 1.86667vw;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	box-sizing: border-box;
	position: absolute;
	top: 2.4vw;
	left: 0;
	transform: rotate(45deg);
}

#sp-gnav .sp-nav-list .news-wrap {
	height: 106.66667vw;
	padding: 4.93333vw 5.33333vw;
	border-radius: 2.13333vw 0 0 2.13333vw;
	overflow: hidden;
	background-color: #f5e6e6;
	position: relative;
}

@media only screen and (max-width: 374px) {
	#sp-gnav .sp-nav-list .news-wrap {
		height: 100vw;
	}
}

#sp-gnav .sp-nav-list .news-wrap .news-item {
	font-size: 28px;
	font-size: 3.73333vw;
}

#sp-gnav .sp-nav-list .news-wrap .news-item + .news-item {
	margin-top: 3.33333vw;
}

#sp-gnav .sp-nav-list .news-wrap .news-item .date {
	font-weight: 700;
	font-size: 24px;
	font-size: 3.2vw;
}

#sp-gnav .sp-nav-list .news-wrap .news-item .body {
	margin-top: 0vw;
	font-weight: 500;
}

#sp-gnav .sp-nav-list .news-wrap .news-item.red {
	border: 0.53333vw solid #cc0000;
	color: #cc0000;
	background-color: #fff;
	font-size: 22px;
	font-size: 2.93333vw;
	line-height: 1.3;
	padding: 2.66667vw 3.33333vw;
}

#sp-gnav .sp-nav-list .news-wrap .news-item.red .body {
	margin-top: 1.33333vw;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn {
	width: 40vw;
	height: 10.66667vw;
	border-radius: 5.33333vw;
	background-color: #111;
	border: 0.26667vw solid #000;
	font-size: 28px;
	font-size: 3.73333vw;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.06667vw;
	margin: auto;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.none {
	display: none;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn .icn {
	width: 1.73333vw;
	height: 1.73333vw;
	box-sizing: border-box;
	border-right: 0.4vw solid #fff;
	border-bottom: 0.4vw solid #fff;
	display: block;
	position: absolute;
	top: 4vw;
	right: 4vw;
	transform: rotate(45deg);
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn {
	background-color: #fff;
	color: #000;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn .icn {
	width: 3.6vw;
	height: 3.6vw;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn .icn::before, #sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn .icn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn .icn::before {
	width: 0.4vw;
}

#sp-gnav .sp-nav-list .news-wrap .more-btn.close-btn .icn::after {
	height: 0.4vw;
}

#sp-gnav .sp-nav-list .news-wrap.close::before {
	content: '';
	display: block;
	width: 100%;
	height: 33.33333vw;
	background: linear-gradient(to bottom, rgba(245, 230, 230, 0) 0%, #f5e6e6 45%, #f5e6e6 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

#sp-gnav .other-link {
	width: 81.33333vw;
	margin: 8vw auto 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sp-gnav .other-link li {
	width: 38.66667vw;
	height: 10.66667vw;
}

#sp-gnav .other-link li a {
	width: 100%;
	height: 100%;
	background-color: #cc0000;
	border-radius: 5.33333vw;
	color: #fff;
	font-size: 24px;
	font-size: 3.2vw;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sp-gnav .other-link li a img {
	display: block;
	margin-right: 1.33333vw;
}

#sp-gnav .other-link li.link_entry img {
	width: 3.6vw;
}

#sp-gnav .other-link li.link_mypage img {
	width: 4.66667vw;
}

#sp-gnav .line-at {
	text-align: center;
	width: 36%;
	padding-left: 12vw;
}

#sp-gnav .line-at a {
	display: block;
}

body.is-nav-op {
	position: fixed;
	width: 100%;
}

body.is-nav-op #sp-menu .link_entry, body.is-nav-op #sp-menu .link_mypage {
	opacity: 0;
	pointer-events: none;
}

body.is-nav-op #sp-menu .link_entry {
	transform: translateY(32.93333vw);
}

body.is-nav-op #sp-menu .link_mypage {
	transform: translateY(16.66667vw);
}

body.is-nav-op #sp-menu .sp-hum {
	background-color: #cccccc;
	box-shadow: none;
}

body.is-nav-op #sp-menu .sp-hum span:nth-child(1) {
	bottom: 0;
	transform: rotate(135deg);
}

body.is-nav-op #sp-menu .sp-hum span:nth-child(2) {
	top: 0;
	transform: rotate(-135deg);
}

body.is-nav-op #sp-gnav {
	transform: translate(0);
}

/*# sourceMappingURL=common.css.map */
