@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Shippori Mincho', serif;
	font-weight: 400;
font-family: 'Shippori Mincho', serif;
	font-weight: 500;
font-family: 'Shippori Mincho', serif;
	font-weight: 700;
*/

/** *********************** **/

.second_title_wrap {
	width: 100%;
	height: 214px;
	background: #282d44 url("../pc_img/regist_mail/main_title_bg.jpg") no-repeat top center;
	background-size: 1800px auto;
}
.second_title {
	width: 100%;
	padding-top: 27px;
}
.second_title h2 {
	width: 149px;
	margin: 0 auto 8px auto;
}
.second_title p {
	width: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

/** *********************** **/

.registcomplete_wrap {
	width: 100%;
	height: 506px;
	background: url("../pc_img/regist_mail/main_bg_02.jpg");
	background-size: cover;
	padding: 62px 0 0 0;
}
.registcomplete_cnt {
	width: 934px;
	background: url("../pc_img/regist_mail/cnt_bg_main.png");
	background-size: 934px auto;
	background-repeat: no-repeat;
	padding: 45px 95px 25px 95px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.registcomplete_cnt::after {
	content: "";
	width: 934px;
	height: 18px;
	background: url("../pc_img/regist_mail/cnt_bg_bottom.png") no-repeat;
	background-size: 934px auto;
	position: absolute;
	bottom: -18px;
	left: 0;
}
.registcomplete_cnt h3 {
	width: 333px;
	height: 77px;
	background: url("../pc_img/regist_mail/cnt_title_02.png") no-repeat;
	background-size: 333px 77px;
	text-indent: -9876px;
	margin: 0 auto 20px auto;
}
.registcomplete_cnt p {
	font-size: 21px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}
.registcomplete_cnt div {
	width: 106px;
	margin: 0 auto;
}

/** *********************** **/

.benefit_wrap {
	width: 100%;
	background: url("../pc_img/regist_mail/main_bg_03.jpg");
	background-size: 1800px auto;
}
.benefit_cnt {
	width: 1038px;
	margin: 0 auto;
	padding: 84px 0 95px 0;
	position: relative;
	text-align: center;
}
.benefit_cnt h3 {
	width: 467px;
	height: 68px;
	background: url("../pc_img/regist_mail/cnt_title_03.png") no-repeat;
	background-size: 467px 68px;
	text-indent: -9876px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -233px;
}
.benefit_cnt dl {
	margin-bottom: 55px;
	text-align: center;
}
.benefit_cnt dt {
	width: 596px;
	height: 76px;
	background: url("../pc_img/regist_mail/cnt_txt_02.png") no-repeat;
	background-size: 596px 76px;
	text-indent: -9876px;
	margin: 0 auto 20px auto;
}
.benefit_cnt dd {
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

/* exe Creed */

.cnt_02_01 {
	width: 1038px;
	background: #000 url("../pc_img/index/cnt_02_01_bg.png") no-repeat top center;
	background-size: 1039px auto;
	border: 1px solid #b99254;
	position: relative;
	padding: 50px 63px 110px 63px;
	margin-bottom: 35px;
}
.cnt_02_01::before {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	position: absolute;
	top: 6px;
	left: 6px;
}
.cnt_02_01::after {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	transform:rotate(180deg); 
	position: absolute;
	bottom: 6px;
	left: 6px;
}
.cnt_02_01 h4 {
	width: 179px;
	margin: 0 auto 35px auto;
}
.cnt_02_01 li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 313px;
	margin-right: 15px;
	position: relative;
}
.cnt_02_01 li:nth-of-type(5) {
	margin-right: 0;
}
.cnt_02_01 li:nth-of-type(1) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_01.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(1) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_01_on.png") no-repeat;
}
.cnt_02_01 li:nth-of-type(1) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_01_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(2) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_02.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(2) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_02_on.png") no-repeat;
}
.cnt_02_01 li:nth-of-type(2) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_02_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(3) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_03.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(3) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_03_on.png") no-repeat;
}
.cnt_02_01 li:nth-of-type(3) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_03_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(4) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_04.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(4) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_04_on.png") no-repeat;
}
.cnt_02_01 li:nth-of-type(4) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_04_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(5) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_05.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_01 li:nth-of-type(5) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_05_on.png") no-repeat;
}
.cnt_02_01 li:nth-of-type(5) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_05_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}


/* Gem Cuddle */

.cnt_02_02 {
	width: 1038px;
	background: #fff url("../pc_img/index/cnt_02_02_bg.png") no-repeat top center;
	background-size: 1039px auto;
	border: 1px solid #b99254;
	position: relative;
	padding: 50px 63px 110px 63px;
	margin-bottom: 35px;
}
.cnt_02_02::before {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	position: absolute;
	top: 6px;
	left: 6px;
}
.cnt_02_02::after {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	transform:rotate(180deg); 
	position: absolute;
	bottom: 6px;
	left: 6px;
}
.cnt_02_02 h4 {
	width: 294px;
	margin: 0 auto 44px auto;
}
.cnt_02_02 li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 313px;
	margin-right: 15px;
	position: relative;
}
.cnt_02_02 li:nth-child(3n) {
	margin-right: 0;
}
.cnt_02_02 li:nth-of-type(1) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_06.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_02 li:nth-of-type(1) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_06_on.png") no-repeat;
}
.cnt_02_02 li:nth-of-type(1) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_06_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_02 li:nth-of-type(2) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_07.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_02 li:nth-of-type(2) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_07_on.png") no-repeat;
}
.cnt_02_02 li:nth-of-type(2) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_07_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}
.cnt_02_02 li:nth-of-type(3) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_08.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_02 li:nth-of-type(3) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_08_on.png") no-repeat;
}
.cnt_02_02 li:nth-of-type(3) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_08_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}

/* 関係者 */

.cnt_02_03 {
	width: 1038px;
	background: #fff url("../pc_img/index/cnt_02_03_bg.png") no-repeat top center;
	background-size: 1039px auto;
	border: 1px solid #b99254;
	position: relative;
	padding: 50px 63px 110px 63px;
	margin-bottom: 45px;
}
.cnt_02_03::before {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	position: absolute;
	top: 6px;
	left: 6px;
}
.cnt_02_03::after {
	content: "";
	width: 1025px;
	height: 21px;
	background: url("../pc_img/index/cnt_02_list_bg.png") no-repeat;
	background-size: 1025px auto;
	transform:rotate(180deg); 
	position: absolute;
	bottom: 6px;
	left: 6px;
}
.cnt_02_03 h5 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1;
	margin: 0 auto 36px auto;
}
.cnt_02_03 li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 313px;
	position: relative;
}
.cnt_02_03 li:nth-of-type(1) .audio_btn {
	background: url("../pc_img/regist_mail/voice_icn_09.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	transition: all 0.3s ease;
}
.cnt_02_03 li:nth-of-type(1) .audio_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/voice_icn_09_on.png") no-repeat;
}
.cnt_02_03 li:nth-of-type(1) .audio_btn:hover {
	background: url("../pc_img/regist_mail/voice_icn_09_on.png") no-repeat;
	background-size: 100px auto;
	transition: all 0.3s ease;
}

/* ****** */

.audio_btn {
	width: 100%;
	height: 353px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.back_btn {
	width: 349px;
	height: 65px;
	background: url("../pc_img/regist_mail/back_btn.png") no-repeat;
	background-size: 349px 65px;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.back_btn::before {
	content: "";
	background: url("../pc_img/regist_mail/back_btn_on.png") no-repeat;
}
.back_btn:hover {
	background: url("../pc_img/regist_mail/back_btn_on.png") no-repeat;
	background-size: 349px 65px;
	transition: all 0.3s ease;
}
.back_btn a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	position: relative;
}

/** *********************** **/