h1,h2 {
	margin:0;
	padding:0;
}
img {
	max-width:100%;
	height:auto;
}
a img {
	transition:.3s ease;
}
a:hover img {
	opacity:0.8;
}
.stick-jelly {
	position:relative;
	margin:0 auto;
	max-width:750px;
	width:100%;
}
.stick-jelly .em {
	font-weight:bold;
}
.stick-jelly .container {
	padding:0;
}
.stick-jelly .mv {
	position:relative;
    max-width: 750px;
}
/* section-01 START */
.section-01,
.section-05,
.section-07,
.section-11 {
	position:relative;
    background:url(/img/page/stick-jelly/A1/bg-01.png) no-repeat;
	background-size:cover;
    aspect-ratio:750 / 2838;
    padding: calc(70/750*100vw) 0;
}
.section-01 .btn01,
.section-05 .btn01,
.section-07 .btn01,
.section-11 .btn01 {
    position:absolute;
	left:50%;
	bottom:calc(1085 / 750 * 100vw);
	transform:translateX(-50%);
	width:calc(615 / 750 * 100vw);
}
.section-01 ul.text,
.section-05 ul.text,
.section-07 ul.text,
.section-11 ul.text {
    position:absolute;
	left:50%;
	bottom:calc(765 / 750 * 100vw);
	transform:translateX(-50%);
	width:calc(615 / 750 * 100vw);
	
}
.section-01 ul.text li,
.section-05 ul.text li,
.section-07 ul.text li,
.section-11 ul.text li {
	position: relative;
	font-size:calc(22 / 750 * 100vw);
    color: #555555;
	display: flex;
}
.section-01 ul.text li::before,
.section-05 ul.text li::before,
.section-07 ul.text li::before,
.section-11 ul.text li::before {
	content: '※';
	position: relative;
	font-size:calc(22 / 750 * 100vw);
    color: #555555;
}
.section-01 .btn02,
.section-05 .btn02,
.section-07 .btn02,
.section-11 .btn02 {
    position:absolute;
	left:50%;
	bottom:calc(240 / 750 * 100vw);
	transform:translateX(-50%);
	width:calc(615 / 750 * 100vw);
}
/* section-01 END */
/* section-08 START */
.section-08 {
    position: relative;
    background:url(/img/page/stick-jelly/A1/bg-02.png) no-repeat;
	background-size:cover;
    aspect-ratio:750 / 1436;
}
.section-08 .inner h2 {
    margin: 0 auto calc(25/750*100vw);
    text-align: center;
    padding: calc(307/750*100vw) 0 0;
    width: calc(692/750*100vw);
}
.section-08 .inner .list {
    width: calc(692/750*100vw);
    margin: 0 auto;
}
.section-08 .inner .list .list-item {
    margin-bottom: calc(15/750*100vw);
    padding: calc(30/750*100vw) 0 calc(30/750*100vw) calc(30/750*100vw);
    width: calc(692/750*100vw);
    border-radius: calc(12/750*100vw);
    display: flex;
    align-items: center;
    text-align: left;
    line-height: calc(23/16);
    background-color: #FFF;
}
.section-08 .inner .list .list-item::before {
    content: '';
    background: url(/img/page/stick-jelly/A1/icon-check.png) no-repeat;
    background-size: cover;
    margin-right: calc(20/750*100vw);
    width: calc(53/750*100vw);
    height: calc(47/750*100vw);
}
.section-08 .inner .list .list-item:last-child {
    margin-bottom: 0;
}
.section-08 .inner .list .list-item p {
    color: #604F46;
    font-size: calc(29/750*100vw);
    font-weight: bold;
}
/* section-08 END */
.section-faq {
	margin:0 auto;
	padding:calc(94 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
	background-color:#F3EDE0;
}
.section-faq h2 {
	margin:0 auto calc(42 / 750 * 100vw);
	width:calc(353 / 750 * 100vw);
}
.faq-list {
	margin:0 auto;
	width:calc(670 / 750 * 100vw);
}
.faq-list details {
	margin-bottom:calc(12 / 750 * 100vw);
	background-color:#fff;
	font-size:calc(28 / 750 * 100vw);
	line-height:calc(21 / 14);
}
.faq-list .faq-q::marker {
	display:none;
}
.faq-list .faq-q::-webkit-details-marker {
	display:none;
}
.faq-list .faq-q {
	position:relative;
	display:flex;
	justify-content:space-between;
	padding:calc(40 / 750 * 100vw) calc(28 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.faq-list .faq-q::before {
	content:'Q';
	color:#8B573B;
	font-family:"Noto Sans JP";
	line-height:1;
}
.faq-list .faq-q span:not(.mark) {
	flex:1;
	letter-spacing:0.05em;
}
.faq-list .faq-q .mark {
	position:relative;
}
.faq-list .faq-q .mark::before,.faq-list .faq-q .mark::after {
	content:'';
	display:inline-block;
	position:absolute;
	right:50%;
	top:50%;
	background-color:#8B573B;
	transform:translate(-50%,-50%);
	transition:opacity 1s;
}
.faq-list .faq-q .mark::after {
	transform:translate(-50%,-50%) rotate(90deg);
}
.faq-list .faq-q .mark::before {
	transition:transform 1s;
}
.faq-list details[open] .faq-q .mark::before {
	transform:translate(-50%,-50%) rotate(90deg);
}
.faq-list details[open] .faq-q .mark::after {
	opacity:0;
}
.faq-list .faq-a {
	position:relative;
	display:flex;
	padding:calc(20 / 750 * 100vw) calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.faq-list .faq-a::before {
	content:'A';
	color:#DD004D;
	font-family:"Noto Sans JP";
	line-height:1;
}
.faq-list .faq-a img {
	display:block;
	margin:calc(10 / 750 * 100vw) auto;
	width:calc(400 / 750 * 100vw);
}
.faq-list .faq-a a {
	text-decoration:underline;
}
@media screen and (max-width:768px) {
	.faq-list .faq-q::before {
		margin-right:calc(10/375*100vw);
		font-size:calc(20/375*100vw);
		width:calc(20/375*100vw);
	}
	.faq-list .faq-q .mark {
		margin-left:calc(20/375*100vw);
		width:calc(20/375*100vw);
	}
	.faq-list .faq-q .mark::before,
	.faq-list .faq-q .mark::after {
		width:calc(2/375*100vw);
		height:calc(20/375*100vw);
	}
	.faq-list .faq-a::before {
		margin-right:calc(15/375*100vw);
		margin-left:calc(2/375*100vw);
		font-size:calc(20/375*100vw);
		width:calc(18/375*100vw);
	}
}
.section-detail {
	margin:calc(94 / 750 * 100vw) auto calc(60 / 750 * 100vw);
}
.section-detail .inner {
	margin:0 auto;
	width:calc(690 / 750 * 100vw);
}
.section-detail h2 {
	margin:0 auto calc(50 / 750 * 100vw);
	width:calc(205 / 750 * 100vw);
}
.detail-list {
	display:flex;
	flex-wrap:wrap;
	gap: calc(10/750*100vw) 0;
	margin-bottom:calc(20 / 750 * 100vw);
	padding:calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
	border:calc(2 / 750 * 100vw) solid #BD8263;
	border-radius:calc(20 / 750 * 100vw);
	font-size:calc(24 / 750 * 100vw);
	line-height:calc(20 / 12)
}
.detail-list dt {
	width:calc(100% - 426 / 750 * 100vw);
}
.detail-list dt::before {
	content:"\025cf";
	color:#BD8263;
	display:inline-block;
	margin-right:calc(8 / 750 * 100vw);
	font-size:calc(16 / 750 * 100vw);
}
.detail-list dd {
	width:calc(426 / 750 * 100vw);
}
.detail-list dd sub {
	font-size: 0.6em;
	line-height: 1em;
}
.detail-list dd .ingre_item {
	display: flex;
	align-items: center;
}
.detail-list dd .ingre_item.ingre_item_list {
	padding-left: calc(12 / 750 * 100vw);
}
.detail-list dd .ingre_item .title {
	width:5.5em;
	box-sizing: border-box;
}
.detail-list dd .ingre_item.ingre_item_list .title {
	width: calc(5.5em - (12 / 750 * 100vw));
}
.detail-list dd .ingre_item .title.title_space {
	display: flex;
	justify-content: space-between;
}
.detail-list dd ul {
    padding-left: calc(20 / 750 * 100vw);
    margin-left: calc(10 / 750 * 100vw);
}
.detail-list dd ul li {
    list-style: disc;
}
.block-footer-logo {
	margin:calc(40 / 750 * 100vw) auto calc(56 / 750 * 100vw);
}
.block-footer-logo img {
	width:calc(292 / 750 * 100vw);
	max-width:220px;
}
.btn-footer-area {
	position:fixed;
	display:none;
	left:50%;
	bottom:0px;
	transform:translateX(-50%);
	width:100vw;
}
.btn-footer-area a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: calc(230/750*100vw);
    padding-bottom: calc(5/750*100vw);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 50%, rgba(255, 252, 223, 0) 80%, transparent 100%);
}
.btn-footer-area a img {
    width: calc(610 / 750 * 100vw);;
}
.btn-footer-area a img:first-of-type {
    margin-bottom: 10px;
}
@media screen and (min-width:751px) {
	.cart-area a:not(.goods-link) {
		bottom:90px;
		width:610px;
	}
	.cart-area a.goods-link {
		bottom:45px;
		font-size:18px;
	}
	.stick-jelly .mv .cart-area {
		top:840px;
	}
	.stick-jelly .mv .cart-area-02 {
		bottom:130px;
	}
    .section-01 .cart-area a.btn01,
	.section-05 .cart-area a.btn01,
	.section-07 .cart-area a.btn01,
	.section-11 .cart-area a.btn01 {
        bottom:1085px;
		width:615px;
    }
	.section-01 ul.text,
	.section-05 ul.text,
	.section-07 ul.text,
	.section-11 ul.text {
		bottom: 765px;
        width: 615px;
	}
	.section-01 ul.text li,
	.section-05 ul.text li,
	.section-07 ul.text li,
	.section-11 ul.text li {
		font-size: 22.5px;
	}
	.section-01 ul.text li::before,
	.section-05 ul.text li::before,
	.section-07 ul.text li::before,
	.section-11 ul.text li::before {
		font-size: 22.5px;
	}
    .section-01 .cart-area a.btn02,
	.section-05 .cart-area a.btn02,
	.section-07 .cart-area a.btn02,
	.section-11 .cart-area a.btn02 {
        bottom:240px;
		width:615px;
    }
    
    .section-08 .inner h2 {
        margin: 0 auto 25px;
        padding: 307px 0 0 ;
        width: 692px;
    }
    .section-08 .inner .list {
        width: 692px;
    }
    .section-08 .inner .list .list-item {
        margin-bottom: 15px;
        padding: 30px 0 30px 30px;
        width: 692px;
        border-radius: 12px;
    }
    .section-08 .inner .list .list-item::before {
        margin-right: 20px;
        width: 53px;
        height: 47px;
    }
    .section-08 .inner .list .list-item p {
        font-size: 29px;
    }
	.section-faq {
		padding:94px 0 60px;
	}
	.section-faq h2 {
		margin:0 auto 42px;
		width:353px;
	}
	.faq-list {
		width:670px;
	}
	.faq-list details {
		margin-bottom:12px;
		font-size:28px;
	}
	.faq-list .faq-q {
		padding:40px 28px 30px 30px;
	}
	.faq-list .faq-q::before {
		margin-right:25px;
		font-size:40px;
	}
	.faq-list .faq-q .mark {
		margin-left:30px;
		width:40px;
	}
	.faq-list .faq-q .mark::before,.faq-list .faq-q .mark::after {
		width:4px;
		height:40px;
	}
	.faq-list .faq-a {
		padding:20px 100px 40px 30px;
	}
	.faq-list .faq-a::before {
		margin-right:30px;
		margin-left: 2px;
		font-size:40px;
	}
	.faq-list .faq-a img {
		margin:10px auto;
		width:400px;
	}
	.section-detail {
		margin:94px auto 60px;
	}
	.section-detail .inner {
		width:690px;
	}
	.section-detail h2 {
		margin:0 auto 50px;
		width:205px;
	}
	.detail-list {
		margin-bottom:20px;
		padding:20px 20px 10px 20px;
		border:2px solid #BD8263;
		border-radius:20px;
		font-size:24px;
		gap: 10px 0;
	}
	.detail-list dt {
		width:calc(100% - 426px);
	}
	.detail-list dt::before {
		margin-right:8px;
		font-size:16px;
	}
	.detail-list dd {
		width:426px;
	}
    .detail-list dd ul {
        padding-left: 20px;
        margin-left: 10px;
    }
    .detail-list dd ul li {
        list-style: disc;
    }
	.block-footer-logo {
		margin:40px auto 56px;
	}
	.btn-footer-area {
		width:750px;
	}
    .btn-footer-area a {
        height: 230px;
    }
	.btn-footer-area a img:first-of-type {
		width: 450px;
		margin: 0 auto 15px;
	}
	.btn-footer-area a img:nth-of-type(2) {
		width: 615px;
		margin: 0 auto;
	}
}