@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #222222;
	background-image: url(/img/mayumi2022/bg03.png);
}

.fbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hide {
	display: none;
}

.waku1060 {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	padding: 47px 0;
}

.waku960 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.waku670 {
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
}


/* ヘッド */

.headLogo {
	padding: 0;
	display: flex;
	justify-content: center;
}

.atamaObi {
	border-top: solid 23px #eb0050;
	background-color: #FFF;
}

.atamaObi p {
	padding: 16px 0;
	line-height: 1;
}


/* プレゼント */

.presentWaku {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 38px 0;
}

.soshinaBg {
	background-image: url(/img/mayumi/kigurumi.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.soshinaPresent {
	width: 510px;
	overflow: hidden;
}

.soshinaPresent h2 {
	text-align: center;
}

.soshinaImg {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.soshinaImg p {
	width: 164px;
	text-align: center;
	margin: 0;
}


/*  */

.chuoT {
	text-align: center;
}

.freeBox3001 .waku1060.bgPink02.kouRyu .waku960 .chuoT {
	margin: 50px 0;
}

.akiT {
	margin: 0 0 48px;
}

.bgPink01 {
	background-image: url(/img/mayumi/bg01.png);
	border-radius: 23px;
}

.waku840.bgPink01.numbeRing {
	background-position-y: 15px;
	background-repeat: repeat-x;
}

.bgPink02 {
	background-color: #FFF;
	border: solid 13px #F799B9;
	border-radius: 36px;
	padding: 0 20px 20px;
}


/* 登録数 */

.bgChara {
	background-image: url(/img/mayumi/kigurumi2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bgChara p {
	margin: 0;
}

.chuoT.countP {
	font-size: 490%;
	line-height: 1.2;
	background-color: #FFF;
	border-radius: 16px;
	margin: 17px 0;
	color: #eb0050;
	font-weight: bold;
	padding-left: 13px;
}

.chuoT.countP::after {
	content: "名";
	font-size: 0.5em;
	padding: 0 8px;
}

.chuoT.countP span {
	font-size: 40%;
	padding: 0 8px;
}

.chuoT.countDate {
	color: #280410;
	line-height: 1;
}

.numbeRing {
	padding: 0;
	margin-bottom: 47px;
}


/* 紹介 */

.syoosai {
	margin-top: 60px;
}

.syoSai01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/img/mayumi/shikaku.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.syoSai02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/img/mayumi/shikaku.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.syoSai01 h2,
.syoSai02 h2 {
	margin: 0;
}

.syosaiWaku {
	padding: 0 28px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.syosaiWaku p {
	color: #FFF;
}

a.kuwashikuBtn {
	background-color: #FFF;
	text-decoration: none;
	padding: 8px 28px;
	border-radius: 5px;
	color: #eb0050;
}


/* 入会規約ボタン */

.wakuBtn {
	width: 640px;
	margin: 60px auto 0;
	overflow: hidden;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wakuBtn.fbox a {
	background-color: #000;
	width: 46%;
	text-align: center;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
}

.wakuBtn.fbox a.nyukai {
	background-color: #eb0050;
}

.wakuBtn.fbox a.kiyaku {
	background-color: #ACD168;
}


/* sns */

.snsArea {
	background-color: rgba(255, 255, 255, 0.9);
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.snsArea {
	background-color: rgba(255, 255, 255, 0.9);
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 50px;
}


/* 会員メンバー */

.kaiin ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kaiin ul li {
	margin-bottom: 5px;
}

.kaiin ul li:not(:nth-child(5n)) {
	margin-right: 5px;
}


/* フッター */

.footerWaku {
	background-color: #eb0050;
	text-align: center;
	color: #FFF;
	font-size: 84%;
	line-height: 1.7;
	padding: 16px;
}


/* ページトップ */

#top_scroll {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#page-top1 {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 5px;
	width: 64px;
	height: 101px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

#top_scroll:hover {
	background: #fff;
}

.waku840.bnrPdf {
	background-color: #FFF;
	padding: 14px;
}

.linkBtn {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.linkBtn a {
	align-items: center;
	display: flex;
	margin: 0 7px;
}

.kuwashikuBtn.teiJyu img {
	width: 147px;
	height: auto !important;
}

.kuwashikuBtn.tw {
	padding: 8px;
	/* border-radius: 100px; */
}

.kuwashikuBtn.tw img {
	width: 28px;
	height: auto !important;
}


.external_link_text {
	display: none;
}

/* 追記2022年7月12日 */
.frame2022.waku1060 {
	border: solid 13px #F799B9;
	border-radius: 36px;
	background-image: url(/img/mayumi2022/bg02.png);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 130px auto 80px;
}

h2#oshiraseTitle {
	margin: 0 0 13px;
}

h2#supportTitle {
	margin: 0 0 46px;
}

.project3 {
	width: 980px;
	margin: 0 auto;
}

.project3 ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.project3 ul li {
	flex: 0 0 30%;
}

.project3 ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 5px #F799B9;
	border-radius: 24px;
	background-color: #FFF;
	color: #EB0050;
	text-decoration: none;
	padding: 20px 0px 13px;
}

.project3 ul li a span {
	display: block;
}

.pIcon03 a::before,
.pIcon02 a::before,
.pIcon01 a::before {
	content: "";
	width: 144px;
	height: 124px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 18px;
}

.pIcon01 a::before {
	background-image: url(/img/mayumi2022/icon01.png);
}

.pIcon02 a::before {
	background-image: url(/img/mayumi2022/icon02.png);
}

.pIcon03 a::before {
	background-image: url(/img/mayumi2022/icon03.png);
}


/* メイングラフィック（スライドショー） */
#top_photo {
	width: 840px;
	margin: 30px auto 50px;
	position: relative;
}

ul#top_photo_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

ul#top_photo_list li {
	/* display: inline-block; */
	display: flex;
	vertical-align: top;
	margin: 0;
}

#top_photo_list>li:nth-child(1),
#top_photo_list>li:nth-child(2),
#top_photo_list>li:nth-child(3) {
	width: 260px;
	box-sizing: border-box;
	margin: 0 10px;
}

ul#top_photo_list li a {
	display: block;
	color: inherit;
	text-decoration: none;
}

ul#top_photo_list li img {
	width: 100%;
	height: auto;
}

ul#top_photo_list li span.photo_caption {
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 20px;
}

ul#top_photo_list li span.photo_caption:empty {
	padding: 0px;
}

ul#top_photo_list li span.photo_caption span {
	color: inherit !important;
}

/* メイングラフィック表示調整 */
#mp_control_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/*  */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mp_control_box button {
	pointer-events: all;
}

#mp_control_box button[id^="mp_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #EB0050;
	color: #fff;
	background-color: #EB0050;
	background-repeat: no-repeat;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#mp_control_box button#mp_control_prev {
	background-image: url(/img/mayumi2022/arrow_left.png);
	position: absolute;
	left: -39px;
	width: 39px;
	height: 58px;
	margin: 0;
	border: none;
	background-size: contain;
	border-radius: 0;
	background-position: left top;
	background-color: transparent;
	cursor: pointer;
}

#mp_control_box button#mp_control_next {
	background-image: url(/img/mayumi2022/arrow_right.png);
	position: absolute;
	right: -39px;
	width: 39px;
	height: 58px;
	margin: 0;
	border: none;
	background-size: cover;
	border-radius: 0;
	background-position: left top;
	background-color: transparent;
	cursor: pointer;
}

#mp_control_box button#mp_control_pause {
	background-image: url(/img/top/photo/btn_slide_stop.png);
	background-position: center center;
	position: absolute;
	bottom: -35px;
	cursor: pointer;
}

#mp_control_box button#mp_control_play {
	display: none;
	background-image: url(/img/top/photo/btn_slide_play.png);
	background-position: 8px center;
	position: absolute;
	bottom: -35px;
	cursor: pointer;
}

/* スライドナビゲーションボタン */
ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: -35px;
	left: 35px;
}

ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}

ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 2px solid #EB0050;
	background: #FFF;
	color: #333;
	pointer-events: all;
	cursor: pointer;
}

ul.slick-dots li.slick-active button {
	background: #EB0050;
	color: #fff;
}



/* 追記2022-07-13 */

.ichiranBtn a {
	background-color: #EB0050;
	color: #FFF;
	text-decoration: none;
	padding: 14px 29px;
	display: block;
	border-radius: 80px;
}

.listPack {
	background-color: #FFF;
	padding: 18px;
	border-radius: 7px;
}

.newsDate {
	padding: 0.5em 0;
	display: block;
	font-size: 0.9em;
}

ul#top_photo_list li .listPack .newsLink a {
	text-decoration: underline;
	display: block;
}

.toiBtn {
	display: flex;
	justify-content: center;
	padding: 90px 0 48px;
}

.toiBtn a {
	display: block;
	padding: 45px 222px;
	line-height: 1;
	background-color: #FFF;
	border: solid 2px #EB004F;
	font-size: 1.4em;
	text-decoration: none;
	color: #EB004F;
	letter-spacing: 2px;
}

.toiBtn a {
	background-image: url(/img/mayumi2022/icon_mail.png), url(/img/mayumi2022/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: 40px center, right center;
	background-size: 66px 66px, 79px 24px;
}


/* サポートメンバー */

.supportMember {
	width: 960px;
}

.supportMember .detail_free {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.supportMember .detail_free table {
	background-color: #FFF;
	border-radius: 10px;
	border: 0px none;
	flex: 0 0 49%;
}

.supportMember .detail_free table tr {
	display: flex;
}

.supportMember .detail_free table tr td {
	border: 0px none;
}

.supportMember .detail_free table tr td.kao {
	flex: 0 0 38%;
	text-align: center;
}

.supportMember .detail_free table tr td.honbun {
	padding: 1em;
}

/* グロナビ ここから */
/* 親メニュー - Parent nav */
.topGmenu {
	margin: 0 0 130px;
	background-color: #EB0050;
}

.topGmenu.lower {
	margin: 0;
}

.globalMenuSp {
	width: 1060px;
	margin: 0 auto;
	padding: 5px 0;
}

/*  */
nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 8px;
}

nav>ul li {
	position: relative;
}

.menu-item-has-children {
	text-align: center;
	flex: 1 0 auto;
}

li.menu-item-has-children a {
	color: #FFF;
	text-decoration: none;
	display: block;
}


nav>ul>li>a {
	padding: 12px 0 8px;
	line-height: 1;
	border: solid 2px #FFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 16px;
}

nav>ul>li>a:hover {
	background-color: #FFF;
	color: #222;
}

a#nav00::before,
a#nav01::before,
a#nav02::before,
a#nav03::before,
a#nav04::before {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 35px;
	display: inline-block;
	height: 37px;
	vertical-align: middle;
	margin-right: 13px;
}

a#nav00::before {
	background-image: url(/img/mayumi2022/g-icon00.png);
}

a#nav01::before {
	background-image: url(/img/mayumi2022/g-icon01.png);
}

a#nav02::before {
	background-image: url(/img/mayumi2022/g-icon02.png);
}

a#nav03::before {
	background-image: url(/img/mayumi2022/g-icon03.png);
}

a#nav04::before {
	background-image: url(/img/mayumi2022/g-icon04.png);
}



/* 子メニュー - .sub-menu */

nav .sub-menu {
	position: absolute;
	width: 300px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 3px #EB0050;
	flex-direction: column;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

nav .sub-menu a {
	color: #222;
	padding: 14px 0px 14px 52px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	/* background-image: url(/img/mayumi2022/arrow_right3.png); */
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
	/* background-size: 7px 11px; */
}

nav .sub-menu a:hover {
	color: #222;
}

li.menu-item-has-children:nth-child(4)>ul:nth-child(2),
li.menu-item-has-children:nth-child(5)>ul:nth-child(2) {
	right: 0;
}

.sub-menu>li:nth-child(1)>a {
	background-image: url(/img/mayumi2022/icon01.png);
	background-size: 32px auto;
}

.sub-menu>li:nth-child(2)>a {
	background-image: url(/img/mayumi2022/icon02.png);
	background-size: 32px auto;
}

.sub-menu>li:nth-child(3)>a {
	background-image: url(/img/mayumi2022/icon03.png);
	background-size: 32px auto;
}




/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */

nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
	background-color: #FBE4EC;
}

/* グロナビ ここまで */


/*JSを使いfixedクラスが付与された際の設定*/
.topGmenu.fixed {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}


/* 小メニューページ */

#main.shoMenu #main_header {
	width: 1060px;
	margin: 0 auto;
}

#main.shoMenu #main_header h1 {
	color: #EB0050;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main.shoMenu #main_header h1::before {
	content: "";
	height: 119px;
	width: 180px;
	display: block;
	background-image: url(/img/mayumi2022/title-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 39px;
}

#pankuzu_wrap {
	width: 1060px;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 0.5em 0;
}

#main.shoMenu #main_body {
	width: 1060px;
	margin: 0 auto;
}

#content_header {
	display: flex;
	justify-content: flex-end;
	font-size: 0.9em;
}

.cardWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;
}

.cardWrap2 {
	flex: 0 0 28%;
	background-color: #FFF;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0px 4px 9px 4px rgba(10, 10, 10, 0.15);
}

.spanE {
	padding: 30px 20px;
}

.articleTitle {
	margin-bottom: 18px;
	font-size: 1.2em;
}

.cardWrap2 span {
	display: block;
}

.cardWrap::after {
	content: "";
	width: 28%;
	display: block;
}

.cardWrap2 .thumbNail img {
	width: 100%;
	height: auto;
}


/* 見出し */

#main.shoMenu.lastPage #main_body h2 {
	padding: 1rem;
	background-color: #FFF;
	/* color: #EB0050; */
	border-radius: 10px;
	border: solid 4px #EB0050;
	margin: 2rem 0;
}

#main.shoMenu.lastPage #main_body h3 {
	border-bottom: 6px double #EB0050;
	padding: 1rem 0.5rem;
	margin-bottom: 2rem;
}

#main.shoMenu.lastPage #main_body h4 {
	padding: 1rem;
	border-left: 6px solid #EB0050;
	margin-bottom: 2rem;
}

#main.shoMenu.lastPage #main_body h5 {
	padding: 0.5rem 1rem;
	border-left: 4px dotted #EB0050;
	font-size: 1em;
	margin-bottom: 2rem;
}

#main.shoMenu.lastPage #main_body h6 {
	font-size: 1em;
	margin-bottom: 2rem;
}



/* テーブル */
#main.shoMenu.lastPage #main_body table {
	border-color: #EB0050;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}

#main.shoMenu.lastPage #main_body th {
	background: #FFE5EE;
	border-color: #EB0050;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

#main.shoMenu.lastPage #main_body td {
	border-color: #EB0050;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

/* テーブル内のpタグのマージンを0にする */
#main.shoMenu.lastPage #main_body table p {
	margin: 0px 0px 1em;
}

#main.shoMenu.lastPage #main_body table p:last-child {
	margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
#main.shoMenu.lastPage #main_body table[border="0"],
#main.shoMenu.lastPage #main_body table[border="0"] th,
#main.shoMenu.lastPage #main_body table[border="0"] td {
	border-width: 0px;
}

/* ハンバーガーメニュー隠す */
#spm_wrap {
	display: none;
}


/* アンカーリンクのズレ解消 */
#aInfo,
#aOshirase,
#aProject {
	padding-top: 100px;
	margin-top: -100px;
}

/* 情報が無い場合 */
p.no_data {
	display: flex;
	justify-content: center;
	margin-top: 3em;
}


/* スマホ */

@media screen and (max-width: 600px) {
	img {
		max-width: 100%;
		height: auto !important;
	}

	.waku1060,
	.waku960,
	.waku670,
	.wakuBtn {
		width: 100%;
	}

	.numbeRing {
		margin-bottom: 20px;
	}

	.presentWaku {
		padding: 0 10px 10px;
		margin-top: 0;
	}

	.soshinaPresent {
		width: 100%;
		padding: 10px;
	}

	.soshinaImg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.soshinaImg p span {
		display: block;
	}

	.soshinaBg {
		background-image: none;
	}

	.bgPink02 {
		border: solid 1px #F799B9;
		border-radius: 10px;
	}

	.wakuBtn {
		margin: 20px auto 0;
	}

	.waku1060.kaiin {
		padding: 0 10px;
	}

	.kaiin ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.kaiin ul li:nth-child(5n) {
		margin-right: 1%;
	}

	.kaiin ul li:not(:nth-child(3n)) {
		margin-right: 1%;
	}

	.kaiin ul li {
		width: 32%;
		margin-bottom: 1%;
	}

	.akiT {
		margin: 0px 0 24px;
	}

	.waku840.fbox.snsArea {
		flex-wrap: wrap;
	}

	.syoSai01,
	.syoSai02 {
		flex-wrap: wrap;
		justify-content: center;
		background-image: none;
	}

	.syoSai01 h2 img,
	.syoSai02 h2 img {
		width: 112px;
	}

	.syosaiWaku p {
		background-color: #eb0050;
		padding: 10px;
		border-radius: 13px;
	}

	.bgChara {
		height: auto;
		padding: 2px 15px;
	}

	.waku840.bgPink01.numbeRing {
		background-position-y: 0;
	}

	.waku840.footerWaku {
		padding: 10px;
	}

	.copyRight {
		font-size: 80%;
	}

	.copyRight span {
		display: block;
	}

	.bgChara>p:nth-child(1) img {
		width: 260px;
		margin-top: 10px;
	}


	h2.chuoT img {
		width: 260px;
	}

	h2#oshiraseTitle {
		margin: 0;
	}

	h2#supportTitle {
		margin: 0 0 18px;
	}

	h2#oshiraseTitle img {
		width: 117px;
	}

	h2#supportTitle img {
		width: 217px;
	}


	.linkBtn {
		flex-flow: column;
		align-items: center;
	}

	.linkBtn a {
		margin: 0 0 15px;
	}

	/* スマホ　追記2022年7月20日 */
	#container {
		margin-top: 0 !important;
	}

	#spMenuWrap {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}

	.topGmenu {
		display: none;
	}

	#spMenuWrap.spm_menu_open .topGmenu {
		display: block;
	}


	#main.shoMenu #main_header,
	#main.shoMenu #main_body,
	.globalMenuSp {
		width: 100%;
	}

	#main.shoMenu #main_body {
		padding: 0 12px;
	}

	#main.shoMenu #main_body ol,
	#main.shoMenu #main_body ul {
		padding: 0 0 0 1.3em;
	}

	#pankuzu_wrap {
		display: none;
	}

	nav>ul {
		flex-direction: column;
		padding: 0 8px;
		row-gap: 7px;
	}

	.menu-item-has-children {
		text-align: left;
	}

	nav>ul>li>a {
		padding: 12px;
		justify-content: flex-start;
		display: flex !important;
		flex-wrap: wrap;
	}

	#spm_wrap {
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 200;
	}

	button#spm_menu {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0px;
		padding: 0px;
		background: url(/img/mayumi2022/btn_menu.png) no-repeat center center #FFF;
		background-size: 26px auto;
		color: #000;
		text-indent: -9999em;
		text-align: left;
		overflow: hidden;
		border: solid 4px #F799B9;
	}

	.spm_menu_open button#spm_menu {
		background-image: url(/img/mayumi2022/btn_close.png);
	}

	.topGmenu.fixed {
		width: 100%;
	}

	.toiBtn a {
		background-image: none;
	}

	.toiBtn a {
		background-image: url(/img/mayumi2022/icon_mail.png);
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 40px 40px;
		padding: 63px 10px 12px;
		letter-spacing: 0;
		font-size: 1.2em;
	}


	a#nav01 span {
		display: block;
		padding-left: 48px;
	}

	a#nav04 {
		border-radius: 15px 15px 0 0;
	}

	nav .sub-menu {
		position: relative;
		width: 100%;
		opacity: 1;
		visibility: unset;
		border: none;
		margin-bottom: 7px;
	}

	nav .sub-menu li {
		border-bottom: dotted 2px gray;
	}

	nav .sub-menu li:last-child {
		border-bottom: none;
	}

	#main.shoMenu #main_header h1 {
		flex-wrap: wrap;
		padding: 0 10px;
		line-height: 1.3;
		font-size: 1.7em;
	}

	#main.shoMenu #main_header h1::before {
		margin-right: 0;
		margin-bottom: 12px;
	}

	#main.shoMenu.lastPage #main_body h2 {
		font-size: 1.3em;
	}

	.cardWrap {
		row-gap: 20px;
		padding: 0 12px;
	}

	.cardWrap2 {
		flex: 0 0 100%;
	}

	/* トップページ */
	.waku1060.headLogo h1 img {
		width: 240px;
	}

	.chuoT.countP {
		font-size: 3.5em;
		margin: 12px 0;
	}

	.chuoT.countDate {
		margin-bottom: 0.5em;
	}

	#main_body.topPage {
		padding: 0 12px;
	}

	.project3 {
		width: 100%;
	}

	.project3 ul {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.project3 ul li {
		flex: 0 0 80%;
	}

	.frame2022.waku1060 {
		border: none;
		border-radius: 10px;
		margin: 40px auto;
		padding: 20px 0;
	}

	.toiBtn {
		padding: 40px 0;
	}

	#top_photo {
		width: 70%;
	}

	/* サポートメンバー */
	.supportMember {
		width: 100%;
	}

	.supportMember .detail_free {
		padding: 0 12px;
	}

	.supportMember .detail_free table {
		flex: 0 0 100%;
	}

	.supportMember .detail_free table tr {
		flex-wrap: wrap;
		justify-content: center;
	}

	.supportMember .detail_free table tr td.kao {
		flex: 0 0 100%;
	}

	.supportMember .detail_free table tr td.honbun {
		padding-top: 0;
	}

	ul#top_photo_list {
		flex-wrap: wrap;
	}

	#top_photo_list>li:nth-child(1),
	#top_photo_list>li:nth-child(2),
	#top_photo_list>li:nth-child(3) {
		flex: 1 0 100%;
		margin: 0 0 11px;
	}

}