@charset "shift_jis";
/*==============================================
 common
============================================= */

* {
	outline: none;
}
html {
  font-size: calc(100vw / 37.5);
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #0f0f0f;
	color: #191919;
}
#footer {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    #footer {
        margin-top: 100px;
    }
    .headerIn, .footerIn {
      width: 1200px;
      margin: 0 auto;
    }
}
.breadCrumb li, .breadCrumb li a, .breadCrumb li a:hover {
  color: #fff;
}
.copyRight {
  background-color: #212121;
}
.copyRight p {
  color: #fff;
}
/* clearfix --------------------*/

.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* font size --------------------*/

.xs {
  font-size: 0.6em;
}
.sm {
  font-size: 0.7em;
}
sup {
  position: relative;
  top: 0.4em;
  font-size: 0.4em;
}

/* tel --------------------*/

@media(min-width: 768px) {
a[href^="tel:"] {
  pointer-events: none;
}
}
/* none --------------------*/

.pc {
  display: none;
}

@media (min-width: 768px) {
	.pc {
 	 display: inline-block;
	}
	.sp {
 	 display: none;
	}
}
/*==============================================
 #container
============================================= */

#container {
}
/*==============================================
 #mainContents
============================================= */

#mainContents .heading {
  margin-top: 6rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
	letter-spacing: 0.1em;
}
#mainContents .heading .xs {
  display: block;
}
#mainContents {
  font-family: "Yu Gothic Medium", "ŸàƒSƒVƒbƒN Medium", YuGothic, "ŸàƒSƒVƒbƒN‘Ì", "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}
h2 {
  line-height: 1.4;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
section h2 {
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
h2 span {
  color: #f2dda9;
}
.att {
	margin: 6rem 1rem 0;
	line-height: 1.6;
	color: #848484;
	font-size: 1rem;
}
.att a, .att a:visited, .atta:hover {
    color: #848484;
}
.att + .att {
    margin-top: 1rem;
}
@media (min-width: 768px) {
	#mainContents .heading {
		margin-top: 0;
		text-align: left;
  	font-size: 22px;
	}
	#mainContents .heading .xs {
		display: inline-block;
		margin-left: 1em;
	}
	h2 {
	  line-height: 1.4;
	  font-size: 40px;
	}
	section h2 {
	  margin: 0;
		text-align: left;
	}
	.att {
		width: 1200px;
		margin: 100px auto 0;
		font-size: 10px;
	}
    .att + .att {
        margin-top: 20px;
    }
}
/*==============================================
 gnav
============================================= */

#gnav {
  position: fixed;
  top: -5.4rem;
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(33,33,33,0.9);
	transition: top .3s;
	font-family: "Yu Gothic Medium", "ŸàƒSƒVƒbƒN Medium", YuGothic, "ŸàƒSƒVƒbƒN‘Ì", "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
#gnav.fixedIn {
	top: 0;
}
#gnav ul {
	display: flex;
}
#gnav ul li {
	width: 25%;
}
#gnav ul li a {
	display: block;
	line-height: 1.2;
	height: 5.4rem;
	padding-top: 1rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	box-sizing: border-box;
	border-left: 1px solid #393939;
}
#gnav ul li a img {
	display: none;
}
#gnav ul li:first-child a {
	border: none;
}
#gnav ul li a span {
	display: block;
	line-height: 1;
	margin-bottom: 0.4rem;
	font-size: 0.8rem;
}
#gnav ul li.contact a {
	line-height: 5.4rem;
	padding-top: 0;
	color: #191919;
	background-color: #e7bb52;
	border: none;
}
@media (min-width: 768px) {
	#gnav {
  	top: -80px;
	}
	#gnav ul {
		width: 1200px;
		margin: 0 auto;
	}
	#gnav ul li a {
		position: relative;
		line-height: 1.8;
		height: 80px;
		padding-top: 25px;
		padding-left: 95px;
		text-align: left;
		font-size: 13px;
		border: none;
		letter-spacing: 0.06em;
  	font-feature-settings: "palt" 1;
		transition: background-color .2s;
	}
	#gnav ul li a:hover {
		background-color: rgba(255,255,255,0.10);
	}
	#gnav ul li:not(.contact) a::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 8px;
		height: 8px;
		margin: auto 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#gnav ul li a img {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		height: 40px;
	}
	#gnav ul li a span {
		margin-bottom: 0;
		font-size: 12px;
	}
	#gnav ul li.contact a {
		line-height: 80px;
		padding-left: 0;
		text-align: center;
		font-size: 14px;
	}
	#gnav ul li.contact a:hover {
		background-color: #d89e11;
	}
}
/*==============================================
 .mainVisual
============================================= */

.mainVisual {
	position: relative;
	height: 145rem;
}
.mainVisualInner {
	position: absolute;
	top: 0;
  padding: 3.5rem 1rem 0;
}
.mainVisual p {
  color: #fff;
}
.mainVisual h1 {
  width: 31.5rem;
  height: 15.3rem;
  margin: 0 auto;
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/main_visual_title.svg) no-repeat 0 0;
  text-indent: -999rem;
	filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.6));
	-webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.6));
	-moz-filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.6));
}
.mainVisual .pyramid {
  width: 29.5rem;
  height: 20rem;
  margin: 4rem auto 0;
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/main_visual_img.png) no-repeat 0 0;
  background-size: 100%;
  text-indent: -999rem;
}
.mainVisual .lead {
  line-height: 1.6;
  margin-top: 4rem;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
	.mainVisual {
		height: 1060px;
	}
	.mainVisual::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 390px;
		background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_gra.png) repeat-x 0 0;
	}
	.mainVisualInner {
		left: 0;
		right: 0;
		width: 1200px;
		height: 1060px;
		margin: 0 auto;
	  padding: 0;
		z-index: 1;
	}
	.mainVisual h1 {
		position: absolute;
		top: 136px;
		left: 0;
  	width: 747px;
  	height: 177px;
  	margin: 0;
  	background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_title.png) no-repeat 0 0;
  	text-indent: -999rem;
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
	}
	.mainVisual .pyramid {
		position: absolute;
		top: 115px;
		right: 0;
		width: 570px;
  	height: 450px;
  	margin: 0;
  	background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_img.png) no-repeat 0 0;
  	text-indent: -999rem;
	}
	.mainVisual .lead {
		position: absolute;
		top: 407px;
		left: 0;
		margin-top: 0;
 	 	text-align: left;
  	font-size: 19px;
		text-shadow:0px 1px 2px #000000;
	}
}
/* lineup --------------------*/

.lineup {
  margin-top: 5rem;
}
.lineup li {
  position: relative;
  padding: 3rem;
  background-color: rgba(44,44,44,0.80);
}
.lineup li + li {
  margin-top: 1rem;
}
/* card */

.lineup li .card {
  display: flex;
  align-items: center;
}
.lineup li .card .img {
  width: 10.5rem;
  margin-right: 2rem;
}
.lineup li .card .img img {
  width: 100%;
}
/* fee */

.lineup li .card .fee {
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
}
.lineup li .card .fee > .sm {
  font-size: 1em;
}
/* name */

.lineup li .name {
  display: block;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}
.lineup li .name .sm {
  display: block;
}
/* catch */

.lineup li .catch {
  margin-top: 1.8rem;
  color: #f2dda9;
  font-size: 1.3rem;
  font-weight: bold;
}
/* txt */

.lineup li .txt {
  line-height: 1.6;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
/* btn */

.lineup li .btn {
  margin-top: 1.2rem;
}
.lineup li .btn a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  background-color: #e7bb52;
  text-align: center;
  color: #191919;
  font-size: 1.2rem;
  font-weight: bold;
}
/* tel */

.lineup li .tel {
  margin-top: 1.2rem;
}
.lineup li .tel a {
  display: block;
  height: calc(4rem - 4px);
  line-height: calc(4rem - 4px);
  border: 2px solid #e7bb52;
  text-align: center;
  color: #e7bb52;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
	.lineup {
		display: flex;
		position: absolute;
		top: 670px;
        width: 1200px;
		margin-top: 0;
	}
	.lineup::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1200px;
		height: 390px;
		background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_border.png) repeat-x center bottom;
		pointer-events: none;
	}
	.lineup li {
		position: relative;
		margin: 0;
		padding: 90px 40px 40px;
		width: 33.3%;
		height: 390px;
		box-sizing: border-box;
	}
	.lineup li:last-child {
		width: 33.4%;
	}
	.lineup li + li {
		margin-top: 0;
	}
	/* card */
	
	.lineup li .card {
        display: flex;
        align-items: center;
        width: auto;
	}
    .lineup li .card .img {
		width: 160px;
        margin-right: 15px;
	}
    /* fee */

	.lineup li .card .fee {
        position: static;
        font-size: 18px;
	}
	.lineup li .card .fee .sm {
        display: block;
		font-size: 13px;
	}
	/* name */

	.lineup li .name {
	  position: absolute;
	  top: 25px;
	  left: 0;
		right: 0;
		margin: 0 auto;
	  line-height: 1.4;
		text-align: center;
	  font-size: 22px;
	  font-weight: bold;
	}
	/* catch */

	.lineup li .catch {
	  margin-top: 20px;
	  color: #f2dda9;
	  font-size: 14px;
	  font-weight: bold;
	}
	/* txt */
	
	.lineup li .txt {
	  line-height: 1.6;
	  margin-top: 8px;
		text-align: justify;
		text-justify: inter-ideograph;
	  font-size: 12px;
	}
	/* btn */

	.lineup li .btn {
	  margin-top: 20px;
	}
	.lineup li .btn a {
	  height: 40px;
	  line-height: 40px;
	  font-size: 13px;
		transition: background-color .2s;
	}
	.lineup li .btn a:hover {
		background-color: #d89e11;
	}
	/* tel */
	
	.lineup li .tel {
	  margin-top: 20px;
	}
	.lineup li .tel a {
	  height: calc(40px - 4px);
	  line-height: calc(40px - 4px);
	  font-size: 13px;
	}
}
/*==============================================
 cardBenefits
============================================= */

#cardBenefits {
  margin: 0 1rem;
}
@media (min-width: 768px) {
	#cardBenefits {
		width: 1200px;
		margin: 120px auto 0;
	}
}
/* point --------------------*/

#cardBenefits .point {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#cardBenefits .point li {
  width: calc(50% - 0.5rem - 4px);
  height: 3.3rem;
  line-height: 3.3rem;
  border: 2px solid #404040;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
#cardBenefits .point li.target {
  font-size: 0.8rem;
  background-color: #404040;
}
#cardBenefits .point li.target img {
  height: 1.6rem;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
}
#cardBenefits .point.loungekey {
    flex-direction: column;
}
#cardBenefits .point.loungekey li {
    width: calc(100% - 4px);
}
#cardBenefits .point.loungekey li:last-of-type {
    width: calc(100% - 4px);
    margin-top: 1rem;
}
@media (min-width: 768px) {
	#cardBenefits {
	  min-height: 1px;
	}
	#cardBenefits::after {
	  content: ".";
	  display: block;
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}
	#cardBenefits .point {
        justify-content: flex-start;
	  margin-top: 20px;
	}
	#cardBenefits .point li {
		display: inline-block;
	  width: auto;
	  height: 50px;
	  line-height: 50px;
		margin-right: 10px;
		padding: 0 40px;
	  font-size: 16px;
	}
	#cardBenefits .point li.target {
	  font-size: 12px;
	}
	#cardBenefits .point li.target img {
	  height: 30px;
		margin-top: -2px;
	  margin-left: 5px;
	  margin-bottom: 0;
	}
	#cardBenefits .point li.target img:first-child {
		margin-left: 10px;
	}
    #cardBenefits .point.loungekey {
        flex-direction: row;
    }
    #cardBenefits .point.loungekey li {
        width: auto;
        margin-top: 0;
    }
    #cardBenefits .point.loungekey li:last-of-type {
        width: auto;
        margin-top: 0;
    }
}

/* section --------------------*/

section {
    margin-top: 6rem;
}
.heading + section {
    margin-top: 1rem;
}
section > p.note {
	line-height: 1.6;
	margin-top: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-family: "Yu Gothic Medium", "ŸàƒSƒVƒbƒN Medium", YuGothic, "ŸàƒSƒVƒbƒN‘Ì", "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    letter-spacing: 0.06em;
    font-feature-settings: "palt" 1;
}
.note a {
    text-decoration: underline;
    color: #e7bb52;
    transition: color .2s;
}
.note a:hover {
    color: #d89e11;
}
@media (min-width: 768px) {
	section {
	  margin-top: 120px;
	}
	.heading + section {
	  margin-top: 30px;
	}
	section > p.note {
		margin-top: 20px;
		font-size: 11px;
	}
}
/* box --------------------*/

.box {
  margin-top: 4rem;
  padding: 4rem 3rem;
  background-color: #fff;
}
.box h3 {
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.box h3:not(.min) {
  font-family: "Yu Mincho", "YuMincho", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
  font-size: 2.3rem;
}
.box h3.min {
	margin-top: 3rem;
  font-size: 1.8rem;
}
.box h3 .logoLk {
  height: 2.4rem;
  margin-left: 1rem;
  vertical-align: middle;
}
.box p {
  margin-top: 1.5rem;
  line-height: 1.6;
  font-size: 1.5rem;
}
.box .slider + p {
	margin-top: 3rem;
}
.box .note {
	line-height: 1.4;
	margin-top: 1rem;
	display: block;
	font-size: 1rem;
}
.box .slider + .note {
	margin-top: 1.5rem;
}
/* flow */

.box .flow {
	width: 100%;
	height: 53rem;
	margin-top: 2rem;
	background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/flow.jpg) no-repeat 0 0;
  background-size: 100%;
}
/* delivery & wifi */

.delivery .box,
.wifi .box {
	padding-top: 0;
}
.delivery .serviceImg,
.wifi .serviceImg {
	margin: 0 -3rem;
	overflow: hidden;
}
.delivery .serviceImg .img,
.wifi .serviceImg .img {
	width: 35.5rem;
  height: 23rem;
}

.delivery .serviceImg .img {
	background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_delivery.jpg) no-repeat 0 0;
  background-size: 100%;
}
.wifi .serviceImg .img {
	background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_wifi.jpg) no-repeat 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
	.box {
		position: relative;
	  margin-top: 70px;
	  padding: 60px;
	}
	.box h3:not(.min) {
	  font-family: "Yu Mincho", "YuMincho", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
	  font-size: 34px;
	}
	.box h3.min {
		margin-top: 30px;
	  font-size: 20px;
	}
	.dining .box h3.min {
		margin-top: 50px;
		font-size: 28px;
	}
	.box h3 .logoLk {
	  height: 43px;
	  margin-left: 10px;
	  vertical-align: middle;
	}
	.box p {
		line-height: 1.8;
	  margin-top: 15px;
	  font-size: 15px;
		letter-spacing: 0.04em;
	}
	.box p.lead {
		position: absolute;
		top: 63px;
		right: 60px;
		width: 620px;
		margin-top: 0;
		padding-left: 40px;
		font-weight: bold;
		border-left: 1px solid #ddd;
		box-sizing: border-box;
	}
	.dining .box h3.min + p {
		margin-top: 5px;
	}
	.box .slider + p {
		margin-top: 50px;
	}
	.box .note {
		margin-top: 10px;
		font-size: 11px;
	}
	.box .slider + .note {
		margin-top: 20px;
	}
	/* flow */
	
	.box .flow {
		width: 1080px;
		height: 263px;
		margin-top: 40px;
		background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/flow.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	/* delivery & wifi */
	
	.delivery,
	.wifi {
		width: 570px;
	}
	.delivery {
		float: left;
	}
	.wifi {
		float: right;
	}
	.delivery h2,
	.wifi h2 {
		font-size: 38px;
	}
	.delivery .box,
	.wifi .box {
		min-height: 610px;
		padding-top: 0;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	.delivery p:not(.note) {
		letter-spacing: 0.07em;
	}
	.delivery .serviceImg,
	.wifi .serviceImg {
		margin: 0 -60px;
	}
	.delivery .serviceImg .img,
	.wifi .serviceImg .img {
		width: 570px;
	  height: 300px;
	}
	.delivery .serviceImg .img {
		background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_delivery.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.wifi .serviceImg .img {
		background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_wifi.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
}
/*==============================================
 cardLineup
============================================= */

.cardBox {
	margin-top: 3rem;
	color: #fff;
}
.cardBox + .cardBox {
	margin-top: 6rem;
}
.cardBox.platinum {
	background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/cardbox_bg_platinum.jpg) no-repeat 0 0;
	background-size: contain;
}
.cardBox.world {
	background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/cardbox_bg_world.jpg) no-repeat 0 0;
	background-size: contain;
}
.cardBox.worldElite {
	background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/cardbox_bg_world_elite.jpg) no-repeat 0 0;
	background-size: contain;
}
.cardBoxIn {
	padding: 4rem 4rem;
}

@media (min-width: 768px) {
	#cardLineup .heading {
		width: 1200px;
		margin: 120px auto 0;
	}
	.cardBox {
		margin-top: 50px;
	}
	.cardBox + .cardBox {
		margin-top: 70px;
	}
	.cardBox.platinum {
		background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/cardbox_bg_platinum.jpg) no-repeat center center;
		background-size: 1920px 800px;
	}
	.cardBox.world {
		background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/cardbox_bg_world.jpg) no-repeat center center;
		background-size: 1920px 800px;
	}
	.cardBox.worldElite {
		background: #2c2c2c url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/cardbox_bg_world_elite.jpg) no-repeat center center;
		background-size: 1920px 800px;
	}
	.cardBoxIn {
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 80px 0;
	}
}
@media (min-width:768px) and (max-width: 1220px) {
	.cardBox.platinum {
		background-position: -360px center;
	}
	.cardBox.world {
		background-position: -360px center;
	}
	.cardBox.worldElite {
		background-position: -360px center;
	}
}
/* .column1 --------------------*/

.column1 .card img {
	width: 100%;
}
.column1 .grade {
	margin-top: 3rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.column1 .grade img {
	height: 1.6rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.column1 h2 {
	margin-top: 1rem;
	font-size: 2.4rem;
}
@media (min-width: 768px) {
	.column1 {
		width: 360px;
	}
	.column1 .card {
		width: 360px;
	}
	.column1 .grade {
		margin-top: 40px;
		font-size: 12px;
	}
	.column1 .grade img {
		height: 20px;
		margin-right: 10px;
	}
	.column1 h2 {
		margin-top: 15px;
		font-size: 31px;
	}
}

/* column2 --------------------*/

.column2 .catch {
	line-height: 1.4;
	margin-top: 1rem;
	color: #f2dda9;
	font-family: "Yu Mincho", "YuMincho", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}
.column2 .txt {
	line-height: 1.6;
	margin-top: 1.5rem;
	font-size: 1.5rem;
}
.column2 ol {
	margin-top: 1.5rem;
	font-size: 1.4rem;
}
.column2 ol li {
	position: relative;
	line-height: 1.6;
	padding-left: 1rem;
	font-weight: bold;
}
.column2 ol li + li {
	margin-top: 0.2rem;
}
.column2 ol li span {
	font-size: 1rem;
	font-weight: normal;
}
.column2 ol li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #fff;
}
@media (min-width: 768px) {
	.column2 {
		width: 360px;
	}
	.column2 .catch {
		line-height: 1.4;
		margin-top: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		color: #fff;
		font-size: 28px;
		font-weight: normal;
	}
	.column2 .txt {
		line-height: 1.8;
		margin-top: 30px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 15px;
		letter-spacing: 0.10em;
	}
	.platinum .column2 .txt {
		letter-spacing: 0.12em;
	}
	.column2 ol {
		margin-top: 30px;
		font-size: 14px;
	}
	.column2 ol li {
		line-height: 1.6;
		padding-left: 15px;
	}
	.column2 ol li + li {
		margin-top: 5px;
	}
	.column2 ol li span {
		font-size: 12px;
	}
	.column2 ol li::before {
		content: "";
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		width: 4px;
		height: 4px;
	}
}
/* column3 --------------------*/

.column3 h3 {
	margin-top: 3rem;
	padding: 1rem 0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #565656;
	font-weight: bold;
}
.column3 ol {
	margin-top: 1.5rem;
	font-size: 1.4rem;
}
.column3 ol li {
	position: relative;
	line-height: 1.6;
	padding-left: 2.5rem;
	font-weight: bold;
}
.column3 ol li + li {
	margin-top: 0.4rem;
}
.column3 ol li span {
	font-size: 1rem;
	font-weight: normal;
}
.column3 ol li::before {
	display: block;
  content: '';
	position: absolute;
  top: 0.4rem;
  left: 0;
	width: 1.3rem;
  height: 1.3rem;
	border: 1px solid #fff;
}
.column3 ol li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0.4rem;
  width: 0.5rem;
  height: 0.3rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column3 ol li.check {
	color: #f2dda9;
}
.column3 ol li.check::before,
.column3 ol li.check::after {
	border-color: #f2dda9;
}
.column3 ol li span {
	font-size: 1.2rem;
}
.column3 .point {
	margin-top: 2rem;
	padding: 1.2em;
	color: #191919;
	background-color: #fff;
}
.column3 .point dt {
    position: relative;
	line-height: 1.6;
    padding-left: 5.5em;
    font-size: 1.1rem;
	font-weight: bold;
}
.column3 .point dt img {
    position: absolute;
    top: 0;
    left: 0;
	height: 1.6rem;
	vertical-align: middle;
}
.column3 .point dd {
	line-height: 1.6;
	margin-top: 0.5rem;
	font-size: 1rem;
}
@media (min-width: 768px) {
	.column3 {
		width: 360px;
	}
	.column3 h3 {
		margin-top: 0;
		padding: 15px 0;
	}
	.column3 ol {
		margin-top: 20px;
		font-size: 16px;
	}
	.column3 ol li {
		padding-left: 30px;
	}
	.column3 ol li + li {
		margin-top: 8px;
	}
	.column3 ol li span {
		font-size: 12px;
	}
	.column3 ol li::before {
	  top: 4px;
	  left: 0;
		width: 15px;
	  height: 15px;
	}
	.column3 ol li::after {
	  top: 9px;
	  left: 5px;
	  width: 5px;
	  height: 3px;
	  border-left: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	}
	.column3 ol li.check {
		color: #f2dda9;
	}
	.column3 ol li.check::before,
	.column3 ol li.check::after {
		border-color: #f2dda9;
	}
	.column3 ol li span {
		font-size: 12px;
	}
	.column3 .point {
		position: absolute;
		bottom: 80px;
		right: 0;
		width: 360px;
		margin-top: 20px;
		padding: 20px 25px;
		box-sizing: border-box;
	}
	.column3 .point dt {
        font-size: 13px;
	}
	.column3 .point dt img {
		height: 19px;
	}
	.column3 .point dd {
		margin-top: 10px;
		font-size: 11px;
	}
}
/* btn --------------------*/

.cardBox .btn {
  margin-top: 3rem;
}
.cardBox .btn a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  background-color: #e7bb52;
  text-align: center;
  color: #191919;
  font-size: 1.2rem;
  font-weight: bold;
}

/* tel */

.cardBox .tel {
  margin-top: 3rem;
}
.cardBox .tel a {
  display: block;
  height: calc(4rem - 4px);
  line-height: calc(4rem - 4px);
  border: 2px solid #e7bb52;
  text-align: center;
  color: #e7bb52;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
	.cardBox .btn {
		position: absolute;
		bottom: 80px;
		left: 0;
  	margin-top: 0;
	}
	.cardBox .btn a {
		width: 360px;
	  height: 45px;
	  line-height: 45px;
	  font-size: 13px;
		transition: background-color .2s;
	}
	.cardBox .btn a:hover {
		background-color: #d89e11;
	}
	.cardBox .tel {
		position: absolute;
		bottom: 80px;
		left: 0;
		margin-top: 0;
	}
	.cardBox .tel a {
		width: calc(360px - 4px);
	  height: calc(45px - 4px);
	  line-height: calc(45px - 4px);
	  font-size: 13px;
	}
}
/*==============================================
 #linkBox
============================================= */

#linkBox {
	margin-top: 1rem;
	padding: 5rem 4rem 0;
}
#linkBox .heading {
	margin-top: 0;
	font-size: 2rem;
}
#linkBox li {
	margin-top: 3rem;
}
#linkBox li + li {
	margin-top: 6rem;
}
#linkBox .card,
#linkBox .card img {
	width: 100%;
}
#linkBox h2 {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.4rem;
}
#linkBox h2 span {
	margin-right: 0.5em;
	color: #fff;
}
/* btn */

#linkBox .btn {
  margin-top: 1.5rem;
}
#linkBox .btn a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  background-color: #e7bb52;
  text-align: center;
  color: #191919;
  font-size: 1.2rem;
  font-weight: bold;
}
/* tel */

#linkBox .tel {
  margin-top: 3rem;
}
#linkBox .tel a {
  display: block;
  height: calc(4rem - 4px);
  line-height: calc(4rem - 4px);
  border: 2px solid #e7bb52;
  text-align: center;
  color: #e7bb52;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
	#linkBox {
		width: 1200px;
		margin: 120px auto 0;
		padding: 0;
	}
	#linkBox .heading {
		text-align: center;
		margin-top: 0;
		font-size: 32px;
	}
	#linkBox ul {
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}
	#linkBox li {
		width: 320px;
		margin: 0 40px;
	}
	#linkBox li + li {
		margin-top: 0;
	}
	#linkBox h2 {
		margin-top: 35px;
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#linkBox h2 span {
		display: block;
		margin-right: 0;
	}
	/* btn */
	
	#linkBox .btn {
	  margin-top: 15px;
	}
	#linkBox .btn a {
	  height: 45px;
	  line-height: 45px;
	  font-size: 13px;
		transition: background-color .2s;
	}
	#linkBox .btn a:hover {
		background-color: #d89e11;
	}
	/* tel */
	
	#linkBox .tel {
	  margin-top: 15px;
	}
	#linkBox .tel a {
	  height: calc(45px - 4px);
	  line-height: calc(45px - 4px);
	  font-size: 13px;
	}
}

/*==============================================
 slide
============================================= */

.slide {
  display: none;
}
.slide li {
  list-style: none;
}
.slide.slick-initialized {
  display: block;
}
/*.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  width: 7.1rem;
  hegiht: 7.1rem;
	background-color: #0f0f0f;
}
.slick-dots li img {
  opacity: 0.3;
  width: 100%;
  height: auto;
}
.slick-dots li.slick-active img {
  opacity: 1;
}*/
.slick-dots {
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 4px;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3rem;
  height: 4px;
  padding: 0.5rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
}
.slick-dots li button:before {
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 2px;
	content: "";
	background-color: #fff;
  text-align: center;
  opacity: .4;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #e7bb52;
}
@media (min-width: 768px) {
	.slick-dots {
	  bottom: 25px;
	}
	.slick-dots li {
	  width: 80px;
	  height: 3px;
	  margin: 0 7px;
	}
	.slick-dots li button {
	  width: 80px;
	  height: 3px;
	  padding: 10px;
	}
	.slick-dots li button:before {
	  width: 80px;
	  height: 3px;	
	}
}

/* mainVisualSlider --------------------*/

.mainVisualSlider {
	margin: 0;
}
.mainVisualSlider .img {
  width: 37.5rem;
  height: 80rem;
}
.mainVisualSlider .main_01 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/main_visual_01.jpg) no-repeat 0 0;
  background-size: 100%;
}
.mainVisualSlider .main_02 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/main_visual_02.jpg) no-repeat 0 0;
  background-size: 100%;
}
.mainVisualSlider .main_03 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/main_visual_03.jpg) no-repeat 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
	.mainVisualSlider .img {
  	width: 100%;
  	height: 1060px;
	}
	.mainVisualSlider .main_01 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_01.jpg) no-repeat center;
	  background-size: cover;
	}
	.mainVisualSlider .main_02 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_02.jpg) no-repeat center;
	  background-size: cover;
	}
	.mainVisualSlider .main_03 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/main_visual_03.jpg) no-repeat center;
	  background-size: cover;
	}
}
/* slider --------------------*/

.slider {
  margin: 4rem -3rem 0;
}
.slider .img {
  width: 35.5rem;
  height: 35.5rem;
}
.slider .dining_01 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_dining_01.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .dining_02 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_dining_02.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .dining_03 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_dining_03.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .dining_04 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_dining_04.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .dining_05 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_dining_05.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .lounge_01 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_lounge_01.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .lounge_02 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_lounge_02.jpg) no-repeat 0 0;
  background-size: 100%;
}
.slider .lounge_03 {
  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/sp/img_lounge_03.jpg) no-repeat 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
	.slider {
	  margin: 50px -60px 0;
		cursor: grab;
	}
	.slider:active {
		cursor: grabbing;
	}
	.slider .img {
	  width: 1200px;
	  height: 700px;
	}
	.slider .dining_01 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_dining_01.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .dining_02 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_dining_02.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .dining_03 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_dining_03.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .dining_04 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_dining_04.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .dining_05 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_dining_05.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .lounge_01 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_lounge_01.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .lounge_02 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_lounge_02.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
	.slider .lounge_03 {
	  background: url(https://img1.kakaku.k-img.com/images/card/article/trustclub/pc/img_lounge_03.jpg) no-repeat 0 0;
	  background-size: 100%;
	}
}

/*==============================================
 effect
============================================= */

[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="bottom"] {
  transform: translateY(60px);
}
[data-effect="left"] {
  transform: translateX(-60px);
}
[data-effect="right"] {
  transform: translateX(60px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}

/*==============================================
 .cp
============================================= */

.cp {
    position: absolute;
    top: 3rem;
    left: 3rem;
    color: #e7bb52;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: bold;
}
.cp strong {
    display: inline-block;
    width: 14rem;
    height: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: .7rem;
    padding: 0;
    background-color: #eb001b;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .cp {
        display: block;
        position: static;
        line-height: 1.4;
        width: 145px;
        margin-bottom: 5px;
        font-size: 12px;
        white-space: nowrap;
    }
    .lineup .cp strong {
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        width: 150px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 12px;
    }
    .lineup .cp strong:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 5px solid #eb001b;
    }
}

/* .mainVisual */

.mainVisual {
	height: 158.6rem;
}
.lineup .world {
    padding-top: 16.3rem;
}

@media (min-width: 768px) {
    .mainVisual {
        height: 1060px;
    }
    .lineup .world {
        padding-top: 90px;
    }
}

/* .cardBox */

.cardBox .cp {
    position: static;
    margin-top: 1rem;
}
.cardBox .cp strong {
}
@media (min-width: 768px) {
    .cardBox .cp {
        line-height: 1.6;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .cardBox .cp strong {
        width: 150px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
        font-size: 12px;
    }
}







