@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
#gnav .gnav_list li.gnav_special button u::after {
  background-color: #ffffff;
  height: 2px;
}
#gnav .gnav_list li.gnav_special button u::after {
  transform: scale(1, 1);
  height: 2px;
}

/* --------------------------------------------------
contents
-------------------------------------------------- */
.main_in {
  padding-top: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 768px){
.main_in {
    padding-top: 0;
  }
}

.s_ttl{
	height: 60px;
}

.c-heading-l{
	margin-bottom: 40px;
}


/* main_visual
-------------------------------------------------- */
.main_visual {
	padding-bottom: 50px;
	background: #f0f5ff url(../images/charm/mv_bg_sp.jpg) no-repeat center top / 100% auto;
}
.main_visual h2 {
	margin: 25% auto;
	max-width: 50%;
	text-align: center;
}
@media screen and (min-width: 768px){
	.main_visual {
		padding: 30px 0;
		background: #f0f5ff url(../images/charm/mv_bg_pc.jpg) no-repeat center top / 100% auto;
	}
	.main_visual .flex {
		align-items: center;
	}
	.main_visual figure {
		width: 31.4%;
	}
	.main_visual h2 {
		margin: 0 auto;
		width: 37%;
		max-width: 100%;
	}

}

/* sec01
-------------------------------------------------- */
.sec01 {
	background: #f0f5ff;
}
.sec01 ul {
	margin-bottom: -30px;
}
.sec01 li {
	width: 50%;
	text-align: center;
}
.sec01 li:nth-child(2) {
	margin: 0 auto -40px;
	width: 100%;
	order: -1;
}
.sec01 li img {
	max-width: 180px;
}
@media screen and (min-width: 768px){
	.sec01 ul {
		margin: auto;
		max-width: 930px;
	}
	.sec01 li {
		margin-top: 100px;
		width: 33%;
		text-align: center;
	}
	.sec01 li:nth-child(2) {
		margin: -120px auto -40px;
		width: 33%;
		order: 0;
	}
	.sec01 li img {
		max-width: 100%;
	}
}

/* sec02
-------------------------------------------------- */
.sec02 {
	padding: 120px 0 60px;
	background: url(../images/charm/sec02_bg_sp.jpg) no-repeat center top / cover;
	color: #fff;
	text-align: center;
}
.sec02 .sec_inner {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.sec02 h3 {
	padding-bottom: 20px;
	text-align: center;
}
.sec02 .txt_compair {
	padding-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
}
.sec02 .txt_compair small {
	font-size: 2rem;
}
.sec02 .txt_compair strong {
	font-size: 3rem;
	font-weight: normal;
}
.sec02 .compair .plan_area {
	margin: auto;
	width: 70%;
	order: -1;
}
.sec02 .compair .plan_area img {
	margin-left: -15%;
}
.sec02 .compair .plan_area .btn a {
	display: block;
	margin: 30px auto 50px;
	padding: 10px;
	background: #bea862;
	font-size: 2rem;
	color: #000;
	text-align: center;
}
.sec02 .compair .txt {
	position: relative;
	padding: 15px 10px;
	background: #fff;
	width: 48%;
	color: #000;
	letter-spacing: 0;
}
.sec02 .compair .txt::before {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	content: "";
}
.sec02 .compair .txt .ttl {
	padding: 0 5px;
	background: #605d5c;
	color: #fff;
}
.sec02 .compair .txt.txt_right .ttl {
	background: #c9525f;
}
.sec02 .compair .txt .detail {
	padding: 5px 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.sec02 .compair .txt .price {
	font-size: 1.6rem;
	line-height: 1.5;
}
.sec02 .compair .txt.txt_right .price {
	padding-top: 10px;
	color: #b8a547;
}
.sec02 .compair .txt .price strong {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.5;
}
.sec02 .txt_price {
	padding-top: 30px;
	font-size: 2rem;
	line-height: 1.3;
}
.sec02 .txt_price .txt_slash {
	position: relative;
	text-shadow: 0px 5px 15px rgba(89, 95, 108, 0.4);
}
.sec02 .txt_price .txt_slash::before {
	display: inline-block;
	width: 22px;
	height: 1px;
	vertical-align: middle;
	background: #fff;
	transform: rotate(60deg);
	content: "";
}
.sec02 .txt_price .txt_slash::after {
	display: inline-block;
	width: 22px;
	height: 1px;
	vertical-align: middle;
	background: #fff;
	transform: rotate(-60deg);
	content: "";
}
.sec02 .txt_price .line {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	font-size: 2.2rem;
}
.sec02 .txt_price .txt_gold {
	font-size: 2rem;
	color: #e3d17b;
}
.sec02 .txt_price .txt_gold strong {
	font-size: 5rem;
	font-weight: normal;
}
@media screen and (min-width: 768px){
	.sec02 {
		padding: 200px 0 80px;
		background: url(../images/charm/sec02_bg_pc.jpg) no-repeat center top / cover;
	}
	.sec02 h3 {
		padding-bottom: 20px;
	}
	.sec02 .txt_compair {
		padding-bottom: 25px;
		font-size: 2.3rem;
	}
	.sec02 .txt_compair small {
		font-size: 2.6rem;
	}
	.sec02 .txt_compair strong {
		font-size: 3.6rem;
	}
	.sec02 .compair {
		align-items: center;
	}
	.sec02 .compair .plan_area {
		margin: auto;
		width: 31%;
		order: 0;
		z-index: 1;
	}
	.sec02 .compair .plan_area img {
		margin-left: -14%;
	}
	.sec02 .compair .plan_area .btn a {
		margin: 30px auto 20px;
		padding: 5px;
		max-width: 288px;
		font-size: 2.2rem;
	}
	.sec02 .compair .txt {
		padding: 30px 20px;
		width: 31%;
	}
	.sec02 .compair .txt::before {
		top: 50%;
		left: 100%;
		margin-left: 0;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #fff;
	}
	.sec02 .compair .txt.txt_right::before {
		top: 50%;
		left: -30px;
		margin-left: 0;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #fff;
	}
	.sec02 .compair .txt .ttl {
		padding: 0 5px;
		font-size: 2.2rem;
	}
	.sec02 .compair .txt .detail {
		padding: 15px 0;
		font-size: 2rem;
	}
	.sec02 .compair .txt .price {
		font-size: 3rem;
	}
	.sec02 .compair .txt .price strong {
		font-size: 4.8rem;
		line-height: 1;
	}
	.sec02 .txt_price {
		font-size: 4.7rem;
		line-height: 1.1;
	}
	.sec02 .txt_price .txt_slash::before {
		width: 40px;
	}
	.sec02 .txt_price .txt_slash::after {
		width: 40px;
	}
	.sec02 .txt_price .line {
		font-size: 4.7rem;
	}
	.sec02 .txt_price .txt_gold {
		font-size: 4.2rem;
	}
	.sec02 .txt_price .txt_gold strong {
		font-size: 9rem;
	}
}
@media screen and (min-width: 1024px){
	.sec02 .compair .txt {
		padding: 40px 30px;
		width: 34%;
	}
}
/* sec03
-------------------------------------------------- */
.sec03 {
	margin: 60px auto 50px;
	width: 90%;
	max-width: 1200px;
}
.sec03 h3 {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
.sec03 h3 span {
	position: relative;
	font-size: 3rem;
	font-weight: normal;
	color: #c9525f;
}
.sec03 h3 span::before {
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	font-size: 2rem;
	text-align: center;
	content: "・";
}
.sec03 .txt {
	padding-bottom: 20px;
}
.sec03 .txt span {
	color: #c9525f;
}
.sec03 li {
	text-align: center;
}
.sec03 li:first-child img {
	max-width: 80%;
}
.sec03 li:last-child {
	margin-top: 30px;
	padding: 20px;
	border: 2px solid #b8c1d2;
}
@media screen and (min-width: 768px){
	.sec03 {
		margin: 100px auto 150px;
		width: 90%;
		max-width: 1200px;
	}
	.sec03 h3 {
		padding-bottom: 30px;
		font-size: 2.6rem;
	}
	.sec03 h3 span {
		font-size: 5rem;
	}
	.sec03 h3 span::before {
		top: -25px;
		font-size: 3rem;
	}
	.sec03 .txt {
		padding-bottom: 30px;
		text-align: center;
		line-height: 2;
	}
	.sec03 .txt span {
		color: #c9525f;
	}
	.sec03 ul {
		align-items: center;
	}
	.sec03 li {
		width: 34.7%;
	}
	.sec03 li:first-child img {
		max-width: 100%;
	}
	.sec03 li:last-child {
		margin-top: 30px;
		padding: 25px;
		width: 58.3%;
	}
	.sec03 li:last-child img {
		width: 100%;
		max-width: 480px;
	}
}