@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;600;700;900&display=swap');

main {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}
main::before {
	background: url(../img/style-club/lp-bg.png) no-repeat center / cover;
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: -1;
}

footer {
	position: relative;
	z-index: 10;
}

.sec_inner {
	margin: 0 auto;
	width: 1100px;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
}

.zenoldmin {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.pinsc {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1140px) {
	.sec_inner {
		margin: 0 2vw;
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	.sp_on {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	main::before {
		background-image: url(../img/style-club/lp-bg-sp.png);
	}
	.pc_on {
		display: none;
	}
	
	.sec_inner {
		margin: 0 4vw;
	}
}

/** -- background -- **/
.background {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
}
.background .circle {
	border-radius: 50%;
	position: absolute;
	filter: blur(50px);
}
.background .circle-1 {
	background: radial-gradient(#ffe7bc 0%, rgba(255, 236, 202, 0.8) 46.31%, rgba(255, 255, 255, 0) 100%);
    left: 5vw;
	top: -10vw;
    height: 41vw;
    width: 41vw;
}
.background .circle-2 {
	background: radial-gradient(#ffd6bc 0%, rgba(255, 255, 255, 0) 100%);
    left: -4vw;
    top: 0vw;
    height: 38vw;
    width: 38vw;
}
.background .circle-3 {
	background: radial-gradient(#ffe7bc 0%, rgba(255, 255, 255, 0) 100%);
    bottom: -15vw;
    left: 0;
    height: 57vw;
    width: 57vw;
}
.background .circle-4 {
	background: radial-gradient(#ffd6bc 0%, rgba(255, 255, 255, 0) 100%);
    right: -9vw;
    top: -4vw;
    height: 35vw;
    width: 35vw;
}
.background .circle-5 {
	background: radial-gradient(#ffe7bc 0%, rgba(255, 236, 202, 0.8) 46.31%, rgba(255, 255, 255, 0) 100%);
    bottom: -4vw;
    right: -4vw;
    height: 60vw;
    width: 60vw;
}

@media screen and (max-width: 767px) {
	.background .circle-1 {
        left: 20vw;
        top: -16vw;
        height: 110vw;
        width: 110vw;
	}
	.background .circle-2 {
        left: -50vw;
        top: 0;
        height: 140vw;
        width: 140vw;
	}
	.background .circle-3 {
        bottom: -25vw;
        left: -8vw;
        height: 160vw;
        width: 160vw;
	}
	.background .circle-4 {
		display: none;
	}
	.background .circle-5 {
		display: none;
	}
}

/** -- headline-1 -- **/
.headline-1 p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 10px;
	text-align: center;
}
.headline-1 .deco {
	font-size: 100px;
	font-weight: 400;
	margin-bottom: 20px;
}
.headline-1 h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
}

.headline-2 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 10px;
	text-align: center;
}
.headline-2 p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.0;
	text-align: center;
}

@media screen and (max-width: 1140px) {
	.headline-1 p {
        font-size: 1.56vw;
        margin-bottom: .8vw;
	}
	.headline-1 .deco {
        font-size: 8.7vw;
        margin-bottom: 1.8vw;
	}
	.headline-1 h2 {
		font-size: 3.4vw;
	}

	.headline-2 h2 {
        font-size: 3.4vw;
        margin-bottom: .8vw;
	}
	.headline-2 p {
		font-size: 2.6vw;
	}
}

@media screen and (max-width: 767px) {
	.headline-1 p {
        font-size: 3vw;
        margin-bottom: 1vw;
	}
	.headline-1 .deco {
        font-size: 10.2vw;
        margin-bottom: 3vw;
	}
	.headline-1 h2 {
		font-size: 5.8vw;
	}

	.headline-2 h2 {
        font-size: 5.4vw;
        margin-bottom: 1vw;
	}
	.headline-2 p {
		font-size: 4.6vw;
	}
}


/** -- fv -- **/
.fv {
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: calc(100vh - 68px - 50px);
	min-height: 820px;
}

.fv .inner {
	position: relative;
	width: 620px;
	z-index: 3;
}

.fv hgroup {
	margin-bottom: 40px;
}
.fv hgroup h1 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}
.fv hgroup p {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.fv h2 {
	font-size: 68px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.fv .image {
	margin: -20px auto 0;
}

.fv .deco-image {
	position: absolute;
	z-index: 1;
}
.fv .image-1 {
    left: 3vw;
    top: 2vw;
    width: 26vw;
}
.fv .image-2 {
    left: 11.2vw;
    top: 15vw;
    width: 20vw;
}
.fv .image-3 {
    bottom: 3.4vw;
    left: 3vw;
    width: 35vw;
}
.fv .image-4 {
    right: 2vw;
    top: 2vw;
    width: 30vw;
}
.fv .image-5 {
    right: 3.6vw;
    top: 21vw;
    width: 16.8vw;
}
.fv .image-6 {
    bottom: 1.5vw;
    right: 2vw;
    width: 31vw;
}

.fv .deco {
	mix-blend-mode: screen;
	position: absolute;
	z-index: 2;
}
.fv .deco-1 {
	left: 15vw;
    top: 2.1vw;
    width: 35vw;
}
.fv .deco-2 {
    right: -9vw;
    top: 8vw;
    width: 35vw;
}
.fv .deco-3 {
    bottom: -2vw;
    right: 0;
    width: 40.7vw;
}

@media screen and (max-width: 1140px) {
	.fv {
		height: calc(100vh - 68px - 50px);
		min-height: 62vw;
	}

	.fv .inner {
		width: 50vw;
	}

	.fv hgroup {
		margin-bottom: 3vw;
	}
	.fv hgroup h1 {
		font-size: 2.8vw;
	}
	.fv hgroup p {
		font-size: 1.5vw;
	}

	.fv h2 {
		font-size: 4.8vw;
	}

	.fv .image {
		margin-top: -3vw;
	}

	.fv .image-1 {
		left: 2vw;
		top: 3vw;
		width: 26vw;
	}
	.fv .image-2 {
		left: 9vw;
		top: 17vw;
		width: 20vw;
	}
	.fv .image-3 {
        bottom: 3vw;
        left: 2vw;
        width: 38vw;
	}
	.fv .image-4 {
        right: 1vw;
        top: 3vw;
        width: 29vw;
	}
	.fv .image-5 {
        right: 3vw;
        top: 22vw;
        width: 20vw;
	}
	.fv .image-6 {
        bottom: 2vw;
        right: 1vw;
        width: 38vw;
	}

	.fv .deco-1 {
		left: 15vw;
		top: 2.1vw;
		width: 35vw;
	}
	.fv .deco-2 {
		right: -9vw;
		top: 8vw;
		width: 35vw;
	}
	.fv .deco-3 {
		bottom: -2vw;
		right: 0;
		width: 40.7vw;
	}

	.fv .circle-1 {
		left: 5vw;
		top: -19vw;
		height: 45vw;
		width: 45vw;
	}
	.fv .circle-2 {
		left: -12vw;
		top: -5vw;
		height: 47vw;
		width: 47vw;
	}
	.fv .circle-3 {
		bottom: -19vw;
		left: -1vw;
		height: 58vw;
		width: 58vw;
	}
	.fv .circle-4 {
		right: -15vw;
		top: -18vw;
		height: 43vw;
		width: 43vw;
	}
	.fv .circle-5 {
		bottom: -7vw;
		right: -15vw;
		height: 69vw;
		width: 69vw;
	}
}

@media screen and (max-width: 767px) {
	.fv {
        height: 190vw;
        min-height: initial;
	}

	.fv .inner {
		width: 96vw;
	}

	.fv hgroup {
		margin-bottom: 4vw;
	}
	.fv hgroup h1 {
		font-size: 5.2vw;
	}
	.fv hgroup p {
		font-size: 3.2vw;
	}

	.fv h2 {
		font-size: 8.8vw;
	}

	.fv .image {
		margin-top: 22vw;
	}

	.fv .image-1 {
        bottom: 95vw;
        left: 65vw;
        top: auto;
        width: 56vw;
	}
	.fv .image-2 {
        bottom: 102vw;
        left: 0vw;
        top: auto;
        width: 38vw;
		z-index: 2;
	}
	.fv .image-3 {
        bottom: 52vw;
        left: -43vw;
        width: 80vw;
		z-index: 2;
	}
	.fv .image-4 {
		display: none;
	}
	.fv .image-5 {
        bottom: 88vw;
        right: 36vw;
        top: auto;
        width: 40vw;
	}
	.fv .image-6 {
        bottom: 52vw;
        right: -9vw;
        width: 58vw;
	}

	.fv .deco-1 {
		display: none;
	}
	.fv .deco-2 {
		display: none;
	}
	.fv .deco-3 {
        bottom: 78vw;
        right: -5vw;
        transform: rotate(12deg);
        width: 105vw;
	}

	.fv .circle-1 {
        left: 20vw;
        top: -16vw;
        height: 110vw;
        width: 110vw;
	}
	.fv .circle-2 {
        left: -50vw;
        top: 0;
        height: 140vw;
        width: 140vw;
	}
	.fv .circle-3 {
        bottom: -25vw;
        left: -8vw;
        height: 160vw;
        width: 160vw;
	}
	.fv .circle-4 {
		display: none;
	}
	.fv .circle-5 {
		display: none;
	}
}


/** -- breadcrumb -- **/
.breadcrumb__content {
	max-width: 1100px;
}

@media screen and (max-width: 1140px) {
	
}

@media screen and (max-width: 767px) {
	
}


/** -- intro -- **/
.intro {
	padding: 80px 0;
}

.intro h2 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}

.intro .exp {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}

.intro .about {
	background: linear-gradient(45deg, #605a50 0%, #897A6B 30%, #605A50 100%);
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 40px;
	position: relative;
	width: 800px;
	z-index: 1;
}
.intro .about h3 {
	color: white;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.intro .about p {
	color: white;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.intro .about .deco {
	color: #615b51;
	font-size: 70px;
	line-height: 1.0;
	opacity: .7;
	position: absolute;
	bottom: -14px;
	right: 0;
	z-index: -1;
}

.intro .list {
	justify-content: space-between;
}
.intro .list .box {
	background: linear-gradient(to bottom left, rgba(96, 90, 80, 0.21) 0%, rgba(175, 159, 90, 0.1) 74.88%, rgba(96, 90, 80, 0.3) 100%);
	border: solid 2px #615B51;
	border-radius: 3px;
	padding: 130px 0 20px;
	position: relative;
	width: 200px;
}
.intro .list .box .num {
	font-size: 52px;
	position: absolute;
    left: 10px;
    top: -40px;
}
.intro .list .box .image {
	position: absolute;
    left: 50%;
    top: 40px;
	transform: translateX(-50%);
}
.intro .list .box:nth-child(1) .image {
	width: 80px;
}
.intro .list .box:nth-child(2) .image {
	width: 71px;
}
.intro .list .box:nth-child(3) .image {
	width: 79px;
}
.intro .list .box:nth-child(4) .image {
	width: 70px;
}
.intro .list .box:nth-child(5) .image {
	width: 60px;
}
.intro .list .box .txt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.intro .list .box .txt span {
	font-size: 24px;
}

@media screen and (max-width: 1140px) {
	.intro {
		padding: 7vw 0;
	}

	.intro h2 {
        font-size: 2.8vw;
        margin-bottom: 3.4vw;
	}

	.intro .exp {
        font-size: 1.7vw;
        margin-bottom: 3.4vw;
	}

	.intro .about {
        padding: 1.8vw 0 3.4vw;
        width: 70vw;
	}
	.intro .about h3 {
        font-size: 2.1vw;
        margin-bottom: 1.8vw;
	}
	.intro .about p {
		font-size: 1.4vw;
	}
	.intro .about .deco {
        font-size: 6.1vw;
        bottom: -1.3vw;
	}

	.intro .list .box {
        padding: 11vw 0 1.8vw;
        width: 18vw;
	}
	.intro .list .box .num {
        font-size: 4.6vw;
        left: .8vw;
        top: -3.6vw;
	}
	.intro .list .box .image {
		top: 3.5vw;
	}
	.intro .list .box:nth-child(1) .image {
		width: 7vw;
	}
	.intro .list .box:nth-child(2) .image {
		width: 6.2vw;
	}
	.intro .list .box:nth-child(3) .image {
		width: 7vw;
	}
	.intro .list .box:nth-child(4) .image {
		width: 6.1vw;
	}
	.intro .list .box:nth-child(5) .image {
		width: 5.3vw;
	}
	.intro .list .box .txt {
		font-size: 1.56vw;
	}
	.intro .list .box .txt span {
		font-size: 2.1vw;
	}
}

@media screen and (max-width: 767px) {
	.intro {
		padding: 10vw 0 14vw;
	}

	.intro h2 {
        font-size: 5.2vw;
        margin-bottom: 7vw;
	}

	.intro .exp {
        font-size: 3.8vw;
        font-weight: 400;
        margin-bottom: 10vw;
        text-align: left;
	}

	.intro .about {
        padding: 6vw 4vw 8vw;
        width: auto;
	}
	.intro .about h3 {
        font-size: 5.2vw;
        margin-bottom: 4vw;
	}
	.intro .about p {
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
	}
	.intro .about .deco {
        font-size: 13vw;
        bottom: -3vw;
	}

	.intro .list hgroup {
		margin-bottom: 3vw;
		width: 100%;
	}
	.intro .list hgroup h3 {
		font-size: 5.4vw;
		text-align: center;
	}
	.intro .list hgroup p {
		font-size: 3.2vw;
		text-align: center;
	}
	.intro .list .box {
        align-items: center;
		background: linear-gradient(45deg, rgba(96, 90, 80, 0.3) 0%, rgba(175, 159, 90, 0.1) 25%, rgba(96, 90, 80, 0.21) 100%);
        display: flex;
        padding: 1vw 4vw 1vw 2vw;
        width: 100%;
	}
	.intro .list .box + .box {
		margin-top: 3vw;
	}
	.intro .list .box .num {
        font-family: "Playfair Display", serif;
        font-size: 7vw;
        position: static;
	}
	.intro .list .box .image {
        margin-left: 2vw;
        position: static;
        transform: initial;
        width: 7vw !important;
	}
	.intro .list .box .txt {
        font-size: 3.8vw;
        margin-left: 2vw;
	}
	.intro .list .box .txt span {
		font-size: 4.5vw;
	}
}


/** -- line_friends -- **/
.line_friends {
	align-items: center;
	background: linear-gradient(45deg, #605a50 0%, #897A6B 30%, #605A50 100%);
	display: flex;
	overflow: hidden;
	position: relative;
	height: 400px;
}

.line_friends .inner {
	position: relative;
	width: 100%;
	z-index: 1;
}
.line_friends h2 {
	color: white;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}
.line_friends .line_friend_btn {
	background: linear-gradient(to left bottom, #dab251 0%, #987012 100%);
	border: 1px solid #707070;
	box-shadow: 0px 0px 20px rgba(83, 65, 37, 0.16);
	color: white;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin: 40px auto 0;
	padding: 17px 0 17px 20px;
	position: relative;
	text-align: center;
	width: 500px;
}
.line_friends .line_friend_btn::before {
	background: url(../img/style-club/icon-line-wt.png) no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
}

.line_friends .deco {
	mix-blend-mode: screen;
	position: absolute;
}
.line_friends .deco-1 {
	bottom: 0;
	left: 0;
	width: 72vw;
}
.line_friends .deco-2 {
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 40vw;
}

@media screen and (max-width: 1140px) {
	.line_friends {
		height: 34vw;
	}

	.line_friends h2 {
		font-size: 2.8vw;
	}
	.line_friends .line_friend_btn {
        font-size: 2.1vw;
        margin-top: 3.4vw;
        padding: 1.5vw 0 1.5vw 1.8vw;
        width: 42vw;
	}
	.line_friends .line_friend_btn::before {
		left: 2vw;
		height: 2.6vw;
		width: 2.6vw;
	}

	.line_friends .deco-1 {
		width: 72vw;
	}
	.line_friends .deco-2 {
        right: -8vw;
        width: 40vw;
	}
}

@media screen and (max-width: 767px) {
	.line_friends {
		height: 56vw;
	}

	.line_friends h2 {
		font-size: 4.8vw;
	}
	.line_friends .line_friend_btn {
        font-size: 3.6vw;
        margin-top: 5vw;
        padding: 2vw 4vw 2vw 10vw;
        width: 72vw;
	}
	.line_friends .line_friend_btn::before {
        left: 4vw;
        height: 4vw;
        width: 4vw;
	}

	.line_friends .deco-1 {
        left: -15vw;
        width: 165vw;
	}
	.line_friends .deco-2 {
        right: -46vw;
        top: -26vw;
        transform: initial;
        width: 105vw;
	}
}


/** -- page_link -- **/
.page_link {
	margin-top: 50px;
}

.page_link ul {
	justify-content: space-between;
}
.page_link li a {
	border: solid 1px #615B51;
	border-radius: 3px;
	font-size: 20px;
	padding: 10px 10px 10px 0;
	position: relative;
	text-align: center;
	width: 260px;
}
.page_link li a:hover {
	background: linear-gradient(45deg, #605a50 0%, #897A6B 30%, #605A50 100%);
	color: white;
}
.page_link li a::after {
	background: url(../img/style-club/icon-arrow-1-bw.png) no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
}
.page_link li a.active::after {
	background-image: url(../img/style-club/icon-arrow-1-wt.png);
}

@media screen and (max-width: 1140px) {
	.page_link {
		margin-top: 4.4vw;
	}

	.page_link li a {
        font-size: 1.7vw;
        padding: .8vw .8vw .8vw 0;
        width: 23vw;
	}
	.page_link li a::after {
        right: 1.8vw;
        height: 1.6vw;
        width: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
	.page_link {
		margin-top: 4.4vw;
	}
	
	.page_link ul {
		margin: 0 auto;
		width: 78vw;
	}

	.page_link li {
		margin-bottom: 2vw;
		width: calc(50% - 1.5vw);
	}
	.page_link li a {
        font-size: 3.2vw;
        padding: 1vw 4vw 1vw 2vw;
        width: 100%;
	}
	.page_link li a::after {
        right: 2vw;
        height: 3vw;
        width: 3vw;
	}
}


/** -- earn-point -- **/
.earn-point {
	margin-top: 80px;
}

.earn-point .headline-2 {
	margin-bottom: 40px;
}

.earn-point .list {
	border-top: solid 1px #615B51;
	margin: 0 auto 20px;
	width: 844px;
}
.earn-point .list {
	border-top :none !important;
	width:400px!important;
	margin-bottom:40px!important;
}
.earn-point .list p {
	border-bottom: solid 1px #615B51;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	padding-left: 40px;
	width: 50%;
}
.earn-point .list p {
	width:100%!important;
	margin-bottom:22px;
}
.earn-point .list p:nth-child(1),
.earn-point .list p:nth-child(3) {
	border-right: solid 1px #615B51;
}
.earn-point .list p span {
	font-size: 20px;
	font-weight: 600;
	margin-right: 15px;
}
.earn-point .list p:nth-child(1), .earn-point .list p:nth-child(3) {
	border-right:none !important;
}

.earn-point .attention {
	font-size: 14px;
	margin: 0 auto;
	width: 844px;
}

@media screen and (max-width: 1140px) {
	.earn-point {
		margin-top: 7vw;
	}

	.earn-point .headline-2 {
		margin-bottom: 3.4vw;
	}

	.earn-point .list {
		margin-bottom: 1.8vw;
		width: 74vw;
	}
	.earn-point .list p {
        font-size: 1.7vw;
        padding: .8vw 0;
        padding-left: 3vw;
	}
	.earn-point .list p span {
        font-size: 1.7vw;
        margin-right: 1.3vw;
	}

	.earn-point .attention {
		font-size: 1.2vw;
		width: 74vw;
	}
}

@media screen and (max-width: 767px) {
	.earn-point {
		margin-top: 10vw;
	}

	.earn-point .headline-2 {
		margin-bottom: 5vw;
	}

	.earn-point .list {
		margin-bottom: 3vw;
		width: auto;
	}
	.earn-point .list {
		width: 100% !important;
	}
	.earn-point .list p {
        font-size: 3.8vw;
        padding: 2vw 0;
        padding-left: 7vw;
	}
	.earn-point .list p span {
        font-size: 3.8vw;
        margin-right: 2vw;
	}

	.earn-point .attention {
        font-size: 3vw;
        width: auto;
	}
}


/** -- rank_system -- **/
.rank_system {
	margin-top: 100px;
}
.rank_system .sec_inner {
	background: linear-gradient(45deg, #605a50 0%, #897A6B 30%, #605A50 100%);
	padding: 10px 70px 60px;
	position: relative;
}

.rank_system .headline-1 {
	margin-top: -65px;
}
.rank_system .headline-1 p,
.rank_system .headline-1 h2 {
	color: white;
}
.rank_system .headline-1 p.deco {
	color: #9BA5B7;
}

.rank_system .table {
	
}
.rank_system .table table {
	table-layout: fixed;
	width: 100%;
}
.rank_system .table table th,
.rank_system .table table td {
	text-align: center;
}
.rank_system .table table thead th {
	vertical-align: bottom;
}
.rank_system .table table thead th p {
	border-radius: 10px 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
.rank_system .table table thead th.silver p {
	background: linear-gradient(45deg, #e6e6e6 0%, #b0b0b0 30%, #ddd 100%);
	padding: 10px 0;
}
.rank_system .table table thead th.gold p {
	background: linear-gradient(45deg, #987012 0%, #be983f 28%, #d9b150 72%, #dab251 100%);
	color: white;
	padding: 20px 0;
}
.rank_system .table table thead th.platinum p {
	background: linear-gradient(45deg, #A8BFC3 0%, #fff 33%, #EDFCFD 100%);
	padding: 30px 0;
}

.rank_system .table table tbody {
	background-color: white;
}
.rank_system .table table tbody th,
.rank_system .table table tbody td {
	border-bottom: solid 1px rgba(126, 126, 126, .5);
	border-left: solid 1px rgba(126, 126, 126, .5);
	padding: 10px 0;
	vertical-align: middle;
}
.rank_system .table table tbody th {
	font-size: 18px;
}
.rank_system .table table tbody tr:nth-child(1) th:nth-child(1) {
	border-radius: 10px 0 0 0;
}
.rank_system .table table tbody tr:nth-child(4) th:nth-child(1) {
	border-radius: 0 0 0 10px;
}
.rank_system .table table tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.rank_system .table table tbody td.txt-1 {
	font-size: 18px;
	font-weight: 700;
}
.rank_system .table table tbody td.txt-2 {
	font-size: 14px;
	padding: 5px 0;
}
.rank_system .table table tbody td.txt-3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.rank_system .table table tbody td.yen {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
}
.rank_system .table table tbody td.rate {
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0;
}
.rank_system .table table tbody td.rate span {
	font-size: 22px;
}

.rank_system .attention {
	color: white;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 0;
}

.rank_system .example h3 {
	background: url(../img/style-club/icon-plus.svg) no-repeat right 30px top 50% / 20px;
	background-color: white;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}
.rank_system .example .inner {
	background-color: white;
	border-radius: 0 0 10px 10px;
	padding: 20px 0 40px;
}
.rank_system .example .figure {
	margin: 0 auto;
	position: relative;
	width: 760px;
	z-index: 1;
}
.rank_system .example .figure .box {
	border-right: solid 1px #615B51;
	padding: 10px 0 20px;
	position: relative;
	width: 25%;
}
.rank_system .example .figure .box:first-child {
	border-left: solid 1px #615B51;
}
.rank_system .example .figure .box::before {
	background-color: #615B51;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	width: 100%;
	z-index: -1;
}

.rank_system .example .figure .box p {
	text-align: center;
}
.rank_system .example .figure .box .year {
	background-color: #615B51;
	border-radius: 20px;
	color: white;
	display: table;
	margin: -13px auto 10px;
	padding: 2px 0;
	width: 64px;
}
.rank_system .example .figure .box .silver {
	background: linear-gradient(45deg, #e6e6e6 0%, #b0b0b0 30%, #ddd 100%);
	padding: 5px 0;
}
.rank_system .example .figure .box .gold {
	background: linear-gradient(45deg, #987012 0%, #be983f 28%, #d9b150 72%, #dab251 100%);
	color: white;
	padding: 5px 0;
}
.rank_system .example .figure .box .platinum {
	background: linear-gradient(45deg, #A8BFC3 0%, #fff 33%, #EDFCFD 100%);
	padding: 5px 0;
}
.rank_system .example .figure .box .txt-1 {
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	position: absolute;
	left: -5px;
	top: 80px;
}
.rank_system .example .figure .box .txt-2 {
	display: table;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto;
	padding-left: 20px;
	position: relative;
}
.rank_system .example .figure .box .txt-1::before,
.rank_system .example .figure .box .txt-2::before {
	background-color: #615B51;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	height: 13px;
	width: 13px;
}
.rank_system .example .figure .box:nth-child(1) .txt-2 {
	margin-top: 50px;
}
.rank_system .example .figure .box:nth-child(2) .txt-2 {
	margin-top: 35px;
}
.rank_system .example .figure .box .txt-3 {
	margin-top: 25px;
}

@media screen and (max-width: 1140px) {
	.rank_system {
		margin-top: 9vw;
	}
	.rank_system .sec_inner {
		padding: 1vw 6vw 5.2vw;
	}

	.rank_system .headline-1 {
		margin-top: -5.8vw;
	}

	.rank_system .table table thead th p {
		border-radius: 10px 10px 0 0;
		font-size: 1.7vw;
	}
	.rank_system .table table thead th.silver p {
		padding: .8vw 0;
	}
	.rank_system .table table thead th.gold p {
		padding: 1.6vw 0;
	}
	.rank_system .table table thead th.platinum p {
		padding: 2.4vw 0;
	}

	.rank_system .table table tbody th,
	.rank_system .table table tbody td {
		padding: .8vw 0;
	}
	.rank_system .table table tbody th {
		font-size: 1.5vw;
	}

	.rank_system .table table tbody td.txt-1 {
		font-size: 1.5vw;
	}
	.rank_system .table table tbody td.txt-2 {
		font-size: 1.2vw;
		padding: .4vw 0;
	}
	.rank_system .table table tbody td.txt-3 {
		font-size: 1.5vw;
	}
	.rank_system .table table tbody td.yen {
		font-size: 1.5vw;
		padding: 1.3vw 0;
	}
	.rank_system .table table tbody td.rate {
		font-size: 3.6vw;
		padding: .8vw 0;
	}
	.rank_system .table table tbody td.rate span {
		font-size: 1.9vw;
	}

	.rank_system .attention {
		font-size: 1.2vw;
		margin: 1.8vw 0;
	}

	.rank_system .example h3 {
		background-position: right 2.6vw top 50%;
		background-size: 1.7vw;
		font-size: 1.7vw;
		padding: .8vw 0;
	}
	.rank_system .example .inner {
		padding: 20px 0 40px;
	}
	.rank_system .example .figure {
		width: 67vw;
	}
	.rank_system .example .figure .box {
		padding: .8vw 0 1.7vw;
	}
	.rank_system .example .figure .box::before {
		top: .8vw;
	}
	
	.rank_system .example .figure .box .year {
		margin: -1.2vw auto .8vw;
		padding: .1vw 0 0;
		width: 5.6vw;
	}
	.rank_system .example .figure .box .silver {
		padding: .4vw 0;
	}
	.rank_system .example .figure .box .gold {
		padding: .4vw 0;
	}
	.rank_system .example .figure .box .platinum {
		padding: .4vw 0;
	}
	.rank_system .example .figure .box .txt-1 {
		font-size: 1.5vw;
		padding-left: 1.7vw;
		left: -.4vw;
		top: 6.6vw;
	}
	.rank_system .example .figure .box .txt-2 {
		font-size: 1.5vw;
		padding-left: 1.7vw;
	}
	.rank_system .example .figure .box .txt-1::before,
	.rank_system .example .figure .box .txt-2::before {
		top: 9px;
		height: 13px;
		width: 13px;
	}
	.rank_system .example .figure .box:nth-child(1) .txt-2 {
		margin-top: 4.5vw;
	}
	.rank_system .example .figure .box:nth-child(2) .txt-2 {
		margin-top: 3vw;
	}
	.rank_system .example .figure .box .txt-3 {
		margin-top: 2.1vw;
	}
}

@media screen and (max-width: 767px) {
	.rank_system {
		margin-top: 9vw;
	}
	.rank_system .sec_inner {
		margin: 0;
		padding: 1vw 4vw 14vw;
	}

	.rank_system .headline-1 {
		margin-bottom: 5vw;
		margin-top: -6.8vw;
	}

	.rank_system .table table {
		table-layout: initial;
	}
	
	.rank_system .table table thead td:first-child,
	.rank_system .table table tbody tr:first-child th:first-child,
	.rank_system .table table tbody tr:nth-child(3) th:first-child,
	.rank_system .table table tbody tr:nth-child(4) th:first-child {
		display: none;
	}
	.rank_system .table table tbody tr:first-child th:nth-child(2) {
		border-radius: 10px 0 0 0;
	}
	.rank_system .table table tbody tr:last-child th:first-child {
		border-radius: 0 0 0 10px;
	}
	
	.rank_system .table table thead th p {
		border-radius: 10px 10px 0 0;
		font-size: 2.6vw;
	}
	.rank_system .table table thead th.silver p {
		padding: 2vw 0;
	}
	.rank_system .table table thead th.gold p {
		padding: 3.5vw 0;
	}
	.rank_system .table table thead th.platinum p {
		padding: 5vw 0;
	}

	.rank_system .table table tbody th,
	.rank_system .table table tbody td {
		padding: 1.5vw 0;
		width: 25%;
	}
	.rank_system .table table tbody th {
		font-size: 2.6vw;
		padding: 0 2vw;
		width: 28%;
	}

	.rank_system .table table tbody td.txt-1 {
		font-size: 2.8vw;
	}
	.rank_system .table table tbody td.txt-2 {
		font-size: 2.4vw;
		padding: .1vw 0;
	}
	.rank_system .table table tbody td.txt-3 {
		font-size: 2.8vw;
	}
	.rank_system .table table tbody td.yen {
        font-size: 2.8vw;
        padding: 2vw 0;
	}
	.rank_system .table table tbody td.rate {
		font-size: 6.4vw;
		padding: 1vw 0;
	}
	.rank_system .table table tbody td.rate span {
		font-size: 3.2vw;
	}

	.rank_system .attention {
        font-size: 3vw;
        margin: 5vw 3vw;
	}

	.rank_system .example h3 {
        background-position: right 5vw top 50%;
        background-size: 3vw;
        font-size: 3.2vw;
        padding: 2vw 0;
	}
	.rank_system .example .inner {
		padding: 4vw 0 5vw;
	}
	.rank_system .example .figure {
        margin: 0 4vw;
        width: auto;
	}
	.rank_system .example .figure .box {
        padding: 2vw 0 4vw;
        width: calc(50% - 5vw);
	}
	.rank_system .example .figure .box:first-child {
		margin-bottom: 4vw;
	}
	.rank_system .example .figure .box:nth-child(2) {
		margin-bottom: 4vw;
	}
	.rank_system .example .figure .box::before {
		top: 2vw;
	}
	
	.rank_system .example .figure .box p {
		font-size: 2.6vw;
	}
	.rank_system .example .figure .box .year {
        font-size: 2.6vw;
        margin: -2.3vw auto 2vw;
        padding: .2vw 0;
        width: 12vw;
	}
	.rank_system .example .figure .box .silver {
		padding: 1vw 0;
	}
	.rank_system .example .figure .box .gold {
		padding: 1vw 0;
	}
	.rank_system .example .figure .box .platinum {
		padding: 1vw 0;
	}
	.rank_system .example .figure .box .txt-1 {
        font-size: 2.6vw;
        padding-left: 3vw;
        left: -1.4vw;
        top: 15vw;
	}
	.rank_system .example .figure .box .txt-2 {
        font-size: 2.8vw;
        padding-left: 4vw;
	}
	.rank_system .example .figure .box .txt-1::before,
	.rank_system .example .figure .box .txt-2::before {
        top: 1.4vw;
        height: 10px;
        width: 10px;
	}
	.rank_system .example .figure .box:nth-child(1) .txt-2 {
		margin-top: 8vw;
	}
	.rank_system .example .figure .box:nth-child(2) .txt-2 {
		margin-top: 6vw;
	}
	.rank_system .example .figure .box .txt-3 {
        margin-top: 3vw;
	}
	
	.rank_system .example .figure .box-2,
	.rank_system .example .figure .box-3 {
		position: relative;
		width: 10vw;
	}
	.rank_system .example .figure .box-2::before,
	.rank_system .example .figure .box-3::before {
		border-bottom: dashed 1px #615B51;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 2vw;
		width: 100%;
	}
	.rank_system .example .figure .box-2::after,
	.rank_system .example .figure .box-3::after {
		background-color: #615B51;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: '';
		display: block;
		position: absolute;
		top: 1vw;
		height: 2.5vw;
		width: 1.5vw;
	}
	.rank_system .example .figure .box-2::after {
		right: -.5vw;
	}
	.rank_system .example .figure .box-3::after {
		left: -.5vw;
	}
	.rank_system .example .figure .box-3 {
		border-right: solid 1px #615B51;
	}
	.rank_system .example .figure .box-2 p {
		font-size: 2.8vw;
		font-weight: 700;
		margin-top: 7vw;
		text-align: center;
	}
	.rank_system .example .figure .box-3 p {
		background: linear-gradient(45deg, #987012 0%, #be983f 28%, #d9b150 72%, #dab251 100%);
        margin-top: 6.6vw;
        height: 6.5vw;
		width: 100%;
	}
}


/** -- birthday -- **/
.birthday {
	margin-top: 60px;
}

.birthday .inner {
	justify-content: space-between;
	margin-top: 60px;
}

.birthday .text {
	align-items: center;
	width: calc(50% - 20px);
}
.birthday .text p {
	font-size: 20px;
	font-weight: 700;
}
.birthday .text p + p {
	margin-top: 15px;
}

.birthday .image {
	width: calc(50% - 20px);
}

@media screen and (max-width: 1140px) {
	.birthday {
		margin-top: 5.2vw;
	}

	.birthday .inner {
		margin-top: 5.2vw;
	}

	.birthday .text {
		width: calc(50% - 1.7vw);
	}
	.birthday .text p {
		font-size: 1.7vw;
	}
	.birthday .text p + p {
		margin-top: 1.3vw;
	}

	.birthday .image {
		width: calc(50% - 1.7vw);
	}
}

@media screen and (max-width: 767px) {
	.birthday {
		margin-top: 16vw;
	}

	.birthday .inner {
		margin-top: 9vw;
	}

	.birthday .text {
		width: 100%;
	}
	.birthday .text p {
        font-size: 3.6vw;
        font-weight: 400;
	}
	.birthday .text p + p {
		margin-top: 2vw;
	}

	.birthday .image {
		margin-top: 8vw;
		width: 100%;
	}
}


/** -- referral -- **/
.referral {
	margin-top: 80px;
}

.referral .present-image {
	margin: 50px auto 60px;
	width: 930px;
}

.referral .box {
	background-color: white;
	margin: 0 auto;
	width: 970px;
}
.referral .box .image {
	width: 370px;
}
.referral .box .image img {
	object-fit: cover;
	object-position: 0 0;
	height: 100%;
	width: 100%;
}
.referral .box .text {
	align-items: center;
	justify-content: center;
	width: calc(100% - 370px);
}
.referral .box .text .txt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.referral .box .text .attention {
	font-size: 14px;
}

@media screen and (max-width: 1140px) {
	.referral {
		margin-top: 7vw;
	}

	.referral .present-image {
        margin: 4.4vw auto 5.3vw;
        width: 78vw;
	}

	.referral .box {
		width: 88vw;
	}
	.referral .box .image {
		width: 33vw;
	}
	.referral .box .text {
		width: calc(100% - 33vw);
	}
	.referral .box .text .txt {
        font-size: 1.5vw;
        margin-bottom: 1.3vw;
	}
	.referral .box .text .attention {
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 767px) {
	.referral {
		margin-top: 16vw;
	}

	.referral .present-image {
        margin: 5vw 0 8vw;
        width: auto;
	}

	.referral .box {
		width: auto;
	}
	.referral .box .image {
        height: 48vw;
        width: 28vw;
	}
	.referral .box .image img {
		object-position: -11vw 0;
	}
	.referral .box .text {
		padding: 4vw;
		width: calc(100% - 28vw);
	}
	.referral .box .text .txt {
        font-size: 2.8vw;
		font-weight: 400;
        margin-bottom: 2vw;
	}
	.referral .box .text .attention {
		font-size: 2.8vw;
	}
}


/** -- use-point -- **/
.use-point {
	margin-top: 100px;
}
.use-point .headline-2 {
	margin-bottom: 50px;
}

.use-point .inner {
	align-items: center;
	justify-content: space-between;
}

.use-point .text {
	width: 570px;
}
.use-point .text h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
}
.use-point .text .txt-1 {
	font-size: 28px;
	font-weight: 600;
}
.use-point .text .txt-1.icon {
	background: url(../img/style-club/icon-6.svg) no-repeat 0 11px / 30px;
	padding-left: 40px;
}
.use-point .text .txt-2 {
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 10px;
}
.use-point .text .txt-2 span {
	font-size: 16px;
}
.use-point .text .txt-3 {
	font-size: 16px;
	margin-bottom: 30px;
}

.use-point .image {
	width: 470px;
}

@media screen and (max-width: 1140px) {
	.use-point {
		margin-top: 9vw;
	}
	.use-point .headline-2 {
		margin-bottom: 4.4vw;
	}

	.use-point .text {
		width: 50vw;
	}
	.use-point .text h3 {
        font-size: 3.4vw;
        margin-bottom: 3.4vw;
	}
	.use-point .text .txt-1 {
		font-size: 2.4vw;
	}
	.use-point .text .txt-1.icon {
        background-position: 0 1vw;
        background-size: 2.6vw;
        padding-left: 3.4vw;
	}
	.use-point .text .txt-2 {
        font-size: 2.1vw;
        margin: 2.5vw 0 .8vw;
	}
	.use-point .text .txt-2 span {
		font-size: 1.45vw;
	}
	.use-point .text .txt-3 {
        font-size: 1.45vw;
        margin-bottom: 2.4vw;
	}

	.use-point .image {
		width: 42vw;
	}
}

@media screen and (max-width: 767px) {
	.use-point {
		margin-top: 14vw;
	}
	.use-point .headline-2 {
		margin-bottom: 6vw;
	}

	.use-point .text {
		width: 100%;
	}
	.use-point .text h3 {
        font-size: 5.8vw;
        margin-bottom: 4vw;
		text-align: center;
	}
	.use-point .text .txt-1 {
		font-size: 4.6vw;
		text-align: center;
	}
	.use-point .text .txt-1.icon {
        background-position: 0 1.5vw;
        background-size: 5vw;
        display: table;
        margin: 0 auto 6vw;
        padding-left: 6vw;
		text-align: left;
	}
	.use-point .text .txt-2 {
        font-size: 4.4vw;
        margin: 5vw 0 3vw;
	}
	.use-point .text .txt-2 span {
        font-size: 3.2vw;
	}
	.use-point .text .txt-3 {
        font-size: 3.6vw;
        margin-bottom: 5vw;
	}

	.use-point .image {
		display: none;
	}
}


/** -- benefits -- **/
.benefits {
	margin-top: 80px;
}

.benefits .block {
	margin-top: 80px;
}
.benefits .block .inner > div {
	align-items: center;
	display: flex;
}

.benefits .block .text {
	margin-right: 50px;
	width: calc(50% - 50px);
}
.benefits .block .text .num {
	font-size: 70px;
	line-height: 1.4;
}
.benefits .block .text h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
.benefits .block .text .txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.benefits .block .image {
	width: 50%;
}

.benefits .block .bfslider {
	margin-top: 40px;
}
.benefits .block .bfslider .slick-slide {
	padding: 0 20px;
}

@media screen and (max-width: 1140px) {
	.benefits {
        margin-top: 7vw;
	}

	.benefits .block {
		margin-top: 7vw;
	}

	.benefits .block .text {
        margin-right: 4vw;
        width: calc(50% - 4vw);
	}
	.benefits .block .text .num {
		font-size: 6vw;
	}
	.benefits .block .text h3 {
        font-size: 2.8vw;
        margin-bottom: 2.4vw;
	}
	.benefits .block .text .txt {
		font-size: 1.45vw;
	}

	.benefits .block .bfslider {
		margin-top: 3.4vw;
	}
	.benefits .block .bfslider .slick-slide {
		padding: 0 1.7vw;
	}
}

@media screen and (max-width: 767px) {
	.benefits {
        margin-top: 12vw;
	}

	.benefits .block {
		margin-top: 10vw;
	}

	.benefits .block .text {
        margin-right: 0;
        width: 100%;
	}
	.benefits .block .text hgroup {
		align-items: center;
		display: flex;
	}
	.benefits .block .text .num {
        font-size: 10vw;
        margin-right: 4vw;
        padding-bottom: 3vw;
	}
	.benefits .block .text h3 {
        font-size: 4.8vw;
        margin-bottom: 0;
	}
	.benefits .block .text img {
		padding: 0 5vw;
	}
	.benefits .block .text .txt {
        font-size: 3.6vw;
		font-weight: 400;
        margin-top: 6vw;
	}
	
	.benefits .block .image {
		display: none !important;
	}

	.benefits .block .bfslider {
		margin: 0 -4vw;
		margin-top: 6vw;
	}
	.benefits .block .bfslider .slick-slide {
		padding: 0 2vw;
	}
}