@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #000;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
html, body {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}
body > div {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, {
  margin: 0;
}
a {
  background-color: transparent;
  transition: .6s;
}
a:hover,
a:focus {
  opacity: .8;
}
img {
  max-width: 100%;
  height: auto;
}
.price {
  padding-bottom: 40px;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/ks-strategy.com/lp/open/images/minority_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-sizing: border-box;  
}
.container {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;  
}
.box {
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: #0A1936;
  padding: 40px 50px;
  margin-top: -20px;
  box-sizing: border-box;
}
.ttl-new {
  margin: -40px -50px 0;
}
.img-cnt {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 900px;
}
.price_txt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 20px 0 25px;
}
.price_txt figure {
	margin: 15px 0;
}
.price_txt .t2 {
  font-size: 70px;
  color: #333;
  background: -webkit-linear-gradient(0deg, #f3dd6a, #f5c351, #fdfeed, #f4eeaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price_txt .t3 {
  font-size: 27px;
  font-weight: normal;
}
.price_txt .t4 {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  margin-right: 30px;
  margin-left: -100px;
}
.price_txt .t4 span {
  display: block;
  font-size: 20px;
}
small {
  font-size: 80%;
}
.payment_box {
  background-color: #080626;
  padding: 50px 15px 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.payment_box img{
  max-width: 100%;
  height: auto;
}
.payment_box .visa-ttl,
.payment_box .jcb-ttl {
  width: 90%;
  display: block;
  margin:0 auto 20px;
}
.payment_box .bank-ttl{
  width: 40%;
  display: block;
  margin:0 auto 20px;
}
.payment_box .cart-btn{
  width: 95%;
  display: block;
  margin: 0 auto 20px;
}
.check-new {
  padding: 0 50px 20px;
}
.check-new h3 {
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 30px;
}
.check-new p {
	font-size: 0.9em;
}
.price-caution {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2;
  background-color: #151310;
  width: 100%;
  max-width: 700px;
  padding: 30px 45px;
  margin: 30px auto -20px;
}
.product-check{
  padding: 50px;
}
.footer {
  padding: 50px 15px;
  text-align: center;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
}
.pc {
  display: block;
}
.sp {
  display: none;
}


@media screen and (max-width: 768px){
body {
  font-size: 15px;
}
.price {
  padding-bottom: 0px;
  background-attachment: scroll;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.box {
  margin-top: 20px;
  padding: 10px;
}
.ttl-new {
  margin: -20px -10px 0;
}
.price_txt {
  text-align: center;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 10px 0 10px;
}
.price_txt .t2 {
  font-size: 45px;
  color: #333;
  background: -webkit-linear-gradient(0deg,#f3dd6a,#f5c351,#fdfeed,#f4eeaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price_txt .t3 {
  font-size: 21px;
}
.price_txt .t4 {
  display: block;
  font-size: 26px;
  margin-left: 0;
}
.price_txt .t4 {
  margin-top: 10px;
  font-size: 26px;
}
.price_txt .t4 span {
  font-size: 26px;
  display: inline-block;
}
.payment_box {
  background-color: #080626;
  padding: 20px 15px 10px;
  margin-bottom: 20px;
}
.payment_box .cart-btn{
  width: 100%;
}
.check-new {
  padding: 0 10px 10px;
}
.check-new p {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.price-caution {
  font-size: 14px;
  max-width: 350px;
  padding: 10px;
  margin: 10px auto 30px;
}
.price-caution p {
  margin: 20px 0;
}
.product-check{
  padding: 10px;
}
.footer {
  padding-bottom: 20px;
}
.footer .copyright {
  margin-top: 30px;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
}
