@charset "utf-8";

@media screen and (max-width: 750px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}


	.font_1 {
		font-family: YuGothic, "Yu Gothic", sans-serif;
		/*	font-family: 'Noto Sans JP', sans-serif;*/
	}

	.font_2 {
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
	}

	.bold {
		font-weight: bold;
	}



	/* ここから */

	.modal {
	width: 100%;
	overflow-x: hidden;
}

.modal_inner {
	position: absolute;
	z-index: 15000;
	width: 92%;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	display: block;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 4% !important;
	margin-right: 4%;
	margin-bottom: 4%;
}

	.modal_inner img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.modal_inner p {
		display: block;
		text-align: center;
	}

	.modal_inner .close_btn {
		width: 11%;
		height: 1px;
		position: absolute;
		top: -18px;
		right: -12px;
		cursor: pointer;
	}


	.modal_txtLink {
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
		width: 86%;
		margin: -1.5% 0 2% 5.5%;
	}

	.modal_txtLink li {
		line-height: 100%;
	}

	.close_btn_bottom {
		display: block;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		width: 7vh;
		height: 10.5vh;
		margin: 20px auto 0;
	}

	.txtLink {
		position: relative;
		padding-left: 1.2em;
		color: #000;
		font-size: 2.6vw;
		line-height: 3.5vw;
		display: inline-block;
		margin-bottom: 1vw;
	}

	.txtLink:hover {
		text-decoration: none;
	}

	.txtLink:before {
		width: 2.5vw;
		height: 2.5vw;
		padding-top: 0.5vw;
	}


	.brown-back {
		display: inline-block !important;
		font-size: 16px;
		font-weight: bold;
		padding: 2px 7px;
		background-color: #6a3906;
		color: #FFF;
		margin-bottom: 5px;
	}

	.modal {
		text-align: center;
	}



	.modal-ttl {
		margin: 30px auto;
		width: 80%;
	}

	.modal-block {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin: 0 25px 30px;
		flex-direction: column;
	}

	.modal-right {
		text-align: left;
	}

	.modal-right li {
		display: flex;
		align-items: baseline;
	}

	.modal ul li::before {
		content: "\25B6";
		display: inline-block;
		margin-right: 2px;
		color: #00913a;
		font-size: 16px;
	}

	.modal-lead {
		font-size: 24px;
		color: #6a3906;
		font-weight: bold;
		font-feature-settings: "palt";
		margin-bottom: 20px;
		line-height: 1.5em;
	}

	.modal-product-name {
		margin: 60px 0 10px;
	}

	.modal-product-detail {
		margin: 20px 25px 70px;
	}

	.modal-product-detail img {
		margin-top: 15px;
	}

	.border {
		padding-bottom: 50px;
		border-bottom: 2px dotted #000;
	}

	.modal-price {
		margin: 40px 25px 10px;
	}

	.modal_inner .kome{
		text-align: left;
	}
}