@charset "UTF-8";

.gHeaderWrap {
	position: absolute;
}

.gHeader {
	background-color: rgba(30, 27, 23, 0);
}

.gHeader_col-no2 {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}

.isFixed .gHeader_col-no2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}

.isFixed .gHeader {
	background-color: rgba(30, 27, 23, 0.9);
}

.p-link01 {
	max-width: 610px;
	margin: 0px auto 0;
}

.type {}

.type_inner {}

.type_title {}

.type_title>small {}

.type_title>b {}

.type_title>b>img {}

.type_msg {
	text-align: center;
	margin-bottom: 50px;
}

.reason {
	margin-bottom: 30px;
}

.reason_sect {
	background-color: #fff;
	padding: 32px 39px;
	height: 100%;
	box-sizing: border-box;
}

.reason_inCols {
	display: flex;
	justify-content: space-between;
}

.reason_inCol {}

.reason_inCol-no1 {
	width: 57%;
}

.reason_title {
	color: #715d19;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.reason_title>b {
	color: #b7ab8a;
	font-weight: inherit;
	margin-right: 0.4em;
}

.reason_text {}

.reason_text>b {}

.reason_inCol-no2 {
	width: 40%;
	max-width: 400px;
}

.reason_image {}

.reason_image>img {}

.reason_cols {
	display: flex;
	justify-content: space-between;
	margin-top: 2%;
}

.reason_col {
	width: 49%;
}

.reason_col-no1 {}

.reason_col-no2 {}

.type_text {}

.type_text>b {}

.effect {
	margin-top: 112px;
}

.effect_title {
	margin-bottom: 45px;
}

.effect_title>img {
	display: block;
	margin: 0 auto;
}

.effect_cols {
	display: flex;
	justify-content: space-between;
}

.effect_col {}

.effect_col-no1 {
	width: 61%;
}

.effect_text {
	margin-bottom: 1.7em;
}

.effect_text>b {}

.effect_col-no2 {
	width: 35%;
}

.effect_image {}

.effect_image>img {}

.effect_link {
	max-width: 555px;
	margin: 10px auto 0;
}

.effect_link>a {}

.effect_link>a::before {
	content: "";
}

.effect_link>a::after {
	content: "";
}

.effect_link>a>b {}

.howto {
	background-color: #fff;
	padding-bottom: 58px;
}

.howto_inner {}

.howto_title {}

.howto_title>small {}

.howto_title>b {}

.howto_title>b>img {}

.howto_msg {
	text-align: center;
	margin-bottom: 40px;
}

.howto_sect {
	margin-bottom: 50px;
}

.howto_headline {
	color: #715d19;
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 28px;
}

.howto_box {
	background-color: #f5f4e9;
	padding: 40px 40px;
}

.howto_cols {
	display: flex;
	justify-content: space-between;
}

.howto_col {}

.howto_col-no1 {
	width: 59%;
}

.howto_subhead {
	font-size: 28px;
	line-height: 1.64;
	margin-bottom: 14px;
}

.howto_text {}

.howto_text>b {}

.howto_col-no2 {
	width: 36.3%;
	max-width: 370px;
}

.howto_image {}

.howto_image>img {}

.howto_link {
	margin-top: 59px;
}

.howto_link>a {}

.howto_link>a::before {
	content: "";
}

.howto_link>a::after {
	content: "";
}

.howto_link>a>.icon {}

.points {
	padding-bottom: 62px;
}

.points_inner {}

.points_title {}

.points_title>small {}

.points_title>b {}

.points_title>b>img {}

.points_msg {
	text-align: center;
	margin-bottom: 54px;
}

.points_sect {
	background-color: #fff;
	padding: 57px 20px 51px;
	margin-bottom: 77px;
}

.points_sect_inner {
	max-width: 980px;
	margin: 0 auto;
}

.points_headline {
	border-top: 5px solid #74642f;
	border-bottom: 5px solid #74642f;
	position: relative;
	z-index: 1;
	padding: 62px 0 46px;
	margin-bottom: 33px;
}

.points_headline>small {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #74642f;
	width: 273px;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 0.08em;
}

.points_headline>b {
	display: block;
}

.points_headline>b>img {
	display: block;
	margin: 0 auto;
}

.points_headline>img {
	display: block;
	position: absolute;
	z-index: 1;
	top: -120px;
	left: -80px;
}

.points_text {
	margin-bottom: 1em;
}

.points_text:last-child {
	margin-bottom: 0;
}

.points_text>b {}

.points_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

.points_col {}

.points_col-no1 {
	width: 49%;
}

.points_col-no2 {
	width: 47%;
	max-width: 460px;
}

.points_image {}

.points_image>img {}

.points_link {}

.points_link>a {}

.points_link>a::before {
	content: "";
}

.points_link>a::after {
	content: "";
}

.points_link>a>.icon {}

.cycle {
	margin: 31px 0 30px;
}

.cycle_cols {
	display: flex;
	justify-content: space-between;
}

.cycle_col {
	width: 48.6%;
}

.cycle_col-no1 {}

.cycle_title {
	background-color: #f1880c;
	display: flex;
	height: 70px;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
}

.cycle_title-no2 {
	background-color: #3a496c;
}

.cycle_title>img {
	display: block;
}

.cycle_box {
	border: 3px solid #f1880c;
	padding: 25px 20px 43px;
	border-top: none;
}

.cycle_box-no2 {
	border-color: #3a496c;
}

.cycle_headline {
	max-width: 421px;
	margin: 0 auto 3px;
}

.cycle_headline>img {}

.cycle_image {
	max-width: 428px;
	margin: 0 auto;
}

.cycle_image>img {
	display: block;
}

.cycle_col-no2 {}

.check {
	border: 3px solid #715d19;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.check:last-child {
	margin-bottom: 0;
}

.check_cols {
	display: flex;
}

.check_col {}

.check_col-no1 {
	background-color: #715d19;
	width: 67px;
	color: #fff;
	padding-top: 21px;
}

.check_no {
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.check_no>small {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

.check_no>b {
	display: block;
	font-size: 32px;
}

.check_col-no2 {
	width: calc(100% - 70px);
}

.check_title {}

.check_title>a {
	display: block;
	text-decoration: none;
	color: #715d19;
	font-size: 28px;
	line-height: 1.2;
	padding: 30px 30px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color, text-indent;
	padding-right: 68px;
}

.check_title>a::before {
	content: "";
}

.check_title>a::after {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background-color: #715d19;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
	transition-duration: .3s;
	transition-property: background-color, color, -webkit-transform;
	transition-property: transform, background-color, color;
	transition-property: transform, background-color, color, -webkit-transform;
}

.check_title>a::before {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background-color: #715d19;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: background-color, color, -webkit-transform;
	transition-property: transform, background-color, color;
	transition-property: transform, background-color, color, -webkit-transform;
}

.check_title>a.isShow::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.check_toggle {
	padding: 0 30px 25px;
	display: none;
}

.check_toggle.isShow {
	display: block;
}

.check_text {}

.check_text::after {
	content: "";
	display: block;
	clear: both;
}

.check_text>img {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

.areaRankWrap {
	background-image: linear-gradient(180deg, #dbcdad, #c8b78a);
	padding-bottom: 62px;
}

.areaRank {}

.areaRank_inner {}

.areaRank_title {}

.areaRank_title>small {}

.areaRank_title>b {}

.areaRank_title>b>img {}

.areaRank_link {}

.areaRank_link>a {}

.areaRank_link>a::before {
	content: "";
}

.areaRank_link>a::after {
	content: "";
}

.areaRank_link>a>.icon {}

.about {
	padding-bottom: 62px;
}

.about_inner {}

.about_title {}

.about_title>small {}

.about_title>b {}

.about_title>b>img {}

.about_text {
	margin-bottom: 1.8em;
}

.about_text:last-child {
	margin-bottom: 0;
}

.about_text>b {}

.about_headline {
	margin-bottom: 24px;
}

.about_headline>img {
	display: block;
	margin: 0 auto;
}

/*
.about_list {
	list-style: none;
	font-size: 28px;
	font-weight: bold;
	background-color: #fff;
	padding: 36px 43px;
	margin-bottom: 22px;
	background-image: url(/assets/img/home/bg-worries@2x.jpg);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
}
.about_list > li {
	position: relative;
	z-index: 1;
	padding-left: 53px;
	margin-top: 9px;
}
.about_list > li:first-child {
	margin-top: 0;
}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list > li > .icon {
	color: #715d19;
	font-size: 36px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about_list > li > b {
	font-size: inherit;
}
*/

.vis {
	background-image: url(/assets/img/home/bg-main@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #413d38;
	position: relative;
	z-index: 1;
}
.vis_inner {
	padding-top: 54px;
	height: 680px;
	box-sizing: border-box;
}
.vis_title {
	max-width: 620px;
	margin: 0 auto 10px;
	text-align: -webkit-center;
}
.vis_title > img {
	display: block;
}
.vis_title > img.main-head-title {
	margin-top: 5px;
	max-width: 440px;
}
.vis_title > img.main-title {
	margin-top: 4px;
	max-width: 663px;
}
.vis_link {
	position: relative;
	z-index: 10;
}
.vis_link > a {
	-webkit-animation-name: fluffy;
	animation-name: fluffy;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 100px;
}
.vis_link > a::before {
	content: "";
}
.vis_link > a::after {
	content: "";
}
.vis_link > a > img {
	display: block;
}
.vis_image {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -45px;
	width: 554px;
}
.vis_image-no1 {
	right: 100%;
	margin-right: -130px;
}
.vis_image-no2 {
	left: 100%;
	margin-left: -139px;
}
.vis_image > img {
	display: block;
}


.areaSearch {
	position: relative;
	z-index: 2;
}

.areaSearch_inner {}

.areaSearch_title {
	margin-bottom: 17px;
}

.areaSearch_title>img {
	display: block;
	margin: 0 auto;
}

.areaSearch_box {
	background-color: #fff;
	padding: 20px 20px 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.rank {
	margin-bottom: 60px;
}

.rank_catch {
	color: #d81010;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 23px;
}

.rank_box {
	padding: 50px 30px;
	background-color: #fff;
}

.rank_box-brown {
	background-color: #f5f4e9;
}

.rank_inner {
	max-width: 980px;
	margin: 0 auto;
}

.rank_areaTitle {
	background-color: #1e1b17;
	position: relative;
	z-index: 1;
	padding-left: 170px;
	padding-right: 290px;
}

.rank_rank {
	position: absolute;
	z-index: 1;
	top: -13px;
	left: 15px;
}

.rank_rank>img {
	display: block;
}

.rank_title {
	font-size: 44px;
	color: #fff;
	display: flex;
	height: 125px;
	align-items: center;
	line-height: 1;
}

.rank_selectWrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	background-color: #f5f4e9;
	width: 265px;
	height: 95px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rank_selectWrap-chapup {
	background-image: url(/assets/img/common/bg-fukidashi@2x.png);
	background-color: transparent;
	background-size: 100% 100%;
	width: 289px;
	height: 150px;
	box-sizing: border-box;
	padding-bottom: 8px;
	margin-top: 20px;
}

.rank_select {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

.rank_select>b {
	color: #d81010;
	font-weight: inherit;
}

.rank_select>b>b {
	font-weight: inherit;
	font-size: 34px;
}

.admin {
	border: 3px solid #715d19;
	background-color: #f5f4e9;
	padding: 20px 20px;
	margin-top: 40px;
}

.admin_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.admin_col {}

.admin_col-no1 {
	width: 158px;
}

.admin_title {}

.admin_title>img {}

.admin_col-no2 {
	width: calc(100% - 171px);
}

.admin_list {
	list-style: none;
	font-size: 18px;
}

.admin_list>li {
	margin-top: 4px;
}

.admin_list>li:first-child {
	margin-top: 0;
}

.admin_list>li:last-child {}

.admin_list>li:nth-child(2n+1) {}

.admin_list>li:nth-child(n+3) {}

.admin_list>li>b {
	color: #d81010;
	font-weight: bold;
	background-image: linear-gradient(0deg, #fde200 8px, transparent 8px);
}

.rank_link {
	max-width: 550px;
	margin: 40px auto 0;
}

.rank_link>a {}

.rank_link>a::before {
	content: "";
}

.rank_link>a::after {
	content: "";
}

.rank_link>a>.icon {}

.rank_moreLink {
	max-width: 300px;
	margin: 30px auto 0;
}

.rank_moreLink>a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #1e1b17;
	height: 50px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #ffffff;
}

.rank_moreLink>a::before {
	content: "";
}

.rank_moreLink>a::after {
	content: "";
}

.rank_moreLink>a>.icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.areaFeature {}

.areaFeature_title {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #74642f;
	position: relative;
	z-index: 1;
}

.areaFeature_title::after {
	content: "";
	border: 18px solid #74642f;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	border-top-width: 25px;
}

.areaFeature_title>img {
	display: block;
}

.prize {
	margin-bottom: 45px;
}

.prize_title {
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 15px;
}

.prize_text {
	text-align: center;
	margin-bottom: 30px;
}

.prize_text>b {}

.prize_image {
	max-width: 950px;
	margin: 0 auto 0;
}

.prize_image>img {
	display: block;
}

.pickup {
	margin: 55px 0 0;
}

.pickup_sect {
	margin-bottom: 45px;
}

.pickup_sect:last-child {
	margin-bottom: 0;
}

.pickup_cols {
	display: flex;
	justify-content: space-between;
}

.pickup_col {}

.pickup_col-no1 {
	width: 54%;
}

.pickup_title {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 11px;
}

.pickup_text {}

.pickup_text>b {}

.pickup_col-no2 {
	width: 42%;
	max-width: 410px;
}

.pickup_image {}

.pickup_image>img {}

.pickup_cols-rev {
	flex-direction: row-reverse;
}

.used {
	background-color: #f5f4e9;
}

.used_title {
	background-color: #74642f;
	height: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.used_box {
	padding: 40px 40px;
}

.used_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.used_list>li {
	width: 50.8%;
}

.used_list>li:first-child {}

.used_list>li:last-child {
	width: 48.5%;
}

.used_list>li:nth-child(2n+1) {}

.used_list>li:nth-child(n+3) {}

.used_list>li>img {}

.used_text {}

.used_text>b {}

.reviews {}

.reviews_title {
	font-size: 38px;
	color: #715d19;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
}

.review {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 25px;
	margin-top: 10px;
}

.review:first-child {
	margin-top: 0;
}

.review_titleWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7px;
	align-items: center;
}

.review_stars {
	width: 109px;
	background-image: url(/assets/img/home/img-star05@2x.png);
	background-size: 100% 100%;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.review_stars[data-star="1"] {
	background-image: url(/assets/img/home/img-star01@2x.png);
}

.review_stars[data-star="2"] {
	background-image: url(/assets/img/home/img-star02@2x.png);
}

.review_stars[data-star="3"] {
	background-image: url(/assets/img/home/img-star03@2x.png);
}

.review_stars[data-star="4"] {
	background-image: url(/assets/img/home/img-star04@2x.png);
}

.review_stars[data-star="5"] {
	background-image: url(/assets/img/home/img-star05@2x.png);
}

.review_title {
	font-size: 18px;
	line-height: 1.2;
	margin-left: 10px;
}

.review_info {
	display: flex;
	margin-bottom: 3px;
}

.review_authorList {
	list-style: none;
	display: flex;
	margin-right: .5em;
}

.review_authorList>dt {
	white-space: nowrap;
	margin-right: 0.5em;
}

.review_authorList>dd {
	color: #0066c0;
}

.review_update {
	white-space: nowrap;
}

.review_shop {
	color: #c45500;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.review_text {
	font-size: 93.75%;
}

.reviewsScrollWrap {
	padding: 20px 10px;
	background-color: #fff;
}

.reviewsScroll {
	background-color: #fff;
	box-sizing: border-box;
	height: 400px;
	overflow: auto;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	padding-right: 20px;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	opacity: 1;
	background-color: #efefef;
	border-radius: 15px;
}

.ps__thumb-y {
	width: 11px;
	background-color: #b1ab99;
}

@media screen and (max-width:1919px) {
	.vis_image {}

	.vis_image-no1 {}

	.vis_image-no2 {}

	.vis_image>img {}
}

@media screen and (max-width:1499px) {
	.vis_image {}

	.vis_image-no1 {}

	.vis_image-no2 {}

	.vis_image>img {}

	.vis_title {
		max-width: none;
		width: 520px;
	}

	.vis_title>img {
		width: 100%;
		height: auto;
	}

	.vis_title>img.main-head-title {
		max-width: 370px;
	}

	.vis_link {
		max-width: 500px;
	}

	.vis_link>a>img {
		width: 130px;
		height: auto;
		top: -67px;
		left: -40px;
	}

	.vis_inner {
		max-width: 850px;
		padding-top: 80px;
	}
}

@media screen and (min-width:1000px) {
	.effect_link>a:hover {}

	.howto_link>a:hover {}

	.points_link>a:hover {}

	.check_title>a:hover {
		color: rgba(113, 93, 25, 0.7);
		text-indent: 10px;
	}

	.check_title>a:hover::after {
		background-color: rgba(113, 93, 25, 0.7);
	}

	.check_title>a:hover::before {
		background-color: rgba(113, 93, 25, 0.7);
	}

	.areaRank_link>a:hover {}

	.vis_link>a:hover {}

	.rank_link>a:hover {}

	.rank_moreLink>a:hover {
		background-color: #1e1b17;
		color: #fff;
	}
}


/* overwrite 2020.06 */
.vis_inner {
	padding-top: 74px;
	height: 560px;
}

.vis_date {
	position: relative;
	text-align: center;
}

.vis_date .date {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #d80d0e;
	font-size: 24px;
	font-weight: bold;
}

.vis_title {
	max-width: 663px;
}

.vis_link .u-btn01 {
	font-size: 26px;
}

.vis_link {
	padding-top: 0px;
}

.vis_link .u-btn01-arrowR {
	padding-right: 25px;
	padding-left: 5px;
}

.vis_image {
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.vis_link>a>img {
	width: 150px;
	height: auto;
	top: -50px;
	left: -40px;
}

@media screen and (max-width:1499px) {
	.vis_inner {
		padding-top: 100px;
	}

	.vis_link {
		padding-top: 20px;
	}

	.vis_link>a>img {
		width: 130px;
		height: auto;
		top: -60px;
		left: -40px;
	}
}

.u-ttl03 {
	margin-bottom: 30px;
}

._msg {
	position: relative;
	margin-bottom: 80px;
	padding-top: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

._msg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 2px;
	background-color: #715d19;
}


.about {
	padding-top: 80px;
}

.about_title {
	margin-bottom: 80px;
}

.declaration {
	position: relative;
	margin: 60px 165px;
	padding: 46px 110px 66px;
	background:
		url(../img/home/frame_head@2x.png) center top no-repeat,
		url(../img/home/frame_body@2x.png) center center repeat-y,
		url(../img/home/frame_foot@2x.png) center bottom no-repeat;
	background-size: 100%;
}

.declaration h3 {
	margin-bottom: 30px;
	color: #a3892e;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

.declaration>ul>li {
	position: relative;
	z-index: 1;
	padding-left: 0;
	margin-top: 9px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.declaration>ul li:first-child {
	margin-top: 0;
}

.declaration>ul>li>b {
	font-size: inherit;
}

.declaration::before {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background-color: #fffae8;
	z-index: -1
}


.proposal {
	background-color: #fff;
	padding-bottom: 20px;
}

.proposal_sect {
	margin-top: 100px;
	margin-bottom: 80px;
}

.proposal_headline {
	color: #715d19;
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 28px;
}

.proposal_cols {
	display: flex;
	justify-content: space-between;
}

.proposal_col {
	width: 48.6%;
	border: 3px solid #715d19;
}

.col_title {
	background-color: #715d19;
	display: flex;
	height: 70px;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
}

/*
.proposal_col-no2 {
	border-color: #715d19;
}
.proposal_col-no2 .col_title {
	background-color: #715d19;
}
*/
.proposal_box {
	padding: 25px 20px 43px;
}

.proposal_box img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 20px;
}


.conclusion {
	margin-top: 40px;
	padding: 0 8px;
	text-align: center;
}

/*
.conclusion span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #74642f;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
*/
.conclusion img {
	position: relative;
	z-index: 3;
}

.conclusion p {
	position: relative;
	display: block;
	margin: -30px 0 0;
	z-index: 2;
}

.conclusion p::before {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background: linear-gradient(to bottom right, rgb(195, 172, 54), rgb(238, 222, 142), rgb(195, 172, 54));
	z-index: -1;
}

.conclusion p span {
	display: block;
	padding: 40px 30px;
	background: #fff;
	color: #74642f;
	font-feature-settings: 'palt';
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.oath_sect_inner {
	font-size: 18px;
	padding-top: 70px;
}

.oath_sect_inner>h2,
h4 {
	color: #937C2D;
}

.oath_cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 42px 110px;
	font-size: 18px;
}

.oath_cols img {
	display: block;
	width: 428px;
	height: 286px;
}

.oath_cols figcaption {
	width: 100%;
	margin-top: 30px;
	font-size: 93.75%;
	text-align: center;
}

.typeB .core {
	padding-bottom: 1px;
	background-color: #fff;
}

.core_text {
	margin-bottom: 1em;
}

.core_text:last-child {
	margin-bottom: 0;
}

.core_text>img {
	display: block;
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid #aaa;
}

.core_sect {
	margin-top: 57px;
	margin-bottom: 77px;
	padding: 57px 20px 51px;
	background-color: #fff;
}

.core_sect_inner {
	max-width: 980px;
	margin: 0 auto;
}

.core_headline {
	border-top: 5px solid #74642f;
	border-bottom: 5px solid #74642f;
	position: relative;
	z-index: 1;
	padding: 62px 0 46px;
	margin-bottom: 33px;
}

.core_headline>small {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #74642f;
	width: 273px;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 0.08em;
}

.core_headline>b {
	display: block;
}

.core_headline>b>img {
	display: block;
	margin: 0 auto;
}

.core_cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 42px 56px;
	font-size: 18px;
}

.core_cols img {
	display: block;
	width: 428px;
	height: 286px;
}

.core figcaption {
	width: 100%;
	margin-top: 10px;
	font-size: 93.75%;
	text-align: center;
}


.areaRank_title small {
	color: #74642f;
}

.attention-box {
	margin: 0 auto;
	border: 2px solid #c30;
	background-color: #fff;
}

.attention-box h3 {
	margin-bottom: 5px;
	padding: 10px 25px 10px 54px;
	background: #c30 url(../img/home/ico_exclamation.png) 20px 15px no-repeat;
	background-size: 1.1em;
	color: #fff;
	font-size: 18px;
}

.attention-box p {
	padding: 12px 25px 16px;
	font-size: 18px;
}

.ranking-rule {
	margin-top: 80px;
	margin-bottom: 100px;
}

.ranking-rule_headline,
.ranking-rule_headline_sub {
	color: #715d19;
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 28px;
}

.ranking-rule_headline_sub {
	font-size: 26px;
	margin-bottom: 12px;
}

.ranking-rule .cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.ranking-rule .cols .col {
	box-sizing: border-box;
	width: 32%;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.ranking-rule .cols .col img {
	margin: -20px -20px 10px;
	;
	width: calc(100% + 40px);
}

.ranking-rule .cols .col .rule_title {
	margin: 10px 0;
	padding-bottom: 10px;
	color: #715d19;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
	letter-spacing: .1em;
	border-bottom: 1px solid #715d19;
}

.ranking-rule .cols .col .rule_title>b {
	color: #b7ab8a;
	font-weight: inherit;
	margin-right: 0.4em;
}

.ranking-rule ul {
	padding: 20px;
	border-radius: 4px;
	background-color: #fff;
	list-style: none;
}

.ranking-rule ul li {
	display: inline-block;
	margin: 0 10px;
	color: #715d19;
	font-size: 18px;
	font-weight: bold;
}

.ranking-rule ul li:last-child {
	color: inherit;
	font-size: 16px;
	font-weight: normal;
}

.rank {
	margin-top: 80px;
}

.admin {
	padding: 30px 40px 40px;
}

.admin h4 {
	margin-bottom: 10px;
	color: #74642f;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.admin li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.admin_list li b {
	color: #0099cb;
}

.gItem_dList>dt {
	/*	background-color: #0099cb;*/
	background-color: #d81010;
}

.gItem_price {
	color: #0099cb;
	color: #d81010;
	font-feature-settings: 'palt';
}

.gItem_price>strong {
	margin-top: 5px;
	margin-left: 15px;
	border-color: #d81010;
}

.gItem_price>strong::before {
	border: 2px solid #d81010;
	border-right: none;
	border-top: none;
}

.gItem_table {
	margin-top: 20px;
}

.gItem_table>tbody>tr>th {
	width: 220px;
	font-size: 16px;
	font-weight: bold;
}

.gItem_table>tbody>tr>td {
	padding: 15px 20px;
	/*	background-color: #fff;*/
	font-size: 16px;
	line-height: 1.5;
}

.gItem_table img {
	max-width: 100%;
}

.supplement {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 20px 0 30px;
}

.supplement .img {
	width: 600px;
}

.supplement .img img {
	max-width: 100%;
}

.supplement .txt {
	margin-left: 40px;
}

.supplement .txt h5 {
	margin-bottom: 10px;
	font-size: 22px;
}

.supplement+.rank_link {
	margin-top: 20px;
}

.sub-rank {
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}

.sub-rank .rank {
	margin-top: 1px;
	width: 32%;
}

.sub-rank .rank .rank_areaTitle {
	background-color: #1e1b17;
	position: relative;
	z-index: 1;
	padding-left: 0;
	padding-right: 0;
}

.sub-rank .rank .rank_title {
	display: block;
	padding: 15px 0 5px 0;
	width: 100%;
	height: 40px;
	font-size: 24px;
	text-align: center;
}

.sub-rank .rank .rank_title.long-name {
	padding-left: 25px;
}

.sub-rank .rank .rank_rank {
	top: -5px;
}

.sub-rank .rank .rank_rank img {
	width: 70px;
	height: auto
}

.sub-rank .rank_box {
	padding-bottom: 40px;
	height: calc(100% - 150px);
}

.sub-rank .rank_link {
	margin-top: 30px;
}

.sub-rank .u-btn02 {
	padding-right: 20px;
	height: 3em;
	font-size: 20px;
}

.sub-rank .rank_link>a>.icon {
	font-size: 18px;
	right: 20px;
}

.sub-rank .gItem_capacity {
	margin-top: 40px;
}

.sub-rank .gItem_dList {
	margin-top: 14px;
}

.sub-rank .gItem_dList>dt {
	width: 5em;
	height: 2em;
	font-size: 14px;
}

.sub-rank .gItem_price {
	font-size: 15px;
}

.sub-rank .gItem_price strong {
	margin-top: 3px;
	margin-left: 4px;
	padding: 4px;
	width: 4em;
	font-size: 14px;
}

.sub-rank .gItem_price strong::before {
	display: none;
}

.sub-rank .gItem_table {
	margin: 15px 0
}

.sub-rank .gItem_table th {
	width: 8em;
	font-size: 15px;
}

.sub-rank .gItem_comment {
	min-height: 7em;
}

.finding {
	margin-bottom: 40px;
}

.finding_title {
	margin-bottom: 80px;
}

.finding_text {
	margin-bottom: 30px;
}

.finding .effect {
	padding: 40px 0;
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
}

.finding .effect h4 {
	font-size: 24px;
}

.finding .effect p {
	margin: 20px auto;
}


.index {
	margin: 80px auto 40px;
	width: 770px;
	border: 1px solid #333;
	border-radius: 4px;
	overflow: hidden;
}

.index h2 {
	padding: 10px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.index>ul {
	background-color: #fff;
}

.index>ul>li {
	background-color: rgba(238, 238, 223, 0.5);
}

.index>ul li:nth-child(2),
.index>ul li:nth-child(3) {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.index>ul ul {
	background-color: #fff;
}

.index>ul ul li {
	padding-left: 72px;
}

.index ul {
	list-style: none;
}

.index ul li {
	font-size: 18px;
	line-height: 3;
}

.index ul li a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	padding-left: 20px;
}

.index ul li a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 24px;
	width: 6px;
	height: 6px;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
	transition: .15s;
}

.index ul li a:hover {
	font-weight: bold;
}

.index ul li a:hover::before {
	top: 24px;
}



/* 210422 モーダル追加分 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.p-about-modal-txt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #d81010;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(../img/home/icn_modal_link.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: center right;
	padding-right: 25px;
}

.p-about-modal-txt:hover {
	text-decoration: none;
}

.m-modal-area {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-modal-bg {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.m-modal-contents {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1100px;
	max-height: 80vh;
	overflow-y: scroll;
	background-color: #fff;
}

.m-modal-contents-ttl-box {
	background-color: #715d19;
	padding: 10px 0;
}

.m-modal-contents-ttl {
	font-size: 28px;
	letter-spacing: 0.04em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.m-modal-contents-txt-box {
	padding: 50px 55px 55px;
}

.m-modal-contents-txt {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.m-modal-contents-txt span {
	font-weight: bold;
	color: #d81010;
	font-size: 20px;
}

.m-modal-contents-txt+.m-modal-contents-txt {
	margin-top: 30px;
}

.m-modal-contents-about {
	background-color: #eae9e4;
	margin: 45px 0 0;
	padding: 25px 30px 30px;
}

.m-modal-contents-about-ttl-box {
	position: relative;
	text-align: center;
}

.m-modal-contents-about-ttl {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: bold;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #eae9e4;
	padding: 0 10px;
}

.m-modal-contents-about-ttl-box::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #937c2d;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
}

.m-modal-contents-about-txt {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	font-weight: 500;
	margin: 5px 0 0;
}

.m-modal-contents-about-txt span {
	font-weight: bold;
	color: #d81010;
	font-size: 20px;
}

.m-modal-contents-pic-wrap {
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}

.m-modal-contents-pic {
	width: 430px;
	height: auto;
}

.m-modal-contents-pic+.m-modal-contents-pic {
	margin: 0 0 0 20px;
}

.m-modal-contents-pic img {
	width: 100%;
	height: auto;
}

.m-modal-contents-pic-txt {
	text-align: center;
	color: #715d19;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 35px 0 0;
}

.m-modal-contents-close-wrap {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: right;
	cursor: pointer;
	width: 92%;
	max-width: 1100px;
}

.m-modal-contents-close {
	cursor: pointer;
	margin: 0 0 0 auto;
	text-align: right;
	width: 40px;
	height: 40px;
}

.m-modal-contents-close:before,
.m-modal-contents-close:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 35px;
	height: 4px;
	position: absolute;
	top: 15px;
	right: 0;
}

.m-modal-contents-close:before {
	transform: rotate(45deg);
}

.m-modal-contents-close:after {
	transform: rotate(-45deg);
}
