@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/base/base09.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #231f20;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #231f20;
}
p,ul,ol,div {
	color: #231f20;
}

@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 36px 6px;
	}
	#header #headerLogo img {
		width: 211px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
		background: url("/gecard/miffy/img-files/index_bg01.webp") repeat;
	}
	#mainContents{
		width: 1260px;
		padding: 0 30px 59px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 73px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #ffc80b;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #231f20;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		height: 670px;
		transform: translateX(-50%);
		background-color: #ffc80b;
	}
	.mainVisualInner {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 1200px;
		height: 658px;
	}
	.mainVisual .mainVisualInner::before {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 166px;
		height: 279px;
		background: url("/gecard/miffy/img-files/pc_index_main04.webp") no-repeat 0 0 / contain;
	}
	.mainVisualContents {
		display: flex;
		gap: 5px 5px;
		padding-top: 88px;
	}
	.mainVisualTitleWrap {
		margin-top: 74px;
	}
	.mainVisualText {
		width: 100%;
		display: inline-block;
		margin-top: 31px;
		background-color: #fff;
		border-radius: 28.5px;
		text-align: center;
		padding: 14px 10px;
	}
	.mainVisualText02 {
		margin-top: 49px;
		text-align: center;
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
}
.newsBox .newsBoxHeading {
	position: relative;
	display: flex;
	z-index: 1;
}
.newsBox .newsBoxHeading img {
	width: 116px;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 116px;
	margin-top: 17px;
	overflow-y: hidden;
	padding: 17px 10px 17px 19px;
	background: #fff;
	border-radius: 20px;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 10px 0 0;
	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: 130px;
}
.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: #231f20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.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: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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 #bbb;
	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 #bbb;
	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-top: 54px;
	}
	.flow > li {
		float: left;
		width: 280px;
		min-height: 270px;
		margin-right: calc(80px / 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/miffy/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/miffy/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/miffy/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/miffy/img-files/pc_index_flow04.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;
	}
	.flow .flowDesc dd a {
		color: #231f20;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.miffy-section >:first-child {
		margin-top: 0 !important;
	}
	.miffy-section + .miffy-section {
		margin-top: 50px;
	}
	/* textImage */
	.miffy-textImage01 {
		width: 557px;
		margin: 20px auto 0;
	}
	/* heading */
	.miffy-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 107px;
		transform: translateX(-50%);
		border-bottom: 4px solid #eee;
	}
	.miffy-heading02.type-first {
		margin-top: 0;
	}
	.miffy-heading02.type-flow {
		margin-top: 99px;
	}
	.miffy-heading02-02 {
		margin-top: 85px;
		margin-bottom: 27px;
		text-align: center;
	}
	.miffy-privilegeText01 {
		margin-top: 27px;
		text-align: center;
		font-size: 2rem;
	}
	.miffy-privilegeText02 {
		margin-top: 10px;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.miffy-privilegeText03 {
		margin-top: 13px;
		text-align: center;
		font-size: 1.6rem;
	}
	.miffy-privilegeList01 {
		margin-top: 13px;
		text-align: center;
		font-size: 1.6rem;
	}
	.miffy-privilegeColumn {
		display: flex;
		gap: 30px;
		margin-top: 31px;
	}
	.miffy-privilegeItem {
		width: 380px;
	}
	/* text */
	.miffy-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.miffy-text01 { 
		margin-top: 32px;
		font-size: 1.6rem;
	}
	.miffy-text02 { 
		margin-top: 22px;
		font-size: 1.6rem;
	}
	/* image */
	.miffy-image {
		margin-top: 35px;
		text-align: center;
	}
	.miffy-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.miffy-noteList {
		margin-top: 25px;
	}
	.miffy-noteList.voiContent {
		text-align: center;
		margin: 20px auto 0;
	}
	.miffy-noteList[data-align="center"],
	.miffy-noteList[data-align-pc="center"] {
		text-align: center;
	}
	.miffy-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.miffy-noteList[data-mark="static"] > li,
	.miffy-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.miffy-noteList > li + li {
		margin-top: 10px;
	}
	.miffy-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-noteList[data-mark-pc="static"] > li > .mark {
		position: static;
	}
	/* card */
	.miffy-cardArea {
		position: relative;
	}
	.miffy-cardWrap {
		position: relative;
		display: flex;
		justify-content: center;
		gap: 30px 36px;
		flex-flow:wrap-reverse;
		margin-top: 53px;
	}
	.miffy-floatImg01 {
		position: absolute;
		top: 166px;
		left: 47px;
		width: 165px;
		height: 316px;
		background: url("/gecard/miffy/img-files/index_im05.webp") no-repeat 0 0 / contain;
		animation: shake02 3s infinite;
	}
	.miffy-floatImg02 {
		position: absolute;
		top: 144px;
		right: -2px;
		width: 241px;
		height: 299px;
		background: url("/gecard/miffy/img-files/pc_index_im06.webp") no-repeat 0 0 / contain;
		 animation: floating-y03 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-card {
		width: 582px;
		padding: 0 0 0;
		text-align: center;
	}
	.miffy-card.type03 {
		position: relative;
	}
	.miffy-card.type03::before {
		position: absolute;
		content: "";
		top: -31px;
		left: -49px;
		width: 158px;
		height: 158px;
		background: url("/gecard/miffy/img-files/index_ic04.webp") no-repeat 0 0 / contain;
		animation: shake01 2.2s infinite;
		z-index: 1;
	}
	.miffy-cardHead {
		position: relative;
		background-color: #005599;
		border-radius: 20px 20px 0 0;
		padding: 30px 0;
	}
	.miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: 9px;
		left: 0;
		width: 100%;
		height: 4px;
		background: url("/gecard/miffy/img-files/index_bg04.webp") repeat-x;
	}
	.miffy-card.type02 .miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: 9px;
		left: 0;
		width: 100%;
		height: 4px;
		background: url("/gecard/miffy/img-files/index_bg05.webp") repeat-x;
	}
	.miffy-card.type03 .miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: 9px;
		left: 0;
		width: 100%;
		height: 4px;
		background: url("/gecard/miffy/img-files/index_bg03.webp") repeat-x;
	}
	.miffy-card.type02 .miffy-cardHead {
		background-color: #247033;
	}
	.miffy-card.type03 .miffy-cardHead {
		background-color: #f26522;
	}
	.miffy-card.type02 .miffy-cardBody {
		background-color: #d6f0db;
	}
	.miffy-card.type03 .miffy-cardBody {
		background-color: #ffe2d2;
	}
	.miffy-cardTitle img {
		width: auto;
		height: 40px;
	}
	.miffy-cardBody {
		border-radius: 0 0 20px 20px;
		background-color: #def0ff;
		padding: 31px 41px 39px;
	}
	.miffy-card .miffy-cardImage {
		margin: 0 30px;
	}
	.miffy-cardTxext {
		font-size: 2.3rem;
		font-weight: bold;
		color: #cc0000;
		margin-top: 20px;
	}
	.miffy-cardTxext + .applyBtn {
		margin-top: 22px;
	}
	/* button */
	.applyBtn {
		display: flex;
		justify-content: center;
		margin-top: 33px;
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 500px;
		height: 84px;
		border-radius: 40px;
		background-color: #ffc80b;
		transition: 0.2s all ease-out;
		border: 4px solid #231f20;
		border-bottom: 8px solid #372510;
	}
	.applyBtn > li a:hover {
		margin-top: 4px;
		border-bottom: 4px solid #372510;
		height: 80px;
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 34px;
		height: 34px;
		margin-top: -18px;
		background: url("/gecard/miffy/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li a img {
		width: auto;
		height: 30px;
	}
	.miffy-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 36px;
		margin: 54px 0 104px;
	}
	.miffy-btn {
		width: calc(50% - 25px);
		height: 80px;
	}
	.miffy-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 10px 60px 5px;
		font-size: 2.8rem;
		color: #4d3416;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		transition: 0.3s all ease-out;
		background-color: #ffc80b;
		border-radius: 40px;
		box-shadow: 0px 4px 0 0 #b19b00;
	}
	.miffy-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/miffy/img-files/index_ic01.webp") no-repeat;
		}
	.miffy-btn a:hover {
		transform: translateY(4px);
		box-shadow: none;
	}
	.miffy-btn02 {
		margin-top: 74px;
	}
	.miffy-btn02 a {
		display: flex;
		width: 800px;
		height: 70px;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 10px 60px 5px;
		font-size: 2.8rem;
		color: #4d3416;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
		background-color: #ffd95e;
		border-radius: 20px;
		box-shadow: 0px 3px 0 0 #daa700;
		text-align: center;
	}
	.miffy-btn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 17px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		transform: rotate(90deg);
		background: url("/gecard/yuhachi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	.miffy-btn02 a:hover {
		transform: translateY(3px);
		box-shadow: none;
	}
	/* media */
	.miffy-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 55px;
		gap: 10px 45px;
	}
	.miffy-media .miffy-mediaHead {
		flex-shrink: 0;
		width: 492px;
	}
	.miffy-media .miffy-mediaBody {
	}
	.miffy-media .miffy-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.miffy-media .miffy-mediaText02 {
		margin-top: 15px;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.miffy-media .miffy-mediaText03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.miffy-media .miffy-mediaImage {
		text-align: center;
		border-right: 7px solid #eee;
		border-bottom: 7px solid #eee;
		border-radius: 20px;
	}
	.miffy-media .miffy-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.miffy-media .miffy-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-media02 {
		margin-top: 47px;
		display: flex;
		justify-content: center;
	}
	.miffy-media02 .miffy-mediaBody {
		margin-left: 66px;
		margin-top: 5px;
	}
	.miffy-media02 .miffy-mediaImage {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 273px;
		height: 280px;
		background-color: #fff;
		border-radius: 20px;
		border-right: 7px solid #eee;
		border-bottom: 7px solid #eee;
		animation: floating-y04 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-media02 .miffy-mediaImage img {
		width: 208px;
	}
	/* box */
	.miffy-box {
		position: relative;
		margin-top: 53px;
		background-color: #fff1bf;
		border-radius: 20px;
	}
	.miffy-box.type-flower::before {
		position: absolute;
		content: "";
		top: -112px;
		right: 125px;
		width: 218px;
		height: 112px;
		background: url("/gecard/miffy/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.miffy-box + .miffy-box {
		margin-top: 34px;
	}
	.miffy-box .miffy-boxInner {
		padding: 25px 50px;
	}
	.miffy-box .miffy-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.miffy-box .miffy-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #4d3416;
		font-weight: bold;
	}
	.miffy-box .miffy-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.miffy-box .miffy-boxText .miffy-textLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.miffy-box .miffy-boxList {
		margin-top: 13px;
	}
	.miffy-box .miffy-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.miffy-box .miffy-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-box .miffy-boxList > li > .miffy-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.miffy-box .miffy-boxImage {
		margin-top: 10px;
		text-align: center;
	}
	.miffy-box .miffy-boxHr {
		width: calc(100% + 80px);
		height: 3px;
		margin: 24px 0 24px -40px;
		background-image: linear-gradient(to right, #e8c344, #e8c344 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.miffy-box .miffy-boxInquiry {
		text-align: center;
	}
	.miffy-box .miffy-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.miffy-box .miffy-boxInquiry .miffy-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.miffy-box .miffy-boxInquiry .miffy-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* other */
	.miffy-banner {
		text-align: center;
		margin-top: 40px;
	}
	.miffy-banner img {
		width: 468px;
	}
	.miffy-banner a {
		transition: 0.3s all ease-out;
	}
	.miffy-banner a:hover {
		opacity: 0.7;
	}
	/* miffy-movie */
	.miffy-movieArea {
		position: relative;
		width: 1920px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/gecard/miffy/img-files/index_bg02.webp") repeat;
		padding-bottom: 83px;
	}
	.miffy-movieAreaInner {
		width: 1260px;
		margin: 0 auto;
		padding: 40px 30px 0;
	}
	.miffy-movieContents {
		position: relative;
	}
	.miffy-movieTitle {
		width: 600px;
		height: 69px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f26522;
		border-radius: 34.5px;
		padding: 19px 56px 18px;
		margin: 60px auto 0;
	}
	.miffy-movieTitle img {
		width: 240px;
	}
	.miffy-iframe {
		position: relative;
		margin-top: 40px;
	}
	.miffy-iframe::before {
		position: absolute;
		content: "";
		bottom: 113px;
		left: 19px;
		width: 198px;
		height: 429px;
		background: url("/gecard/miffy/img-files/pc_index_im03.webp") no-repeat 0 0 / contain;
		animation: floating-y01 1.4s ease-in-out infinite alternate-reverse;
		
	}
	.miffy-iframe::after {
		position: absolute;
		content: "";
		bottom: 109px;
		right: 10px;
		width: 197px;
		height: 409px;
		background: url("/gecard/miffy/img-files/pc_index_im04.webp") no-repeat 0 0 / contain;
		animation: floating-y02 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-iframeInner {
		text-align: center;
	}
	#pageContainer .snsArea {
		margin: 40px auto 0;
	}
	.miffy-limited{
		margin-top: 40px;
	}
	.miffy-limitedtxt{
		font-size: 2.3rem;
		font-weight: bold;
	}
	.miffy-limitedimg{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px 24px;
		margin-top: 40px;
	}
	.miffy-limitedbtnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 36px;
		margin: 54px 0 104px;
	}
	.miffy-limitedbtn {
		width: calc(50% - 25px);
		height: 80px;
	}
	.miffy-limited a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 10px 60px 5px;
		font-size: 2.8rem;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		transition: 0.3s all ease-out;
		background-color: #f26522;
		border-radius: 40px;
		box-shadow: 0px 4px 0 0 #CB541B;
	}
	.miffy-limited a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/miffy/img-files/index_ic01.webp") no-repeat;
		}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin-top: 18px;
		margin-bottom: 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border: none;
		background-color: #fff;
	}
	#headerLogo {
		padding: 4px 10px 6px;
	}
	#header #headerLogo img {
		width: 140px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
		background: url("/gecard/miffy/img-files/index_bg01.webp") repeat 0 0 / 10px 10px;
	}
	#mainContents{
		padding: 0 10px 34px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #ffc80b;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #231f20;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		height: calc((1049 / 720) * 100vw);
		background-color: #ffc80b;
	}
	.mainVisual::before {
		position: absolute;
		content: "";
		bottom: calc(82 / 720 * 100vw);
		left: 0;
		width: calc(340 / 720 * 100vw);
		height: calc(147 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/sp_index_main04.webp") no-repeat 0 0/ contain;
	}
	.mainVisualInner {
		padding: 0 10px;
	}
	.mainVisualCharacter {
		text-align: center;
		margin-top: calc(50 / 720 * 100vw);
	}
	.mainVisualCharacter img {
		width: calc(470 / 720 * 100vw);
	}
	.mainVisualTitleWrap {
		text-align: center;
		padding-top: calc(62 / 720 * 100vw);
	}
	.mainVisualTitle img {
		width: calc((483 / 720) * 100vw);
	}
	.mainVisualText {
		width: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-radius: calc(28.5 / 720 * 100vw);
		margin: calc((32 / 720) * 100vw) auto 0;
		padding: calc(14 / 720 * 100vw) calc(62 / 720 * 100vw);
	}
	.mainVisualText img {
		width: calc((358 / 720) * 100vw);
	}
	.mainVisualListWrap {
		position: absolute;
		width: calc(320 / 720 * 100vw);
		bottom: calc((85 / 720) * 100vw);
		right: calc((39 / 720) * 100vw);
	}
	.mainVisualText02 {
		position: relative;
		font-size: calc((26 / 720) * 100vw);
		line-height: 1.4;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 9px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: 58px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 85px;
		margin-top: 9px;
		padding: 10px 4px 10px 10px;
		background: #fff;
		border-radius: 10px;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 7px 0 10px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2.5px;
		background-color: #231f20;
	}
	.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 #bbb;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #bbb;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 27px 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: 24px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 21px;
		height: 13px;
		top: -15px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/miffy/img-files/index_ic02.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: 27.95%;
		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 5px;
		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;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.miffy-section >:first-child {
		margin-top: 0 !important;
	}
	.miffy-section + .miffy-section {
		margin-top: 20px;
	}
	/* textImage */
	.miffy-textImage01 {
		width: min(668px, calc(668 / 750) * 100vw);
		margin: 20px auto 0;
	}
	/* heading */
	.miffy-heading02 {
		width: 100vw;
		position: relative;
		margin: 52px 0 15px -10px;
		border-bottom: calc(4 / 720 * 100vw) solid #eee;
	}
	.miffy-heading02.type-first {
		margin-top: 0;
	}
	.miffy-heading02-02 {
		margin: 35px 0 0 0;
		text-align: center;
	}
	.miffy-heading02-02 .miffy-heading02Title img {
		width: auto;
		max-height: 57px;
	}
	.miffy-privilegeText01 {
		margin-top: 9px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.miffy-privilegeText02 {
		margin-top: 4px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.miffy-privilegeText03 {
		margin-top: 13px;
		text-align: center;
		font-size: 1.2rem;
	}
	.miffy-privilegeList01 {
		margin-top: 8px;
	}
	.miffy-privilegeList01 > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.miffy-privilegeList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-privilegeColumn {
		margin-top: 24px;
	}
	.miffy-privilegeItem {
		text-align: center;
	}
	.miffy-privilegeItem + .miffy-privilegeItem {
		margin-top: 22px;
	}
	/* text */
	.miffy-lead {
		margin-top: 19px;
		margin-bottom: 13px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.miffy-text01 { 
		margin-top: 6px;
		line-height: 1.2;

		font-size: 1.3rem;
	}
	.miffy-text02 { 
		margin-top: 15px;
		font-size: 1.3rem;
	}
	/* image */
	.miffy-image {
		margin-top: 15px;
		text-align: center;
	}
	.miffy-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.miffy-noteList {
		margin-top: 20px;
	}
	.miffy-noteList[data-align="center"],
	.miffy-noteList[data-align-sp="center"] {
		text-align: center;
	}
	.miffy-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.miffy-noteList[data-mark="static"] > li,
	.miffy-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.miffy-noteList[data-align="center"] > li,
	.miffy-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.miffy-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-noteList > li + li {
		margin-top: 2px;
	}
	.miffy-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.miffy-cardWrap {
		display: flex;
		gap: calc((40 / 720) * 100vw);
		flex-flow: wrap;
		margin-top: calc(64 / 720 * 100vw);
	}
	.miffy-imgWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.miffy-floatImg01 {
		margin-left: 15px;
		animation: shake02 3s infinite;
		
	}
	.miffy-floatImg02 {
		margin-left: 22px;
		margin-top: 13px;
		animation: floating-y03 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-floatImg01 img {
		width: 72px;
	}
	.miffy-floatImg02 img {
		width: 120px;
	}
	.miffy-card {
		order: 2;
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.miffy-card.type02 {
		order: 3;
	}
	.miffy-card.type03 {
		order: 1;
	}
	.miffy-cardHead {
		position: relative;
		background-color: #005599;
		border-radius: calc(30 / 720 * 100vw) calc(30 / 720 * 100vw) 0 0;
		padding: calc(36 / 720 * 100vw) 0 calc(34 / 720 * 100vw);
	}
	.miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: calc(8 / 720 * 100vw);
		left: 0;
		width: 100%;
		height: calc(6 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_bg04.webp") repeat-x;
	}
	.miffy-card.type02 .miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: calc(8 / 720 * 100vw);
		left: 0;
		width: 100%;
		height: calc(6 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_bg05.webp") repeat-x;
	}
	.miffy-card.type03 .miffy-cardHead::before {
		position: absolute;
		content: "";
		bottom: calc(8 / 720 * 100vw);
		left: 0;
		width: 100%;
		height: calc(6 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_bg03.webp") repeat-x;
	}
	.miffy-card.type02 .miffy-cardHead {
		background-color: #247033;
	}
	.miffy-card.type03 .miffy-cardHead {
		background-color: #f26522;
	}
	.miffy-card.type03 {
		position: relative;
	}
	.miffy-card.type03::before {
		position: absolute;
		content: "";
		top: calc(-36 / 720 * 100vw);
		left: calc(12 / 720 * 100vw);
		width: calc(180 / 720 * 100vw);
		height: calc(180 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_ic04.webp") no-repeat 0 0 / contain;
		animation: shake01 2.2s infinite;
		z-index: 1;
	}
	.miffy-card.type02 .miffy-cardBody {
		background-color: #d6f0db;
	}
	.miffy-card.type03 .miffy-cardBody {
		background-color: #ffe2d2;
	}
	.miffy-cardBody {
		border-radius: 0 0 calc(30 / 720 * 100vw) calc(30 / 720 * 100vw);
		background-color: #def0ff;
		padding: calc(47 / 720 * 100vw) calc(50 / 720 * 100vw) calc(50 / 720 * 100vw);
	}
	.miffy-card .miffy-cardTitle {
		margin-left: calc((-52 / 720) * 100vw);
		margin-right: calc((-52 / 720) * 100vw);
	}
	.miffy-card .miffy-cardTitle img {
		width: auto;
		height: calc((46 / 720) * 100vw);
	}
	.miffy-card .miffy-cardImage {
		margin: 0 calc(26 / 720 * 100vw) 0;
	}
	.miffy-card .miffy-cardText {
		margin-top: calc((46 / 720) * 100vw);
		text-align: center;
		font-size: calc((30 / 720) * 100vw);
		font-weight: bold;
		color: #4d3416;
	}
	.miffy-cardTxext {
		font-size: calc(32 / 720 * 100vw);
		font-weight: bold;
		color: #cc0000;
		margin-top: calc(32 / 720 * 100vw);
	}
	.miffy-cardTxext + .applyBtn {
		margin-top: calc(28 / 720 * 100vw);
	}
	/* button */
	.applyBtn {
		display: flex;
		justify-content: center;
		margin-top: calc(41 / 720 * 100vw);
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: calc(580 / 720 * 100vw);
		height: calc(98 / 720 * 100vw);
		border-radius: 40px;
		background-color: #ffc80b;
		border: calc(4 / 720 * 100vw) solid #231f20;
		border-bottom: calc(10 / 720 * 100vw) solid #372510;
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(18 / 720 * 100vw);
		width: calc(40 / 720 * 100vw);
		height: calc(40 / 720 * 100vw);
		margin-top: calc(-20 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li a img {
		width: auto;
		height: calc(35 / 720 * 100vw);
	}
	.miffy-btnWrap {
		display: block;
		justify-content: space-between;
		margin-top: 23px;
		margin-bottom: 53px;
		padding: 0 10px;
	}
	.miffy-btn {
		width: 100%;
		height: 50px;
	}
	.miffy-btn + .miffy-btn {
		margin-top: 16px;
	}
	.miffy-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #231f20;
		font-weight: bold;
		text-decoration: none;
		background-color: #ffc80b;
		border-radius: 25px;
		box-shadow: 0px 4px 0 0 #daa700;
	}
	.miffy-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/miffy/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	.miffy-btn02 {
		margin-top: 46px;
	}
	.miffy-btn02 a {
		display: flex;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 8px 28px;
		font-size: 1.6rem;
		color: #4d3416;
		font-weight: bold;
		text-decoration: none;
		background-color: #ffd95e;
		border-radius: 15px;
		box-shadow: 0px 1.5px 0 0 #daa700;
		text-align: center;
	}
	.miffy-btn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		transform: rotate(90deg);
		background: url("/gecard/yuhachi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.miffy-media {
		margin-top: 25px;
	}
	.miffy-media .miffy-mediaBody {
		margin-top: 18px;
	}
	.miffy-media .miffy-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.miffy-media .miffy-mediaText02 {
		margin-top: 6px;
		font-size: 1.6rem;
		color: #231f20;
		font-weight: bold;
	}
	.miffy-media .miffy-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.miffy-media .miffy-mediaImage {
		text-align: center;
		border-right: 5px solid #eee;
		border-bottom: 5px solid #eee;
		border-radius: calc(27 / 720 * 100vw);
	}
	.miffy-media .miffy-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.miffy-media .miffy-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-media02 {
		margin-top: 19px;
	}
	.miffy-media02 .miffy-mediaBody {
		margin-top: 20px;
	}
	.miffy-media02 .miffy-mediaImage {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(436 / 720 * 100vw);
		background-color: #fff;
		border-radius: calc(20 / 720 * 100vw);
		border-right: 4px solid #eee;
		border-bottom: 4px solid #eee;
		animation: floating-y04 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-media02 .miffy-mediaImage img {
		width: calc(358 / 720 * 100vw);
	}
	/* box */
	.miffy-box {
		position: relative;
		margin-top: 42px;
		background-color: #fff1bf;
		border-radius: 10px;
	}
	.miffy-box.type-flower {
		margin-top: calc(190 / 720 * 100vw);
	}
	.miffy-box.type-flower::before {
		position: absolute;
		content: "";
		top: calc(-140 / 720 * 100vw);
		right: calc(202 / 720 * 100vw);
		width: calc(275 / 720 * 100vw);
		height: calc(140 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.miffy-box + .miffy-box {
		margin-top: 25px;
	}
	.miffy-box .miffy-boxInner {
		padding: 20px 10px;
	}
	.miffy-box .miffy-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.miffy-box .miffy-boxTitle {
		margin-top: 15px;
		margin-bottom: 12px;
		text-align: center;
		font-size: 1.5rem;
		color: #4d3416;
		font-weight: bold;
	}
	.miffy-box .miffy-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.miffy-box .miffy-boxText .miffy-textLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.miffy-box .miffy-boxList {
		margin-top: 12px;
	}
	.miffy-box .miffy-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.miffy-box .miffy-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.miffy-box .miffy-boxList > li > .miffy-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.miffy-box .miffy-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.miffy-box .miffy-boxHr {
		width: 100%;
		height: 2px;
		margin: 18px 0 18px 0;
		background-image: linear-gradient(to right, #e8c344, #e8c344 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.miffy-box .miffy-boxInquiry {
		text-align: center;
	}
	.miffy-box .miffy-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.miffy-box .miffy-boxInquiry .miffy-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.miffy-box .miffy-boxInquiry .miffy-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	.miffy-banner {
		margin-top: 30px;
		text-align: center;
	}
	/* miffy-movie */
	.miffy-movieArea {
		position: relative;
		width: 100vw;
		margin-left: -10px;
		background: url("/gecard/miffy/img-files/index_bg02.webp") repeat 0 0 / 10px 10px;
		padding-bottom: calc(248 / 720 * 100vw);
	}
	.miffy-movieAreaInner {
		margin: 0 auto;
		padding: 20px 10px 0;
	}
	.miffy-movieContents {
		position: relative;
	}
	.miffy-movieTitle {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f26522;
		border-radius: 34.5px;
		padding: 11px 33px 10px;
		margin: 30px auto 0;
	}
	.miffy-movieTitle img {
		width: calc(276 / 720 * 100vw);
	}
	.miffy-iframe {
		position: relative;
		margin-top: 25px;
	}
	.miffy-iframe::before {
		position: absolute;
		content: "";
		left: 15px;
		bottom: calc(-113 / 720 * 100vw);
		width: calc(627 / 720 * 100vw);
		height: calc(138 / 720 * 100vw);
		background: url("/gecard/miffy/img-files/sp_index_im03.webp") no-repeat 0 0 / contain;
		animation: floating-y01 1.4s ease-in-out infinite alternate-reverse;
	}
	.miffy-iframeInner {
		text-align: center;
		margin: 13px 0 0;
	}
	.miffy-iframe .miffy-iframeVideo iframe {
		width: 100%;
		height: 53vw;
	}
	.miffy-limitedtxt{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.miffy-limitedimg{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px 16px;
		margin-top: 20px;
	}
	.miffy-limitedbtnWrap {
		display: block;
		justify-content: space-between;
		margin-top: 23px;
		margin-bottom: 53px;
		padding: 0 10px;
	}
	.miffy-limitedbtn {
		width: 100%;
		height: 50px;
	}
	.miffy-limitedbtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		background-color: #f26522;
		border-radius: 25px;
		box-shadow: 0px 4px 0 0 #CB541B;
	}
	.miffy-limitedbtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/miffy/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
}
/* Animation
------------------------------------------------------ */
 @keyframes floating-y01 {
	0% {
		transform: translateY(22%);
	}
	100% {
		transform: translateY(28%);
	}
}
@keyframes floating-y02 {
	0% {
		transform: translateY(28%);
	}
	100% {
		transform: translateY(22%);
	}
}
@keyframes shake01 {
	0% {
			transform: rotate(8deg);
	}
	50% {
			transform: rotate(-8deg);
	}

	100% {
			transform: rotate(8deg);
	}
}
@keyframes shake02 {
	0% {
			transform: rotate(3deg);
	}
	50% {
			transform: rotate(-3deg);
	}

	100% {
			transform: rotate(3deg);
	}
}
@keyframes floating-y03 {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-6%);
	}
}
 @keyframes floating-y04 {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(6%);
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}