@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/pompompurin/pompompurin.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #76342f;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #76342f;
}
p,ul,ol,div {
	color: #76342f;
}
#pageContainer {
	background: url("/gecard/pompompurin/img-files/index_bg01.webp") repeat 0 0 / 60px;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body {
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	body .snsArea {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border-bottom: none;
		background-color: #76342f;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 5px 30px 6px;
	}
	#header #headerLogo img {
		width: 301px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents {
		width: 1260px;
		padding: 45px 30px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #76332e;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainvisual
	------------------------------------------------------ */
	.mainvisual {
		width: 1260px;
		margin: 0 auto;
		padding: 70px 30px 0;
	}
	.mainvisual .mainvisualText {
		margin-top: 10px;
		font-size: 1rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 25px;
	}
	.newsBox .newsBoxHeading{
		width: 107px;
	}
	.newsBox .newsBoxInner {
		position: relative;
		width: 100%;
		height: 130px;
		margin-top: 15px;
		overflow-y: hidden;
		padding: 20px 30px;
		background: #ffe45f;
		border-radius: 20px;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		height: 86px;
		border-radius: 12px;
	}
	.newsBox .contentbox {
		padding: 15px 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: #76332e;
		-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 #76332e;
		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 #76332e;
		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: 40px;
	}
	.flow > li {
		float: left;
		width: 290px;
		min-height: 291px;
		margin-right: calc(40px / 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/pompompurin/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/pompompurin/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/pompompurin/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/pompompurin/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: 164px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow .flowDesc dd a {
		color: #76342f;
	}
	/* section */
	.pmpm-section >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-section + .pmpm-section {
		margin-top: 50px;
	}
	/* textImage */
	.pmpm-textImage01 {
		width: 557px;
		margin: 20px auto 0;
	}
	/* heading */
	.pmpm-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 50px;
		transform: translateX(-50%);
	}
	.pmpm-heading03 {
		margin-top: 50px;
		text-align: center;
	}
	.pmpm-heading03-02 {
		width: 421px;
		margin: 45px auto 0;
		text-align: center;
	}
	/* text */
	.pmpm-lead {
		margin-top: 40px;
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.pmpm-text01 { 
		margin-top: 20px;
		font-size: 1.6rem;
	}
	/* image */
	.pmpm-image {
		margin-top: 35px;
		text-align: center;
	}
	.pmpm-image02 {
		margin-top: 30px;
		text-align: center;
	}
	.pmpm-image02 a {
		display: block;
		width: 400px;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		transition: 0.3s all ease-out;
	}
	.pmpm-image02 a:hover {
		opacity: 0.7;
	}
	.pmpm-image03 {
		margin: 50px auto 0;
		width: 138px;
		text-align: center;
	}
	.pmpm-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	.pmpm-comicsColumn {
		display: flex;
		gap: 12px;
		margin-top: 60px;
	}
	.pmpm-comicsColumn .pmpm-comicsColumnItem {
		width: calc(100% / 3 - 24px / 3);
	}
	.pmpm-comicsColumn .pmpm-comicsColumnItem >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-comicsImage01 {
		margin: 35px auto 0;
		width: 640px;
	}
	.pmpm-comicsImage02 {
		margin-top: 20px;
		text-align: center;
	}
	
	/* list */
	.pmpm-noteList {
		margin-top: 20px;
	}
	.pmpm-noteList.voiContent {
		text-align: center;
		width: fit-content;
		margin: 20px auto 0;
	}
	.pmpm-noteList[data-align="center"],
	.pmpm-noteList[data-align-pc="center"] {
		text-align: center;
	}
	.pmpm-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pmpm-noteList[data-mark="static"] > li,
	.pmpm-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.pmpm-noteList > li + li {
		margin-top: 10px;
	}
	.pmpm-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pmpm-noteList[data-mark="static"] > li > .mark,
	.pmpm-noteList[data-mark-pc="static"] > li > .mark {
		position: static;
	}
	/* card */
	.pmpm-cardWrap {
		display: flex;
		justify-content: space-between;
		gap: 40px;
		margin-top: 60px;
	}
	.pmpm-card {
		position: relative;
		width: 580px;
		padding: 20px 40px 40px;
		background-image: url("/gecard/pompompurin/img-files/index_bg02.webp"), url("/gecard/pompompurin/img-files/index_bg03.webp");
		background-repeat: no-repeat, no-repeat;
		background-color: #ffe45f;
		background-position: 0 0, center 120px;
		background-size: 100%, 545px;
		text-align: center;
		border-radius: 30px;
		overflow: hidden;
	}
	.pmpm-card .pmpm-cardImage {
		width: 450px;
		margin: 75px auto 0;
	}
	.pmpm-card .pmpm-cardText {
		margin-top: 50px;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	/* button */
	.applyBtn {
		margin-top: 46px;
	}
	.applyBtn > li a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.pmpm-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 50px;
		margin: 40px 0 130px;
		padding: 0 40px;
	}
	.pmpm-btn {
		width: calc(50% - 25px);
		height: 86px;
	}
	.pmpm-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 86px;
		padding: 5px 60px;
		background-color: #ffe45f;
		border-radius: 20px;
		font-size: 2.8rem;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.pmpm-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/pompompurin/img-files/index_ic01.webp") no-repeat;
	}
	.pmpm-btn a:hover {
		opacity: 0.7;
	}
	/* media */
	.pmpm-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 30px;
	}
	.pmpm-media .pmpm-mediaHead {
		flex-shrink: 0;
		width: 490px;
		margin-right: 45px;
	}
	.pmpm-media .pmpm-mediaBody {
		width: calc(100% - 490px - 45px);
	}
	.pmpm-media .pmpm-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.pmpm-media .pmpm-mediaText02 {
		margin-top: 15px;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.pmpm-media .pmpm-mediaText03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.pmpm-media .pmpm-mediaImage {
		text-align: center;
	}
	.pmpm-media .pmpm-mediaImage02 {
		margin-top: 20px;
		text-align: right;
	}
	.pmpm-media .pmpm-mediaImage02 img {
		width: 135px;
	}
	.pmpm-media .pmpm-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pmpm-media .pmpm-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.pmpm-box {
		margin-top: 60px;
		border-radius: 20px;
		background-color: #ffe45f;
	}
	.pmpm-box + .pmpm-box {
		margin-top: 30px;
	}
	.pmpm-box .pmpm-boxInner {
		padding: 25px 50px;
	}
	.pmpm-box .pmpm-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-box .pmpm-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.pmpm-box .pmpm-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.pmpm-box .pmpm-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.pmpm-box .pmpm-boxList {
		margin-top: 13px;
	}
	.pmpm-box .pmpm-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pmpm-box .pmpm-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pmpm-box .pmpm-boxList > li > .pmpm-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-box .pmpm-boxImage {
		margin-top: 10px;
		text-align: center;
	}
	.pmpm-box .pmpm-boxHr {
		width: calc(100% + 80px);
		height: 3px;
		margin: 35px 0 35px -40px;
		background-image: linear-gradient(to right, #76342f, #76342f 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.pmpm-box .pmpm-boxInquiry {
		text-align: center;
	}
	.pmpm-box .pmpm-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pmpm-box .pmpm-boxInquiry .pmpm-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.pmpm-box .pmpm-boxInquiry .pmpm-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* other */
	.pmpm-bubble {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: fit-content;
		min-width: 500px;
		min-height: 60px;
		margin: 45px auto 0;
		padding: 10px 20px;
		background-color: #ffe45f;
		border-radius: 30px;
	}
	.pmpm-bubble::before {
		content: '';
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-top: 14px solid #ffe45f;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
	.pmpm-bubble .pmpm-bubbleText {
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.pmpm-bnColumn {
		display: flex;
		align-items: center;
		gap: 20px;
		margin: 40px 10px 0;
	}
	.pmpm-bnColumn .pmpm-bnColumnItem {
		width: calc(100% / 2 - 10px / 2);
	}
	.pmpm-bn a {
		display: block;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		transition: 0.3s all ease-out;
	}
	.pmpm-bn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body {
		font-size: 1.3rem;
	}
	body .snsArea {
		margin-top: 15px;
		margin-bottom: 35px;
	}
	#pageContainer {
		background: url("/gecard/pompompurin/img-files/index_bg01.webp") repeat 0 0 / 30px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0;
		border-bottom: none;
		background-color: #76342f;
	}
	#headerLogo {
		padding: 6px 10px 6px;
	}
	#header #headerLogo img {
		width: auto;
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 30px 10px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #76332e;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainvisual
	------------------------------------------------------ */
	.mainvisual {
		padding: 20px 10px 0;
		text-align: center;
	}
	.mainvisual .mainvisualText {
		margin-top: 15px;
		font-size: 1rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 30px;
	}
	.newsBox .newsBoxHeading {
		width: 75px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 85px;
		margin-top: 10px;
		padding: 10px;
		background: #ffe45f;
		border-radius: 10px;
	}
	.newsBox .content {
		height: 60px;
	}
	.newsBox .contentbox {
		padding: 5px 0;
		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: 12px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 12px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2.5px;
		background-color: #76332e;
	}
	.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 #76332e;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #76332e;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: 100%;
	}
	
	/* 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: 21px 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/pompompurin/img-files/index_ic02.webp") no-repeat top left / cover;
		-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: 26.5%;
		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 13px;
		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
	------------------------------------------------------ */
	.fadeInAnimation {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all .8s ease;
	}
	.fadeInAnimation.is-show {
		opacity: 1;
		transform: none;
	}
	/* section */
	.pmpm-section >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-section + .pmpm-section {
		margin-top: 20px;
	}
	/* textImage */
	.pmpm-textImage01 {
		width: min(668px, calc(668 / 750) * 100vw);
		margin: 20px auto 0;
	}
	/* heading */
	.pmpm-heading02 {
		width: 100vw;
		margin: 40px 0 0 -10px;
	}
	.pmpm-heading03 {
		margin-top: 50px;
		text-align: center;
	}
	.pmpm-heading03-02 {
		margin: 30px 10% 0;
		text-align: center;
	}
	/* text */
	.pmpm-lead {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.pmpm-text01 { 
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.pmpm-text02 { 
		margin-top: 15px;
		font-size: 1.3rem;
	}
	/* image */
	.pmpm-image {
		margin-top: 15px;
		text-align: center;
	}
	.pmpm-image02 {
		margin-top: 20px;
		text-align: center;
	}
	.pmpm-image02 a {
		display: inline-block;
		margin: 0 10%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.pmpm-image03 {
		margin: 55px auto 0;
		width: 90px;
		text-align: center;
	}
	.pmpm-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	.pmpm-comicsColumn {
		display: flex;
		flex-flow: column;
		gap: 30px;
		margin-top: 25px;
	}
	.pmpm-comicsColumn .pmpm-comicsColumnItem {
		width: 100%;
	}
	.pmpm-comicsColumn .pmpm-comicsColumnItem >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-comicsImage01 {
		margin-top: 15px;
		text-align: center;
	}
	.pmpm-comicsImage02 {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.pmpm-noteList {
		margin-top: 15px;
	}
	.pmpm-noteList[data-align="center"],
	.pmpm-noteList[data-align-sp="center"] {
		text-align: center;
	}
	.pmpm-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.pmpm-noteList[data-mark="static"] > li,
	.pmpm-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.pmpm-noteList[data-align="center"] > li,
	.pmpm-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.pmpm-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pmpm-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.pmpm-cardWrap {
		margin-top: 30px;
		display: flex;
		flex-flow: column;
		gap: min(20px, 6vw)
	}
	.pmpm-card {
		position: relative;
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: min(15px, 5vw) min(25px, 7vw) min(25px, 7vw);
		background-image: url("/gecard/pompompurin/img-files/index_bg02.webp"), url("/gecard/pompompurin/img-files/index_bg03.webp");
		background-repeat: no-repeat, no-repeat;
		background-color: #ffe45f;
		background-position: 0 0, center min(70px, 20vw);
		background-size: 100%, min(320px, 89vw);
		text-align: center;
		border-radius: 18px;
	}
	.pmpm-card .pmpm-cardTitle img {
		width: auto;
		height: min(27px, 7.5vw);
	}
	.pmpm-card .pmpm-cardImage {
		margin: min(45px, 13vw) auto 0;
	}
	.pmpm-card .pmpm-cardImage {
		width: min(264px, 74vw);
		height: auto;
	}
	
	.pmpm-card .pmpm-cardText {
		margin-top: min(25px, 7vw);
		text-align: center;
		font-size: min(1.5rem, 4.5vw);
	}
	/* button */
	.applyBtn {
		margin-top: min(27px, 8vw);
	}
	.pmpm-btnWrap {
		display: block;
		justify-content: space-between;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 0 10px;
	}
	.pmpm-btn {
		width: 100%;
		height: 50px;
	}
	.pmpm-btn + .pmpm-btn {
		margin-top: 14px;
	}
	.pmpm-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 50px;
		padding: 5px 60px;
		background-color: #ffe45f;
		border-radius: 10px;
		font-size: 1.7rem;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
	}
	.pmpm-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/pompompurin/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.pmpm-media {
		margin-top: 25px;
	}
	.pmpm-media .pmpm-mediaBody {
		margin-top: 15px;
	}
	.pmpm-media .pmpm-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.pmpm-media .pmpm-mediaText02 {
		margin-top: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.pmpm-media .pmpm-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.pmpm-media .pmpm-mediaImage {
		text-align: center;
	}
	.pmpm-media .pmpm-mediaImage02 {
		margin-top: 25px;
		text-align: right;
	}
	.pmpm-media .pmpm-mediaImage02 img {
		width: 90px;
	}
	.pmpm-media .pmpm-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.pmpm-media .pmpm-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.pmpm-box {
		margin-top: 50px;
		background-color: #ffe45f;
		border-radius: 10px;
	}
	.pmpm-box + .pmpm-box {
		margin-top: 25px;
	}
	.pmpm-box .pmpm-boxInner {
		padding: 20px 10px;
	}
	.pmpm-box .pmpm-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-box .pmpm-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pmpm-box .pmpm-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.pmpm-box .pmpm-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pmpm-box .pmpm-boxList {
		margin-top: 15px;
	}
	.pmpm-box .pmpm-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.pmpm-box .pmpm-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pmpm-box .pmpm-boxList > li > .pmpm-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pmpm-box .pmpm-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.pmpm-box .pmpm-boxHr {
		width: 100%;
		height: 2px;
		margin: 20px 0 20px 0;
		background-image: linear-gradient(to right, #76332e, #76332e 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.pmpm-box .pmpm-boxInquiry {
		text-align: center;
	}
	.pmpm-box .pmpm-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pmpm-box .pmpm-boxInquiry .pmpm-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.pmpm-box .pmpm-boxInquiry .pmpm-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	/* other */
	.pmpm-bubble {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		max-width: 500px;
		min-height: 40px;
		margin: 20px auto 0;
		padding: 5px 10px;
		background-color: #ffe45f;
		border-radius: 20px;
	}
	.pmpm-bubble::before {
		content: '';
		position: absolute;
		bottom: -9px;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-top: 9px solid #ffe45f;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.pmpm-bubble .pmpm-bubbleText {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.pmpm-bnColumn {
		display: flex;
		flex-flow: column;
		gap: 20px;
		margin: 20px 0;
	}
	.pmpm-bn {
		text-align: center;
	}
	.pmpm-bn a {
		display: inline-block;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}
/* keyframes
------------------------------------------------------ */

/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}