@charset "utf-8";
/*====================================================

	Date: 2023-12-15
	CSS Document ： 星のアドバイスで心の波を乗りこなす　星占い入門レッスン
	
 ****************************************************/
/*------------------------------------

ベース

------------------------------------*/
body .pc_mt {
	display: block !important;
}
body .sp_mt {
	display: none !important;
}
body {
	width: 100%;
	height: auto;
	overflow-x: auto;
}
#wrapper {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	overflow-x: hidden;
	padding-top: 0;
	text-align: center;
	color: #000;
	font-size: 75%;
}
#wrapper_mt {
	font-family: 'A1 Gothic R', '游ゴシック', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic', 'メイリオ', 'Meiryo', 'Noto Sans', 'Noto Sans CJK JP', 'system-ui', sans-serif;
	letter-spacing: .06em;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	vertical-align: bottom;
	border: none;
}
p {
	line-height: 2.0;
	text-align: left;
	text-align: justify;
	vertical-align: top;
	letter-spacing: .06em;
	font-feature-settings: 'palt'1;
	/* font-family: "A1 Gothic R"; */
}
@media (min-width: 920px) {
	a:hover {
		text-decoration: underline;
		opacity: .7;
	}
	a {
		transition: all .3s;
	}
	#codes_mt a:hover {
		opacity: .75;
	}
}
@media (max-width: 919px) {
	#codes_mt a:hover {
		opacity: 1;
	}
	#codes_mt a:active {
		opacity: .75;
	}
	#wrapper_mt {
		font-size: 2.5vw;
	}
}
/* ヘッダー */
#headerbox_mt {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 920px;
	min-height: 40px;
}
#header_mt {
	font-size: 80%;
	float: right;
	width: 40%;
	min-width: 200px;
	margin: 0;
	padding: 15px 15px 15px 0;
	white-space: nowrap;
}
#header_mt ul {
	text-align: right;
}
#header_mt li {
	display: inline-block;
	margin-right: 7px;
}
#header_mt li a {
	padding-bottom: 1px;
}
.clearfix:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix {
	display: block;
}
/*------------------------------------

基本（スマホ）

------------------------------------*/
@media (max-width: 919px) {
	body .pc_mt {
		display: none !important;
	}
	body .sp_mt {
		display: block !important;
	}
	/* ヘッダー */
	#headerbox_mt {
		z-index: auto;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 10px;
		min-height: 12px;
	}
	#header_mt {
		float: none;
		width: auto;
		min-width: 10px;
		padding: 10px 10px 10px 10px;
		white-space: normal;
	}
	#header_mt ul {
		text-align: left;
	}
	#header_mt li {
		font-size: 10px;
		display: inline-block;
		margin: 0;
		padding-right: 5px;
	}
}
@media (max-width: 480px) {
	#header_mt {
		padding: 5px 5px 5px 5px;
	}
	#header_mt li {
		font-size: 8px;
		padding-right: 3px;
	}
}
/*-----------------------------------

タイトル

-----------------------------------*/
#titleArea_mt {
	position: relative;
	/* width: 100%; */
	max-width: 1620px;
	min-height: 920px;
	max-height: 1000px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#titleArea_mt .title_inner_mt h1 {
	position: absolute;
	top: 62px;
	left: 7%;
}
#titleArea_mt .title_inner_mt h1 img {
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.6));
}
img.sub_ttl {
	position: relative;
	margin: -153px -150px 0;
}
@media (min-width: 1000px) {
	#titleArea_mt {
		/* height: 67vw; */
	}
}
@media (min-width: 1200px) {
	#titleArea_mt .title_inner_mt h1 {
		/* right: -10vw; */
	}
	img.sub_ttl {
		position: relative;
		margin: -153px 0 0;
	}
}
@media (max-width: 1200px) {
	#titleArea_mt .title_inner_mt h1 {
		/* right: -25vw; */
	}
}
/* SP */
@media (max-width: 919px) {
	#titleArea_mt {
		height: 97vw;
		min-height: auto;
		background-position: top left -42vw;
		/* padding: 12vw 0 0; */
		background-size: 186%;
	}
	#titleArea_mt .title_inner_mt {}
	#titleArea_mt .title_inner_mt h1 {
		left: 3%;
		top: 7vw;
		width: 55%;
	}
	img.sub_ttl {
		width: 155%;
		margin: -8vw -28vw 0;
	}
}
/*-----------------------------------

メインコンテンツ

-----------------------------------*/
#cons_mt {
	width: 920px;
	margin: 0 auto;
}
/* SP */
@media (max-width: 919px) {
	#cons_mt {
		width: 100%;
		margin: 0 auto;
	}
	img {
		width: 100%;
	}
}
/*------------------------------------

リード

------------------------------------*/
.lead_mt {
	width: 76%;
	margin: 0 auto;
}
.lead_mt img {
	float: left;
	margin: 0 2em 0 0;
}
.lead_mt .lead_ttl {
	font-family: 'Shuei MaruGo B';
	font-size: 215%;
	font-weight: bold;
	display: block;
	float: right;
	width: 62%;
	margin: 1.2em 0 .5em;
	text-align: left;
	color: #354a7a;
}
.lead_mt p {
	font-size: 135%;
	line-height: 1.8;
	float: right;
	width: 61.5%;
	text-align: justify;
	letter-spacing: .1em;
}
/* PC */
@media (min-width: 920px) {}
/* SP */
@media (max-width: 919px) {
	.lead_mt {
		width: 90%;
	}
	.lead_mt img {
		width: 37%;
		margin: 0 0 0 -2vw;
	}
	.lead_mt .lead_ttl {
		width: 100%;
		margin: .7em 0;
		text-align: center;
	}
	.lead_mt p {
		width: 61%;
	}
}
/*------------------------------------

メイン

------------------------------------*/
#main_mt {
	font-size: 135%;
	margin-top: 2em;
}
#main_mt .section {
	margin: 0 -500%;
	padding: 0 500% 6em;
}
/* SP */
@media (max-width: 919px) {
	#main_mt {
		margin-top: 3em;
	}
	#main_mt .section {
		margin: 0 0;
		padding: 0 0 4.5em;
	}
}
/*------------------------------------

もっと見るボタン共通

------------------------------------*/
.hidden_btn {
	font-family: 'Shuei MaruGo B';
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto 1.5em;
	padding: .7em 4em;
	cursor: pointer;
	transition: all .3s;
	color: #354a7a;
	border-radius: 3em;
	background: #9bdadd;
	box-shadow: 0 3px 0 0 #354a7a;
}
.hidden_btn::before {
	display: block;
	content: '';
}
.hidden_btn::after {
	position: absolute;
	top: calc(50% - .15em);
	right: 1.8em;
	display: block;
	content: '';
	transition: all .3s;
	transform: rotate(-180deg);
	border-top: .5em solid #354a7a;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
}
.hidden_btn.close_mt::after {
	transform: rotate(0deg);
}
.hidden_box {
	width: 90%;
	margin: 0 auto;
}
.hidden_box > p {
	margin: 0 auto 2em;
}
/* PC */
@media (min-width: 920px) {
	.hidden_btn:hover {
		opacity: .7;
	}
}
/* SP */
@media (max-width: 919px) {
	.hiddenbox {}
	.hidden_btn {
		font-size: 120%;
		width: 90vw;
		padding: .7em 2.5em;
	}
	.hidden_btn.close_mt {}
	.hidden_btn::before {}
	.hidden_btn::after {}
	.hidden_btn.close_mt::after {}
	.hidden_box {}
	.hidden_box > p {}
	.hidden_box.close_mt {}
}
/*------------------------------------

アドバイス

------------------------------------*/
.hiddenbox.advice_box {
	margin-bottom: 3em;
}
.hiddenbox.advice_box .hidden_btn {
	margin-bottom: 0.5em;
	background-image: linear-gradient(60deg, #f494a1, #f8d3d8 50%, #f494a1);
}
.hiddenbox.advice_box .hidden_box {
	background-image:
		url('../images/advice_bg.png'), url('../images/advice_head.png'), url('../images/advice_foot.png'), url('../images/advice_01.png'), url('../images/advice_02.png'), url('../images/advice_03.png'), url('../images/advice_04.png');
	background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: center, top 0px left 2%, bottom 0% right 0%, top 10% right, top 30% left, top 50% right, top 75% left;
	width: 80%;
	padding: 6em 15%;
	margin: 0 -5%;
}
.hiddenbox.advice_box .hidden_box img{}
.advice_ttl {
	text-align: center;
	font-family: 'Shuei MaruGo B';
	color: #e34d5c;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 180%;
	margin: 0 0 0.6em;
}
.advice_ttl::before, .advice_ttl::after {
	display: block;
	width: 1px;
	height: 2em;
	margin: 0 1.0em .2em;
	content: '';
	transform: rotate(-35deg);
	vertical-align: middle;
	border-left: 1px solid #e34d5c;
}
.advice_ttl::after {
	transform: rotate(35deg);
}
@media (max-width: 919px) {
	/* SP */
.hiddenbox.advice_box {
}
.hiddenbox.advice_box .hidden_btn {font-size: 138%;}
.hiddenbox.advice_box .hidden_box {
	background-size: 100vw, 
 51vw, 
 60vw,
 17vw, 
 13vw,
 13vw, 
 17vw;
	padding: 3em 15%;
	width: 75%;
	margin: 0 -2.5%;
	background-position: center, top 0px left 5%, bottom 0% right 13%, top 10% right 0%, top 27.5% left, top 50% right, top 75% left -3%;
}
	.hiddenbox.advice_box .hidden_box img{width: 120%;margin: 0 -10%;}
.advice_ttl {font-size: 116%;}
.advice_ttl::before, .advice_ttl::after {
}
.advice_ttl::after {
}
}
/*------------------------------------

商品詳細共通

------------------------------------*/
.detail_mt {
	overflow: hidden;
	width: 90%;
	margin: 3em auto;
	padding: 2.5em 0;
	border-radius: 2em;
	background: #fff;
}
#c03_mt .detail_mt {
	margin: 1em auto;
}
.detail_mt a {
	text-decoration: none;
}
.detail_mt .detail_inner_mt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail_mt .detail_photo {
	order: 1;
}
.detail_mt .detail_photo img {
	margin-right: -1em;
}
.detail_spec {
	text-align: left;
}
.detail_spec * {
	font-weight: bold;
}
.detail_spec img {
	display: block;
	margin-left: -1.5em;
}
.detail_spec .name {
	font-size: 110%;
}
.detail_spec .big {
	font-size: 185%;
	line-height: 1.4;
	letter-spacing: .1em;
}
.detail_spec .price {
	display: block;
	margin-top: .4em;
}
.detail_spec .num {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 190%;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}
.detail_spec .red {
	font-size: 140%;
	color: #e34d5c;
}
.entry_btn {
	font-family: 'Shuei MaruGo B';
	font-size: 120%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 1em auto 0;
	padding: .5em 2.5em;
	letter-spacing: .15em;
	color: #fff;
	border-radius: 3em;
	background: #e34d5c;
}
.entry_btn::after {
	position: absolute;
	top: calc(50% - .25em);
	right: 1.0em;
	display: block;
	content: '';
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .4em solid #fff;
}
/* SP */
@media (max-width: 919px) {
	.detail_mt {
		padding: 1.5em 0 2.4em;
	}
	#c03_mt .detail_mt {}
	.detail_mt a {}
	.detail_mt .detail_inner_mt {
		display: block;
	}
	.detail_mt .detail_photo {
		width: 84%;
		margin: 0 auto;
	}
	.detail_mt .detail_photo img {
		margin: 0;
	}
	.detail_spec {
		display: inline-block;
		margin-top: 1em;
	}
	.detail_spec * {}
	.detail_spec img {
		width: 75vw;
		margin: 0 -1.8em;
	}
	.detail_spec .name {}
	.detail_spec .big {}
	.detail_spec .price {}
	.detail_spec .num {}
	.detail_spec .red {}
	.entry_btn {
		width: 100%;
	}
	.entry_btn::after {}
}
/*------------------------------------

プロフィール

------------------------------------*/
.prof_ff {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto 2em;
	padding: 1.0em 3em;
	text-align: center;
	border-radius: 2em;
	background: #fff;
}
.prof_inner {
	display: flex;
	color: #354a79;
	align-items: center;
	justify-content: center;
}
.prof_inner > img {
	display: block;
	margin-bottom: .3em;
	border-radius: 50%;
}
.prof_inner .text {
	font-family: 'Shuei MaruGo B';
	margin-left: 1.5em;
	text-align: left;
}
.prof_inner .text .name {
	line-height: 1.5;
	margin-bottom: .4em;
}
.prof_inner .text a {
	display: inline-block;
	margin: .2em;
}
.prof_ff p {
	font-size: 116%;
	line-height: 1.5;
}
.prof_ff p a {
	display: inline-block;
	margin-top: .6em;
}
a.prof_link {
	display: inline-block;
	/* color: #7a4c56; */
	margin: .4em 0 0;
}
a.prof_link::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	content: '';
	background-image: url('../images/prof_window.png');
	background-size: contain;
}
.prof_ff .main {
	font-size: 170%;
	letter-spacing: .05em;
}
.prof_ff .min {
	font-size: 90%;
}
/* PC */
@media (min-width: 920px) {}
/* SP */
@media (max-width: 919px) {
	.kansyu_ff {
		font-size: 128%;
	}
	.prof_ff {
		font-size: 75%;
		width: 91%;
		margin-top: 4em;
		padding: 1em 2em;
	}
	.prof_inner {}
	.prof_inner > img {
		width: 26%;
	}
	.prof_ff p {
		font-size: 125%;
	}
	.prof_ff p a {
		display: inline-block;
		width: 3em;
		vertical-align: middle;
	}
	a.prof_link {
		font-size: 125%;
		line-height: 1.5;
		margin: 1em 0 0;
	}
	.prof_inner .text {}
	.prof_inner .text .name {}
	.prof_inner .text a {
    width: 3.5em;
}
	.prof_inner > a {}
	a.prof_link::after {}
	.prof_ff .main {}
	.prof_ff .min {}
}
/*------------------------------------

c01

------------------------------------*/
#c01_mt {
	background: linear-gradient(#e6f6f6, 50%, #e4e5ff);
}
#c01_mt .onayami {
	display: flex;
	padding: 3em 0;
	align-items: center;
	justify-content: center;
}
#c01_mt .onayami img:nth-child(1) {
	margin: 1em -3em 0 0;
}
/* ホロスコープとは */
.horoscope {
	width: 90%;
	margin: 0 auto;
}
.horoscope .ttl {
	display: flex;
	margin: 2em 0 2em;
	align-items: center;
	justify-content: center;
}
.horoscope .ttl img {
	margin-right: 1.5em;
}
.horoscope .ttl .text {
	font-family: 'Shuei MaruGo B';
	font-size: 180%;
	font-weight: bold;
	color: #3a4a76;
}
.horoscope > p {
	margin: 0 auto 3em;
}
/* 「占星術」と「12星座占い」 */
#c01_mt .hidden_btn::before {
	position: absolute;
	top: -1.3em;
	left: 1em;
	display: inline-block;
	width: 3em;
	height: 4em;
	content: '';
	background-image: url(../images/c01_04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
ul.chigai {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
ul.chigai li {
	width: 47%;
}
ul.chigai li .ttl {
	font-family: 'Shuei MaruGo B';
	font-size: 160%;
	font-weight: bold;
	margin: 0 auto .2em;
	letter-spacing: .1em;
	color: #354a7a;
}
ul.chigai li.list02 img {
	margin-right: -8em;
}
/* SP */
@media (max-width: 919px) {
	#c01_mt {}
	#c01_mt .onayami {
		display: block;
		padding: 2em 0 0;
	}
	#c01_mt .onayami img {}
	#c01_mt .onayami img:nth-child(1) {
		width: 75%;
		margin: 0 auto;
	}
	#c01_mt .onayami img:nth-child(2) {
		width: 95%;
		margin: .9em auto 0;
	}
	/* ホロスコープとは */
	.horoscope {}
	.horoscope .ttl {
		display: block;
		margin: 2em auto 1em;
	}
	.horoscope .ttl img {
		width: 22vw;
		margin: 0 0 .5em;
	}
	.horoscope .ttl .text {
		font-size: 132%;
	}
	.horoscope > p {}
	/* 「占星術」と「12星座占い」 */
	#c01_mt .hidden_btn {}
	#c01_mt .hidden_btn::before {
		top: 0;
		left: 1em;
		width: 2.7em;
	}
	#c01_mt .hiddenbox p {
		margin-bottom: 1em;
	}
	ul.chigai {
		display: block;
	}
	ul.chigai li {
		width: 100%;
	}
	ul.chigai li img {
		width: 51%;
	}
	ul.chigai li .ttl {
		font-size: 150%;
	}
	ul.chigai li p {}
	ul.chigai li.list01 {
		/* width: 100%; */
	}
	ul.chigai li.list01 img {}
	ul.chigai li.list02 {}
	ul.chigai li.list02 img {
		margin-right: -24%;
	}
}
/*------------------------------------

コンテンツタイトル共通

------------------------------------*/
.con_title_mt {
	position: relative;
	display: flex;
	min-height: 3.9em;
	margin: 0 -500%;
	padding: 1.5em 500%;
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left 0;
	background-size: 1050px 100%;
	align-items: center;
	justify-content: center;
}
.con_title_mt::before {
	position: absolute;
	top: -68px;
	left: 0;
	display: block;
	width: 100%;
	height: 68px;
	content: '';
	background-image: url(../images/h_head.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.con_title_mt p {
	font-family: 'Shuei MaruGo B';
	font-size: 230%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
/* SP */
@media (max-width: 919px) {
	.con_title_mt {
		margin: 0;
		padding: 1.5em 0;
		background-position: top left 45vw;
		background-size: cover;
	}
	.con_title_mt::before {
		top: -13vw;
		height: 13vw;
	}
	.con_title_mt p {
		font-size: 168%;
	}
}
/*------------------------------------

c02

------------------------------------*/
#main_mt #c02_mt {
	margin: 0 -500%;
	padding: 0 500% 0;
}
#c02_mt > .inner {
	position: relative;
	padding: 3em 0 7em;
}
#c02_mt > .inner::before, #c02_mt > .inner::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -50%;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url('../images/bg_ashirai01.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
}
#c02_mt > .inner::after {
	top: auto;
	right: auto;
	bottom: -20px;
	left: -50%;
	background-image: url('../images/bg_ashirai02.jpg');
	background-position: bottom left;
}
#c02_mt .sub_section {
	margin: 0 auto 3em;
}
#c02_mt .sub_section.c02_c01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#c02_mt .sub_section.c02_c01 .inner *:nth-child(1) {
	position: relative;
	display: block;
	float: right;
	margin: 2em -108px 1em -100px;
}
#c02_mt .sub_section.c02_c01 .inner *:nth-child(2) {
	position: relative;
	display: block;
	float: left;
}
#c02_mt .sub_section.c02_c01 .inner *:nth-child(3) {
	float: right;
	width: 54%;
	margin-right: 3%;
}
#c02_mt .sub_section.c02_c01 > *:last-child {
	margin-right: -125px;
}
#c02_mt .sub_section.c02_c02 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#c02_mt .sub_section.c02_c02 div {
	width: 50%;
	order: 1;
}
#c02_mt .sub_section.c02_c02 div *:nth-child(1) {
	margin: 1em 0 1em -1.2em;
}
ul.seiza_list {
	margin-bottom: 3em;
	border-bottom: 1px solid #354a7a;
	background: #fff;
}
ul.seiza_list li {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
ul.seiza_list li:nth-child(2n - 1) {
	background: url(../images/letter_bg.jpg) repeat;
}
ul.seiza_list li.list_head span {
	font-family: 'Shuei MaruGo B';
	font-size: 150%;
	font-weight: bold;
	color: #354a7a;
}
ul.seiza_list li.list_head span.keyword {
	text-align: center;
}
ul.seiza_list li span {
	display: flex;
	box-sizing: border-box;
	padding: .3em;
	border: 1px solid #354a7a;
	border-bottom: none;
	align-items: center;
	justify-content: center;
}
ul.seiza_list li span.name {
	width: 24%;
	border-right: none;
}
ul.seiza_list li span.keyword {
	width: 76%;
	padding: .6em 1em;
	text-align: left;
}
/* SP */
@media (max-width: 919px) {
	#main_mt #c02_mt {}
	#c02_mt > .inner {
		padding: 2em 0 4em;
	}
	#c02_mt > .inner::before, #c02_mt > .inner::after {
		right: 0;
		background-position: top right -50vw;
		background-size: 130vw;
	}
	#c02_mt > .inner::after {
		right: auto;
		left: 0;
		background-position: bottom left -50vw;
	}
	#c02_mt .sub_section {
		width: 90%;
	}
	#c02_mt .sub_section img.ttl {}
	#c02_mt .sub_section p {}
	#c02_mt .sub_section.c02_c01 {
		display: block;
	}
	#c02_mt .sub_section.c02_c01 .inner {}
	#c02_mt .sub_section.c02_c01 .inner *:nth-child(1) {
		float: none;
		width: 90vw;
		margin: 0 auto;
	}
	#c02_mt .sub_section.c02_c01 .inner *:nth-child(2) {
		width: 31%;
		margin: .7em 0 0;
	}
	#c02_mt .sub_section.c02_c01 .inner *:nth-child(3) {
		width: 63%;
		margin: 1.5em 0 0;
	}
	#c02_mt .sub_section.c02_c01 > *:last-child {
		clear: both;
		width: 85%;
		margin: 1em auto 0;
	}
	#c02_mt .sub_section.c02_c02 {
		display: block;
	}
	#c02_mt .sub_section.c02_c02 div {
		width: 100%;
	}
	#c02_mt .sub_section.c02_c02 div *:nth-child(1) {
		margin: 0 auto;
	}
	#c02_mt .sub_section.c02_c02 div *:nth-child(2) {
		width: 94%;
		margin: .8em auto;
	}
	#c02_mt .sub_section.c02_c02 img:last-child {
		width: 90%;
	}
	ul.seiza_list {}
	ul.seiza_list li {}
	ul.seiza_list li:nth-child(2n - 1) {}
	ul.seiza_list li.list_head {}
	ul.seiza_list li.list_head span {
		font-size: 100%;
	}
	ul.seiza_list li.list_head span.name {}
	ul.seiza_list li.list_head span.keyword {}
	ul.seiza_list li span {}
	ul.seiza_list li span.name {}
	ul.seiza_list li span.name img {}
	ul.seiza_list li span.keyword {
		font-size: 90%;
	}
}
/*------------------------------------

c03

------------------------------------*/
#c03_mt {
	background: linear-gradient(#fbe8eb, 50%, #e4e5ff);
}
ul.month_list {
	width: 90%;
	margin: 3.5em auto;
	padding: 1em 0;
	background: #fff;
}
ul.month_list li {
	position: relative;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 1.3em 1em 1.3em;
	text-align: left;
	border-bottom: 1px solid #354a7a;
}
ul.month_list li:not(:last-child)::before {
	position: absolute;
	bottom: -.8em;
	left: 0;
	display: block;
	width: 100%;
	height: 1.3em;
	content: '';
	background-image: url(../images/list_arrow.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
ul.month_list li:last-child {
	border-bottom: none;
}
ul.month_list li .month img {
	margin: 0 0 .3em -.5em;
}
ul.month_list li .ttl {
	font-family: 'Shuei MaruGo B';
	font-size: 150%;
	font-weight: bold;
	margin-bottom: .2em;
	color: #354a7a;
}
ul.month_list li p {
	line-height: 1.7;
	color: #354a7a;
}
ul.month_list li .ashirai {
	position: absolute;
}
ul.goods_list {
	display: flex;
	width: 93%;
	margin: 1em auto;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.goods_list li {
	display: flex;
	width: 31%;
	margin: .3em 0;
	align-items: center;
	justify-content: left;
}
ul.goods_list li:nth-child(3n) {
	width: 35%;
}
ul.goods_list li .num {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	display: flex;
	box-sizing: border-box;
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	padding-top: .2em;
	color: #fff;
	border-radius: 50%;
	background: #354a79;
	align-items: center;
	justify-content: center;
}
ul.goods_list li p {
	font-family: 'Shuei MaruGo B';
	font-weight: bold;
	color: #354a79;
}
.detail_sub {
	font-family: 'Shuei MaruGo B';
	font-size: 160%;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 2em;
	letter-spacing: .05em;
	color: #354a79;
}
/* PC */
@media (min-width: 920px) {
	ul.month_list li .ashirai01 {
		top: 10%;
		right: 5%;
	}
	ul.month_list li .ashirai02 {
		right: 18%;
		bottom: -10%;
	}
	ul.month_list li .ashirai03 {
		top: 10%;
		right: -1%;
	}
	ul.month_list li .ashirai04 {
		top: -20%;
		right: 12%;
	}
	ul.month_list li .ashirai05 {
		right: 18%;
		bottom: -10%;
	}
	ul.month_list li .ashirai06 {
		top: 39%;
		right: -2%;
	}
	ul.month_list li .ashirai07 {
		right: 8%;
		bottom: -19%;
	}
	ul.month_list li .ashirai08 {
		right: 18%;
		bottom: -15%;
	}
	ul.month_list li .ashirai09 {
		top: 8%;
		right: 3%;
	}
}
/* SP */
@media (max-width: 919px) {
	#c03_mt {}
	#c03_mt .sub_section {}
	#c03_mt .c03_c01 {
		margin-bottom: 4em;
	}
	ul.month_list {
		margin: 2.5em auto;
		padding: .5em 0 1em;
	}
	ul.month_list li {
		padding: 1.9em 1em 1.9em;
	}
	ul.month_list li:not(:last-child)::before {}
	ul.month_list li:last-child {}
	ul.month_list li .month {
		width: 25%;
		margin: 0 auto;
	}
	ul.month_list li .month img {
		margin: 0;
	}
	ul.month_list li .ttl {
		font-size: 124%;
		line-height: 1.4;
		margin: .4em 0 .2em;
		text-align: center;
	}
	ul.month_list li p {}
	ul.month_list li .ashirai {
		width: 15vw;
	}
	ul.month_list li .ashirai01 {
		top: 2%;
		left: -15%;
	}
	ul.month_list li .ashirai02 {
		right: -14%;
		bottom: -14%;
	}
	ul.month_list li .ashirai03 {
		top: -8%;
		left: -4%;
	}
	ul.month_list li .ashirai04 {
		top: -12%;
		right: 4%;
	}
	ul.month_list li .ashirai05 {
		bottom: 49%;
		left: -13%;
	}
	ul.month_list li .ashirai06 {
		top: 8%;
		right: -2%;
	}
	ul.month_list li .ashirai07 {
		right: 8%;
		bottom: -19%;
	}
	ul.month_list li .ashirai08 {
		bottom: -18%;
		left: 1%;
	}
	ul.month_list li .ashirai09 {
		top: 8%;
		right: 3%;
	}
	#c03_mt .c03_c02 {}
	#c03_mt .c03_c02 > img {
		width: 106%;
		margin: 0 -3%;
	}
	ul.goods_list {
		font-size: 84%;
		width: 90%;
	}
	ul.goods_list li {
		width: 48% !important;
		margin: .4em 0;
	}
	ul.goods_list li:nth-child(3n) {}
	ul.goods_list li .num {}
	ul.goods_list li p {
		line-height: 1.4;
		width: 81%;
	}
	.detail_sub {
		font-size: 126%;
	}
}
/*------------------------------------

c04

------------------------------------*/
#c04_mt, #c06_mt {
	background: url(../images/letter_bg.jpg) repeat;
}
.letter {
	position: relative;
}
.letter p {
	line-height: 2.2;
}
.letter p span.marker {
	background: rgba(227, 77, 92, .2);
}
.letter .letter_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.letter .miraimiku-san {
	display: inline-block;
	margin: 1em;
}
.letter .miraimiku-san img {
	display: block;
	margin-bottom: .3em;
	border: 2px solid #fff;
	border-radius: 50%;
}
.letter .miraimiku-san span {
	font-family: 'Shuei MaruGo L';
	line-height: 1.2;
	color: #354a79;
}
.letter .miraimiku-san span .min {
	font-size: 80%;
}
.letter .letter_ttl p {
	font-family: 'Shuei MaruGo B';
	font-size: 180%;
	font-weight: bold;
	line-height: 1.7;
	display: block;
	margin: 0 1em;
	text-align: center;
	text-decoration: underline;
	color: #354a79;
	text-decoration-thickness: 1px;
	text-underline-offset: .3em;
}
.letter .letter_ttl img:last-child {
	margin-top: -32px;
}
.letter ul {
	width: 90%;
	margin: 0 auto;
}
.letter ul li {
	display: flex;
	margin: 2em 0;
	justify-content: space-between;
	align-items: center;
}
.letter ul li:first-child {
	margin-top: 1em;
}
.letter ul li.text_right p {
	margin-left: 2em;
	order: 1;
}
.letter ul li.text_left p {
	margin-right: 2em;
}
.letter ul li.text_max {
	display: block;
}
.letter ul li.text_max img {
	margin-top: 2em;
}
/* SP */
@media (max-width: 919px) {
	#c04_mt, #c06_mt {}
	.letter {}
	.letter p {
		margin: 1em 0 !important;
	}
	.letter p span.marker {}
	.letter .letter_ttl {
		/* display: block; */ /* flex-wrap: wrap; */
	}
	.letter .miraimiku-san {
		font-size: 79%;
		width: 15vw;
		margin-bottom: 0;
	}
	.letter .miraimiku-san img {}
	.letter .miraimiku-san span {}
	.letter .miraimiku-san span .min {
		display: block;
	}
	.letter .letter_ttl p {
		font-size: 124%;
		margin: 0 4% !important;
	}
	.letter .letter_ttl img:last-child {
		/* display: none; */ width: 23%;
		margin: -5vw -3vw 0;
	}
	.letter ul {
		margin: 1.5em auto 0;
	}
	.letter ul li {
		display: block;
	}
	.letter ul li:first-child {}
	.letter ul li img {
		width: auto;
		height: 58vw;
	}
	.letter ul li.text_right {}
	.letter ul li.text_right p {}
	.letter ul li.text_right img {}
	.letter ul li.text_left {}
	.letter ul li.text_left p {}
	.letter ul li.text_left img {}
	.letter ul li.text_max {}
	.letter ul li.text_max p {}
	.letter ul li.text_max img {
		margin-top: 0;
	}
}
/*------------------------------------

c05

------------------------------------*/
#c05_mt {
	color: #354a86;
	background: linear-gradient(#fbe8eb, 50%, #e4e5ff);
}
#c05_mt .con_title_mt span {
	font-size: 53%;
	display: block;
	margin-bottom: .2em;
}
#c05_mt .con_title_mt span::before, #c05_mt .con_title_mt span::after {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 1.0em .2em;
	content: '';
	transform: rotate(-35deg);
	vertical-align: middle;
	border-left: 1px solid #fff;
}
#c05_mt .con_title_mt span::after {
	transform: rotate(35deg);
}
.tatoeba {
	display: flex;
	margin: 2em auto 0;
	justify-content: center;
	align-items: center;
}
.tatoeba img {
	margin-right: 2em;
}
.tatoeba div {
	font-size: 110%;
	text-align: left;
}
.tatoeba .blue_box {
	font-size: 110%;
	padding: .2em .7em;
	color: #fff;
	border-radius: 2em;
	background: #354a7a;
}
.tatoeba .name {
	font-family: 'Shuei NijimiMin L';
	font-size: 160%;
	font-weight: bold;
	display: block;
	margin: .1em 0;
	letter-spacing: .1em;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: subpixel-antialiased;
}
.yomitoki {
	width: 90%;
	margin: 2em auto 2em;
	padding: 1em 0 3em;
	border-bottom: 1px dotted #354a7a;
}
.yomitoki_ttl {
	font-size: 200%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yomitoki_ttl .num {
	margin-right: .3em;
}
.yomitoki_ttl p {
	font-family: 'Shuei NijimiMin L';
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* 01「本来の自分」 */
.yomitoki01 .yomitoki_ttl {
	float: right;
	width: 72%;
	margin: .5em 0 .5em 0;
	justify-content: flex-start;
}
.yomitoki01 .yomitoki_box01 img {
	float: left;
}
.yomitoki01 .yomitoki_box01 > p {
	float: right;
	width: 70%;
}
.yomitoki01 .yomitoki_box02 .ttl {
	font-family: 'Shuei NijimiMin L';
	font-size: 172%;
	font-weight: bold;
	display: block;
	margin-top: 2em;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: subpixel-antialiased;
}
.yomitoki01 .yomitoki_box02 ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.yomitoki01 .yomitoki_box02 ul li {
	width: 44%;
	margin: 0 3%;
}
.yomitoki01 .yomitoki_box02 ul.image {
	margin-top: -1.5em;
	margin-bottom: .5em;
}
.yomitoki01 .yomitoki_box02 ul.image li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yomitoki01 .yomitoki_box02 ul.image li:nth-child(2) img:nth-child(2) {
	margin-left: -1.8em;
}
.yomitoki01 .yomitoki_box03 {
	margin: 2.5em auto 1em;
}
.yomitoki01 .yomitoki_box03 p {
	font-family: 'Shuei NijimiMin L';
	font-size: 160%;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	letter-spacing: .15em;
	/* text-decoration: underline; */
	/* text-decoration-thickness: 0.8em; */
	/* text-underline-offset: -0.4em; */
	/* text-decoration-color: #FFF; */
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: subpixel-antialiased;
}
.yomitoki01 .yomitoki_box03 p span {
	padding-bottom: .1em;
	background: linear-gradient(transparent 50%, #fff 50%);
}
/* 02「未来のヒント」 */
.yomitoki02 .yomitoki_ttl {
	margin-bottom: .6em;
}
.yomitoki02 .yomitoki_box01 > *:nth-child(1) {
	float: left;
	border: 6px solid #fff;
}
.yomitoki02 .yomitoki_box01 > *:nth-child(2) {
	float: right;
	width: 61%;
}
.yomitoki02 .yomitoki_box01 > *:nth-child(3) {
	display: block;
	float: right;
	margin: 0 6%;
}
.yomitoki02 .yomitoki_box01 > *:nth-child(4) {
	display: inline-block;
	clear: both;
	margin: 1em auto;
}
/* 03 周りの人との関係 */
.yomitoki03 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.yomitoki03 .yomitoki_ttl > img {
	margin: -1em 0 -1em 2em;
}
.yomitoki03 .yomitoki_box01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yomitoki03 .yomitoki_box01 > *:nth-child(2) {
	width: 53%;
	margin: 0 4%;
}
/* SP */
@media (max-width: 919px) {
	#c05_mt {}
	#c05_mt .con_title_mt span {
		font-size: 75%;
	}
	#c05_mt .con_title_mt span::before, #c05_mt .con_title_mt span::after {}
	#c05_mt .con_title_mt span::after {}
	.tatoeba {}
	.tatoeba img {
		width: 32%;
		margin-right: 5%;
	}
	.tatoeba div {
		font-size: 100%;
	}
	.tatoeba .blue_box {}
	.tatoeba .name {
		font-size: 123%;
	}
	.tatoeba .min {}
	.yomitoki {
		margin: 1em auto 2em;
	}
	.yomitoki p {
		line-height: 1.9;
	}
	.yomitoki_ttl {
		font-size: 140%;
	}
	.yomitoki_ttl .num {
		width: 2.6em;
	}
	.yomitoki_ttl p {
		line-height: 1.5;
	}
	/* 01「本来の自分」 */
	.yomitoki01 {}
	.yomitoki01 .yomitoki_ttl {
		width: 100%;
	}
	.yomitoki01 .yomitoki_ttl p {}
	.yomitoki01 .yomitoki_box01 {}
	.yomitoki01 .yomitoki_box01 > img {
		float: none;
		width: 45%;
		margin: 0 auto;
	}
	.yomitoki01 .yomitoki_box01 > p {
		float: none;
		width: 90%; /* line-height: 1.9; */
		margin: 1em auto 0;
	}
	.yomitoki01 .yomitoki_box02 {}
	.yomitoki01 .yomitoki_box02 .ttl {
		font-size: 140%;
	}
	.yomitoki01 .yomitoki_box02 ul {}
	.yomitoki01 .yomitoki_box02 ul li {}
	.yomitoki01 .yomitoki_box02 ul.image {
		margin: 0;
	}
	.yomitoki01 .yomitoki_box02 ul.image li {
		flex-wrap: wrap;
	}
	.yomitoki01 .yomitoki_box02 ul.image li img {}
	.yomitoki01 .yomitoki_box02 ul.image li:nth-child(1) img:nth-child(1) {
		order: 1;
	}
	.yomitoki01 .yomitoki_box02 ul.image li:nth-child(1) img:nth-child(2), .yomitoki01 .yomitoki_box02 ul.image li:nth-child(2) img:nth-child(1) {
		width: 74%;
	}
	.yomitoki01 .yomitoki_box02 ul.image li:nth-child(2) img:nth-child(2) {
		margin: 0;
	}
	.yomitoki01 .yomitoki_box02 ul.txt {}
	.yomitoki01 .yomitoki_box02 ul.txt li {}
	.yomitoki01 .yomitoki_box02 ul.txt li p {
		line-height: 1.7;
	}
	.yomitoki01 .yomitoki_box03 {}
	.yomitoki01 .yomitoki_box03 p {
		font-size: 125%;
	}
	/* 02「未来のヒント」 */
	.yomitoki02 {}
	.yomitoki02 .yomitoki_ttl {
		margin-bottom: .9em;
	}
	.yomitoki02 .yomitoki_ttl p {}
	.yomitoki02 .yomitoki_box01 {}
	.yomitoki02 .yomitoki_box01 > *:nth-child(1) {
		width: 38%;
		margin-top: .5em;
		border-width: 3px;
	}
	.yomitoki02 .yomitoki_box01 > *:nth-child(2) {
		width: 55%;
	}
	.yomitoki02 .yomitoki_box01 > *:nth-child(3) {
		display: inline-block;
		float: none;
		clear: both;
		width: 90%;
		margin: 1em auto 0;
	}
	.yomitoki02 .yomitoki_box01 > *:nth-child(4) {}
	/* 03 周りの人との関係 */
	.yomitoki03 {}
	.yomitoki03 .yomitoki_ttl {
		flex-wrap: wrap;
	}
	.yomitoki03 .yomitoki_ttl p {}
	.yomitoki03 .yomitoki_ttl > img {
		width: 55%;
		margin: 1em 46% 1em 0;
	}
	.yomitoki03 .yomitoki_box01 {
		display: block;
	}
	.yomitoki03 .yomitoki_box01 > *:nth-child(1) {
		width: 40vw;
		margin: -40vw 0 0 050vw;
	}
	.yomitoki03 .yomitoki_box01 > *:nth-child(2) {
		width: 90%;
		margin: 1em auto 0;
	}
}
/*------------------------------------

c06

------------------------------------*/
#main_mt #c06_mt {
	padding-bottom: 4em;
}
#c06_mt .letter {
	margin-bottom: 4em;
}
/* SP */
@media (max-width: 919px) {
	#main_mt #c06_mt {}
	#c06_mt .letter {
		margin-bottom: 0;
	}
}
/*------------------------------------

c07

------------------------------------*/
.loopSlide {
	display: flex;
	width: 100%;
	height: 410px;
	background: #d8e2e9;
	justify-content: flex-start;
}
.loopSlide img {
	width: auto;
	height: 100%;
}
.loopSlide.on img:nth-child(-n + 6) {
	animation: slide1 180s -90s linear infinite;
}
.loopSlide.on img:nth-child(n + 7) {
	animation: slide2 180s 0s linear infinite;
}
@keyframes slide1 {
	0% {
		transform: translateX(600%);
	}
	to {
		transform: translateX(-600%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-1200%);
	}
}
/* SP */
@media (max-width: 919px) {
	#c07_mt {}
	.loopSlide {
		height: 44vw;
	}
	.loopSlide img {}
}
/*------------------------------------

バナーエリア

------------------------------------*/
.bnrArea_mt {
	max-width: 920px;
	margin: 6em auto 20px;
}
.bnr_ttl {
	position: relative;
	text-align: center;
}
.bnr_ttl::before {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	content: '';
	text-align: center;
	border-top: 1px solid #00588a;
}
.bnr_ttl span {
	font-family: 'Shuei MaruGo B';
	font-size: 220%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	letter-spacing: .2em;
	color: #00588a;
	background: #fff;
}
ul.osusume li {
	display: inline-block;
	width: 100%;
	margin: 20px auto 15px;
	text-align: center;
}
ul.other {
	display: flex;
	margin-top: 3em;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.other li {
	width: 30%;
	margin-bottom: 2em;
	text-align: center;
}
ul.other li a {
	color: #00588a;
	text-decoration: none;
}
ul.other li a p {
	font-family: 'Shuei MaruGo B';
	font-size: 165%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: .5em;
	text-align: center;
}
ul.other .spec {
	font-size: 130%;
	line-height: 1.6;
	display: block;
	margin: .7em 0;
	text-align: left;
	text-decoration: underline;
	color: #383636;
}
ul.other .spec .tax {
	font-size: 85%;
}
/* SP */
@media (max-width: 919px) {
	.bnrArea_mt {}
	.bnr_ttl {}
	.bnr_ttl::before {}
	.bnr_ttl span {
		font-size: 175%;
	}
	ul.osusume li {
		width: 90%;
		margin: 10px auto;
	}
	ul.other {
		width: 90%;
		margin: 3em auto 0;
	}
	ul.other .ttl {}
	ul.other .ttl::before {}
	ul.other .ttl span {
		font-size: 210%;
	}
	ul.other li {
		width: 46%;
	}
	ul.other li a {}
	ul.other li a p {
		font-size: 134%;
	}
	ul.other .spec {
		font-size: 130%;
	}
}
/*------------------------------------

固定メニュー

------------------------------------*/
.fixdmenu_mt {
	position: absolute;
	z-index: 1;
	top: 1020px;
	left: 0;
	width: 100%;
	height: 0;
}
.fixdmenu_mt .fixed_inner_mt {
	width: 95%;
	max-width: 1405px;
	margin: 0 auto;
}
.fixd_link_mt {
	display: inline-block;
	float: right;
	width: 186px;
}
.fixdmenu_mt .item_link_mt {
	margin-top: 10px;
}
.fixdmenu_mt img {
	float: none;
	margin: 0;
}
.fixdmenu_mt a {
	display: block;
}
@media (min-width: 920px) {
	.fixdmenu_mt {
		bottom: auto !important;
	}
	.fixd_mt {
		position: fixed;
		left: 0;
		display: block;
		width: 100%;
		height: 0;
		padding-top: 0;
	}
	.fixdmenu_mt a:hover {
		opacity: .7;
	}
}
/* SP */
@media (max-width: 919px) {
	.fixdmenu_mt {
		top: auto !important;
		bottom: 27vw;
		position: fixed !important;
	}
	.fixdmenu_mt .fixed_inner_mt {}
	.fixd_link_mt {
		float: left;
		width: 25vw;
		margin-top: 0;
	}
	.fixdmenu_mt .item_link_mt {}
	.fixdmenu_mt img {}
	.fixdmenu_mt a {}
}
/*------------------------------------

	SNS

------------------------------------*/
#sns_mt {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
#sns_mt ul {
	display: flex;
	align-content: flex-start;
	justify-content: center;
}
#sns_mt li {
	width: 30px;
	margin: 5px;
}
#sns_mt li.sp_mt {
	display: none;
}
#sns_mt li a {
	display: block;
	width: 100%;
}
#sns_mt li img {
	width: 100%;
	height: auto;
}
/* SP */
@media (max-width: 919px) {
	#sns_mt li.sp_mt {
		display: inline-block !important;
	}
}
/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop {
	position: relative;
	z-index: 10000;
	display: none;
	width: 100%;
	max-width: 1000px;
	height: 0;
	margin: 0 auto;
}
.pageTop a {
	position: fixed;
	z-index: 10000;
	right: 26px;
	bottom: 22px;
	left: auto;
	display: block;
	width: 100px;
	height: 133px;
	background: url(../images/pagetop.png) no-repeat;
	background-size: contain;
}
@media (min-width: 920px) {
	.pageTop a:hover {
		bottom: 35px;
	}
}
@media (max-width: 919px) {
	.pageTop a {
		right: 2vw;
		bottom: 2vw;
		width: 17vw;
		height: 22vw;
	}
}
/*------------------------------------

フッター調整

------------------------------------*/
#Footer_fca {
	overflow: inherit;
}
#Footer_fca ul {
	margin: 0 -500% 0 !important;
	padding: 25px 500% 15px !important;
}
/*------------------------------------

	animation

------------------------------------*/
#wrapper_mt {
	position: relative;
}
#titleArea_mt::after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	content: '';
	animation: fadeOut 2.0s forwards 1.0s;
	background: linear-gradient(90deg, #fff, 30%, rgba(255, 255, 255, 0), 70%, #fff);
}
#titleArea_mt::before {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	content: '';
	animation: fadeOut 2.0s forwards .5s;
	background: #fff;
}
#titleArea_mt .title_inner_mt {
	animation: fade 2.0s forwards 1.5s;
	opacity: 0;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
.fade_mt {
	opacity: 0;
}
.fade_mt.fadeIn {
	animation: fadeIn 1.5s forwards .1s;
}
.fadeTitle {
	animation: fade 1.5s forwards 2.4s;
	opacity: 0;
}
.fade_top {
	animation: fade 2.0s forwards 3.0s;
	opacity: 0;
}
@keyframes fadeTitle {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-right {
	0% {
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-left {
	0% {
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}