* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
}


/* PC */
@media (min-width:1440px) {


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

	.jcscts-2692_main {
		font-family: 'Noto Sans JP', sans-serif;
	    letter-spacing:1px;
	    margin:0 auto;
		text-align:center;
	}

	.jcscts-2692_container{
		width:100%;
		margin:0 auto;
		text-align:center;
	}

	.jcscts-2692_inner{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
	}
	
	.jcscts-2692_top{
		width:1440px;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_top img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-2692_top_img{
		width:100%;
	}
	
	.jcscts-2692_box{
		width:100%;
		margin:0 auto;
		margin-top:50px;
	}
	
	

	.jcscts-2692_h1{
		font-size:40px;
		letter-spacing:2px;
		font-weight:900;
		}
	
	
	.jcscts-2692_neon {
		color: #FFF;     /* 文字色を白に指定 */
		font-size: 50px; /* 適度な文字サイズを指定 */
		text-shadow: 0 0 5px #b6009e, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; /* 薄い紫色の光を再現 */
		}

	.jcscts-2692_topbtn{
		margin:0 auto;
		margin-top:20px;
		margin-bottom:30px;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 2.5rem;
	  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: #000000;
	  border-radius: 0.5rem;
	}

	a.btn-custom01 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 0.75rem;
	}

	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: #ffc600;
	  -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: #fff000;
	}

	.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: #fff100;
	}

	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 {
	}
	

	.jcscts-2692_inner_l{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
	}
	
	.jcscts-2692_lineup_box{
		width:1440px;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_item{
		margin:0 auto;
		width:100%;
	}
	
	.jcscts-2692_item img{
		margin:0 auto;
		width:100%;
		margin-top:50px;
	}
	
	.jcscts-2692_lineup{
		margin:0 auto;
		margin-top:100px;
	}
	
	.jcscts-2692_lineup img{
		vertical-align:top;
	}
	
	

	
	.jcscts-2692_goods{
		margin:0 auto;
		width:100%;
		padding:20px;

	}

	ul.jcscts-2692_goods_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
		color:#000000;
		justify-content: center;
	}
	
	ul.jcscts-2692_goods_ul li{
		list-style-type: none;
		width:24%;
		padding:10px;
		margin:5px;
		background:#9b90fc;
		border-radius:10px;
	}
	
	ul.jcscts-2692_goods_ul li a{
		text-decoration: none;
	}
	
	
	ul.jcscts-2692_goods_ul li:hover{
		 opacity: 0.7;
	}
	
	
	.jcscts-2692_goods_img img{
		width:100%;
	}
	
	.jcscts-2692_goods_txt{
		margin:0 auto;
		font-size: 1.3rem;
		color:#ffffff;
		text-align:left;
		padding:5px 0;
	}
	
	.jcscts-2692_goods_txt a{
		color:#ffffff;
	}
	
	.jcscts-2692_goods_price{
		margin:0 auto;
		padding:10px 0;
		font-size: 1.3rem;
		color:#ffffff;
		text-align:left;
		font-weight: 600;
	}
	
	.jcscts-2692_goods_price a{
		color:#ffffff;
	}
	


	
	.s{
		text-align:left;
		font-size:10px;
		padding:20px;
		color:#ffffff;
	}
	
	.jcscts-2692_inner_b{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
		margin-top:70px;
	}
	
	.jcscts-2692_b_box{
		width:1440px;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_bottom_box{
		margin:0 auto;
		width:100%;
	}
	
	
	.jcscts-2692_list{
		margin:0 auto;
		padding-top:30px;
	}
	
	.jcscts-2692_list_lead{
		margin:0 auto;
		padding:10px;
		color: #71ffc0;
		font-weight:bold;
		font-size:20px;
	}
	
	ul.jcscts-2692_list_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin:0 auto;
		align-items: center;
		width:100%;
	}
	
	ul.jcscts-2692_list_ul li{
		list-style-type: none;
		width:20%;
		color:#ffffff;
		background-color: #9b90fc;
		border-radius:30px;
		font-size:15px;
		padding:5px;
		margin:5px;
		font-weight:bold;
		border:2px solid #ffffff;
	}
	
	ul.jcscts-2692_list_ul li a{
		text-decoration:none;
		color:#ffffff;
	}
	
	
	.jcscts-2692_list_ul li:hover{
	  opacity: 0.7;
	}
	
	
	.jcscts-2692_s{
		font-size:11px;
	}


	.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-2692_copy{
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#ffffff;
		padding:10px;
	}

	.jcscts-2692_bottom_txt{
		margin:0 auto;
		font-size:40px;
		font-weight:bold;
		color:#000000;
	}
	
	.jcscts-2692_bottom{
		margin:30px auto;
		width:80%;
	}
	
	.jcscts-2692_bottom:hover{
		opacity: 0.7;
	}
	
	
	.jcscts-2692_bottom a{
		text-secoration:none;
	}
	
	.jcscts-2692_bottom img{
		width:100%;
	}
	
	.jcscts-2692_sns{
		margin:0 auto;
		width:100%;
		margin-top:50px;
	}
	
	ul.jcscts-2692_sns_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin:0 auto;
		align-items: center;
		width:200px;
	}
	
	ul.jcscts-2692_sns_ul li{
		list-style-type: none;
		width:50%;
	}
	
	ul.jcscts-2692_sns_ul li img{
		width:80px;
		padding:10px;
	}
	
	ul.jcscts-2692_sns_ul li a{
		text-decoration:none;
	}
	
	
	.jcscts-2692_sns_ul li:hover{
	  opacity: 0.7;
	}
	
	
}





/* スマホ */
@media (max-width:1440px) {

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }


	.jcscts-2692_main {
		font-family: 'Noto Sans JP', sans-serif;
	    letter-spacing:1px;
	    margin:0 auto;
		text-align:center;
	}

	.jcscts-2692_container{
		width:100%;
		margin:0 auto;
		text-align:center;
	}

	.jcscts-2692_inner{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
	}
	
	.jcscts-2692_top{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_top img{
		width:100%;
		vertical-align: top;
	}
	
	.jcscts-2692_top_img{
		width:100%;
	}
	
	.jcscts-2692_box{
		width:100%;
		margin:0 auto;
		margin-top:30px;
	}
	
	

	.jcscts-2692_h1{
		font-size:30px;
		letter-spacing:2px;
		font-weight:900;
		}
	
	
	.jcscts-2692_neon {
		color: #FFF;     /* 文字色を白に指定 */
		font-size: 30px; /* 適度な文字サイズを指定 */
		text-shadow: 0 0 5px #b6009e, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; /* 薄い紫色の光を再現 */
		}

	.jcscts-2692_topbtn{
		margin:0 auto;
		margin-top:20px;
		margin-bottom:20px;
		width:90%;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 1.5rem;
	  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: #000000;
	  border-radius: 0.5rem;
	}

	a.btn-custom01 {
	  margin-bottom: 0.5rem;
	  padding: 0;
	  border-radius: 0.75rem;
	}

	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: #ffc600;
	  -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: #fff000;
	}

	.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: #fff100;
	}

	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 {
	}
	

	.jcscts-2692_inner_l{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
	}
	
	.jcscts-2692_lineup_box{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_item{
		margin:0 auto;
		width:100%;
		
	}
	
	.jcscts-2692_item img{
		margin:0 auto;
		width:100%;
		margin-top:30px;
		padding:0 20px;
	}
	
	.jcscts-2692_lineup{
		margin:0 auto;
		margin-top:50px;
	}
	
	.jcscts-2692_lineup img{
		vertical-align:top;
	}
	
	

	
	.jcscts-2692_goods{
		margin:0 auto;
		width:100%;
		padding:20px;

	}

	ul.jcscts-2692_goods_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
		color:#000000;
		justify-content: center;
	}
	
	ul.jcscts-2692_goods_ul li{
		list-style-type: none;
		width:45%;
		padding:10px;
		margin:5px;
		background:#9b90fc;
		border-radius:10px;
	}
	
	ul.jcscts-2692_goods_ul li a{
		text-decoration: none;
	}
	
	
	ul.jcscts-2692_goods_ul li:hover{
		 opacity: 0.7;
	}
	
	
	.jcscts-2692_goods_img img{
		width:100%;
	}
	
	.jcscts-2692_goods_txt{
		margin:0 auto;
		font-size: 1.3rem;
		color:#ffffff;
		text-align:left;
		padding:5px 0;
	}
	
	.jcscts-2692_goods_txt a{
		color:#ffffff;
	}
	
	.jcscts-2692_goods_price{
		margin:0 auto;
		padding:10px 0;
		font-size: 1.3rem;
		color:#ffffff;
		text-align:left;
		font-weight: 600;
	}
	
	.jcscts-2692_goods_price a{
		color:#ffffff;
	}
	


	
	.s{
		text-align:left;
		font-size:10px;
		padding:20px;
		color:#ffffff;
	}
	
	.jcscts-2692_inner_b{
		width:100%;
		margin:0 auto;
		text-align:center;
		background:#16165f;
		margin-top:70px;
	}
	
	.jcscts-2692_b_box{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.jcscts-2692_bottom_box{
		margin:0 auto;
		width:100%;
	}
	
	
	.jcscts-2692_list{
		margin:0 auto;
		padding-top:30px;
	}
	
	.jcscts-2692_list_lead{
		margin:0 auto;
		padding:10px;
		color: #71ffc0;
		font-weight:bold;
		font-size:20px;
	}
	
	ul.jcscts-2692_list_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin:0 auto;
		align-items: center;
		width:100%;
	}
	
	ul.jcscts-2692_list_ul li{
		list-style-type: none;
		width:45%;
		color:#ffffff;
		background-color: #9b90fc;
		border-radius:30px;
		font-size:15px;
		padding:5px;
		margin:5px;
		font-weight:bold;
		border:2px solid #ffffff;
	}
	
	ul.jcscts-2692_list_ul li a{
		text-decoration:none;
		color:#ffffff;
	}
	
	
	.jcscts-2692_list_ul li:hover{
	  opacity: 0.7;
	}
	
	
	.jcscts-2692_s{
		font-size:11px;
	}


	.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: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-2692_copy{
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#ffffff;
		padding:10px;
	}

	.jcscts-2692_bottom_txt{
		margin:0 auto;
		font-size:40px;
		font-weight:bold;
		color:#000000;
	}
	
	.jcscts-2692_bottom{
		margin:30px auto;
		width:80%;
	}
	
	.jcscts-2692_bottom:hover{
		opacity: 0.7;
	}
	
	
	.jcscts-2692_bottom a{
		text-secoration:none;
	}
	
	.jcscts-2692_bottom img{
		width:100%;
	}
	
	.jcscts-2692_sns{
		margin:0 auto;
		width:100%;
		margin-top:50px;
	}
	
	ul.jcscts-2692_sns_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin:0 auto;
		align-items: center;
		width:200px;
	}
	
	ul.jcscts-2692_sns_ul li{
		list-style-type: none;
		width:50%;
	}
	
	ul.jcscts-2692_sns_ul li img{
		width:80px;
		padding:10px;
	}
	
	ul.jcscts-2692_sns_ul li a{
		text-decoration:none;
	}
	
	
	.jcscts-2692_sns_ul li:hover{
	  opacity: 0.7;
	}
	
	

}

