@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	font-size: clamp(14px, 4.3vw, 24px);
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	-webkit-text-size-ajust: 100%;
	width: 100%;
	
}
body {
	margin: 0;
}
.bg {
	background: url("../images/bg_04.webp") no-repeat;
	background-size: auto 100%;
	margin: 0;
}
p {
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
}
h2 {
	font-size: clamp(23px, 7.1vw, 40px);
	color: #497493;
	text-align: center;
	margin: 0 0 50px;
}
h2 span {
	font-size: clamp(10px, 3.1vw, 17px);
}
h3 {
	width: 70%;
	display: inline-block;
	font-size: clamp(18px, 5.6vw, 30px);
	background: #497493;
	color: #ffffff;
	margin: 0;
}
a {
	text-decoration: none;
}
section {
	padding: 150px 0 0;
}
.small_txt {
	font-size: clamp(10px, 3.1vw, 17px);
}
.wrapper {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: linear-gradient(90deg, #ffffff 0%, #fefefe 19%, #f9fbfa 39%, #e2e5ea 60%, #dce3e6 80%, #dce3e6 100%);
}
figure.bg_01 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
header {
	max-width: 700px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
	margin: 0 auto;
}
header .header {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1% 0;
}
header .header .header_logo img {
	width:  clamp(50px, 15.6vw, 100px);
}
header .hamburger_list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #7dd4fbab;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 999998;
}
header .hamburger_list.active  {
	opacity: 1;
	display: block;
}
#nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	text-align: center;
}
#nav li {
	padding: 10px 0;
}
#nav li a {
	color: #ffffff;
}
#nav .buy_btn {
	max-width: 350px;
	width: 70%;
	margin: 30px auto;
}
#main_image {
	position: relative;
}

#main_image h1 {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 20%;
	z-index: 99999;
}
#lineup {
	position: relative;
	z-index: 888888;
}
#lineup ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lineup ul li {
	position: relative;
	text-align: center;
}
#lineup ul li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(10px, 3.1vw, 17px);
	color: #ffffff;
	background: #7dd4fbab;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 1s ease;
	width: 90%;
	margin: 0 auto;
}
#lineup ul li:hover p {
	opacity: 1;
}
#prime h2 ,#stick h2 {
	color: #ffffff;
}
.bg_check::before {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #9be5ff;
	background-image:
		repeating-linear-gradient( 45deg,rgba(255, 255, 255, 0.5) 0px 1px,	transparent 1px 30px),
		repeating-linear-gradient( -45deg,rgba(255, 255, 255, 0.5) 0px 1px,	transparent 1px 30px);
	clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
	z-index: -1;
}
.bg_check {
	width: 100%;
	position: relative;
	margin: 0;
	z-index: 555555;
}
.header_logo:hover ,.openbtn:hover ,.buy_marche:hover ,.buy_rakuten:hover ,.manual_btn:hover ,.recipi_btn:hover ,.do-cooking:hover ,.youtube:hover {
	opacity: 0.5;
}



ul.item_list {
	width: 96%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px 10px;
	margin: 0 auto;
}
ul.item_list li {
	width: calc(96%/2);
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
} 
.item_name {
	background: #ffffff;
	font-weight: bold;
	margin: 20px 0 10px;
}
.item_color {
	font-weight: bold;
	margin: 0 0 10px;
}
.item_number {
	color: #666666;
	margin: 10px;
}
.item_spec {
	text-align: center;
	margin: 50px auto;
}
.item_spec ul {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
    gap: 3px;
    grid-template-areas:
        ". ."
        ". ."
        ". .";
	width: 96%;
	max-width: 400px;
	text-align: center;
	font-size: clamp(10px, 3.1vw, 17px);
	margin: 50px auto 30px;
}

.item_spec ul li {
	padding: 5px 0;
}
.item_spec ul li:nth-child(odd) {
	background: #47c5ff;
	color: #ffffff;
}
.item_spec ul li:nth-child(even) {
	background: #ffffff;
	color: #47c5ff;
}
.manual_btn {
	display: inline-block;
}
.manual_btn a {
	background: url("../images/manual.svg") no-repeat 10px center/20% #47c5ff;
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 17px);
	padding: 10px 20px 10px 40px;
	border-radius: 50px;
	text-align: right;
}
.buy_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.buy_marche ,.buy_rakuten {
	display: inline-block;
}
.buy_marche a ,.buy_rakuten a {
	background: url("../images/cart.svg") no-repeat 10px center/20% #ff9c00;
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 17px);
	padding: 10px 20px 10px 40px;
	border-radius: 50px;
	text-align: right;
}
.feature {
	text-align: center;
	margin: 100px auto 0;
}
.feature p {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	margin: 50px 0;
}
.feature .icon {
	width: 80%;
	margin: 50px auto;
}
.feature_01 {
	position: relative;
}
.feature_01 figure {
	width: 70%;
}
.feature_01 p {
	position: absolute;
	top: 0;
	right: 3%;
	width: 50%;
	margin: 0;
}
#stick {
	padding: 100px 0;
}
#stick .feature_01 figure {
	display: block;
	margin: 0 0 0 auto
}
#stick .feature_01 p {
	position: absolute;
	top: 0;
	left: 3%;
	width: 50%;
	margin: 0;
}
.feature_02 {
	position: relative;
}
.feature_02 figure {
	width: 96%;
	margin: 0 auto;
}
p.feature_02_txt01 ,p.feature_02_txt02 {
	margin: 0;
}  
.feature_02_txt01 {
	position: absolute;
	top: 10%;
	right: 4%;
	width: 23%;
}
.feature_02_txt02 {
	position: absolute;
	top: 41%;
	left: 4%;
	width: 23%;
}
.feature_04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
.feature_04 figure {
	width: 45%;
}
.feature_04 p {
	width: 50%;
}
#how_to_use {
	position: relative;
	padding: 100px 0 0;
}
.how_to_use {
	position: relative;
	text-align: center;
	background: #ffffff;
	width: 90%;
	margin: 70px auto;
	border-radius: 30px;
	box-shadow: 0px 0px 15px -5px #777777;
	padding: 50px 0;
}
.how_to_use h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.how_to_use .youtube {
	width: 90%;
	margin: 0 auto 10px;
}
.recipi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 50px auto 0;
}
.recipi figure {
	width: 30%;
}
.recipi .recipi_txt {
	width: 70%;
}
.recipi_btn {
	margin: 30px 0 0;
}
.recipi_btn a {
	background: #ff9c00;
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 17px);
	padding: 10px 30px;
	border-radius: 50px;
}
.purchase_promotion {
    width: 90%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    bottom: -4%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 7px 12px -4px #0006;
    border-radius: 10px;
    margin: 50px auto;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 999997;
}
.purchase_promotion.scroll_view {
    opacity: 1;
}
.purchase_promotion .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1%;
	margin: 2% auto;
}
.purchase_promotion p {
	width: 40%;
	    font-size: clamp(10px, 3.1vw, 17px);
	text-align: center;
	font-weight: bold;
}
.purchase_promotion p.buy_marche ,.purchase_promotion p.buy_rakuten {
	width: auto;
	font-weight: bold;
}
.purchase_promotion p.buy_marche:hover, main .purchase_promotion p.buy_rakuten:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	padding: 50px 0 150px;
}
footer p {
	text-align: center;
	font-size: clamp(10px, 3.1vw, 17px);
}
.do-cooking {
	width: 40%;
	position: relative;
    z-index: 111111;
	margin: 0 auto 20px;
}
footer .bg_02 {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	ul.item_list {
		display: block;
	}
	ul.item_list li {
		width: 80%;
		margin: 50px auto;
	}
	ul.item_list li figure {
		width: 60%;
		margin: 0 auto;
	}
	.purchase_promotion p {
		width: 100%;
		margin: 0 0 3%;
	}
}
@media screen and (max-width: 480px) {
	#lineup ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 0;
	}
	#lineup ul li {
		width: calc(80%/2);
	}
	.feature_04 figure {
		width: 40%;
	}
	.feature_04 p {
		width: 55%;
	}
	footer {
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 320px) {
	ul.item_list li {
		width: 100%;
	}
	
	
	
}







