@charset "utf-8";

/*-------------------------------------------------
2019 page layout common
-------------------------------------------------*/
body, ul, ol, li, p, table, th, td {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.075em;
	text-align: justify;
	text-justify: inter-ideograph;

}
@media all and (-ms-high-contrast: none){
	body, ul, ol, li, p, table, th, td {
		font-feature-settings: normal;
		letter-spacing: 0em;
	}
}
.pageWrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2em;
	width: 910px;
	margin: 0 auto;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
.wrapper_nav.clearfix::after {
	visibility: inherit;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	position: absolute;
	bottom: -25px;
}
.pageWrapper * {
	font-size: 16px;
	line-height: 2em;
}
.pageWrapper a {
	font-size: inherit;
	color: #af1e4e;
	text-decoration: underline;
}
.pageWrapper strong {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	background: -moz-linear-gradient(top, transparent 60%, #ffff99 40%);
	background: -webkit-linear-gradient(top, transparent 60%, #ffff99 40%);
	background: linear-gradient(to bottom, transparent 60%, #ffff99 40%);
}
.pageWrapper #messageArea em {
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
	line-height: inherit;
}
.pageWrapper #messageArea .introduction em {
	border-bottom: 1px solid #333;
}
.pageWrapper .mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
}
.pageWrapper .minchoBold {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
}
.pageWrapper .fs22 {
	font-size: 22px;
}
.pageWrapper .fs24 {
	font-size: 24px;
}
.pageWrapper .fs26 {
	font-size: 26px;
}
.pageWrapper .fs28 {
	font-size: 28px;
}
.pageWrapper .fs32 {
	font-size: 32px;
}
.pageWrapper .fs34 {
	font-size: 34px;
}
.pageWrapper .center {
	text-align: center;
}
.pageWrapper .taCenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pageWrapper .lineH10 { line-height: 1.0; }
.pageWrapper .lineH15 { line-height: 1.5; }
.pageWrapper .lineH17 { line-height: 1.7; }
.pageWrapper .lineH20 { line-height: 2.0; }
.pageWrapper .lineH22 { line-height: 2.25; }
.pageWrapper .lineH25 { line-height: 2.5; }

.pageWrapper .mb0 {
	margin-bottom: 0!important;
}
.pageWrapper figure {
	margin: 0;
	padding: 0;
}
.pageWrapper .fix {
	width: 100%;
	height: auto;
}

.pageWrapper .flexWrap {
	display:flex;
	margin: 0;
}
.pageWrapper .flexWrap .flexBox:nth-child(odd){
	width: 380px;
	margin-top: 50px;
	margin-left :0;
	padding: 0 34px 0 0;
	border-right: 1px solid #e5e5e5;
}
.pageWrapper .flexWrap .flexBox:nth-child(even){
	width: 380px;
	margin-top: 50px;
	margin-right :0;
	padding: 0 0 0 35px;
}
.pageWrapper .flexWrap .flexBox p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
}
.pageWrapper .flexWrap .flexBox .fs14{
	font-size: 14px!important;
}
.pageWrapper .flexWrap .flexBox ul {
    margin: 1em 0 1em 0;
    padding: 30px;
    list-style-type: disc;
    background-color: #f4dfe1;
}
.pageWrapper .flexWrap .flexBox ul li {
	list-style-type: disc;
	margin: 0 0 0.5em 1.25em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}
.pageWrapper .flexWrap .flexBox ul li:last-child {
	margin: 0 0 0 1.25em;
}
.pageWrapper .flexWrap .flexBox ol {
	margin: 1em 0 1em 0 ;
	padding: 0;
	list-style-type: decimal;
}
.pageWrapper .flexWrap .flexBox ol li {
	list-style-type: decimal;
	margin: 0 0 0 1.75em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.pageWrapper .clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pageWrapper .w10 { width: 10%; }
.pageWrapper .w15 { width: 15%; }
.pageWrapper .w25 { width: 25%; }
.pageWrapper .w30 { width: 30%; }
.pageWrapper .w35 { width: 35%; }
.pageWrapper .w40 { width: 40%; }
.pageWrapper .w45 { width: 45%; }
.pageWrapper .w50 { width: 50%; }
.pageWrapper .w55 { width: 55%; }
.pageWrapper .w60 { width: 60%; }
.pageWrapper .w65 { width: 65%; }
.pageWrapper .w70 { width: 70%; }
.pageWrapper .w75 { width: 75%; }
.pageWrapper .w80 { width: 80%; }
.pageWrapper .w85 { width: 85%; }
.pageWrapper .w90 { width: 90%; }
.pageWrapper .w100 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* messageArea */
#messageArea {
	margin: 0;
	padding: 25px 0 0 0;
}
#messageArea figure.headImage {
	margin: 0 auto 1.5rem auto;
	padding: 0;

}
/*
#messageArea h2 {
	margin: 0 auto;
	padding: 0;
	width: 390px;
	height: 130px;
	text-align: center;
}
*/
#messageArea h3 {
	margin: 0 auto 0 auto;
	padding: 0;
}
#messageArea h3 span {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
#messageArea .messageBox {
	position: relative;
	margin: 0;
	padding: 75px 40px;
}
#messageArea .messageBox::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 82px;
	height: 62px;
	margin-left: -41px;
	margin-top: -31px;
	background-image: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/mess_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 82px 62px;
}
#messageArea .messageBox.noIcon::before {
	display: none;
}
#messageArea .messageBox.end {
	padding-bottom: 100px;
}
#messageArea .messageBox .floatLeft {
	position: relative;
	float: left;
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#messageArea .messageBox .floatRight {
	position: relative;
	float: right;
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#messageArea .messageBox .h200 {
	height: 200px;
}
#messageArea .messageBox figure {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#messageArea .messageBox h4 {
	position:absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 1.75;
	font-weight: 600;
}
#messageArea .messageBox h4.taLeft {
	left: 0;
	text-align: left;
}
#messageArea .messageBox h4.taRight {
	right: 0;
	text-align: right;
}
#messageArea .messageBox .AttFig{
	width:70%;
	margin: 2rem auto 0;
}

/* 20200202_add */

.clickTxt {
	font-size: .8em;
    width: 46%;
    margin: 10px 0 0;
    text-align: right;
}


 /* contents common */
.contentArea {
	margin: 0;
	padding: 0;
}
.contentArea .contentAreaTitle {
	position: relative;
}
.contentArea .contentAreaTitle .titleArea {
	position: absolute;
	z-index: 6;
}
.contentArea .contentAreaTitle .titleArea h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.contentArea .contentAreaTitle .titleArea h2 small{
	display: block;
	font-size: 22px;
}
.contentArea .contentAreaTitle .titleArea h2 span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.contentArea .contentAreaTitle .titleArea::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 10px;
	left: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.contentArea .contentAreaTitle .titleArea::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 10px;
	right: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.contentArea .contentAreaBody {
	padding: 75px 40px 0 40px;
}
.contentArea .contentAreaBody .noLead {
	padding-top: 90px;
}
.contentArea .contentAreaBody .lead {
	font-size: 18px;
	line-height: 2em;
	/* width: 380px; */
}
.contentArea .contentAreaBody .widLead {
	padding-top: 90px;
	width: 640px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2em;
}
.contentArea .contentAreaBody .leadTitle {
	line-height: 1.7em;
	width: 380px;
	margin-bottom: 15px;
}

/* .pageTop  ------------------------ */
.pageWrapper p.pageTop {
    margin: 25px 0 20px 90px;
    text-align: center;
}

.pageWrapper div.bread {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
 	margin-bottom: 10px;
}
.pageWrapper div.bread p {
	color: #959697;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
}
.pageWrapper div.bread p a {
	text-decoration: none;
	color: #959697;
}
.pageWrapper ul.menu {
	margin: 2px -1px 0;
	background: #fff;
}
.pageWrapper ul.menu.footer {
	margin-top: 0;
	background: #fff;
}
.pageWrapper ul.menu li {
	float: left;
	text-align: center;
}
.pageWrapper ul.menu li a {
	font-size: 18px;
	display: block;
	box-sizing: border-box;
	width: 180px;
	height: 80px;
	margin: 0 1px;
	padding-top: 30px;
	text-decoration: none;
	color: #260167;
	background-color: #cdcde5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	line-height: 1;
}
.pageWrapper ul.menu li:last-child a {
	width: 182px;
	line-height: 1.5em;
	padding-top: 15px;
}
.pageWrapper ul.menu li.active a {
	color: #fff;
	background-color: #260167;
}
.pageWrapper ul.menu li.active:after {
	position: relative;
	bottom: 0;
	left: 83px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 14px solid #260167;
	border-right: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid transparent;
}
.pageWrapper ul.menu.footer li.active:after {
	display: none;
}
.pageWrapper ul.menu.footer li:before {
	display: block;
	width: 28px;
	height: 28px;
	content: '';
}
.pageWrapper ul.menu.footer li.active:before {
	position: relative;
	top: 0;
	left: 83px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #260167;
	border-left: 14px solid transparent;
}
.pageWrapper ul.menu li:hover {
	opacity: .8;
}

/* messageArea */
#messageArea {
	background-color: #ffffff;
}
#messageArea h3 {
	color: #8f8673;
}
#messageArea h3 span {
	border-top: 3px solid  #7f7663;
	border-bottom: 3px solid  #7f7663;
}
#messageArea .messageBox:nth-child(even){
	background-color: #eeedea;
}
#messageArea .messageBox figure {
	margin: 0;
	padding: 0;
}
#messageArea .messageBox h4 {
	color: #8f8673;
}
#messageArea .messageBox p sup {
	font-size: 70%;
	vertical-align: super;
}
#messageArea .messageBox p small {
	font-size: 85%;
}
#messageArea hr {
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#888 45%, #888 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
	opacity: 0.25;
	margin-top: 3.5rem;
	}

#recomArea {
	background-color: #fff;
	padding: 40px 40px 0 40px;
}
#recomArea .recomAreaInner {
	padding: 30px;
	border: 2px solid #260167;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#recomArea .recomAreaInner .recomLeft {
	width: 40%;
	float: left;
	text-align: center;
}
#recomArea .recomAreaInner .recomRight {
	width: 55%;
	float: right;
}
#recomArea .recomAreaInner .recomLeft h2 {
	text-align: center;
	color: #260167;
	line-height: 1.7em;

/* 願いが6個の場合 */
	/*padding: 150px 0 0 0;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/mmp_trans.png") no-repeat top center;*/

/* 願いが8個の場合 */
	padding: 210px 0 0 0;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/mmp_trans.png") no-repeat center center;

/* 願いが10個の場合 */
	/*padding: 270px 0 0 0;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/mmp_trans.png") no-repeat center center;*/

	background-size: 150px 150px;
}
#recomArea .recomAreaInner .recomLeft h3 {
	display: inline-block;
	position: relative;
	margin-top: 15px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0 30px;
	font-size: 15px;
	background: #260167;
	color: #fff;
	box-sizing: border-box;
}
#recomArea .recomAreaInner .recomLeft h3:before,
#recomArea .recomAreaInner .recomLeft h3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
#recomArea .recomAreaInner .recomLeft h3:before {
	top: 0;
	left: 0;
	border-width: 16px 0px 16px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
#recomArea .recomAreaInner .recomLeft h3:after {
	top: 0;
	right: 0;
	border-width: 16px 15px 16px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#recomArea .recomAreaInner .recomRight ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
#recomArea .recomAreaInner .recomRight ol li {
	list-style-type: decimal;
	margin: 0 0 0 1.75em;
	padding: 0.5em 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #260167;
	border-bottom :1px dotted #ccc;
}
#recomArea .recomAreaInner .recomRight ol li span {
	color: #333;
}

#recomAreaSub {
	padding: 40px 40px 75px 40px;
	background-color: #ffffff;
}
#recomAreaSub .recomAreaSubInner {
	padding: 30px;
	background-color: #e9e5f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #e9e5f0 url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/zodiac_illust.png") no-repeat top 200px right 30px;
	background-size: 200px 200px;
}
#recomAreaSub .recomAreaSubInner h2 {
	color: #260167;
	line-height: 1.7;
	margin-bottom: 10px;
}
#recomAreaSub .recomAreaSubInner h3 {
	color: #260167;
	line-height: 1.7;
	font-size: 20px;
}
#recomAreaSub .recomAreaSubInner p {
	margin: 0 0 30px 0;
	width: 67.5%;
}
#recomAreaSub .recomAreaSubInner p:nth-child(n+6) {
    	width: 100%;
}
#recomAreaSub .recomAreaSubInner small{
	font-size: 85%;
}
#recomArea + a {
	display: block;
	background-color: #fff;
	padding-top: 40px;
	text-align: center;
}
#recomArea + a img{
	width: 70%;
}

 /* contents common */
.contentArea .contentAreaTitle .titleArea {
	width: 380px;
	height: 220px;
	bottom: -110px;
	right: 40px;
}
.contentArea .contentAreaTitle .titleArea h2 {
	width: 380px;
}
.contentArea .contentAreaTitle .titleArea h2 span {
	font-size: 14px;
}

/* section 01 */
#section01 .titleArea {
	background-color: #457f49;
}
#section01 .contentAreaBody {
	background-color: #e3ece4;
	padding-bottom: 100px;
}
#section01 .pointList {
	margin: 75px auto 0 auto;
	overflow: hidden;
}
#section01 .pointList li.flLeft {
	float: left;
	width: 380px;
}
#section01 .pointList li.flRight {
	float: right;
	width: 380px;
}
#section01 .pointList li figure {
	width: 180px;
	height: 180px;
	margin: 0 auto;
}
#section01 .pointList li figure img {
	display: block;
	border-radius: 50%;
	width: 180px;
	height: 180px;
}
#section01 .pointList li h3 {
	margin: 25px auto 25px auto;
	text-align: center;
	color: #457f49;
	line-height: 1.75;
}
#section01 .pointList li h3 span {
	display:inline-block;
	margin: 0px auto 15px auto;
	padding: 0 25px;
	background-color: #457f49;
	line-height: 28px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	color: #fff;
}
#section01 .pointList li h3 em {
	display: block;
	font-weight: 600;
	padding-bottom: 20px;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/ttl_btm_shadow.png") no-repeat bottom center;
	background-size: 240px 10px;
}
#section01 .pointList li ul {
	margin: 1em 0;
	list-style-type: disc;
}
#section01 .pointList li ul li {
	margin: 0 0 1em 1.5em;
	list-style-type: disc;
	font-weight: bold;
	line-height: 1.7;
}


/* section 02*/
#section02 .titleArea {
	background-color: #976195;
}
#section02 .contentAreaBody {
	background-color: #f2ecf2;
	padding-bottom: 75px;
}
#section02 .contentAreaBody h3 {
	color: #976195;
	line-height: 1.7
}
#section02 .contentAreaBody .attunment li {
	margin: 25px 0;
	text-align: center;
}
#section02 .contentAreaBody .attunementMoon {
	width: 640px;
	margin: 75px auto 50px auto;
	overflow: hidden;
}
#section02 .contentAreaBody .attunementMoon li {
	padding-left: 12.5%;
	width: 35%;
	text-align: center;
}
/*
#section02 .contentAreaBody .attunementMoon li.newmoon {
	float: left;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/common/newmoon_icon_gemini.png") no-repeat center left;
	background-size: 107px 107px;
	color: #1d2e67;
}
#section02 .contentAreaBody .attunementMoon li.fullmoon {
	float: right;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/common/fullmoon_icon_sagittarius.png") no-repeat center left;
	background-size: 107px 107px;
	color: #b19600;
}*/
#section02 .contentAreaBody .attunementMoon li small {
	display: block;
	font-size: 18px;
	line-height: 1.25;
}
#section02 .contentAreaBody .attunementMoon li .month {
	display: block;
	font-size: 36px;
	line-height: 1.25;
}
#section02 .contentAreaBody .attunementMoon li .text {
	display: block;
	font-size: 20px;
	line-height: 1.25;
}
#section02 .contentAreaBody .attunementMoon li em{
	font-size: 56px;
}
#section02 .contentAreaBody h4{
	margin: 50px auto 25px auto;
	color: #976195;
	text-align: center;
	width: 580px;
	border-top: 2px solid #976195;
	border-bottom: 2px solid #976195;
	line-height: 2.5em;
}
#section02 .contentAreaBody .youtube {
	margin: 25px auto 0 auto;
	width: 580px;
	text-align: center;
}
#section02 .contentAreaBody .youtube.mt50 {
	margin: 50px auto 0 auto;r;
}
#section02 .contentAreaBody p {
	margin-top: 10px;
}

/*======================================
.reserveBox
=======================================*/
.pageWrapper .reserveBox {
	padding: 100px 50px 80px;
	background-color: #fff;
	background-image: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/bg_mmp_inrto_pc.jpg");
	background-repeat: no-repeat;
}
/*---------- ul.itemList ----------*/
.pageWrapper .reserveBox h2 {
	margin-bottom: 52px;
	text-align: center;
}
.pageWrapper .reserveBox h2:before,
.pageWrapper .reserveBox h2:after {
	content: "";
	display: block;
	width: 100%;
}
.pageWrapper .reserveBox h2:before {
	height: 48px;
	margin: 0 auto 33px;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/icon_reserveBox.png")no-repeat center;
}
.pageWrapper .reserveBox h2:after {
	height: 10px;
	margin: 29px auto 0;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/icon_shadow.png")no-repeat center;
}
/*---------- ul.itemList ----------*/
.pageWrapper .reserveBox ul.itemList {
	display: flex;
	justify-content: center;
	margin: 0 40px 96px;
}
.pageWrapper .reserveBox ul.itemList li {
}
.pageWrapper .reserveBox ul.itemList li+li {
	margin: 0 0 0 45px;
}

/* p.img */
.pageWrapper .reserveBox ul.itemList li p.img {
	margin: 0 0 3px;
}
/* h3 */
.pageWrapper .reserveBox ul.itemList li h3 {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
	color: #c2a36f;
	font-feature-settings: 'palt';
}
/* p.price */
.pageWrapper .reserveBox ul.itemList li p.price {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.pageWrapper .reserveBox ul.itemList li p.price span {
	font-size: 14px;
	padding: 0 0 0 0.5em;
}
/* a */
.pageWrapper .reserveBox ul.itemList li a {
	font-size: 18px;
	line-height: 61px;
	position: relative;
	display: block;
	width: 345px;
	height: 61px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-indent: -1em;
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #e02679, #8a1550);
	background-image: -moz-linear-gradient(bottom, #e02679, #8a1550);
	background-image: -o-linear-gradient(bottom, #e02679, #8a1550);
	background-image: -ms-linear-gradient(bottom, #e02679, #8a1550);
	background-image: linear-gradient(to top, #e02679, #8a1550);
	-webkit-box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
	-moz-box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
	box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
}

.pageWrapper .reserveBox ul.itemList li a:hover {
	opacity: 0.8;
}

.pageWrapper .reserveBox ul.itemList li a:after {
	position: absolute;
	top: 20px;
	right: 77px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/icon_arrow01.png");
}

/*---------- p.reserve ----------*/
.pageWrapper .reserveBox p.reserve {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 8px;
	text-align: center;
	color: #fff;
	background-color: #bfa36d;
}

/*---------- h4 ----------*/

.pageWrapper .reserveBox h4 {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0 auto 30px;
	text-align: center;
	color: #fff;
}

/*---------- h5 ----------*/

.pageWrapper .reserveBox h5 {
	font-size: 30px;
	line-height: 1.7;
	margin-bottom: 25px;
	text-align: center;
}

/*---------- ul.property ----------*/

.pageWrapper .reserveBox ul.property {
	display: table;
	margin: 0 auto 10px;
}

.pageWrapper .reserveBox ul.property li {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	float: left;
	width: 103px;
	margin: 0 10px;
	padding-top: 4px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	background-color: #bfa36d;
}

/*---------- p.duration ----------*/

.pageWrapper .reserveBox p.duration {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
	color: #bfa36d;
	font-weight: 600;
}

.pageWrapper .reserveBox p.duration span {
	font-size: 26px;
}

/*---------- p.shipping ----------*/

.pageWrapper .reserveBox p.shipping {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	line-height: 1.85;
	font-size: 14px;
	margin-bottom: 40px;
	padding-bottom: 34px;
	text-align: center;
	color: #666;
	border-bottom: 3px solid #bfa36d;
}

/* footer background color */
.wrapper_foot1 {
	background-color: #f1f2f4;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/*202006_add*/
/*.pageWrapper strong.mmp_blue {
	font-size: inherit;
    line-height: inherit;
    color: #0b3a96;
	background: inherit;
}*/

#messageArea .pointBox {
	width: 760px;
    margin: 0 auto;
    padding: 35px 30px;
}

#messageArea .messageBox .pointBox .pointTit h4 {
    position: inherit;
	text-align: center;
	margin: 0 0 40px;
}

#messageArea .pointBox .pointTit h4 span {
	position: relative;
	font-size: 26px;
	text-align: center;
}

#messageArea .pointBox .pointTit h4 span::before {
	content: "";
	position: absolute;
	top: 10%;
	left: -25%;
	width: 58px;
	height: 20px;
	background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/point_icon01.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#messageArea .pointBox .pointTit h4 span::after {
	content: "";
	position: absolute;
	top: 10%;
	right: -25%;
	width: 58px;
	height: 20px;
	background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/point_icon02.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 58px 20px;
}

#messageArea .pointBox .pointTxt ul li {
	margin: 0 0 10px;
}

#messageArea .messageBox:last-child {
    padding: 75px 40px 0;
}

.contentAreaBody .pointList li p small {
	font-size: 85%;
}

#section02 .contentAreaBody .attunementMoon {
	width: 800px;
    margin: 75px auto 50px auto;
    overflow: hidden;
	position: inherit;
	top: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

#section02 .contentAreaBody .attunementMoon li {
	padding-left: 11.5%;
    width: 30%;
    text-align: center;
	margin: 0;
}

#section02 .contentAreaBody .attunementMoon li.space {
	float: right;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/common/space_icon.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #9c0000;
	padding: 134px 50px 0 50px;
}

#section02 .contentAreaBody .attunementMoon li.jupiter {
	float: left;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/moon_icon.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #4f1911;
	padding: 134px 0 0 0;
	margin: 0 25px 0 25px;
}
#section02 .contentAreaBody .attunementMoon li.fullmoon {
	float: left;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/fullmoon_icon.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #b19600;
	padding: 134px 0 0 0;
	margin: 0 25px 0 25px;
}
#section02 .contentAreaBody .attunementMoon li.newmoon {
	float: left;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/newmoon_icon.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #1d2e67;
	padding: 134px 0 0 0;
	margin: 0 25px 0 25px;
}
#section02 .contentAreaBody .attunementMoon li.newmoon2 {
	float: left;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/common/eclipse_icon.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #1d2e67;
	padding: 134px 0 0 0;
	margin: 0 25px 0 25px;
}
#section02 .contentAreaBody .attunementMoon li.fullmoon2 {
	float: right;
	background: url("//gigaplus.makeshop.jp/wants/pc/mmp/common/fullmoon_icon_pisces.png") no-repeat center 15px;
	background-size: 107px 107px;
	color: #b19600;
	padding: 134px 0 0 0;
	margin: 0 25px 0 25px;
}

/* 202006_add */

#oneMinutes {
    margin: 0;
    padding: 5% 5% 5% 5%;
    background: #fff;
}

#oneMinutes .oneMinutesInner {
    border: 3px solid #56c1cb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#oneMinutes .oneMinutesInner h2 {
    width: 22.5%;
    background-color: #56c1cb;
    position: relative;
	height: inherit;
}

#oneMinutes .oneMinutesInner h2 span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    padding-top: 110px;
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(//gigaplus.makeshop.jp/wants/pc/mmp/202507/top/onemin_icon.png) no-repeat center top;
    background-size: 80px 95px;
}

#oneMinutes .oneMinutesInner ul {
    width: 72.5%;
    margin: 0 2.5% 0 2.5%;
    padding: 5% 0;
    list-style-type: disc;
}

#oneMinutes .oneMinutesInner ul li {
    list-style-type: disc;
    margin: 0 0 1em 1.25em;
    padding: 0 0 1em 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    border-bottom: 1px dotted #dedede;
}

#oneMinutes .oneMinutesInner ul li:last-child {
    margin: 0 0 0 1.25em;
    padding: 0 0 0 0;
    border-bottom: none;
}


#voiceArea {
	background-color: #ffffff;
	margin: 0;
    padding: 90px 0 0;
}

#voiceArea .titleArea {
    background-color: #45517f;
}

#voiceArea .contentAreaBody {
    position: relative;
    margin: 0;
    padding: 140px 40px 75px;
	background-color: #e5e2ea;
}

#voiceArea .messageBox {
	background-color: #fff;
	padding: 0 25px 10px;
    border-radius: 10px;
    margin: 20px 0 50px;
}

#voiceArea .contentAreaBody {
    background: #e5e2ea;
    padding-bottom: 75px;
}

#voiceArea .messageBox .flexWrap {
    margin: 0px 0px 30px;
    padding: 30px 25px 30px;
}

#voiceArea .messageBox .flexBox {
	margin: 0;
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceName,
#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceTitle,
#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceConstellation {
	margin: 0 0 0;
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceName,
#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceConstellation {
	font-size: .9em;
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceName span,
#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceConstellation span {
	padding: 0 0 0 5px
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voiceTitle {
	color: rgb(143, 134, 115) ;
	font-size: 20px;
	line-height: 1.5em;
    margin: 0 0 10px;
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voicenameBox {
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

#voiceArea .messageBox .voiceTitArea .voiceTitBox .voicenameBox p {
	width: 100%;
	font-size: 12px;
}

#voiceArea .messageBox .voiceTxt {
	margin: 18px 0 0;
}

#voiceArea .messageBox .voiceTxt p {
	font-size: 14px;
	margin: 0 0 10px;
}

#voiceArea .messageBox .voiceTxt p:last-child {
	margin: 0 0 15px;
}

#voiceArea .messageBox .grad-wrap {
	position: relative;
}

#voiceArea .messageBox .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.584);
    color: rgb(69, 81, 127);
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}

#voiceArea .messageBox .grad-btn:hover {
	opacity: .8;
}

#voiceArea .messageBox .fa-chevron-down {
	padding: 0 10px 0 0;
}

#voiceArea .messageBox .fa-chevron-down:before {
    content: "\f078";
}

#voiceArea .messageBox .grad-btn::after {
  content: "続きを読む"
}
#voiceArea .messageBox .grad-item {
  position: relative;
  overflow: hidden;
  height: 160px; /*隠した状態の高さ*/
}
#voiceArea .messageBox .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
#voiceArea .messageBox .grad-trigger:checked ~ .grad-btn .fa {
    transform: rotate(180deg);
	padding: 0 0 0 10px;
}
#voiceArea .messageBox .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
#voiceArea .messageBox .grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
#voiceArea .messageBox .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
#voiceArea .messageBox .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

#voiceArea .voicebtn {
	text-align: center;
}

#voiceArea .voicebtn a:link, #voiceArea .voicebtn a:visited {
    display: inline-block;
    padding: 1.5rem 2rem 1.5rem 4rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: hsl(228 68% 27% / 1);
    border: 2px solid hsl(228 68% 27% / 1);
    text-decoration: none;
	letter-spacing: 3px;
    width: 40%;
}

#voiceArea .voicebtn a:hover {
	color: hsl(228 68% 27% / 1);
	background-color: #fff;
	border: 2px solid hsl(228 68% 27% / 1);
}

#voiceArea .voicebtn a::after {
    content: '';
    display: inline-block;
    margin-left: 0.5rem;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #fff;
}

#voiceArea .voicebtn a:hover::after {
	border-left: solid 6px hsl(228 68% 27% / 1);
}

/*======================================
せり上がりフッタ追加
=======================================*/
.pageWrapper .w100 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.pageWrapper .taLeft {
	text-align: left;
	margin-left: 0;
}
.pageWrapper .fixedBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.pageWrapper .fixedBtn a:link,
.pageWrapper .fixedBtn a:visited {
	display: block;
	padding: 1.5rem 5rem;
	text-align: center;
	line-height: 1;
	color: #fff;
	background-color: rgba(136, 120, 86, 0.9);
	text-decoration: none;
}
.pageWrapper .fixedBtn a:hover {
	color: #fff;
	background-color: rgba(177, 41, 79, 0.9);
}
.pageWrapper .fixedBtn a::after {
	content: '';
	display: inline-block;
	margin-left: 0.5rem;
	width: 0;
	height: 0;
	border-top: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #fff;
}

/*======================================
せり上がりフッタ追加
=======================================*/
.pageWrapper .w100 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.pageWrapper .taLeft {
	text-align: left;
	margin-left: 0;
}
.pageWrapper .fixedBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 5;
}

.pageWrapper .fixedBtn .fixedBtnInner {
	width: 50%;
	box-sizing: border-box;
}
.pageWrapper .fixedBtn .fixedBtnInner:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.pageWrapper .fixedBtn a:link,
.pageWrapper .fixedBtn a:visited {
	display: block;
	padding: 1.5rem 5rem;
	text-align: center;
	line-height: 1;
	color: #fff;
	background-color: rgba(136, 120, 86, 0.9);
	text-decoration: none;
}
.pageWrapper .fixedBtn a:hover {
	color: #fff;
	background-color: rgba(177, 41, 79, 0.9);
}
.pageWrapper .fixedBtn a::after {
	content: '';
	display: inline-block;
	margin-left: 0.5rem;
	width: 0;
	height: 0;
	border-top: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #fff;
}


/*======================================
イントロダクション
=======================================*/

#messageArea .headImage {
    position: relative;
    width: 8rem;
    z-index: 3;
}

#messageArea h3.head {
	position: relative;
	display: inline-block;
	letter-spacing: 0.25rem;
	text-indent: 0.25rem;
	color: #8f8673;
	z-index: 1;
	border: 1px solid #8f8673;
	background-color: #fff;
	border-radius: 9999px;
	padding: 0 1.5rem;
	line-height: 3.5;
	transform: translateY(-25%) translateX(0);
	margin-top: -15px;
}

#messageArea .mlrAuto {
	margin-left: auto;
	margin-right: auto;
}
#messageArea h2 {
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.25rem;
    text-indent: 0.25rem;
    padding: 0 1.5rem;
    z-index: 3;
	color: #8f8673;
}

#messageArea .introduction ul {
    padding-inline-start: 2rem;
    margin-top: 1rem;
}

#messageArea ul,
#messageArea ul > li {
	list-style-type: disc;
}

#messageArea .introduction {
	position: relative;
    z-index: 0;
	margin-top: -5rem;
	font-weight: 600;
	border-radius: .75em;
	padding:70px 40px;
	background: #fff;
}
#messageArea .introduction h3 {
	color: #8f8673;
	margin: 0px auto 5px auto;
	text-align: center;
    line-height: 1.7em;
    padding: 15px 0 20px 0;
}
#messageArea .introduction ul {
	padding-inline-start: 2rem;
}
#messageArea .introduction p {
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
}
#messageArea .introduction figure {
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
	width: 75%;
}
#messageArea .introduction ul > li {
	list-style-type: disc;
}
#messageArea .introduction .leadPoint li::before {
	counter-increment: number;
	content: counter(number);
	background: #8f8673;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 1rem;
	margin-left: -3.5rem;
	}
	#messageArea .introduction .kakomi01{
		padding: 1.5rem 2.5rem;
		border: 1px solid #ccc;
		border-radius: 0.75rem;
		background: #fff;
	}
	#messageArea .introduction .kakomi01 li{
		border-bottom: 1px dotted #ccc;
		padding:.25em 0;
	}
/*======================================
この章のPOINT
=======================================*/
#messageArea .leadPoint {
	width: 63%;
	margin-top: 5.5rem;
	font-weight: 600;

	border-radius: .75em;
	border:1px solid #8f8673;
	padding:3rem 4rem 2rem;
	position: relative;
	background: #fff;
	counter-reset: number;
}
#messageArea .introduction .leadPoint {
	padding:3rem 0rem 2rem 3rem;
	width: 72%;
}
#messageArea .leadPoint h5 {
	position: absolute;
	display: inline-block;
	background:#8f8673;
	color:#fff;
	padding:.5em 3em;
	border-radius: 50vh;
	top:0;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	letter-spacing: 0.25rem;
	font-weight: 500;
}
#messageArea .leadPoint ul {
	padding-inline-start: 2rem;
}

#messageArea .leadPoint ol{
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
#messageArea .leadPoint ol li{
	width: 83%;
}
