* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
}


/* PC */
@media (min-width:1100px) {


/* �p�\�R���Ō����Ƃ���"pc"��class�������摜���\������� */
.pc { display: block !important; }
.sp { display: none !important; }

	.jcscts-1840_main {
		font-family: 'Noto Sans JP', sans-serif;
	    letter-spacing:1px;
	   	background-color:#c70c0c;
	    color:#000000;
	    background-image: url(../img/jcscts-1840_back.png);
	    background-repeat:repeat;
	    background-size:cover;
	    background-position:center;
	    background-attachment:fixed;
	}

	.jcscts-1840_box{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_container{
		width:1100px;
		margin:0 auto;
		text-align:center;
		background-color:#c70c0c;
	}

	.jcscts-1840_top{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_top img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-1840_top_img{
		width:100%;
	}
	
	.jcscts-1840_top_img img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-1840_h1{
		font-size:20px;
		letter-spacing:2px;
		color:#ffffff;
		padding:30px;
		margin: 0;
	}
	
	.jcscts-1840_item{
		margin:0 auto;
		margin-top:50px;
	}
	
	.jcscts-1840_lineup{
		margin:0 auto;
		background-color:#ffffff;
		color:#ffffff;
	}
	
	.jcscts-1840_lineup img{
		vertical-align:top;
	}
	
	
	
	.jcscts-1840_lineup_lead{
		margin:0 auto;
		font-weight:bold;
		font-size:70px;
		background-color:#c70c0c;
		padding-bottom:20px;
	}
	
	
	.jcscts-1840_goods{
		margin:0 auto;
		width:100%;
		padding:20px;
		background-color:#c70c0c;
	}

	ul.jcscts-1840_goods_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
		color:#ffffff;
		justify-content: center;
	}
	
	ul.jcscts-1840_goods_ul li{
		list-style-type: none;
		width:24%;
		padding:10px;
		margin:5px;
	}
	
	ul.jcscts-1840_goods_ul li a{
		text-decoration: none;
	}
	
	
	ul.jcscts-1840_goods_ul li:hover{
		 opacity: 0.7;
	}
	
	
	.jcscts-1840_goods_img img{
		width:100%;
	}
	

	
	.jcscts-1840_goods_txt{
		margin:0 auto;
		font-size:15px;
		color:#ffffff;
		text-align:left;
		padding:5px 0;
	}
	
	.jcscts-1840_goods_txt a{
		color:#000000;
	}
	
	.jcscts-1840_goods_price{
		margin:0 auto;
		padding:10px 0;
		font-size:13px;
		color:#ffffff;
		text-align:left;
	}
	
	.jcscts-1840_goods_price a{
		color:#000000;
	}
	
	
	.jcscts-1840_topbtn{
		margin:30px auto;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 1.6rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  padding: 1rem 4rem;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  color: #ffffff;
	  border-radius: 0.5rem;
	}

	a.btn-custom01 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	}

	a.btn-custom01:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #434343;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom01-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #272727;
	}
	
	a.btn-custom02 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	  color:#000000;
	}

	a.btn-custom02:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #ccc100;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom02-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #fff100;
	}

	.fa-position-left {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  left: 1rem;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 1rem;
	}

	a.btn-custom01:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom01:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:hover:after {
	}

	a.btn-custom01:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom01:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:active:after {
	}
	
	a.btn-custom02:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom02:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:hover:after {
	}

	a.btn-custom02:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom02:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:active:after {
	}
	
	
	.s{
		text-align:left;
		font-size:10px;
		padding:20px;
		color:#000000;
	}
	

	.footer_btn_box_ha{
		margin:0 auto;
		width:50%;
		padding:30px 0;
	}
	
	
	ul.footer_btn_ul_ha{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	
	ul.footer_btn_ul_ha li{
		list-style-type: none;
		width:50%;
		
	}
	
	.footer_btn_ha{
		font-size:13px;
		text-align:center;
		margin:5px;
		background:#000000;
		color:#ffffff;
		padding:10px;
		border-radius:10px;
	}
	
	.footer_btn_ha a{
		text-decoration:none;
		color:#ffffff;
	}

	.footer_btn_ha:hover{
		opacity: 0.7;
	}
	
	.jcscts-1840_copy{
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#000000;
		padding:10px;
	}

	.jcscts-1840_bottom_txt{
		margin:0 auto;
		font-size:40px;
		font-weight:bold;
		color:#000000;
	}
	
	.jcscts-1840_bottom{
		margin:30px auto;
		width:80%;
	}
	
	.jcscts-1840_bottom:hover{
		opacity: 0.7;
	}
	
	
	.jcscts-1840_bottom a{
		text-secoration:none;
	}
	
	.jcscts-1840_bottom img{
		width:100%;
	}
	
	
}


/* �^�u���b�g */
@media screen and (max-width:1100px) {

/* �p�\�R���Ō����Ƃ���"pc"��class�������摜���\������� */
.pc { display: block !important; }
.sp { display: none !important; }

	.jcscts-1840_main {
		font-family: 'Noto Sans JP', sans-serif;
	    letter-spacing:1px;
	    background-color:#ffffff;
	    color:#000000;
	   background-color:#c70c0c;
	   background-image: url(../img/jcscts-1840_back.png);
	    background-repeat:repeat;
	    background-size:cover;
	    background-position:center;
	    background-attachment:fixed;
	}

	.jcscts-1840_box{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_container{
		width:100%;
		margin:0 auto;
		text-align:center;
		background-color:#c70c0c;
	}

	.jcscts-1840_top{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_top img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-1840_top_img{
		width:100%;
	}
	
	.jcscts-1840_top_img img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-1840_h1{
		font-size:16px;
		letter-spacing:2px;
		color:#ffffff;
		padding:30px;
		margin: 0;
	}
	
	.jcscts-1840_item{
		margin:0 auto;
		margin-top:50px;
	}
	
	.jcscts-1840_lineup{
		margin:0 auto;
		background-color:#ffffff;
		color:#ffffff;
	}
	
	.jcscts-1840_lineup img{
		vertical-align:top;
	}
	
	
	
	.jcscts-1840_lineup_lead{
		margin:0 auto;
		font-weight:bold;
		font-size:70px;
		background-color:#c70c0c;
		padding-bottom:20px;
	}
	
	
	.jcscts-1840_goods{
		margin:0 auto;
		width:100%;
		padding:5px;
		background-color:#c70c0c;
	}

	ul.jcscts-1840_goods_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
		color:#ffffff;
		justify-content: center;
	}
	
	ul.jcscts-1840_goods_ul li{
		list-style-type: none;
		width:30%;
		padding:0px;
		margin:5px;
	}
	
	ul.jcscts-1840_goods_ul li a{
		text-decoration: none;
	}
	
	
	ul.jcscts-1840_goods_ul li:hover{
		 opacity: 0.7;
	}
	
	
	.jcscts-1840_goods_img img{
		width:100%;
	}
	

	
	.jcscts-1840_goods_txt{
		margin:0 auto;
		font-size:15px;
		color:#ffffff;
		text-align:left;
		padding:5px 0;
	}
	
	.jcscts-1840_goods_txt a{
		color:#000000;
	}
	
	.jcscts-1840_goods_price{
		margin:0 auto;
		padding:10px 0;
		font-size:13px;
		color:#ffffff;
		text-align:left;
	}
	
	.jcscts-1840_goods_price a{
		color:#000000;
	}
	
	
	.jcscts-1840_topbtn{
		margin:30px auto;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 1.6rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  padding: 1rem 4rem;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  color: #ffffff;
	  border-radius: 0.5rem;
	}

	a.btn-custom01 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	}

	a.btn-custom01:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #434343;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom01-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #272727;
	}
	
	a.btn-custom02 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	  color:#000000;
	}

	a.btn-custom02:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #ccc100;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom02-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #fff100;
	}

	.fa-position-left {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  left: 1rem;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 1rem;
	}

	a.btn-custom01:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom01:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:hover:after {
	}

	a.btn-custom01:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom01:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:active:after {
	}
	
	a.btn-custom02:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom02:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:hover:after {
	}

	a.btn-custom02:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom02:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:active:after {
	}
	
	
	.s{
		text-align:left;
		font-size:10px;
		padding:20px;
		color:#000000;
	}
	

	.footer_btn_box_ha{
		margin:0 auto;
		width:50%;
		padding:30px 0;
	}
	
	
	ul.footer_btn_ul_ha{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	
	ul.footer_btn_ul_ha li{
		list-style-type: none;
		width:50%;
		
	}
	
	.footer_btn_ha{
		font-size:13px;
		text-align:center;
		margin:5px;
		background:#000000;
		color:#ffffff;
		padding:10px;
		border-radius:10px;
	}
	
	.footer_btn_ha a{
		text-decoration:none;
		color:#ffffff;
	}

	.footer_btn_ha:hover{
		opacity: 0.7;
	}
	
	.jcscts-1840_copy{
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#000000;
		padding:10px;
	}

	.jcscts-1840_bottom_txt{
		margin:0 auto;
		font-size:40px;
		font-weight:bold;
		color:#000000;
	}
	
	.jcscts-1840_bottom{
		margin:30px auto;
		width:80%;
	}
	
	.jcscts-1840_bottom:hover{
		opacity: 0.7;
	}
	
	
	.jcscts-1840_bottom a{
		text-secoration:none;
	}
	
	.jcscts-1840_bottom img{
		width:100%;
	}

}


/* �X�}�z */
@media (max-width:768px) {

/* �X�}�[�g�t�H���Ō����Ƃ���"sp"��class�������摜���\������� */
.pc { display: none !important; }
.sp { display: block !important; }


	.jcscts-1840_main {
		font-family: 'Noto Sans JP', sans-serif;
	    letter-spacing:1px;
	    background-color:#ffffff;
	    color:#000000;
	   background-color:#c70c0c;
	   background-image: url(../img/jcscts-1840_back.png);
	    background-repeat:repeat;
	    background-size:cover;
	    background-position:center;
	    background-attachment:fixed;
	}


	.jcscts-1840_box{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_container{
		width:375px;
		margin:0 auto;
		text-align:center;
		background-color:#c70c0c;
	}

	.jcscts-1840_top{
		width:100%;
		background-color:#c70c0c;
	}
	
	.jcscts-1840_top img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-1840_top_img{
		width:375px;
		margin:0 auto;
	}
	
	.jcscts-1840_top_img img{
		width:100%;
		vertical-align:top;
	}
	
	.jcscts-1840_h1{
		font-size:16px;
		letter-spacing:2px;
		color:#ffffff;
		padding:30px;
		margin: 0;
	}
	
	
	.jcscts-1840_lineup{
		margin:0 auto;
		color:#ffffff;
	}
	
	.jcscts-1840_lineup img{
		vertical-align:top;
	}
	
	
	.jcscts-1840_lineup_lead{
		margin:0 auto;
		font-weight:bold;
		font-size:30px;
		padding-bottom:20px;
	}
	
	
	.jcscts-1840_goods{
		margin:0 auto;
		width:100%;
		padding:0px;
	}

	ul.jcscts-1840_goods_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
		color:#000000;
		justify-content: center;
	}
	
	ul.jcscts-1840_goods_ul li{
		list-style-type: none;
		width:45%;
		padding:0px;
		margin:5px;
	}
	
	ul.jcscts-1840_goods_ul li a{
		text-decoration: none;
	}
	
	
	ul.jcscts-1840_goods_ul li:hover{
		 opacity: 0.7;
	}
	
	
	.jcscts-1840_goods_img img{
		width:100%;
	}
	

	
	.jcscts-1840_goods_txt{
		margin:0 auto;
		font-size:15px;
		color:#ffffff;
		text-align:left;
		padding:5px 0;
	}
	
	.jcscts-1840_goods_txt a{
		color:#ffffff;
	}
	
	.jcscts-1840_goods_price{
		margin:0 auto;
		padding:10px 0;
		font-size:13px;
		color:#ffffff;
		text-align:left;
	}
	
	.jcscts-1840_goods_price a{
		color:#ffffff;
	}
	
	
	
	.jcscts-1840_btn{
		margin:30px auto;
		width:350px;
		background-color:#ffffff;
		border:2px solid #00c4ff;
		border-radius:50px;
		padding:20px;
		font-weight:bold;
		font-size:20px;
		color:#00c4ff;
		box-shadow: 5px 5px #00c4ff;
	}
	
	
	.jcscts-1840_btn a{
		color:#00c4ff;
		text-decoration:none;
	}
	
	.jcscts-1840_btn:hover{
	  opacity: 0.7;
	}

	.jcscts-1840_buy{
		background-color:#0010be;
		color:#ffffff;
		padding:0px 12px 3px 15px;
		border-radius:10px;
		margin:5px;
		font-size:20px;
		font-weight:bold;
		border:2px solid #ffffff;
	}
	
	.jcscts-1840_topbtn{
		margin:30px auto;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 21px;
	  position: relative;
	  display: inline-block;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  color: #ffffff;
	  border-radius: 0.5rem;
	}

	a.btn-custom01 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	}

	a.btn-custom01:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #434343;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom01-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #272727;
	}
	
	a.btn-custom02 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 5rem;
	  color:#000000;
	}

	a.btn-custom02:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;

	  width: 100%;
	  height: 100%;

	  content: "";
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate3d(0, 0.75rem, -1rem);
	  transform: translate3d(0, 0.75rem, -1rem);

	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #ccc100;
	  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:after {
	  font-size: 2rem;
	  font-weight: normal;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - 1rem);
	  left: 1.5rem;
	  margin: 0;
	  padding: 0;
	}

	.btn-custom02-front {
	  position: relative;
	  display: block;
	  padding: 1.5rem 5rem 1.5rem 5rem;

	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 2px solid #000;
	  border-radius: inherit;
	  background: #fff100;
	}

	.fa-position-left {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  left: 1rem;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 1rem;
	}

	a.btn-custom01:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom01:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:hover:after {
	}

	a.btn-custom01:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom01:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom01:active:after {
	}
	
	a.btn-custom02:hover {
	  -webkit-transform: translate(0, 0.25rem);
	  transform: translate(0, 0.25rem);
	  background: #dc1010;
	}

	a.btn-custom02:hover:before {
	  -webkit-transform: translate3d(0, 0.5rem, -1rem);
	  transform: translate3d(0, 0.5rem, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:hover:after {
	}

	a.btn-custom02:active {
	  -webkit-transform: translate(0rem, 0.75rem);
	  transform: translate(0rem, 0.75rem);
	}

	a.btn-custom02:active:before {
	  -webkit-transform: translate3d(0, 0, -1rem);
	  transform: translate3d(0, 0, -1rem);
	  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
	}

	a.btn-custom02:active:after {
	}
	
	
	.jcscts-1840_buy_btn{
		background-color:#0010be;
		color:#ffffff;
		padding:5px;
		border-radius:10px;
		margin:5px;
		font-size:20px;
		font-weight:bold;
	}
	
	
	
	
	.s{
		text-align:left;
		font-size:10px;
		padding:20px;
		color:#000000;
	}
	
	

	.footer_btn_box_ha{
		margin:0 auto;
		width:80%;
		padding:30px 0;
	}
	
	
	ul.footer_btn_ul_ha{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	
	ul.footer_btn_ul_ha li{
		list-style-type: none;
		width:100%;
		
	}
	
	.footer_btn_ha{
		font-size:13px;
		text-align:center;
		margin:5px;
		background:#000000;
		color:#ffffff;
		padding:10px;
		border-radius:10px;
	}
	
	.footer_btn_ha a{
		text-decoration:none;
		color:#ffffff;
	}

	.footer_btn_ha:hover{
		opacity: 0.7;
	}
	
	.jcscts-1840_copy{
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#000000;
		padding:10px;
	}

	.jcscts-1840_bottom_txt{
		margin:0 auto;
		font-size:40px;
		font-weight:bold;
		color:#000000;
	}
	
	.jcscts-1840_bottom{
		margin:30px auto;
		width:80%;
	}
	
	.jcscts-1840_bottom:hover{
		opacity: 0.7;
	}
	
	
	.jcscts-1840_bottom a{
		text-secoration:none;
	}
	
	.jcscts-1840_bottom img{
		width:100%;
	}
	

}

