@charset "UTF-8";

.sp-style {
	display: none;
}
@media screen and (max-width: 660px) {
.sp-style {
	display: inline-block;
}
}

.pc-view_wrap {
	width: 100%;
	height: 100vh;
	background-color: #d50817;
	position: fixed;
}
.pc-bg img {
	width: 100%;
	height: auto;
}
.pc-view {
	z-index: 2;
	position: relative;
	position: fixed;
	width: 100%;
	height: 100vh;
	opacity: 1;
}

.main-inner {
	z-index: 2;
	background-color: #d50817;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	position: relative;
	box-sizing: content-box;
}
.pc-bg {
	display: flex;
	width: 100vw;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
}
.pc-bg_left-sil {
	width: 100%;
	margin: 0;
}
.pc-bg_right-sil {
	width: 100%;
	margin: 0;
}

.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 3s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.present_wrap_img {
	width: 100%;
	aspect-ratio: 8/7;
	box-sizing: border-box;
}
.pd-set {
	width: 95%;
	margin: 0 auto 0;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 20px;
}
.pd-set_text {
	text-align: center;
	margin: 1rem 0;
	font-size: clamp(1rem, 0.814rem + 0.93vw, 1.25rem)
}
.recipe-wrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 3rem;
	align-items: center;
	gap: 10px;
}
.recipe-img {
	width: 80%;
}

/* 追記sakuma 2023.11.14 */
.info {
	display: block;
	max-width: 90%;
	width: 100%;
	margin: 0 5%;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.info__flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info__flexBox figure {
	max-width: 100px;
	width: 100%;
}
.info__flexBox__linkarea {
	display: block;
	text-align: center;
	margin: 1rem 0;
}
a.Linkbottan {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 0.5rem;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	padding: 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a:hover.Linkbottan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	transition: .5s;
}
@media screen and (max-width: 660px) {
  .info__flexBox {
	  display: block;
  }
  .info__flexBox figure {
	  margin: 0 auto;
  }
}
.footer {
	display: block;
	color: #fff;
	padding: 1rem 0;
	text-align: center;
}
/* //追記sakuma 2023.11.14 */



h3 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h3:before {
  left: -2rem;
}
h3:after {
  right: -2rem;
}

.column_wrap {
	padding-top: 9%;
	margin: 0 auto;
	background-image: url('../images/column_top.png');
	background-repeat: no-repeat;
	background-size: 37%;
	background-position: center top;
	}
.column_text {
	text-align: center;
	padding-top: 2rem;
}
.present-wrap {
	margin-bottom: 1rem;
}
.cart-btn {
	margin: 1rem 0 2rem 0;
	text-align: center;
}

.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	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;
	border-radius: 0.5rem;
}

a.btn-c {
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border-radius: 100vh;
	background-color: #5a8c4b;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-c:before {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
}

a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.cart-btn {
	margin: 1rem 0 2rem 0;
	text-align: center;
}

.btnb,
a.btnb,
button.btnb {
	font-weight: 700;
	line-height: 1.5;
	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;
	border-radius: 0.5rem;
}

a.btn-z {
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border-radius: 100vh;
	background-color: #000;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-z:before {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
}

a.btn-z:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;


@media screen and (max-width: 480px) {
	.p-w_f__img {
		width: 100%;
	}
	.p-w_s__img {
		width: 80%;
	}
	.p-w_t__img {
		width: 100%;
	}
	.p-w_f__img {
		width: 100%;
	}
}

.footer {
	padding: 2rem 0;
	text-align: center;
}
.c-ore {
	color: #cb6950;
	font-weight: bolder;
}

.copy-btn {
	border: none;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	transition: all 0.3s;
	color: #fff;
	background-color: #cb6950;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.recipe-img {
	width: 100%;
}
