@media screen and (min-width:768px){
	.sp_only{
		display: none!important;
	}
}/*@media screen and (min-width:768px){*/

@media screen and (max-width:767px){
	.pc_only{
		display: none!important;
	}



	/*
	------------------------------------
	LP本体
	------------------------------------
	*/


	main{
		padding-top: 0;
		padding-bottom: 80px;
	}

	.container{
		width:100%;
		max-width: 880px;
	}

	.container_box{
		border:none;
		padding:0;
	}

	.lp_section{

	}

	.lp_section .main_img{
		max-width: 595px;
		margin-inline: auto;
	}

	.lp_section .main_head{
		margin-top: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:2px;
	}

	.lp_section .main_head img{
		width: auto;
	}

	.lp_section .main_head01 img{
		height:15px;
	} 
	.lp_section .main_head02 img{
		height:44px;
	} 

	.lp_section .guide_text{
		
		width: fit-content;
		max-width: 270px;
		margin-inline: auto;
		margin-top: 40px;
		line-height: 1.7;
		font-size: 12px;
	}

	.lp_section .product_area{
		margin-inline: auto;
		max-width: calc(350 / 390 * 100vw);
		margin-top: 48px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.lp_section .product_list{
		max-width: 300px;
		margin-inline: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:32px;
		align-items: flex-start;
	}

	.lp_section .product_thumb{
		padding:5px;
	}

	.lp_section .product_name{
		width: fit-content;
		margin-inline: auto;
		margin-top: 10px;
		line-height: 1.3;
		font-size: 11px;
	}

	.lp_section .back_button{
		width: 195px;
		min-height: 46px;
		margin-inline: auto;
		padding:8px;
		margin-top: 24px;
	}

	.product_pop{

	}

	.product_pop .product_pop_box{
		width:92%;
		max-width: 365px;

		background-image:url('../img/pop_bg.jpg');
	}

	.product_pop .product_pop_close{
		cursor: pointer;
		width:200px;
		aspect-ratio: 1 / calc(60 / 200);
	}

	.product_pop .product_pop_scroll{
		/* max-height: calc(100dvh - 100px); */
	}

	.product_pop .product_pop_contents{
		padding:40px 25px 25px;
	}

	.product_pop .product_pop_head{
		padding-bottom: 10px;
	}

	.product_pop .product_pop_head img{
		height:32px;
	}

	.product_pop .product_pop_text{
		margin-top: 16px;
		line-height: 1.8;
		font-size: 12px;
	}

	.product_pop .product_pop_slide_area{
		width:calc(100% + 25px);
		overflow: hidden;
		margin-top: 20px;
	}

	.product_pop .product_slide{
		width:217px;
		padding-right: 24px;
	}

	.product_pop .product_card_info{
		line-height: 1.5;
		font-size: 11px;
		margin-top: 4px;
	}

	.product_pop .product_bottom_flex{
		margin-top: 32px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap:16px;
	}

	.product_pop .product_nav_flex{
		gap:12px;
	}

	.product_pop .product_nav{
		width:24px;
	}

	.product_pop .product_nav::after{
		width:15px;
		aspect-ratio: 1 / calc(7 / 15);
	}

	.product_pop .product_nation_list{
		gap:6px;
	}

	.product_pop .product_nation_list .swiper-pagination-bullet::after{
		width:16px;
		height:2px;
	}

	.product_pop .product_nation_list .swiper-pagination-bullet-active::after{
		width: 30px;
	}

}/*@media screen and (max-width:767px){*/