@charset "shift_jis";

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #000;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	.nmenekoBg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		min-width: 1260px;
		height: 100vh;
		background: url("/gecard/nmeneko/img-files/index_bg02_pc.webp") no-repeat top center / cover;
		z-index: -1;
	}
	.nmeneko-textDecoration {
		color: #f4cf3f;
		text-shadow: 
		 2px  2px 1px #230404,
		-2px  2px 1px #230404,
		 2px -2px 1px #230404,
		-2px -2px 1px #230404,
		 2px  0px 1px #230404,
		 0px  2px 1px #230404,
		-2px  0px 1px #230404,
		 0px -2px 1px #230404;
}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: 1px solid #000;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 30px 4px;
	}
	#header #headerLogo img {
		width: 269px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 0 30px 40px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
		text-align: center;
	}
	.mainVisualInner {
		position: relative;
	}
	.mainVisualContents {
		width: 1920px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainVisualTitle {
		padding-top: 33px;
	}
	.mainVisualText01 {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 331px;
		height: 50px;
		background-color: #fff;
		border-radius: 25px;
		margin: 5px auto 0;
	}
	.mainVisualCharacter {
		margin-top: 25px;
	}
	.mainVisualCharacter img {
		
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 1200px;
	height: 188px;
	overflow-y: hidden;
	padding: 0 22px 25px;
	background: #f4cf3f;
	margin: -117px auto 73px;
	border-radius: 20px;
}
.newsBox .newsHdg {
	background-image : linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 20px 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fb9427;
	line-height: 1.0;
}
.newsBox .newsHdg img {
	width: 113px;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	padding-top: 12px;
	height: 100px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 170px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #fff;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #fff;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 59px auto 71px;
	}
	.flow > li {
		float: left;
		width: 279px;
		min-height: 279px;
		margin-right: calc(84px / 3);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/nmeneko/img-files/index_flow01_pc.webp");}
	.flow > li.list02 {background-image: url("/gecard/nmeneko/img-files/index_flow02_pc.webp");}
	.flow > li.list03 {background-image: url("/gecard/nmeneko/img-files/index_flow03_pc.webp");}
	.flow > li.list04 {background-image: url("/gecard/nmeneko/img-files/index_flow04_pc.webp");}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 170px;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
	}
	.flow .list04 .flowDesc dd {
		color: #000;
	}
	.flow .flowDesc dd a {
		color: #fff;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.nmeneko-section02 {
		margin-top: 20px;
	}
	.nmeneko-section02 >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-section02 + .nmeneko-section02 {
		margin-top: 132px;
	}
	.nmeneko-section02.type-flow {
		margin-top: 68px;
	}
	.nmeneko-section03 {
		margin-top: 58px;
	}
	.nmeneko-section03 >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-section03 + .nmeneko-section03 {
		margin-top: 85px;
	}
	/* heading */
	.nmeneko-heading02 {
		position: relative;
		margin-top: 40px;
		padding-top: 15px;
		text-align: center;
	}
	.nmeneko-heading03 {
		margin-top: 30px;
		text-align: center;
	}
	.nmeneko-heading02Title {
		position: relative;
	}
	.nmeneko-heading02Title.addCharacter::before {
		position: absolute;
		content: "";
		top: 135px;
		right: 9px;
		width: 157px;
		height: 145px;
		z-index: -1;
		transition : 1s all ease-out;
		background: url("/gecard/nmeneko/img-files/index_im08.webp") no-repeat 0 0/ contain;
	}
	.nmeneko-heading02Title.addCharacter.is-animation::before {
		top: -12px;
	}
	.nmeneko-characterTitleWrap {
		display: flex;
		justify-content: center;
		position: relative;
		min-height: 204px;
	}
	.nmeneko-characterTitleWrap .nmeneko-heading02Title {
		margin-top: 25px;
	}
	.nmeneko-btnCharacter {
		position: absolute;
		top: 0;
		left: 101px;
	}
	.nmeneko-btnCharacter.is-animation {
		animation: expansion 1s;
	}
	.nmeneko-btnCharacter img {
		width: 221px;
	}
	/* text */
	.nmeneko-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.nmeneko-text01 {
		margin-top: 6px;
		text-align: center;
		font-size: 1.6rem;
	}
	.nmeneko-text02 { 
		margin-top: 25px;
		font-size: 1.6rem;
		text-align: center;
	}
	/* image */
	.nmeneko-image {
		margin-top: 35px;
		text-align: center;
	}
	.nmeneko-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.nmeneko-noteList {
		margin-top: 20px;
	}
	.nmeneko-noteList.voiContent {
		width: fit-content;
		margin: 20px auto 0;
	}
	.nmeneko-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.nmeneko-noteList > li + li {
		margin-top: 10px;
	}
	.nmeneko-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.nmeneko-cardWrap {
		position: relative;
		display: flex;
		gap: 22px;
		margin-top: 53px;
	}
	.nmeneko-CharacterWrap {
		position: absolute;
		top: -141px;
		right: 139px;
		width: 165px;
		height: 140px;
		z-index: -1;
	}
	.nmeneko-CharacterEffectWrap {
		position: absolute;
		top: 0;
	}
	.nmeneko-CharacterEffect {
		position: absolute;
		content: "";
	}
	.nmeneko-CharacterEffect[data-flashing="01"] {
		top: -12px;
		left: -29px;
		width: 35px;
		height: 35px;
		animation: flashing 2s  infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="02"] {
		top: 69px;
		left: -42px;
		width: 35px;
		height: 35px;
		animation: flashing 2s linear 1.2s infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="03"] {
		top: 21px;
		left: -37px;
		width: 24px;
		height: 24px;
		animation: flashing 2.5s linear infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="04"] {
		top: 42px;
		left: -23px;
		width: 24px;
		height: 24px;
		animation: flashing 4s ease-in-out infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="05"] {
		top: 3px;
		left: 4px;
		width: 24px;
		height: 24px;
		animation: flashing 3s linear infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="06"] {
		top: 91px;
		left: -6px;
		width: 24px;
		height: 24px;
		animation: flashing 3s linear 0.7s infinite;
	}
	.nmeneko-card {
		width: 589px;
		height: 674px;
		text-align: center;
	}
	.nmeneko-card .nmeneko-cardInner {
		padding: 64px 29px 32px;
		overflow: hidden;
	}
	.nmeneko-card .nmeneko-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-card .nmeneko-cardTitle {
		margin-top: 20px;
	}
	.nmeneko-card .nmeneko-cardTitle img {
		width: auto;
		height: 38px;
	}
	.nmeneko-card .nmeneko-cardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 48px 13px 0;
	}
	.nmeneko-card .nmeneko-cardText {
		margin-top: 60px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #000;
	}
	.nmeneko-card.picnic {
		background: url("/gecard/nmeneko/img-files/index_bg03_pc.webp") no-repeat 0 0 / contain;
	}
	.nmeneko-card.many {
		background: url("/gecard/nmeneko/img-files/index_bg04_pc.webp") no-repeat 0 0 / contain;
	}
	/* button */
	.applyBtn {
		margin-top: 46px;
	}
	.applyBtn > li {
		position: relative;
	}
	.applyBtn > li::before {
		content: '';
		position: absolute;
		top: 14px;
		left: 10px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		background-color: #000;
		border-radius: 50px;
		z-index: 0;
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 98px;
		padding: 5px 60px;
		border-radius: 50px;
		border: 4px solid #000;
		background-color: #f4cf3f;
		transition: 0.2s all ease-out;
		z-index: 1;
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		width: 12px;
		height: 18px;
		margin-top: -9px;
		background: url("/gecard/nmeneko/img-files/index_ic07.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li a:hover {
		transform: translate(2px,6px)
	}
	.applyBtn > li a img {
		width: auto;
		height: 34px;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/nmeneko/img-files/index_ic06.webp") no-repeat 0 0 / cover;
	}
	.nmeneko-btnArea {
		position: relative;
		left: 50%;
		width: 1920px;
		height: 427px;
		transform: translateX(-50%);
		background-color: #f4cf3f;
		padding: 29px 0 30px;
	}
	.nmeneko-btnArea::before {
		position: absolute;
		content: "";
		top: -2px;;
		left: 0;
		width: 100%;
		height: 9px;
		background: url("/gecard/nmeneko/img-files/index_bg05_pc.webp") repeat-x;
	}
	.nmeneko-btnArea::after {
		position: absolute;
		content: "";
		bottom: -2px;;
		left: 0;
		width: 100%;
		height: 9px;
		background: url("/gecard/nmeneko/img-files/index_bg05_pc.webp") repeat-x;
	}
	.nmeneko-btnAreaInner {
		width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.nmeneko-btnWrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin-top: 8px;
		padding: 0 50px;
	}
	.nmeneko-btn {
		width: calc(50% - 15px);
		height: 86px;
	}
	.nmeneko-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 9px 60px 5px;
		border-radius: 5px;
		background-color: #000;
		font-size: 2.8rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.nmeneko-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/nmeneko/img-files/index_ic01.webp") no-repeat 0 0/ contain;
		}
	.nmeneko-btn a:hover {
		opacity: 0.7;
	}
	/* media */
	.nmeneko-media {
		display: flex;
		align-items: flex-end;
		margin-top: 44px;
	}
	.nmeneko-media .nmeneko-mediaHead {
		margin-left: 30px;
	}
	.nmeneko-mediaHead .voiContent {
		margin-right: 33px;
	}
	.nmeneko-media .nmeneko-mediaHead > .no_voiContent >:first-child,
	.nmeneko-media .nmeneko-mediaHead > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-media .nmeneko-mediaBody {
		flex-shrink: 0; 
		width: 342px;
		margin-left: -33px;
	}
	.nmeneko-media .nmeneko-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-media .nmeneko-mediaText01 {
		margin-top: 20px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	
	.nmeneko-media .nmeneko-mediaImage {
		margin-top: 20px;
		text-align: center;
	}
	.nmeneko-media .nmeneko-mediaList {
		margin-top: 34px;
	}
	.nmeneko-media .nmeneko-mediaList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.nmeneko-media .nmeneko-mediaList[data-align-pc="center"] li {
		position: static;
		padding-left: 0;
		text-align: center;
	}
	.nmeneko-media .nmeneko-mediaList li + li {
		margin-top: 7px;
	}
	.nmeneko-media .nmeneko-mediaList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-media .nmeneko-mediaList[data-align-pc="center"] li .mark {
		position: static;
	}
	/* box */
	.nmeneko-box {
		margin-top: 63px;
		background-color: #fff;
	}
	.nmeneko-box + .nmeneko-box {
		margin-top: 30px;
	}
	.nmeneko-box .nmeneko-boxInner {
		padding: 30px 44px 30px;
	}
	.nmeneko-box .nmeneko-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-boxTitleWrap {
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxTitle {
		position: relative;
		display: inline-block;
		margin: 0 auto 10px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		padding: 0 75px;
	}
	.nmeneko-box .nmeneko-boxTitle::before {
		position: absolute;
		content: "";
		top: -10px;
		left: 0;
		width: 58px;
		height: 41px;
		background: url("/gecard/nmeneko/img-files/index_ic02.webp") no-repeat 0 0/ contain;
	}
.nmeneko-box .nmeneko-boxTitle::after {
		position: absolute;
		content: "";
		top: -10px;
		right: 0;
		width: 58px;
		height: 41px;
		transform: scale(-1, 1);
		background: url("/gecard/nmeneko/img-files/index_ic02.webp") no-repeat 0 0/ contain;
	}
	.nmeneko-box .nmeneko-boxText {
		font-size: 1.6rem;
	}
	.nmeneko-box .nmeneko-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.nmeneko-box .nmeneko-boxList {
		margin-top: 13px;
	}
	.nmeneko-box .nmeneko-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.nmeneko-box .nmeneko-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxList > li > .nmeneko-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-box .nmeneko-boxList02 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.nmeneko-box .nmeneko-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxList03 {
		margin-top: 30px;
	}
	.nmeneko-box .nmeneko-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.nmeneko-box .nmeneko-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxImage {
		margin-top: 16px;
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxHr {
		width: calc(100% + 64px);
		height: 3px;
		margin: 20px 0 25px -30px;
		background-image: linear-gradient(to right, #f8c500, #f8c500 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.nmeneko-box .nmeneko-boxInquiry {
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.nmeneko-box .nmeneko-boxInquiry .nmeneko-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.nmeneko-box .nmeneko-boxInquiry .nmeneko-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* privilege */
	.nmeneko-privilegeCol {
		position: relative;
	}
	.nmeneko-privilegeColBody {
		position: absolute;
		top: -123px;
		right: 3px;
		width: 260px;
		height: 171px;
	}
	.nmeneko-privilegeText01 {
		margin-top: 36px;
		text-align: center;
		font-size: 2rem;
	}
	.nmeneko-privilegeText02 {
		margin-top: 0;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.nmeneko-privilegeText03 {
		margin-top: 8px;
		text-align: center;
		font-size: 1.6rem;
	}
	.nmeneko-privilegeList01 {
		margin-top: 15px;
		text-align: center;
		font-size: 1.6rem;
	}
	.nmeneko-privilegeColumn {
		display: flex;
		gap: 22px;
		margin-top: 32px;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeItem {
		width: calc(50% - 11px);
		text-align: center;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeItem >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeTitle {
		margin-top: 20px;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeImage {
		margin-top: 15px;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeImage img {
		width: 569px;
	}
	#pageContainer .snsArea {
		margin: 48px auto 41px;
	}
	.nmeneko-underCh {
		text-align: center;
		margin-top: 41px;
	}
	.nmeneko-underCh img {
		width: 258px;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin: 31px auto 30px;
	}
	.nmenekoBg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		min-width: auto;
		height: 100vh;
		background: url("/gecard/nmeneko/img-files/index_bg02_pc.webp") no-repeat top center / cover;
		z-index: -1;
	}
	.nmeneko-textDecoration {
		color: #f4cf3f;
		text-shadow: 
			 1px  1px 1px #230404,
			-1px  1px 1px #230404,
			 1px -1px 1px #230404,
			-1px -1px 1px #230404,
			 1px  0px 1px #230404,
			 0px  1px 1px #230404,
			-1px  0px 1px #230404,
			 0px -1px 1px #230404;
}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: 1px solid #000;
		background-color: #fff;
	}
	#headerLogo {
		padding: 7px 10px 7px;
	}
	#header #headerLogo img {
		width: 182px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 0 10px 20px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
	}
	.mainVisualInner {
		position: relative;
	}
	.mainVisualContents {
		position: absolute;
		width: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
	}
	.mainVisualTitle {
		padding-top: calc(40 / 720 * 100vw);
	}
	.mainVisualTitle img {
		width: calc(602 / 720 * 100vw);
	}
	.mainVisualText01 {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(357 / 720 * 100vw);
		height: calc(48 / 720 * 100vw);
		background-color: #fff;
		border-radius: calc(24 / 720 * 100vw);
		margin: calc(16 / 720 * 100vw) auto 0;
	}
	.mainVisualText01 img {
		width: calc(284 / 720 * 100vw);
	}
	.mainVisualCharacter {
		margin-top: calc(30 / 720 * 100vw);
	}
	.mainVisualCharacter img {
		width: calc(676 / 720 * 100vw);
		margin: 0 auto;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		position: relative;
		width: auto;
		height: 134px;
		margin: -70px 10px 39px;
		padding: 15px 6px 15px 11px;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
		background-color: #f4cf3f;
		border-radius: 15px;
		z-index: 1;
	}
	.newsBox .newsHdg {
		padding: 0 0 20px;
		background-image : linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
		background-size: 8px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	.newsBox .newsHdg img {
		width: 77px;
	}
	.newsBox .content {
		padding: 0px;
		height: 79px;
		padding-top: 10px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 100px;
		display: table-cell;
		padding-left: 0;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 23px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 17px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2px;
		background-color: #fff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #fff;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #fff;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 25px 0 0;
	}
	.flow > li {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.flow > li:first-child {
		margin: 0;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 22px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 20px;
		height: 11px;
		top: -25px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/nmeneko/img-files/index_ic05.webp) no-repeat top left / contain;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 2px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px 10px 13px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.nmeneko-section02 {
		margin-top: 20px;
	}
	.nmeneko-section02 >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-section02 + .nmeneko-section02 {
		margin-top: 40px;
	}
	.nmeneko-section02.type-flow {
		margin-top: 26px;
	}
	.nmeneko-section03 {
		margin-top: 25px;
	}
	.nmeneko-section03 >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-section03 + .nmeneko-section03 {
		margin-top: 31px;
	}
	/* heading */
	.nmeneko-heading02 {
		position: relative;
		margin: 20px auto 0;
		text-align: center;
	}
	.nmeneko-heading03 {
		margin-top: 30px;
		text-align: center;
	}
	.nmeneko-heading02Title {
		position: relative;
	}
	.nmeneko-heading02Title.addCharacter::before {
		position: absolute;
		content: "";
		top: 21px;
		right: 2px;
		width: min(62px, calc(342 / 720* 100vw));
		height: min(58px, calc(342 / 720* 100vw));
		z-index: -1;
		background: url("/gecard/nmeneko/img-files/index_im08.webp") no-repeat 0 0/ contain;
	}
	.nmeneko-characterTitleWrap {
		display: flex;
		position: relative;
		min-height: 79px;
	}
	.nmeneko-btnCharacter {
		position: absolute;
		top: 10px;
		left: 1px;
	}
	.nmeneko-btnCharacter img {
		width: 86px;
	}
	.nmeneko-btnCharacter.is-animation {
		animation: expansion 1s;
	}
	/* text */
	.nmeneko-lead {
		margin-top: 39px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.nmeneko-text01 { 
		margin-top: calc(24 / 720 * 100vw);
		text-align: center;
		line-height: 1.2;
		font-size: calc(26 / 720 * 100vw);
	}
	.nmeneko-text02 { 
		margin-top: 18px;
		text-align: center;
		font-size: 1.3rem;
	}
	/* image */
	.nmeneko-image {
		margin-top: 15px;
		text-align: center;
	}
	.nmeneko-image02 {
		margin-top: 20px;
	}
	.nmeneko-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.nmeneko-noteList {
		margin-top: 15px;
	}
	.nmeneko-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.nmeneko-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.nmeneko-cardWrap {
		position: relative;
		margin-top: calc(44 / 720 * 100vw);
	}
	.nmeneko-card {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		aspect-ratio : 679 / 707;
	}
	.nmeneko-CharacterWrap {
		position: absolute;
		top: -55px;
		right: 0;
		width: 62px;
		height: 56px;
		z-index: -1;
	}
	.nmeneko-Character01 img {
		width: min(176px, calc(342 / 720* 100vw));
	}
	.nmeneko-CharacterEffectWrap {
		position: absolute;
		top: 0;
	}
	.nmeneko-CharacterEffect {
		position: absolute;
		content: "";
	}
	.nmeneko-CharacterEffect[data-flashing="01"] {
		top: -4px;
		left: -12px;
		width: calc(27 / 720 * 100vw);
		height: calc(27 / 720 * 100vw);
		animation: flashing 2s  infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="02"] {
		top: 26px;
		left: -16px;
		width: calc(27 / 720 * 100vw);
		height: calc(27 / 720 * 100vw);
		animation: flashing 2s linear 1.2s infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="03"] {
		top: 9px;
		left: -15px;
		width: 9px;
		height: 9px;
		animation: flashing 2.5s linear infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="04"] {
		top: 17px;
		left: -9px;
		width: 9px;
		height: 9px;
		animation: flashing 4s ease-in-out infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="05"] {
		top: 2px;
		left: 1px;
		width: 9px;
		height: 9px;
		animation: flashing 3s linear infinite;
	}
	.nmeneko-CharacterEffect[data-flashing="06"] {
		top: 36px;
		left: -3px;
		width: 9px;
		height: 9px;
		animation: flashing 3s linear 0.7s infinite;
	}
	.nmeneko-card .nmeneko-cardInner {
		padding: calc(60 / 720 * 100vw) calc(30 / 720 * 100vw) calc(60 / 720 * 100vw);
	}
	.nmeneko-card .nmeneko-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-card .nmeneko-cardTitle {
		margin-top: 20px;
	}
	.nmeneko-card .nmeneko-cardTitle img {
		width: auto;
		height: calc(46 / 720 * 100vw);
	}
	.nmeneko-card + .nmeneko-card {
		margin-top: calc(38 / 720 * 100vw);
	}
	.nmeneko-card .nmeneko-cardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: calc(49 / 720 * 100vw) calc(58 / 720 * 100vw) 0;
	}
	.nmeneko-card .nmeneko-cardText {
		margin-top: calc(60 / 720 * 100vw);
		text-align: center;
		font-size: calc(34 / 720 * 100vw);
		color: #000;
		font-weight: bold;
	}
	.nmeneko-card.picnic {
		background: url("/gecard/nmeneko/img-files/index_bg03_sp.webp") no-repeat 0 0 / contain;
	}
	.nmeneko-card.many {
		background: url("/gecard/nmeneko/img-files/index_bg04_sp.webp") no-repeat 0 0 / contain;
	}
	/* button */
	.applyBtn {
		margin-top: calc(50 / 720 * 100vw);
	}
	.applyBtn > li {
		position: relative;
	}
	.applyBtn > li::before {
		content: '';
		position: absolute;
		top: calc(12 / 720 * 100vw);
		left: calc(7 / 720 * 100vw);
		width: calc(100% - calc(6 / 720 * 100vw));
		height: calc(100% - calc(6 / 720 * 100vw));
		background-color: #000;
		border-radius: calc(100 / 720 * 100vw);
		z-index: 0;
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: calc(112 / 720 * 100vw);
		padding: calc(10 / 720 * 100vw) calc(45 / 720 * 100vw);
		border-radius: calc(100 / 720 * 100vw);
		border: calc(6 / 720 * 100vw) solid #000;
		background-color: #f4cf3f;
		z-index: 1;
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(25 / 720 * 100vw);
		width: calc(15 / 720 * 100vw);
		height: calc(23 / 720 * 100vw);
		margin-top: calc(11.5 / 720 * 100vw * -1);
		background: url("/gecard/nmeneko/img-files/index_ic07.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li a img {
		width: auto;
		height: calc(42 / 720 * 100vw);
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/nmeneko/img-files/index_ic06.webp") no-repeat 0 0 / cover;
	}
	.nmeneko-btnArea {
		position: relative;
		left: 50%;
		width: 100vw;
		height: 265px;
		transform: translateX(-50%);
		background-color: #f4cf3f;
		padding: 8px 0 30px;
	}
	.nmeneko-btnArea::before {
		position: absolute;
		content: "";
		top: -2px;;
		left: 0;
		width: 100%;
		height: 5px;
		background: url("/gecard/nmeneko/img-files/index_bg05_pc.webp") repeat-x;
	}
	.nmeneko-btnArea::after {
		position: absolute;
		content: "";
		bottom: -2px;;
		left: 0;
		width: 100%;
		height: 5px;
		background: url("/gecard/nmeneko/img-files/index_bg05_pc.webp") repeat-x;
	}
	.nmeneko-btnAreaInner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.nmeneko-btnWrap {
		display: block;
		padding: 0 10px;
		margin-top: 18px;
	}
	.nmeneko-btn {
		width: 100%;
		min-height: 50px;
	}
	.nmeneko-btn + .nmeneko-btn {
		margin-top: 15px;
	}
	.nmeneko-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 50px;
		padding: 5px 40px;
		background-color: #000;
		text-decoration: none;
		color: #fff;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.nmeneko-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/nmeneko/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.nmeneko-media {
		margin-top: 20px;
	}
	.nmeneko-media .nmeneko-mediaHead {
	}
	.nmeneko-media .nmeneko-mediaBody {
		margin-top: 17px;
	}
	.nmeneko-media .nmeneko-mediaHead > .no_voiContent >:first-child,
	.nmeneko-media .nmeneko-mediaHead > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-media .nmeneko-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-media .nmeneko-mediaText01 {
		margin-top: 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	
	.nmeneko-media .nmeneko-mediaImage {
		margin-top: 20px;
		text-align: center;
	}
	.nmeneko-media .nmeneko-mediaImage01 {
		text-align: center;
	}
	.nmeneko-media .nmeneko-mediaImage01 img {
		width: 171px;
	}
	.nmeneko-media .nmeneko-mediaList {
		margin-top: 15px;
	}
	.nmeneko-media .nmeneko-mediaList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.nmeneko-media .nmeneko-mediaList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.nmeneko-box {
		margin-top: 29px;
		background-color: #fff;
	}
	.nmeneko-box + .nmeneko-box {
		margin-top: 18px;
	}
	.nmeneko-box .nmeneko-boxInner {
		padding: 19px 10px 16px;
	}
	.nmeneko-box .nmeneko-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-boxTitleWrap {
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxTitle {
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 0 45px;
	}
	.nmeneko-box .nmeneko-boxTitle::before {
		position: absolute;
		content: "";
		top: -7px;
		left: 0;
		width: 37px;
		height: 26px;
		background: url("/gecard/nmeneko/img-files/index_ic02.webp") no-repeat 0 0/ contain;
	}
	.nmeneko-box .nmeneko-boxTitle::after {
		position: absolute;
		content: "";
		top: -7px;
		right: 0;
		width: 37px;
		height: 26px;
		transform: scale(-1, 1);
		background: url("/gecard/nmeneko/img-files/index_ic02.webp") no-repeat 0 0/ contain;
	}
	.nmeneko-box .nmeneko-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.nmeneko-box .nmeneko-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.nmeneko-box .nmeneko-boxList {
		margin-top: 10px;
	}
	.nmeneko-box .nmeneko-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.nmeneko-box .nmeneko-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxList > li > .nmeneko-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-box .nmeneko-boxList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.nmeneko-box .nmeneko-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxList03 {
		margin-top: 20px;
	}
	.nmeneko-box .nmeneko-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.nmeneko-box .nmeneko-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-box .nmeneko-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxHr {
		width: 100%;
		height: 3px;
		margin: 15px 0 18px 0;
		background-image: linear-gradient(to right, #f8c500, #f8c500 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.nmeneko-box .nmeneko-boxInquiry {
		text-align: center;
	}
	.nmeneko-box .nmeneko-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.nmeneko-box .nmeneko-boxInquiry .nmeneko-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.nmeneko-box .nmeneko-boxInquiry .nmeneko-boxInquiryTel {
		font-size: 1.3rem;
	}
	/* privilege */
	.nmeneko-privilegeCol {
		display: flex;
		margin-top: 7px;
	}
	.nmeneko-privilegeColBody {
		flex-shrink: 0;
	}
	.nmeneko-privilegeColImg img {
		width: 150px
	}
	.nmeneko-privilegeText01 {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-top: 6px;
	}
	.nmeneko-privilegeText02 {
		margin-top: 3px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.nmeneko-privilegeText03 {
		margin-top: 8px;
		text-align: left;
		font-size: 1.2rem;
	}
	.nmeneko-privilegeList01 {
		margin-top: 5px;
	}
	.nmeneko-privilegeList01 > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.nmeneko-privilegeList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nmeneko-privilegeColumn {
		margin-top: 25px;
	}
	.nmeneko-privilegeColumn >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeItem {
		margin-top: 34px;
		text-align: center;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeItem >:first-child {
		margin-top: 0 !important;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeTitle {
		margin-top: 15px;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeTitle img {
		width: 100%;
	}
	.nmeneko-privilegeColumn .nmeneko-privilegeImage {
		margin: 13px 6px 0;
	}
	.nmeneko-underCh {
		text-align: center;
		margin-top: 30px;
	}
	.nmeneko-underCh img {
		width: 160px;
	}
}
/* keyframes
------------------------------------------------------ */
@keyframes expansion {
	0% {
		transform: scale(1, 1)
	}
	10%,
	20% {
		transform: scale(.9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale(1.1, 1.1) rotate(-3deg)
	}
	100% {
		transform: scale(1, 1)
	}
}

@keyframes flashing {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}