@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(13px, 4.0vw, 20px);
	-webkit-text-size-ajust: 100%;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #241d1b;
	width: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'dnp-shuei-mgothic-std';
  font-style: normal;
}
body {

	line-height: 1.4;
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
	color: #241d1b;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1 {
    text-align: center;
	margin: 0;
}
h2 {
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	margin: 0;
}
h3 {
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	margin: 0;
}
h4 {
	font-size: clamp(18px, 5.6vw, 28px);
	text-align: center;
	margin: 0;
}
ol {
    padding: 0;
}
/*　ーー　共通　ーー　*/
.inner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner_full {
	width: 98%;
	margin: 0 auto;
}
.cart_icon {
	background: #241d1b;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
}
section {
	padding: 10% 0;
	border-radius: 150px 150px 0 0;
}
section.last {
	border-radius: 150px;
}
.bg_gray {
	position: relative;
	background: #c9caca;
	z-index: 50;
}
.bg_white {
	position: relative;
	background: #ffffff;
	z-index: 50;
}
.high_power {
    background: #241d1b;
    color: #ffffff;
    text-align: center;
    padding: 0.5% 0;
    margin: 0 auto 3%;
}
br.br_769 {
	display: none;
}
.txtC {
    color: #ffffff;
	text-align: center;
}
.mt20 {
	margin-top: 20px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.small {
    font-size: clamp(10px, 3.1vw, 14px);
}
/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 1% 0 0;
}
header h1 {
	height: 76px;
}
header h1 img {
    width: auto;
    height: 56px;
}
header .inner {
	position: relative;
}
header ul.nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	width: 100%;
	max-width: 780px;
	background: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
	box-shadow: 0 7px 12px -4px #0006;
}
header ul.nav li.logo:hover {
	opacity: 0.5;
}
header ul.nav li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	padding: 10px 5px;
}
header ul.nav li a:hover {
	color: #000000;
}
header .openbtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
    box-shadow: 0 7px 12px -4px #0006;
}
header .humbergar_menu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,1);
	width: 90vw;
	max-width: 1200px;
	height: auto;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid #241d1b;
	transition: all 0.5s ease-out;
}
header .humbergar_menu .humbergar_menu_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
header .humbergar_menu .humbergar_menu_content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
    margin: 20px auto 0;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title {
	position: relative;
    margin: 0 auto 1em;
    text-align: center;
    font-weight: bold;
    font-size: clamp(20px, 6.25vw, 26px);
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
    width: 60%;
	border-right: 1px solid #cccccc;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
	width: 90%;
    margin: 0 0 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title span {
	position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(13px, 4.0vw, 16px);
    font-weight: normal;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
    width: 40%;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name {
    text-align: center;
    padding: 0.2em 1em;
    margin: 0 0 10px;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name a {
    background: #d9c5df52;
    padding: 0.2em 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
    width: 25vw;
    max-width: 200px;
    background: #404040;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure img {
    max-height: 200px;
    margin: 0 auto;
}

header .humbergar_menu .humbergar_nav li {
	width: 90%;
	margin: 0;
}
header .humbergar_menu .humbergar_nav li a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
    background: #f1f1f1;
	color: #000000;
	padding: 10px 0;
}
header .humbergar_menu .humbergar_nav li a:hover {
	color: #000000;
}
header .humbergar_menu .logo {
	width: 50%;
    max-width: 300px;
    margin: 0;
}
header .humbergar_menu .logo:hover {
	opacity: 0.5;
}
header .humbergar_menu .logo a {
	width: 100%;
	text-align: center;
	border-bottom: none;
	padding: 0;
}
header .humbergar_menu .logo img {
	width: 100%;
	margin: 0 auto;
}
.purchase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1%;
	margin: 0 auto 0;
}
.purchase img {
    width: clamp(20px, 6.25vw, 30px);
	padding-right: 0.1em;
	text-align: left;
}
.purchase p {
	width: 25%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0;
}
.purchase p.doshisha_marche {
	width: 35%;
	margin: 0;
}
.purchase p.rakuten {
	width: 35%;
	margin: 0;
}
.purchase p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
.purchase p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
.purchase p.doshisha_marche a:hover, .purchase p.rakuten a:hover {
	opacity: 0.5;
}
/*　ーー　/header　ーー　*/

/*　ーー　main_image　ーー　*/
main.cover_gray {
    filter: blur(5px) grayscale(50%);
}
.bg {
    background: #ffffff;
}
.main_image {
   position: relative; 
   background: url("../images/main_image.webp") no-repeat top left / 100% #ffffff;
}
.main_image .main_image_01 {
    position: relative;
    width: 35%;
    max-width: 600px;
    z-index: 1;
    padding: 5% 0;
    margin: 0 0 0 10%;
}
.main_image .deco_01 {
    width: 90%; 
    max-width: 550px;
    margin: 10% auto;  
}
.main_image .deco_02 {
    position: absolute;
    top: 50%;
    right: 0;
    width: clamp(400px,51.94vw,900px);
    transform: translateY(-50%);
    z-index: 0;
}
.main_image .deco_04 {
    position: absolute;
    top: 0;
    right: 3%;
    transform: translate(-3%, 0);
    width: clamp(110px, 10.7vw, 150px);
    z-index: 3;
}
.main_image p.limited {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: clamp(140px,43.75vw,400px);
    margin: 3% auto;
    z-index: 1;
}


/*　ーー　/main_image　ーー　*/

section h2 {
	margin: 0 0 5%;
}
#concept h2 {
    width: 100%;
    margin: 0 auto;
}
#concept p {
    text-align: center;
}
#concept .inner_full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8% auto 1%;
}
#concept .inner_full figure {
    width: 25%;
}
#concept .inner_full ul.slider_01 {
    width: 70%;
}
#concept .inner_full ul.slider_01 img {
    border-radius: 8%;
}
#feature .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 100%;
    margin: 0 auto;
}
#feature .title p {
    width: clamp(120px, 37.5vw, 200px);
}
#feature .title h3 {
    width: auto;
}
#feature .feature {
    background: #c9caca;
    width: 90%;
    margin: 0 auto 10px;
    padding: 50px 0;
}
#feature .feature .txtC {
    color: #000000;
}
#feature .feature .content div {
    width: 50%;
}
#feature .feature .content div p {
    width: 100%;
}
#feature .feature .video {
    width: 90%;
    margin: 3% auto;
}
#feature .feature figure {
    width: 90%;
    margin: 3% auto;
    text-align: center;
}
#feature .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    width: 90%;
    margin: 1em auto 0;
}
#feature .content p {
    width: 50%;
    text-align: left;
}
#feature .content figure {
    width: 50%;
    text-align: center;
}
#feature .content_big {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
#feature .content_big figure {
    max-width: 700px;
    margin: 50px auto;
}
#how_to_use .slider_03 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.youtube {
	width: 90%;
	max-width: 720px;
	aspect-ratio: 16/9;
	margin: 5% auto 0;
	text-align: center;
}
#spec h3 {

}
#spec .image figure img {
	border-radius: 8%;
}
#spec .product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8% auto;
}
#spec .image {
	width: 40%;
}
#spec .txt {
	width: 60%;
	text-align: center;
}
#spec .txt p {
	margin: 5px 0;
}
#spec .txt p.cart {
	margin: 10% auto;
}

.cart a {
	background: #000000;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 30px;
}
#spec {
    text-align: center;
}
#spec h3 {
    position: relative;
    display: inline-block;
}
#spec h3::before {
    position: absolute;
    top: 50%;
    left: -3em;
    transform: translateY(-50%) rotate(-15deg);
    content: "";
    background: url("../images/favicon.ico") no-repeat center;
    background-size: clamp(40px, 12.5vw, 70px);
    width: clamp(40px, 15.625vw, 80px);
    height: clamp(40px, 15.625vw, 80px);  
}
#spec h3::after {
    position: absolute;
    top: 50%;
    right: -3em;
    transform: translateY(-50%);
    content: "";
    background: url("../images/favicon.ico") no-repeat center;
    background-size: clamp(40px, 12.5vw, 70px);
    width: clamp(40px, 15.625vw, 80px);
    height: clamp(40px, 15.625vw, 80px);  
}
#spec .spec_spinoff {
    display: block;
    border-radius: 50px;
    border: 1px solid #000000;
    margin: 5% auto 0;
    width: 70%;
    max-width: 540px;
    padding: 0.5em 1em;
}
#spec .spec {
    width: 80%;
    margin: 5% auto 0;
}
#spec .spec p {
    text-align: left;
}
#spec p.manual {
	text-align: center;
	margin: 3% auto 10%;
}
#spec .manual a {
    display: inline-block;
	color: #ffffff;
	background: #666666;
	text-align: center;
	padding: 15px 50px;
}
.sale_location {
    width: 90%;
    max-width: 1200px;
    margin: 10% auto;
}
.sale_location .shop {
    width: 100%;
    background: #e6d4a7;
    margin: 3% auto;
    padding: 0.5em 0;
}
.sale_location ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin: 0 auto 8%;
}
.sale_location ul li {
    width: calc(33% - 5px);
    display: inline-block;
    background: #cbcbcb;
    padding: 1em 0;
    margin: 0;
    border-radius: 10px;
}
.sale_location ul li p {
    font-size: clamp(12px, 3.75vw, 20px);
    margin: 0;
}
.purchase_promotion {
    width: 90vw;
    max-width: 780px;
    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: 999999;
}
.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: 35%;
	line-height: 50px;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	font-weight: bold;
	color: #000000;
	-webkit-text-fill-color: #000000;
	margin: 0;
}
.purchase_promotion p a img {
	padding-right: 0.5em;
	text-align: left;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
	line-height: 1.0;
}
.purchase_promotion p.rakuten {
	width: 23%;
	line-height: 1.2;
}
.purchase_promotion p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.doshisha_marche a:hover,.purchase_promotion p.rakuten a:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	background: #241d1b;
	text-align: center;
	z-index: 50;
	padding: 5% 0;
}
footer img {
	max-width: 300px;
	width: 50%;
	color: #ffffff;
	margin: 0 auto;
}
footer p {
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 14px);
	margin: 3% auto;
}
@media screen and (max-width: 1024px) {
	header ul.nav {
		display: none;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
    section {
        border-radius: 100px 100px 0 0;
    }
    section.last {
        border-radius: 100px;
    }
    .main_image .deco_04 {
        width: clamp(80px, 25vw, 110px);
    }
}
@media screen and (max-width: 769px) {
    .pc {
        display: none;
    }
    .sp {
    display: block;
    }
    header .humbergar_menu {
        width: 98vw;
        padding: 20px;
    }
	header .humbergar_menu .humbergar_menu_flex {
        display: block;
        justify-content: center;
        align-items: center;
    }
    header .humbergar_menu .logo {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase {
        margin: 20px auto 0;
        max-width: 360px;
    }
    header .humbergar_menu .purchase p.doshisha_marche {
        width: 49%;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase p.rakuten {
        width: 49%;
        margin: 0 auto;
    }
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
    header .humbergar_menu .humbergar_menu_content {
        display: block;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
        margin: 0 auto 1em;
    }
    header .humbergar_menu .humbergar_nav li {
        margin: 0 auto;
    }
     header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        margin: 20px auto 0;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
        margin: 0;
    }
	section {
		border-radius: 50px 50px 0 0;
	}
	section.last {
		border-radius: 50px;
	}
	br.br_769 {
		display: block;
	}
    .main_image {
       height: auto;
       background-size: cover;
    }
    .main_image .main_image_01 {
        width: 100%;
        margin: 0 auto;
        padding: 6% 0 3%;
    }
    .main_image .deco_01 {
        width: 50%;
        margin: 3% auto 0;
    }
    .main_image .deco_02 {
        position: static;
        transform: none;
        max-width: 730px;
        width: 100%;
        z-index: 0;
        margin: 0 auto;  
    }
	#feature .content {
        display: block;
    }
    #feature .content p {
        width: 100%;
    }
    #feature .feature .content div {
        width: 100%;
    }
    #feature .content figure {
        width: 100%;
    }
    #feature .content_big figure {
        margin: 1em auto;
    }
    #how_to_use h3::after {
        background-size: 110px;
        width: 110px;
        height: 100px;
    }
    #how_to_use ol li {
        padding: 50px 30px;
    }
	#spec .product {
		display: block;
	}
	#spec .image {
		width: 90%;
		margin: 10% auto;
	}
	#spec .txt {
		width: 90%;
		margin: 10% auto;
	}
	#coming_soon figure {
		width: 80%;
	}
	.flex_769 {
		display: block!important;
	}
	.flex_769 .content {
		margin-top: 20px!important;
	}

}
@media screen and (max-width: 480px) {
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
    #how_to_use h3::after {
        background-size: 70px;
        width: 70px;
        height: 64px;
    }
    #how_to_use ol li {
        padding: 30px 20px;
    }
    #how_to_use ol li .how_to_use_img {
        display: block;
    }
    #how_to_use ol li .how_to_use_img figure {
        margin: 10px auto;
    }
}






































































