@charset "utf-8";

.pc {
	display: block;
}

.br767,
.sp {
	display: none;
}

.pcbr {
	display: block;
}

.spbr {
	display: none;
}

.sp320 {
	display: none;
}

.sp428br {
	display: none;
}

.sp1024br {
	display: none;
}

.syohin_sake_sp {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	height: auto;
}

img {
	width: 100%;
	height: auto;
}

.allsidediv {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #000;
}

.h1 {
	font-size: 27px;
	font-weight: 900;
	line-height: 2em;
}

.alldiv {
	font-family: "Noto Serif JP", Serif;
	font-weight: bold;
	font-style: normal;
	background-image: url("bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0 auto;
	overflow-x: hidden;
	color: #000;
	max-width: 1920px;
}

.main {
	width: 100%;
	max-width: 1024px;
	/* background-image: url("bg-wasi.jpg"); */
	/* background-size: 1024px auto;
	background-position: top center;
	background-repeat: repeat; */
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: rgba(0, 0, 0, 0.85);
	margin: 0 auto;
	min-height: 100vh;
	box-shadow: 2px 2px 20px 10px rgba(255, 0, 65, 0.8);
	color: white;
}

/*TOP*/
.top_div {
	position: relative;
	margin-bottom: 2%;
}

.top_div img {
	vertical-align: bottom;
}

.top_pc {
	width: 100%;
	max-width: 1024px;
}

.top_sp {
	width: 100%;
	max-width: 1024px;
	display: none;
}

.top_btn_pc {
	width: 35%;
	max-width: 500px;
	display: block;
	position: absolute;
	top: 76%;
	left: 2%;
	z-index: 10;
	filter: drop-shadow(0 0 8px blue);
}

.top_btn_sp {
	display: none;
}

.top_btn_pc:hover {
	animation: none;
	filter: hue-rotate(190deg);
}

/*冒頭*/
.h1 {
	letter-spacing: 1px;
	font-size: 38px;
	line-height: 1.5em;
	text-align: center;
}

p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.boutou_div {
	width: fit-content;
	margin: 16px auto;
}

.boutou_div p {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

/*最初の購入ボタン*/
/*１番麺の商品購入ボタン*/
.syohin_oya_div_sp {
	display: none;
}

.syohin_oya_div {
	width: 80%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 40px;
}

.syohin_h_div {
	width: 30%;
	text-align: center;
}

.syohin_m_div {
	width: 70%;
	text-align: left;
	margin: auto 0;

}

.syohin_img {
	max-width: 130px;
	padding-right: 20px;
	margin: 0 auto;
	filter: drop-shadow(0px 0px 10px #FFF);
}

.syohin_h1 {
	white-space: nowrap;
	text-align: center;
	font-size: clamp(16px, 4px + 2vw, 30px);
	margin-bottom: 10px;
}

.syohin_nedan {
	text-align: center;
	margin-bottom: 10px;
	font-size: clamp(12px, 6px + 2vw, 20px);
}

.syohin_btn {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 8px;
	text-align: center;
	filter: drop-shadow(0 0 5px blue);
}

.syohin_btn:hover {
	animation: none;
	filter: hue-rotate(190deg);
}

.syohin_tyui {
	width: fit-content;
	display: block;
	margin: 0 auto;
	padding-bottom: 8px;
}

.syohin_tyui p {
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 1em;
	text-indent: -1em;

}

.syohin_kigen {
	font-size: 24px;
	text-align: center;
}

.syohin_kigen2 {
	text-align: center;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.syohin_setu {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.syohin_btn:hover {
	filter: hue-rotate(180deg);
}

/*コンテンツ紹介*/
.content_div {
	width: 100%;
	margin-bottom: 80px;
}

.content_h1_div {
	display: flex;
	align-items: center;
}

.content_h1 {
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	padding-bottom: 8px;
}

.content_img {
	width: 100%;
}

.content_txt_div {
	width: 71%;
	margin: 1% auto;
	text-align: left;
}

.content_txt1 {
	padding-left: 0em;
}

.content_txt2 {
	padding-left: 1em;
	text-indent: -0.5em;
}

.nobr {
	white-space: nowrap;
}

/*仕様*/
.siyo_oya_div {
	display: flex;
	width: fit-content;
	margin: 1% auto;
	margin-bottom: 40px;
	gap: 2%;
}

.siyo_h_div {
	width: 30%;
	text-align: right;
	/*border:1px solid #000;*/
}

.siyo_m_div {
	/*border:1px solid #000;*/
	width: 70%;
	text-align: left;
	display: flex;
	align-items: center;
}

.siyo_m_div2 {}

.siyo_m_div2 p {
	font-size: 21px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

.siyo_img {
	height: 336px;
	width: auto;
	margin: 0 auto;
}

/*専用木箱*/
.hako_oya_div {
	/*border:1px solid #000;*/
	display: flex;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	align-items: center;
	justify-content: start;
	gap: 2%;
}

.hako_oya_div2 {
	justify-content: end;
}

.hako_oya_div p {
	font-size: 16px;
}

.hako_img {
	width: 470px;
	height: auto;
}

/*彫刻部分UP*/
.up_img {
	width: 350px;
	height: auto;
	margin-right: 24px;
}

.up_pc {
	display: block;
}

.up_sp {
	display: none;
}

/*注意事項*/
.tyui_div {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tyui_in_div {
	width: 60%;
	margin: 0 auto;
}

.tyui_in_div p {
	text-align: left;
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

.tyui_b {
	font-size: 17px !important;
	color: red;
}

.jyusyo_div {
	text-align: left;
	width: 500px;
	margin: 0 auto;
}

/*トップへ*/
.tophe {
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
	text-align: center;
	color: white;
}

/*footer*/
.footer {
	text-align: center;
	border-top: 1px solid #ccc;
}

.footer p {
	color: white;
	font-size: 15px;
	padding: 4px 0px;
}

@media screen and (max-width: 1024px) {
	.sp1024br {
		display: block;
	}

	.sp1024non {
		display: none;
	}

	.main {
		box-shadow: none;
	}
	
	.hako_oya_div {
		width: max(80%, 760px);
	}

	.hako_oya_div p {
		font-size: 1.65vw;
	}
	
}

@media screen and (max-width: 767px) {
	.br,
	.br767 {
		display: block;
	}

	.h1 {
		font-size: clamp(12px, 4.2vw, 20px);
	}

	.boutou_div p {
		font-size: clamp(12px, 4px + 1.7vw, 18px);
	}

	.syohin_h1 {
		font-size: 3vw;
		width: 100%;
		margin: 0 auto;
	}

	.syohin_tyui p {
		font-size: 10px;
	}

	.syohin_kigen {
		font-size: 3vw;
	}

	.syohin_kigen2 {
		font-size: 2.5vw;
	}

	.yoyaku_p {
		font-size: 3.5vw;
	}

	.siyo_m_div p {
		font-size: 3vw;
	}

	.hako_oya_div {
		width: 99%;
	}

	.hako_oya_div p {
		font-size: 2.1vw;
		letter-spacing: 0;
	}

	.hako_img {
		width: 57%;
		margin-left: 0;
	}

	.up_img {
		width: 45%;
		margin-right: 0;
	}

	.tyui_in_div {
		width: 80%;
	}

	.content_div {
		margin-bottom: 8%;
	}

	.content_h1 {
		font-size: 4.5vw;
	}

	.content_txt_div {
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.br,
	.br767 {
		display: none;
	}

	.boutou_div {
		width: 92%;
	}
}

@media screen and (max-width: 430px) {
	.top_btn_pc {
		top: 60%;
		width: 44%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.top_pc {
		display: none;
	}

	.top_sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcbr {
		display: none;
	}

	.spbr {
		display: block;
	}

	.boutou_div p {
		letter-spacing: 0.5px;
		width: 100%;
		margin: 0 auto;
	}

	.syohin_tyui {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.syohin_tyui p {
		font-size: 8px;
		letter-spacing: 0;
	}

	.syohin_m_div {
		display: flex;
		align-items: center;
		width: 90%;
	}

	.syohin_oya_div {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
		margin-bottom: 0;
	}


	.column {
		flex-direction: column;
	}

	.column_reverse {
		flex-direction: column-reverse;
	}

	.content_h1 {
		font-size: 18px;
	}

	.syohin_h1 {
		font-size: 4vw;
	}

	.syohin_nedan {
		font-size: 14px;
		padding-top: 8px;
	}

	.syohin_tyui p {
		line-height: 2em;
	}

	.syohin_kigen {
		font-size: 14px;
	}

	.syohin_kigen2 {
		font-size: 12px;
	}

	.syohin_sake_pc {
		display: none;
	}

	.syohin_sake_sp {
		display: block;
	}

	.syohin_img {
		width: 100px;
		max-width: 100%;
		padding: 0;
	}

	.hako_oya_div p {
		font-size: 15px;
		padding-left: 0;
		margin-top: 4px;
	}

	.hako_img {
		width: 99%;
	}

	.up_img {
		width: 99%;
	}

	.up_pc {
		display: none;
	}

	.up_sp {
		display: block;
	}

	.siyo_oya_div  {
		justify-content: center;		
		align-items: center;
	}

	.siyo_h_div,
	.siyo_m_div {
		width: 100%;
	}
	.siyo_h_div {
		text-align: center;
	}

	.tyui_in_div {
		width: 90%;
	}

	.tyui_in_div p {
		font-size: 14px;
	}

	.tyui_b {
		font-size: 14px !important;
	}

	.content_txt_div {
		width: 94%;
	}

	.content_txt1 {
		font-size: 15px;
	}

	.footer p {
		font-size: 13px;
	}

	.siyo_m_div p {
		font-size: 15px;
	}

	.tophe p {
		font-size: 13px;
	}
}

@media screen and (max-width: 375px) {
	.footer p {
		font-size: 12px;
	}
}

@media screen and (max-width: 360px) {
	.syohin_btn {
		width: 80%;
	}

	.content_txt1 {
		font-size: 14px;
	}

	.syohin_tyui p {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
}

@media screen and (max-width: 320px) {
	.sp320 {
		display: block;
	}
	p {
		font-size: 12px;
	}

	.content_h1 {
		font-size: 13px;
	}

	.syohin_nedan,
	.syohin_sake_sp p,
	.hako_oya_div p,
	.siyo_m_div p {
		font-size: 12px;
	}

	.footer p {
		font-size: 11px;
	}

	.tyui_in_div p {
		font-size: 12px
	}

	.content_txt1 {
		font-size: 12px;
	}
}