@charset "UTF-8";

/* base */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
/*   font-family: 'Noto Sans JP', sans-serif; */
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
a {
  background-color: transparent;
  transition: .6s;
}
a:hover,
a:focus{
  opacity: .8;
}
.container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.img-cnt {
  display: block;
  margin: 0 auto;
}
.sp {
  display: none !important;
}

@media (max-width: 768px) {
  body {
	font-size: 15px;
  }
  .container {
	padding-left: 10px;
	padding-right: 10px;
  }
  .sp {
	display: block !important;
  }
  .pc {
	display: none !important;
  }
}


/* price section */
.price-sec{
  padding-top: 50px;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/lp/pre_member/img/bg.jpeg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.price-sec .top {
  position: relative;
  padding-bottom: 50px;
}
.top .container .head.img-cnt{
  max-width: 600px;
}

.price-sec .middle{
  position: relative;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/forex-rev.com/lp/pre/images/price_bgm@2x.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.price-sec .middle::after{
  content: '';
  position: absolute;
  width: 1609px;
  height: 800px;
  max-width: 100%;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/forex-rev.com/lp/pre/images/price_bgb@2x.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0;
}

.price-sec .middle .box{
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 45px;
  padding-top: 90px;
  background-color: #1a1a1a;
}

.price-sec .middle .inbox_bg{
  position: relative;
  z-index: 5;
  width: 900px;
  max-width: 100%;
  margin: auto;
  margin-top: -80px;
  padding: 5px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/forex-rev.com/lp/pre/images/s14_boxbg@2x.png);
}

.price-sec .middle .inbox{
  padding: 30px 30px 10px;
  position: relative;
  background-color: #312B25;
  color: #fff;
}

.payment_type{
  background-color: #000;
  padding: 20px 15px;
  margin-bottom: 20px;
  text-align:center;
}

/*一般価格*/
.open-price {
  text-align: center;
}
.open-price .label {
  font-weight: bold;
  margin-right: 0.8rem;
  font-size: 1.5rem
}
.open-price .price {
  position: relative;
  display: inline-block;
  font-size: 1.6rem
}
.open-price .price::before,
.open-price .price::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.6);
}
.open-price .price::before {
  top: 45%;
}
.open-price .price::after {
  top: 55%;
}

.price_txt{
  display:grid;
  grid-template-columns:auto auto;
  justify-content:center;
  align-items:baseline;
  column-gap:28px;
  row-gap:14px;
  text-align:center;
  margin-bottom:10px;
  font-weight:700;
}

.price_txt .t4{
  font-size:36px;
  line-height:1.1;
  white-space:nowrap;
}

.price_txt .t2{
  font-size:70px;
  line-height:1;
  white-space:nowrap;
  background: -webkit-linear-gradient(0deg, #f3dd6a, #f5c351, #fdfeed, #f4eeaa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.price_txt .t3{
  grid-column:1 / -1;
  justify-self:center;
  font-size:30px;
  line-height:1.1;
  white-space:nowrap;
}

.price-ttl{
  margin: 20px 0;
}

.pay-ttl{
  width: 100%;
  max-width: 550px;
}

.pay-ttl-bank{ 
  width: 19rem;
}

.pay-btn{
  display:inline-block;
  width: fit-content;
  max-width:100%;
  line-height:0;
}

.pay-btn img{
  display:block;
  width:100%;
  max-width:650px;
  height:auto;
  margin:20px auto;
}

.check{
  max-width: 660px;
  margin: 0 auto 20px;
  font-size: 0.7em;
  line-height: 1.3;
  color: #fff;
}
.check strong{
  font-size: 1.3em;
}

.check p{
  font-size: 15px;
}

.check-under{
  border: 1px solid #fff;
  padding: 5px 15px;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.3;
  color: #fff;
}

.white.mt20 img{
  margin: 50px auto 40px;
}

.price_bottom{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}

.service-ttl{
	font-size: 1.5rem;
	margin: 3rem 0 0;
}
.item-ttl{
	font-size: 1.2rem;
	font-weight: 600;
	margin: 40px 0 -10px;
}
.item p {
	margin-left: 2rem;
	line-height: 1.6;
}
    
@media (max-width: 768px) {
  .top .container .head.img-cnt{
	width: 80%;
  }
  .price-sec .middle .box {
	padding: 10px;
  }
  .price-sec .middle .inbox_bg {
	margin-top: -35px;
  }
  .price-sec .middle .box .inbox {
	padding: 10px;
  }
  .open-price .label{
	font-size: 1.3rem;
  }
  .open-price .price{
	font-size: 1.4rem;
  }  
  .price_txt{
    display:block;
    column-gap:18px;
    row-gap:10px;
    margin-bottom:15px;
  }
  .price_txt span{
    display:block;
  }
  .price_txt .t4{
	font-size:26px;
	text-align:center;
	}
  .price_txt .t2{
	font-size:38px;
	text-align:center;
  }
  .price_txt .t3{
	font-size:21px;
	text-align:center;
  }
  .item-ttl{
	font-size: 1.05rem;
	margin-top: 30px;
  }
  .item ul{ 
	  padding-left: 2rem;
  }
  .pay-ttl-bank{ width: min(220px, 100%); }
  .check p{ font-size: 14px; }
  .check strong{ font-size: 1.1em; }
  .check-under{ padding: 10px; }
  .white.mt20 img{ margin-bottom: 20px; }
  .pc{ display:none!important; }
  .sp{ display:block!important; }
  img.sp{ display:block!important; }
}


/* footer */
.footer{
  position: relative;
  z-index: 5;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
}
.footer ul li{ display: inline-block; }
.footer ul li:not(:first-child)::before{ content: "｜"; margin-right: 6px; }
.footer ul li a{ text-decoration: none; color: #fff; }
.footer .copyright{ display:block; margin-top: 20px; }
@media (max-width: 768px) {
  .footer{ padding-left: 20px; padding-right: 20px; }
  .footer .copyright{ margin-top: 30px; }
}

